story-kit: start 170_story_add_test_first_requirements_to_agent_role_descriptions

This commit is contained in:
Dave
2026-02-25 15:05:31 +00:00
parent ebcd627a45
commit e75952f20b

View File

@@ -0,0 +1,20 @@
---
name: "Add test-first requirements to agent role descriptions"
---
# Story 170: Add test-first requirements to agent role descriptions
## User Story
As a project owner, I want agent role descriptions to explicitly require test-first development and record_tests usage, so that agents follow the documented dev process.
## Acceptance Criteria
- [ ] Coder agent roles in project.toml mention writing tests for each acceptance criterion
- [ ] Coder agent roles mention calling record_tests MCP tool before completing work
- [ ] QA agent role mentions verifying that record_tests was called and results are present
- [ ] Mergemaster role mentions checking ensure_acceptance before merging
## Out of Scope
- TBD