2
0

workflow.yaml 1.0 KB

12345678910111213141516171819202122232425
  1. name: dev-story
  2. description: "Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"
  3. author: "BMad"
  4. # Critical variables from config
  5. config_source: "{project-root}/_bmad/bmm/config.yaml"
  6. output_folder: "{config_source}:output_folder"
  7. user_name: "{config_source}:user_name"
  8. communication_language: "{config_source}:communication_language"
  9. user_skill_level: "{config_source}:user_skill_level"
  10. document_output_language: "{config_source}:document_output_language"
  11. story_dir: "{config_source}:implementation_artifacts"
  12. date: system-generated
  13. # Workflow components
  14. installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story"
  15. instructions: "{installed_path}/instructions.xml"
  16. validation: "{installed_path}/checklist.md"
  17. story_file: "" # Explicit story path; auto-discovered if empty
  18. implementation_artifacts: "{config_source}:implementation_artifacts"
  19. sprint_status: "{implementation_artifacts}/sprint-status.yaml"
  20. project_context: "**/project-context.md"
  21. standalone: true