Renamed three implementation workflows to avoid confusion:
- batch-super-dev → batch-stories (processes multiple stories)
- super-dev-pipeline → story-full-pipeline (single story with validation/review)
- story-pipeline → story-dev-only (basic TDD implementation only)
Changes include:
- Renamed workflow directories
- Updated workflow.yaml name fields and installed_path references
- Updated all cross-references in workflow.md files
- Updated state file naming conventions for clarity
- Updated references in documentation and other workflows
This naming convention eliminates pattern-matching confusion by using
completely distinct names for each workflow level.
Add /bmad_bmm_create-story workflow for net-new features with zero
existing implementation. Separates greenfield story generation (fast,
no codebase scanning) from brownfield gap analysis workflow.
Changes:
- Create workflow files in src/modules/bmm and src/bmm locations
- Update module-help.csv with both workflow entries
- Clarify create-story vs create-story-with-gap-analysis usage
- Bump version to 6.1.0-Beta.3
Greenfield workflow skips codebase scanning and marks all tasks
incomplete, saving time and tokens for net-new feature development.