Squad Plan
squad_planBreaks down a task into sequenced steps and produces an implementation-ready plan by routing to the Task Planner.
Instructions
Run the squad's planning stage. Routes to the Task Planner (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. |