Files
dotfiles/.config/opencode/commands/plan.md
alex wiesner cb208a73c4 changes
2026-03-13 13:28:20 +00:00

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.