| 12345678910111213141516171819202122232425 |
- name: dev-story
- description: "Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"
- author: "BMad"
- # Critical variables from config
- config_source: "{project-root}/_bmad/bmm/config.yaml"
- output_folder: "{config_source}:output_folder"
- 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"
- story_dir: "{config_source}:implementation_artifacts"
- 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"
- standalone: true
|