Use this template when creating a new project document.
The New Project event in workflow.md requires the sections below to be filled before implementation starts.
Default front matter for a project entry doc:
---
doc-status: draft
---Default shape is a single project file. If the plan becomes long or implementation-heavy, use a multi-file write-up:
active/<project>/index.mdfor Overview (+ Scope/Rules when useful)active/<project>/plan.mdfor detailed implementation planning
Supporting docs such as plan.md or reference notes do not need front matter by default.
- What is being proposed?
- Why now?
- If this project modifies existing behavior: what is current behavior and what is the intended delta?
Goal and Description are accepted aliases for Overview.
Use only one heading from this alias set per document (Overview|Goal|Description).
Use only one heading from this alias set per document (Scope|Rules).
When this section is present, use RFC-2119 bullets:
MUST: in-scope requirementsSHOULD: preferred constraintsMAY: optional allowancesMUST NOT: out-of-scope guardrails
- Smallest meaningful next slice:
- Immediate acceptance check:
- Optional milestones/checkpoints only if they improve clarity:
Use when unresolved questions materially affect safe progress.