Agent-created plans live here while work is active. These are workflow
artifacts, not product docs. Keep docs/ focused on the current state of the
app.
plans/<slug>.md- active implementation plans.plans/future-work.md- known future work that is not currently active.plans/archive/- completed, cancelled, or superseded plans.
- Create a short, named plan in
plans/<slug>.mdbefore starting non-trivial work. - Track current status, what is in flight, what is left, decisions, blockers, and verification evidence in that file as work progresses.
- When the work is complete, add the final result and verification summary,
then move the file to
plans/archive/YYYY-MM-DD-<slug>.md. - If the work changes current behavior, update
docs/separately. Do not leave product truth only in a plan. - If a plan becomes obsolete before completion, move it to
plans/archive/with a short note explaining why.
# <Plan Title>
Status: active
Owner: <agent/person>
Created: YYYY-MM-DD
Updated: YYYY-MM-DD
## Goal
## Scope
## Checklist
- [ ] ...
## In Flight
- ...
## Decisions / Blockers
- ...
## Verification
- [ ] ...
## Result
Fill this in before archiving.