From caff742d1e250d9e2c9849328fe3eabac5c87cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davor=20Raci=C4=87?= Date: Wed, 14 Jan 2026 17:34:10 +0100 Subject: [PATCH] fix: standardize workflow command paths across all project paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update PRD workflow command: `create-prd` → `prd` - Update brainstorming command: `bmm:workflows:brainstorming` → `core:workflows:brainstorming` - Update test design command: `test-design` → `testarch-test-design` - Update implementation readiness command: `implementation-readiness` → `check-implementation-readiness` --- .../prd/validation-report-prd-workflow.md | 2 +- .../workflow-status/paths/enterprise-brownfield.yaml | 8 ++++---- .../workflow-status/paths/enterprise-greenfield.yaml | 8 ++++---- .../workflow-status/paths/method-brownfield.yaml | 8 ++++---- .../workflow-status/paths/method-greenfield.yaml | 8 ++++---- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/modules/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md b/src/modules/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md index a30227cd..3f8b7ad6 100644 --- a/src/modules/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +++ b/src/modules/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md @@ -286,7 +286,7 @@ editWorkflow: './steps-e/step-e-01-discovery.md' **1. Agent Menu Registration:** - ✅ Registered in PM agent menu - ✅ Trigger: `PR` or fuzzy match on `prd` -- ✅ Command: `/bmad:bmm:workflows:create-prd` +- ✅ Command: `/bmad:bmm:workflows:prd` - ✅ Proper workflow path configuration **2. External Workflow References:** diff --git a/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml b/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml index 738cc9c0..fc0303c7 100644 --- a/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +++ b/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml @@ -28,7 +28,7 @@ phases: exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md" optional: true agent: "analyst" - command: "/bmad:bmm:workflows:brainstorming" + command: "/bmad:core:workflows:brainstorming" included_by: "user_choice" note: "Uses core brainstorming workflow with project context template" - id: "research" @@ -53,7 +53,7 @@ phases: exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md" required: true agent: "pm" - command: "/bmad:bmm:workflows:create-prd" + command: "/bmad:bmm:workflows:prd" output: "Product Requirements Document with FRs and NFRs" - id: "create-ux-design" conditional: "if_has_ui" @@ -82,14 +82,14 @@ phases: optional: true workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml" agent: "tea" - command: "/bmad:bmm:workflows:test-design" + command: "/bmad:bmm:workflows:testarch-test-design" output: "System-level testability review" note: "Testability assessment before gate check - auto-detects system-level mode" - id: "implementation-readiness" required: true exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md" agent: "architect" - command: "/bmad:bmm:workflows:implementation-readiness" + command: "/bmad:bmm:workflows:check-implementation-readiness" note: "Validates PRD + Architecture + Epics + UX (optional)" - phase: 4 name: "Implementation" diff --git a/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml b/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml index 31d35244..54f0a360 100644 --- a/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +++ b/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml @@ -16,7 +16,7 @@ phases: exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md" optional: true agent: "analyst" - command: "/bmad:bmm:workflows:brainstorming" + command: "/bmad:core:workflows:brainstorming" included_by: "user_choice" note: "Uses core brainstorming workflow with project context template" @@ -44,7 +44,7 @@ phases: exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md" required: true agent: "pm" - command: "/bmad:bmm:workflows:create-prd" + command: "/bmad:bmm:workflows:prd" output: "Product Requirements Document with FRs and NFRs" - id: "create-ux-design" @@ -77,7 +77,7 @@ phases: optional: true workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml" agent: "tea" - command: "/bmad:bmm:workflows:test-design" + command: "/bmad:bmm:workflows:testarch-test-design" output: "System-level testability review" note: "Testability assessment before gate check - auto-detects system-level mode" @@ -85,7 +85,7 @@ phases: required: true exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md" agent: "architect" - command: "/bmad:bmm:workflows:implementation-readiness" + command: "/bmad:bmm:workflows:check-implementation-readiness" note: "Validates PRD + Architecture + Epics + UX (optional)" - phase: 4 diff --git a/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml b/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml index fa3aad67..d9be6c1e 100644 --- a/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +++ b/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml @@ -28,7 +28,7 @@ phases: exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md" optional: true agent: "analyst" - command: "/bmad:bmm:workflows:brainstorming" + command: "/bmad:core:workflows:brainstorming" included_by: "user_choice" note: "Uses core brainstorming workflow with project context template" - id: "research" @@ -53,7 +53,7 @@ phases: exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md" required: true agent: "pm" - command: "/bmad:bmm:workflows:create-prd" + command: "/bmad:bmm:workflows:prd" output: "Product Requirements Document with FRs and NFRs" - id: "create-ux-design" conditional: "if_has_ui" @@ -82,14 +82,14 @@ phases: optional: true workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml" agent: "tea" - command: "/bmad:bmm:workflows:test-design" + command: "/bmad:bmm:workflows:testarch-test-design" output: "System-level testability review" note: "Testability assessment before gate check - auto-detects system-level mode" - id: "implementation-readiness" required: true exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md" agent: "architect" - command: "/bmad:bmm:workflows:implementation-readiness" + command: "/bmad:bmm:workflows:check-implementation-readiness" note: "Validates PRD + Architecture + Epics + UX (optional)" - phase: 4 name: "Implementation" diff --git a/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml b/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml index 2cb2195e..e826d3f3 100644 --- a/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +++ b/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml @@ -16,7 +16,7 @@ phases: exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md" optional: true agent: "analyst" - command: "/bmad:bmm:workflows:brainstorming" + command: "/bmad:core:workflows:brainstorming" included_by: "user_choice" note: "Uses core brainstorming workflow with project context template" @@ -44,7 +44,7 @@ phases: exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md" required: true agent: "pm" - command: "/bmad:bmm:workflows:create-prd" + command: "/bmad:bmm:workflows:prd" output: "Product Requirements Document with FRs and NFRs" - id: "create-ux-design" @@ -77,7 +77,7 @@ phases: optional: true workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml" agent: "tea" - command: "/bmad:bmm:workflows:test-design" + command: "/bmad:bmm:workflows:testarch-test-design" output: "System-level testability review" note: "Testability assessment before gate check - auto-detects system-level mode" @@ -85,7 +85,7 @@ phases: required: true exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md" agent: "architect" - command: "/bmad:bmm:workflows:implementation-readiness" + command: "/bmad:bmm:workflows:check-implementation-readiness" note: "Validates PRD + Architecture + Epics + UX (optional)" - phase: 4