Squad Plan
squad_planBreaks tasks into sequenced, implementation-ready plans via a squad lead, then returns a framed dispatch request for delegated execution. Use for planning, breakdown, or sequencing requests.
Instructions
Run the squad's planning stage. Routes to the Squad Lead (squad lead role) at the confirm tier to break a task down, sequence the work, and produce an implementation-ready plan. Planning is non-parallel and lands no change without confirmation. Delegated execution: returns the Coordinator persona, matched routing, and a framed dispatch request for the host to run. Use for "plan", "break down", "sequence", or "design plan" requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional autonomy mode for the turn. | |
| tier | No | Optional model-tier hint overriding the coordinator's cost-first default. | |
| owner | No | Optional Member Name from team.md to pick a specific named member. | |
| squad | No | Optional federation sub-squad to target (state under .copilot-tracking/squad/members/<name>/); omit outside a federation. | |
| context | No | Optional free-form context (research artifacts, constraints) to frame the plan. | |
| profile | No | Optional squad profile to seed when the project has no squad yet. | |
| request | Yes | The work to plan this turn. |