# Story Ready Workflow Instructions (SM Agent) The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml You MUST have already loaded and processed: {installed_path}/workflow.yaml Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level} Generate all documents in {document_output_language} This workflow is run by SM agent AFTER user reviews a drafted story and confirms it's ready for development Simple workflow: Update story file status to Ready If {{story_path}} explicitly provided → use it Otherwise list story-\*.md files from {{story_dir}}, sort by modified time Select the drafted story to mark as Ready, or enter path: Read the story file: {{story_path}} Extract story ID and title from the file Find the "Status:" line (usually at the top) Update story file: - Change: `Status: Draft` or similar - To: `Status: Ready` Save the story file **Story Marked Ready for Development, {user_name}!** ✅ Story file updated: `{{story_file}}` → Status: Ready **Story Details:** - **ID:** {{story_id}} - **Title:** {{story_title}} - **File:** `{{story_file}}` - **Status:** Ready for development **Next Steps:** 1. **Recommended:** Run `story-context` workflow to generate implementation context - This creates a comprehensive context XML for the DEV agent - Includes relevant architecture, dependencies, and existing code 2. **Alternative:** Skip context generation and go directly to `dev-story` workflow - Faster, but DEV agent will have less context - Only recommended for simple, well-understood stories **To proceed:** - For context generation: Stay with SM agent and run `story-context` workflow - For direct implementation: Load DEV agent and run `dev-story` workflow