16 lines
677 B
Markdown
16 lines
677 B
Markdown
---
|
|
description: Produce or refresh an execution-ready plan
|
|
agent: planner
|
|
model: github-copilot/gpt-5.4
|
|
---
|
|
|
|
Create or update an execution-ready plan for: $ARGUMENTS
|
|
|
|
1. Gather the required repo and external context in parallel.
|
|
2. Use `researcher`, `explorer`, and `reviewer` as needed.
|
|
3. Write the canonical plan to basic-memory under `plans/<slug>`.
|
|
4. Include: objective, scope, assumptions, constraints, task breakdown, parallel lanes, verification oracle, risks, and open findings.
|
|
5. Set `Status: approved` only when `builder` can execute the plan without guesswork. Otherwise leave it blocked and explain why.
|
|
|
|
Return the plan slug and the key execution checkpoints.
|