From 972d8f3c1232572c28d962f7e73c100e192c4dc2 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 18:40:31 +0000 Subject: [PATCH] storkit: create 357_story_bot_assign_command_to_pre_assign_a_model_to_a_story --- ...ommand_to_pre_assign_a_model_to_a_story.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/1_backlog/357_story_bot_assign_command_to_pre_assign_a_model_to_a_story.md diff --git a/.storkit/work/1_backlog/357_story_bot_assign_command_to_pre_assign_a_model_to_a_story.md b/.storkit/work/1_backlog/357_story_bot_assign_command_to_pre_assign_a_model_to_a_story.md new file mode 100644 index 0000000..9175b00 --- /dev/null +++ b/.storkit/work/1_backlog/357_story_bot_assign_command_to_pre_assign_a_model_to_a_story.md @@ -0,0 +1,20 @@ +--- +name: "Bot assign command to pre-assign a model to a story" +--- + +# Story 357: Bot assign command to pre-assign a model to a story + +## User Story + +As a user, I want to assign a specific model (e.g. opus) to a story before it starts, so that when a coder picks it up it uses the model I chose. + +## Acceptance Criteria + +- [ ] Bot recognizes `assign ` command +- [ ] Assignment persists in the story file so it's used when the story starts +- [ ] Command appears in help output +- [ ] Works with available model names (e.g. opus, sonnet) + +## Out of Scope + +- TBD