Commit Graph

7 Commits

Author SHA1 Message Date
Mårten Angner 490504e632 Bump to v0.4.0 — BMad skills + Design Space
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 15:01:00 +01:00
Mårten Angner e5f81cae54 feat: Design Space as core WDS skill + version bump to 0.3.5
Design Space (Agent Space) is now a self-contained BMad skill in WDS:
- Semantic knowledge search, capture, cross-agent messaging
- Session-scoped presence (saga-2567), work orders, online roster
- Embedded HTTP credentials — works everywhere without MCP
- Will be placed in _bmad/wds/ by installer when selected

Also bumps version to 0.3.5 including Saga/Freya skill conversion.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 14:38:44 +01:00
Mårten Angner 96eecb9f85 feat: convert Saga and Freya to BMad-compliant self-contained skills
New skill structure:
- src/skills/saga/SKILL.md — full agent with Product Brief + Trigger Map
- src/skills/freya/SKILL.md — full agent with UX Scenarios + UX Design
- bmad-manifest.json for each with capability menus
- references/ with all agent guides copied into skill directories

Skills are self-contained — no SKILL.md → workflow.md routing.
Follows BMad skill format: 2-part description, activation modes,
progressive disclosure, references loaded on demand.

Old activation files (saga.activation.md, freya.activation.md) kept
for now — can be removed after installer is updated.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 15:46:08 +01:00
Mårten Angner dadffaffbb Remove Idunn agent — Freya takes over PM responsibilities
Idunn (PM agent) has been deprecated. Freya now handles design delivery,
product evolution, and agentic development. Platform requirements moved
to Saga under Phase 1. Deleted 9 Idunn-owned files, updated 33 files
across src/ and docs/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 13:46:39 +01:00
Mårten Angner 19e82cd3cb Complete agent-dialog removal across all phases, workflows, and step files
Replace Agent Dialog Gate with Design Log entry point in all 29 activity
workflows (phases 2-8). Replace "Update agent dialog" with "Update design log"
in 90+ step files across phases 5, 7, and 8. Update data files, guides,
presentations, and templates to reference design log instead of agent dialogs.

Only the deprecated _agent-dialogs/ archive folder retains original references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 11:06:47 +01:00
Mårten Angner b3bda0171e Fix duplicate trigger-map reference and update Freya role name
- Remove duplicate `Reads: 2-strategy/trigger-map.md` line in eira-visual-designer.md
- Rename "Scenario Architect" to "Scenario Facilitator" in freya.activation.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 17:12:49 +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