Skip to content

Fix: Correct workflow_path in bmad-quick-flow/quick-spec steps#1368

Merged
bmadcode merged 2 commits intobmad-code-org:mainfrom
wladimiiir:fix/workflow-path-bmad-quick-flow
Jan 27, 2026
Merged

Fix: Correct workflow_path in bmad-quick-flow/quick-spec steps#1368
bmadcode merged 2 commits intobmad-code-org:mainfrom
wladimiiir:fix/workflow-path-bmad-quick-flow

Conversation

@wladimiiir
Copy link
Copy Markdown
Contributor

Problem

The workflow_path in steps 1-3 of bmad-quick-flow/quick-spec workflow was pointing to a non-existent directory create-tech-spec, while step-04 correctly pointed to quick-spec.

Changes

  • Fixed workflow_path in:
    • step-01-understand.md
    • step-02-investigate.md
    • step-03-generate.md
  • Changed from {project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec to {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec
  • Now aligned with step-04-review.md which already had the correct path

Impact

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.

- 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
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 22, 2026

📝 Walkthrough

Walkthrough

Updates the workflow_path configuration in three workflow step files from the create-tech-spec directory to the quick-spec directory, reflecting a reorganization of the workflow structure without altering step logic or control flow.

Changes

Cohort / File(s) Summary
Quick-spec workflow step path updates
src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md, src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md, src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md
Updated frontmatter workflow_path from _bmad/bmm/workflows/bmad-quick-flow/create-tech-spec to _bmad/bmm/workflows/bmad-quick-flow/quick-spec across all three step definition files

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • bmadcode
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: fixing workflow_path references in bmad-quick-flow/quick-spec steps from incorrect to correct directories.
Description check ✅ Passed The description is directly related to the changeset, clearly explaining the problem, specific changes made to three files, and the impact of fixing the workflow_path references.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bmadcode bmadcode merged commit 4c92e0c into bmad-code-org:main Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants