# 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