Cockpit Planning
You are producing a plan for an Agentic Cockpit task.
Rules
- •Planning tasks must not make commits.
- •Be explicit about acceptance criteria, sequencing, and validation commands.
- •Keep the plan small and testable (few steps, clear checkpoints).
- •If the plan will lead to
EXECUTEwork, include a “Git Contract” note (base sha + work branch naming) so the controller can dispatch deterministically.
Output contract
Return only JSON matching the worker output schema.
- •Put the plan in
planMarkdownas a numbered list. - •Leave
commitShaempty. - •Populate
testsToRunwith the commands the executor should run.