From d174bb41e7df08ce3019cdf4baee15ded2071af7 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 19 Mar 2026 10:08:48 +0000 Subject: [PATCH] story-kit: create 302_story_bot_cost_command_shows_total_and_per_story_token_spend --- ...d_shows_total_and_per_story_token_spend.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md diff --git a/.story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md b/.story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md new file mode 100644 index 0000000..39d4689 --- /dev/null +++ b/.story_kit/work/1_backlog/302_story_bot_cost_command_shows_total_and_per_story_token_spend.md @@ -0,0 +1,21 @@ +--- +name: "Bot cost command shows total and per-story token spend" +--- + +# Story 302: Bot cost command shows total and per-story token spend + +## User Story + +As a project owner in a Matrix room, I want to type "{bot_name} cost" to see total token spend and the top most expensive stories, so that I can check burn rate from my phone. + +## Acceptance Criteria + +- [ ] '{bot_name} cost' shows total spend across all stories +- [ ] Shows top 5 most expensive stories with their costs +- [ ] Shows cost breakdown by agent type (coder, QA, mergemaster) +- [ ] Registered in the command registry so it appears in help output +- [ ] Handled at bot level without LLM invocation + +## Out of Scope + +- TBD