storkit: done 362_story_bot_whatsup_command_shows_in_progress_work_summary

This commit is contained in:
dave
2026-03-22 17:43:01 +00:00
parent c504738949
commit 628b60ad15
2 changed files with 28 additions and 25 deletions

View File

@@ -1,25 +0,0 @@
---
name: "MCP tool for whatsup story triage"
---
# Story 363: MCP tool for whatsup story triage
## User Story
As an LLM assistant, I want to call a single MCP tool to get a full triage dump for an in-progress story, so that I can answer status questions quickly without making 8+ separate calls to piece together the picture myself.
## Acceptance Criteria
- [ ] 'whatsup' MCP tool accepts a story_id parameter
- [ ] Returns story front matter fields (name, blocked, agent, and any other non-empty fields)
- [ ] Returns AC checklist with checked/unchecked status
- [ ] Returns active branch and worktree path if one exists
- [ ] Returns git diff --stat of changes on the feature branch since branching from master
- [ ] Returns last 5 commit messages on the feature branch
- [ ] Returns last 20 lines of the most recent agent log for the story
- [ ] Returns a clear error if the story is not found or not in work/2_current/
- [ ] Registered and discoverable via the MCP tools/list endpoint
## Out of Scope
- TBD