storkit: done 357_story_bot_assign_command_to_pre_assign_a_model_to_a_story

This commit is contained in:
Dave
2026-03-20 18:51:48 +00:00
parent 83879cfa9e
commit 11d1980920

View File

@@ -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 <number> <model>` 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