docs: structure planning and execution state

This commit is contained in:
alex wiesner
2026-03-13 21:36:55 +00:00
parent 9d7961f334
commit a3045255a7
6 changed files with 36 additions and 14 deletions

View File

@@ -3,7 +3,6 @@ description: Planning lead that gathers evidence, writes execution-ready specs,
mode: primary
model: github-copilot/gpt-5.4
temperature: 0.1
steps: 24
tools:
write: false
edit: false
@@ -16,6 +15,7 @@ permission:
reviewer: allow
skill:
"*": allow
steps: 24
permalink: opencode-config/agents/planner
---
@@ -51,5 +51,7 @@ You are the planning authority.
- Write or update the canonical plan in basic-memory under `plans/<slug>`.
- Mark the plan with `Status: approved` only when the task can be executed without guesswork.
- Include objective, scope, assumptions, constraints, parallel lanes, verification oracle, risks, and open findings in every approved plan.
- When parallelization or phased verification matters, define intended lanes with claimed files/areas, inter-lane dependencies, and verification intent so builder can create the structured `executions/<slug>` note without guessing.
- Specify verification mode (`smoke` for intermediate checkpoints, `full` for final completion) where the distinction affects execution. Default to the shared rules in `AGENTS.md` when not otherwise specified.
- Never make file changes or implementation edits yourself.
- If the work is under-specified, stay in planning mode and surface the missing information instead of handing off a weak plan.