Mårten Angner
5577f1fe06
Fix 9 workshop issues + audit cleanup across all workflows
...
Workshop fixes (issues #4-#12):
- Add output-discipline block to compiler activation (#12 )
- Rename synthesize steps to create-document (#5 )
- Add context carry-forward to prevent repetitive questions (#4 )
- Add length constraints to scenario outlines (#10 )
- Add completeness gate for dream mode trigger map (#6 )
- Add data extraction + cross-validation to hub generation (#7 )
- Extend dream-up architecture for Phase 3 scenarios (#8 )
- Add dream/suggest mode-conditional rules to all 15 UX steps (#11 )
Stale reference cleanup:
- Remove orphaned Mimir agent guides and presentations
- Update Mimir references to Saga in templates and step files
- Rename UX Scenario Architect to Facilitator across all scenario files
- Fix strategic-documentation.md step 12 heading
Workflow audit fixes:
- Fix broken explore section routing links in alignment workflow
- Fix FILE-INDEX.md wrong parent path in agentic-development
- Fix routing tables in design-system and product-evolution workflows
- Clarify dream mode routing notation in ux-design workflow
- Remove empty steps-d/ directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 21:27:51 +01:00
Mårten Angner
4596fad5d6
Add IDE handler system with slash command support
...
Implement BMad-style IDE handler architecture for WDS:
- Base class (_base-ide.js) with template method pattern
- Dynamic handler discovery via IdeManager
- Priority handlers: Windsurf, Cursor, Claude Code, Cline, GitHub Copilot
- Installer integration after agent compilation step
- Saga activation now branches on starting_point config (pitch vs brief)
- Remove parenthetical hint from learning material prompt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 19:53:39 +01:00
Mårten Angner
629de0849e
Fix lint and formatting issues for v0.2.0 release
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 14:18:53 +01:00
Mårten Angner
cd46fcccdc
Sync src/ with expansion repo v0.2.0
...
Replace entire src/ content with bmad-method-wds-expansion source:
- Restructured workflows (BMad-compliant phases 0-8)
- Updated agent YAMLs with correct workflow paths
- Templates moved into workflow folders (no more top-level templates/)
- Added skills/ directory (agent activation files)
- Added module-help.csv (workflow registry)
- Removed legacy dirs: _module-installer/, core/, modules/
Installer updates:
- Copy skills/ instead of templates/
- Copy module-help.csv alongside module.yaml
- Updated doc folder structure to match expansion
- Compiler handles _bmad/wds/ path rewriting for standalone
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 13:41:15 +01:00
Mårten Angner
b4cbe6a30d
Installer
2026-01-29 15:34:21 +01:00