27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Phase {{NN}} — {{Short Title}}
|
||
|
||
**Feature:** `{{.agent/workflows/<name>.md | .agent/features/<name>.md | .agent/user_stories/<name>.md | "n/a"}}`
|
||
**Context:** `{{PLAN.md sections / files this phase builds on}}`
|
||
|
||
## Objective
|
||
{{1–3 sentences: what this phase delivers (the delta from current state to the contract)}}
|
||
|
||
## Dependencies
|
||
- `{{NN_name}}` ({{complete|todo}}) — {{what is needed from it}}
|
||
{{or "— (none)"}}
|
||
|
||
## Tasks
|
||
1. `{{path/to/file}}` — {{specific change, file-level detail}}
|
||
2. `{{path/to/file}}` — {{specific change}}
|
||
|
||
## Testing & Quality
|
||
- Unit/integration: {{tests required for all new/modified logic — name the behaviors to cover}}
|
||
- Coverage: **>90%** on new/modified code
|
||
{{project additions, e.g. the CLI Contract Execution Phase / Capability Execution Phase / Playwright Execution Phase block}}
|
||
|
||
## 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}}
|