From f0c7f6e79e9f0d09826784c92cc831d0899e161b Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 24 Feb 2026 18:44:19 +0000 Subject: [PATCH] story-kit: create 170_story_add_test_first_requirements_to_agent_role_descriptions --- ...requirements_to_agent_role_descriptions.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/170_story_add_test_first_requirements_to_agent_role_descriptions.md diff --git a/.story_kit/work/1_upcoming/170_story_add_test_first_requirements_to_agent_role_descriptions.md b/.story_kit/work/1_upcoming/170_story_add_test_first_requirements_to_agent_role_descriptions.md new file mode 100644 index 0000000..918edbd --- /dev/null +++ b/.story_kit/work/1_upcoming/170_story_add_test_first_requirements_to_agent_role_descriptions.md @@ -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