Commit Graph

2 Commits

Author SHA1 Message Date
Jonah Schulte 2526e7c9cb refactor: rename workflows for clarity
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.
2026-01-28 02:47:19 -05:00
Jonah Schulte bacbcc3487 feat(workflows): add greenfield create-story workflow
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.
2026-01-27 03:29:47 -05:00