| 1234567891011121314151617181920 |
- name: dev-story
- description: 'Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"'
- # Critical variables from config
- config_source: "{project-root}/_bmad/bmm/config.yaml"
- user_name: "{config_source}:user_name"
- communication_language: "{config_source}:communication_language"
- user_skill_level: "{config_source}:user_skill_level"
- document_output_language: "{config_source}:document_output_language"
- date: system-generated
- # Workflow components
- installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story"
- instructions: "{installed_path}/instructions.xml"
- validation: "{installed_path}/checklist.md"
- story_file: "" # Explicit story path; auto-discovered if empty
- implementation_artifacts: "{config_source}:implementation_artifacts"
- sprint_status: "{implementation_artifacts}/sprint-status.yaml"
- project_context: "**/project-context.md"
|