story-kit: create 304_story_mcp_tool_to_move_stories_between_pipeline_stages

This commit is contained in:
Dave
2026-03-19 10:44:14 +00:00
parent a2c893420b
commit 7c9b86c31b

View File

@@ -16,6 +16,7 @@ As a bot operator (Timmy), I want an MCP tool that moves stories between pipelin
- [ ] Returns a confirmation message with the old and new stage
- [ ] Works for stories, bugs, spikes, and refactors
- [ ] Replaces the need for shell mv commands to move story files
- [ ] Tool description tells bots to prefer specific tools (accept_story, move_story_to_merge, request_qa) when available, and use move_story only for arbitrary moves that lack a dedicated tool (e.g. moving to backlog, moving ghost stories back to current)
## Out of Scope