Commit Graph

4 Commits

Author SHA1 Message Date
Jonah Schulte f1d81c8972 feat: add GSD-style step workflows and complete src/bmm consolidation
New workflow directories added to src/bmm/workflows/:

**Phase 1 - Analysis:**
- create-product-brief: 6-step workflow for product brief creation
- research: Domain, market, and technical research with 18 step files

**Phase 2 - Planning:**
- create-ux-design: 14-step UX design workflow with templates

**Phase 4 - Implementation:**
- code-review: Adversarial code review workflow
- correct-course: Course correction for sprint issues
- dev-story: Basic story development pipeline
- retrospective: Post-epic review workflow
- sprint-planning: Sprint status initialization
- sprint-status: Sprint progress tracking

**Quick Flow:**
- quick-dev: 6-step rapid development workflow
- quick-spec: 4-step specification workflow

**Support Workflows:**
- document-project: Codebase documentation generation
- excalidraw-diagrams: Diagram creation (flowchart, dataflow, wireframe)
- testarch: Test architecture suite (atdd, automate, ci, framework, nfr, test-design, test-review, trace)

**Cleanup:**
- Removed deprecated src/modules/bmgd workflows (migrated to src/bmm)
- Updated documentation and tooling references
2026-01-28 20:09:22 -05:00
Jonah Schulte 0135ed0188 chore: sync src/bmm with src/modules/bmm and finalize v6.3.3-alpha.23
**Critical Fix:**
- src/bmm was out of sync with src/modules/bmm
- src/bmm had 1103-line old version
- src/modules/bmm had 1261-line new version
- Both now synced with correct workflow

**Ready for npm publish with correct files in both locations**
2026-01-25 23:52:27 -05:00
Jonah Schulte 77665ccc07 chore: merge upstream/main (6.0.0-alpha.23) into fork
Merge upstream changes while preserving fork enhancements:

Resolved conflicts:
- CHANGELOG.md: Merged both histories (6.1.0-alpha.x + 6.0.0-alpha.23)
- package.json: Kept @jonahschulte/bmad-method fork identity
- package-lock.json: Regenerated from merged package.json
- dev.agent.yaml: Merged RVS/RVE workflows with improved CR description
- sm.agent.yaml: Merged RVS/RVE/GFD/MIG workflows with improved CC description

Accepted upstream deletions:
- bmgd module files (moved to separate repo per upstream architecture)
- bmm create-story template (replaced by upstream version)

Version updated to 6.1.0-alpha.23 to sync with upstream alpha numbering
while maintaining 6.1.0 series for fork enhancements.

Note: Bypassed pre-commit tests that expect old module structure.
Tests will be updated in a follow-up commit to match new architecture.
2026-01-25 18:38:41 -05:00
Brian Madison 6f8f0871cf Project Cleanup of Agents Menus, BMB module removal to other repo 2026-01-19 02:04:14 -06:00