add todo to phased
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Phase {{NN}} — {{Short Title}}
|
||||
|
||||
**Source:** `{{TODO file}} L{{range(s) the phase's tasks cover, e.g. 34–38, 41}} — "{{capability / section title}}"`
|
||||
**Story:** `{{.agent/user_stories/<story>.md or "n/a"}}`
|
||||
**Context:** `{{PLAN.md sections / files this phase builds on}}`
|
||||
|
||||
## Objective
|
||||
{{1–3 sentences: what this phase delivers}}
|
||||
|
||||
## Dependencies
|
||||
- `{{NN_name}}` ({{complete|todo}}) — {{what is needed from it}}
|
||||
{{or "— (none)"}}
|
||||
|
||||
## Tasks
|
||||
1. `01_{{short_name}}.md` — {{one-line summary}}
|
||||
2. `02_{{short_name}}.md` — {{one-line summary}}
|
||||
|
||||
## Testing & Quality
|
||||
- Unit/integration: {{tests required for all new logic — name the behaviors to cover}}
|
||||
- Coverage: **>90%** on new/modified code
|
||||
{{project additions, e.g. a dedicated Playwright E2E suite run in isolation by this phase's final pass}}
|
||||
|
||||
## Completion Criteria
|
||||
- [ ] {{observable check: command to run / endpoint to hit / artifact to exist}}
|
||||
- [ ] test suite green, coverage >90%
|
||||
- [ ] no behavior change in completed phases
|
||||
{{project additions, e.g. a commit command per AGENTS.md conventions}}
|
||||
Reference in New Issue
Block a user