diff --git a/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml b/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml index 27017313..eaa76f41 100644 --- a/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml @@ -10,7 +10,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/create-story" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/create-story" template: "{installed_path}/template.md" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md" diff --git a/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml b/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml index dc84240f..1cbee493 100644 --- a/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml @@ -10,7 +10,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/dev-story" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/dev-story" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md" diff --git a/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml b/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml index f0daa0fe..cee59242 100644 --- a/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/review-story/workflow.yaml @@ -11,7 +11,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/review-story" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/review-story" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md" diff --git a/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml b/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml index 4de8f47a..2664fca7 100644 --- a/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +++ b/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml @@ -11,7 +11,7 @@ communication_language: "{config_source}:communication_language" date: system-generated # Workflow components -installed_path: "{project-root}/bmad/bmm/workflows/story-context" +installed_path: "{project-root}/bmad/bmm/workflows/4-implementation/story-context" template: "{installed_path}/context-template.xml" instructions: "{installed_path}/instructions.md" validation: "{installed_path}/checklist.md"