From 6a79cf0cef6d93e90e85b6874225897c6de3012e Mon Sep 17 00:00:00 2001 From: mq-bot Date: Tue, 2 Dec 2025 17:56:29 +0000 Subject: [PATCH] minor changes to reduce the change radius --- src/modules/bmm/docs/workflows-implementation.md | 2 +- .../installers/lib/ide/templates/workflow-command-template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bmm/docs/workflows-implementation.md b/src/modules/bmm/docs/workflows-implementation.md index 70b1fafb..5bb056bc 100644 --- a/src/modules/bmm/docs/workflows-implementation.md +++ b/src/modules/bmm/docs/workflows-implementation.md @@ -272,7 +272,7 @@ PRD (PM) → Architecture (Architect) ## Troubleshooting **Q: Which workflow should I run next?** -A: During implementation run `sprint-status` (fast check against sprint-status.yaml). For cross-phase routing run `workflow-status`. +A: Run `workflow-status` - it reads the sprint status file and tells you exactly what to do. During implementation (Phase 4) run `sprint-status` (fast check against sprint-status.yaml). **Q: Story needs significant changes mid-implementation?** A: Run `correct-course` to analyze impact and route appropriately. diff --git a/tools/cli/installers/lib/ide/templates/workflow-command-template.md b/tools/cli/installers/lib/ide/templates/workflow-command-template.md index 8ea24d64..27b55e03 100644 --- a/tools/cli/installers/lib/ide/templates/workflow-command-template.md +++ b/tools/cli/installers/lib/ide/templates/workflow-command-template.md @@ -5,7 +5,7 @@ description: '{{description}}' IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded: -1. Always LOAD the FULL @{{core_workflow_path}} +1. Always LOAD the FULL @{bmad_folder}/core/tasks/workflow.xml 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{{workflow_path}} 3. Pass the yaml path {{workflow_path}} as 'workflow-config' parameter to the workflow.xml instructions 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions