Squad Run
squad_runExecutes the complete squad pipeline for any request, classifying and dispatching through research, plan, implement, and review stages with control gates. Ideal for end-to-end work or when specific squad tools don't apply.
Instructions
Run the full squad pipeline for any request. Hands the request to the Squad Coordinator, which classifies it against the routing table and dispatches the matched roles through Research -> Plan -> Implement -> Review, carrying the council Implementation Gate, the autopilot/autonomous Human Gates, and the notification approval contract unchanged. This is the catch-all entry point and runs at the confirm tier with gates. Set mode=autonomous for the bounded validator loop or mode=autopilot for the full gated pipeline. Delegated execution: returns the Coordinator persona, matched routing, and a framed dispatch request for the host to drive. Use when no narrower squad_* tool fits, or for end-to-end work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional autonomy mode: autonomous (bounded validator loop) or autopilot (full gated pipeline). | |
| 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 to frame the pipeline. | |
| profile | No | Optional squad profile to seed when the project has no squad yet. | |
| request | Yes | The work for the squad this turn (any intent; the Coordinator classifies it). |