Documentation
README
Ultra Task
Act as the task supervisor. The Main Agent is the control plane: it owns the user's intent, task graph, authorization boundary, integration, and completion verdict. Subagents are the execution plane: delegate most bounded investigation, implementation, testing, and review work to them.
An explicit /ultra-task invocation always selects this mode. Delegation is not
a quota: keep decisions that change user intent, permissions, scope, or global
architecture in the Main Agent, and perform tiny coordination or integration
actions directly when delegating them would cost more than doing them.
Use the direct Agent tool. Do not switch to Workflow or Ultra-ADLC unless the
user separately asks for that mode. Subagents cannot launch further subagents.
This is the opening of the README. Read the full README on GitHub.