From 4ab73a16e8bfe9e939a068ea8db6f8e721268615 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 27 Feb 2026 10:04:21 +0000 Subject: [PATCH] story-kit: create 229_story_coder_agents_should_check_off_acceptance_criteria_as_they_fulfill_them --- ...cceptance_criteria_as_they_fulfill_them.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/229_story_coder_agents_should_check_off_acceptance_criteria_as_they_fulfill_them.md diff --git a/.story_kit/work/1_upcoming/229_story_coder_agents_should_check_off_acceptance_criteria_as_they_fulfill_them.md b/.story_kit/work/1_upcoming/229_story_coder_agents_should_check_off_acceptance_criteria_as_they_fulfill_them.md new file mode 100644 index 0000000..2050436 --- /dev/null +++ b/.story_kit/work/1_upcoming/229_story_coder_agents_should_check_off_acceptance_criteria_as_they_fulfill_them.md @@ -0,0 +1,20 @@ +--- +name: "Coder agents should check off acceptance criteria as they fulfill them" +--- + +# Story 229: Coder agents should check off acceptance criteria as they fulfill them + +## User Story + +As a user watching agent progress, I want coder agents to check off acceptance criteria in the story file as they write tests and code to fulfill them, so that I can see real-time progress on the story without reading agent logs. + +## Acceptance Criteria + +- [ ] Coder agent prompt instructs the agent to use the check_criterion MCP tool after fulfilling each acceptance criterion +- [ ] Acceptance criteria are checked off individually as work progresses, not all at once at the end +- [ ] The agent reads the story's acceptance criteria at the start of work via get_story_todos +- [ ] Checked-off criteria are visible in the web UI pipeline board in real time + +## Out of Scope + +- TBD