# Exec-Plan Guide
This directory stores execution plans used for complex features and refactors.
## Layout
- In-progress work: `docs/exec-plans/active/`
- Completed plans: `docs/exec-plans/completed/`
## Conventions
- Use one folder per plan: `YYYY-MM-DD-<slug>/PLAN.md`.
- Keep plans self-contained and executable by a stateless agent.
- Treat plans as living documents while work is in progress.
- Treat completed plans as historical records; they may retain references to
retired planning docs that are no longer canonical.
For writing standards, use `.opencode/skills/exec-plan/SKILL.md` and
`.opencode/skills/exec-plan/references/plan-template.md`.