1.1 KiB
1.1 KiB
description, agent, model
| description | agent | model |
|---|---|---|
| Produce or refresh an execution-ready plan | planner | github-copilot/gpt-5.4 |
Create or update an execution-ready plan for: $ARGUMENTS
- Gather the required repo and external context in parallel.
- Use
researcher,explorer, andrevieweras needed. - Write the canonical plan to basic-memory under
plans/<slug>. - Include: objective, scope, assumptions, constraints, task breakdown, parallel lanes, verification oracle, risks, and open findings.
- When parallelization or phased verification matters, define intended lanes with claimed files/areas, inter-lane dependencies, and verification intent (including
smokevsfullmode where the distinction affects execution). - Ensure the plan gives builder enough information to create the structured
executions/<slug>note without guessing lane ownership, claimed areas, or verification expectations. - Set
Status: approvedonly whenbuildercan execute the plan without guesswork. Otherwise leave it blocked and explain why.
Return the plan slug and the key execution checkpoints.