set_story_status
Update a story's status to draft, in-progress, or blocked within your project backlog. Use this tool to track progress while managing stories in version-controlled markdown files.
Instructions
Update the status of a story to draft, in-progress, or blocked. To mark a story done, use complete_story instead — it enforces acceptance criteria, appends a summary note, and removes the story from the backlog. Returns {story_id, old_status, new_status, backlog_updated}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status to assign. Must be one of: draft, in-progress, blocked. To mark done, use complete_story. | |
| story_id | Yes | Story ID to update, e.g. STORY-047 |