Fix: Correct workflow_path in bmad-quick-flow/quick-spec steps#1368
Merged
bmadcode merged 2 commits intobmad-code-org:mainfrom Jan 27, 2026
Merged
Conversation
- Fix workflow_path in step-01-understand.md, step-02-investigate.md, and step-03-generate.md - Changed from non-existent 'create-tech-spec' to correct 'quick-spec' - Aligns with step-04-review.md which already had correct path
📝 WalkthroughWalkthroughUpdates the workflow_path configuration in three workflow step files from the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Feb 10, 2026
This was referenced Feb 18, 2026
This was referenced Feb 25, 2026
This was referenced Mar 13, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
workflow_pathin steps 1-3 ofbmad-quick-flow/quick-specworkflow was pointing to a non-existent directorycreate-tech-spec, while step-04 correctly pointed toquick-spec.Changes
workflow_pathin:step-01-understand.mdstep-02-investigate.mdstep-03-generate.md{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-specto{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-specstep-04-review.mdwhich already had the correct pathImpact
This fix ensures all workflow steps can correctly resolve their workflow_path and access templates/instructions, fixing a critical path reference error.
AI disclaimer: Issue fixed and PR generated by AiderDesk.