From 973b7d6f72db36afac9d54d3935fdb1f31b640f6 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 28 Mar 2026 14:24:02 +0000 Subject: [PATCH] storkit: done 432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation --- ...ode_changes_against_acceptance_criteria.md | 24 ------------------- ..._tools_and_agent_driven_file_generation.md | 1 + 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .storkit/work/1_backlog/431_story_qa_agent_reviews_code_changes_against_acceptance_criteria.md rename .storkit/work/{1_backlog => 5_done}/432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation.md (98%) diff --git a/.storkit/work/1_backlog/431_story_qa_agent_reviews_code_changes_against_acceptance_criteria.md b/.storkit/work/1_backlog/431_story_qa_agent_reviews_code_changes_against_acceptance_criteria.md deleted file mode 100644 index 07c85eeb..00000000 --- a/.storkit/work/1_backlog/431_story_qa_agent_reviews_code_changes_against_acceptance_criteria.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: "QA agent reviews code changes against acceptance criteria" ---- - -# Story 431: QA agent reviews code changes against acceptance criteria - -## User Story - -As a project owner, I want the QA agent to actually verify that the coder's implementation matches the story's acceptance criteria, so that incomplete or incorrect work is caught before merge. - -## Acceptance Criteria - -- [ ] QA agent reads the story's acceptance criteria before reviewing code -- [ ] QA agent reads the full diff against master to understand what changed -- [ ] For each AC, QA agent verifies the code addresses it and explains how -- [ ] QA agent flags incomplete implementations: todo!(), unimplemented!(), missing match arms, placeholder values -- [ ] QA agent checks that new code has corresponding test coverage -- [ ] QA agent produces a structured report: each AC with pass/fail and explanation -- [ ] If any AC is not met, QA rejects the story with a clear reason so the coder can fix it -- [ ] Deterministic gates (clippy, tests) still run as a prerequisite before the AC review - -## Out of Scope - -- TBD diff --git a/.storkit/work/1_backlog/432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation.md b/.storkit/work/5_done/432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation.md similarity index 98% rename from .storkit/work/1_backlog/432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation.md rename to .storkit/work/5_done/432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation.md index 6166b054..c2cc639d 100644 --- a/.storkit/work/1_backlog/432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation.md +++ b/.storkit/work/5_done/432_story_complete_setup_wizard_with_mcp_tools_and_agent_driven_file_generation.md @@ -1,5 +1,6 @@ --- name: "Complete setup wizard with MCP tools and agent-driven file generation" +agent: "coder-opus" --- # Story 432: Complete setup wizard with MCP tools and agent-driven file generation