1012 B
1012 B
name, description, permalink
| name | description | permalink |
|---|---|---|
| writing-plans | Planner workflow for producing execution-ready approved plans with explicit scope, lanes, and verification oracle | opencode-config/skills/writing-plans/skill |
Writing Plans
Use this skill when converting intent into an execution-ready plans/<slug> note.
Required Plan Shape
Every approved plan must include:
- Objective
- Scope and out-of-scope boundaries
- Constraints and assumptions
- Concrete task list
- Parallelization lanes and dependency notes
- Verification oracle
- Risks and open findings
Workflow
- Gather enough evidence to remove guesswork.
- Decompose work into bounded tasks with clear owners.
- Define verification per task and for final integration.
- Check contract alignment with planner -> builder handoff rules.
- Mark
Status: approvedonly when execution can proceed without improvisation.
Quality Gates
- No ambiguous acceptance criteria.
- No hidden scope expansion.
- Verification is specific and runnable.