Standardize on the .agents/ directory across all phased-execution skills (phase state, reports, sessions, validate.sh, PLAN.md, and per-story/feature/workflow trees). Legacy dot-less agent/ fallbacks in migration scripts are untouched.
20 lines
614 B
Markdown
20 lines
614 B
Markdown
# Task {{NN}} — {{Short Title}}
|
||
|
||
**Phase:** `{{NN_phase}}` · **Story:** `{{.agents/user_stories/<story>.md or "n/a"}}`
|
||
|
||
## Objective
|
||
{{1–2 sentences: what this task delivers}}
|
||
|
||
## Work
|
||
1. `{{path/to/file}}` — {{specific change, file-level detail}}
|
||
2. `{{path/to/file}}` — {{specific change}}
|
||
|
||
## Testing & Quality
|
||
- Unit/integration: {{tests required for this task's logic}}
|
||
- Coverage: **>90%** on this task's new/modified code
|
||
|
||
## Completion Criteria
|
||
- [ ] {{observable check: command to run / endpoint to hit / artifact to exist}}
|
||
- [ ] full test suite green
|
||
- [ ] no behavior change in completed work
|