Commit Graph

4 Commits

Author SHA1 Message Date
Mårten Angner 2665102c30 feat: WDS sprint 1 — self-contained skills, generator scripts, session management
Package A — Self-contained skills:
- Deleted src/data/agent-guides/ (duplicated in src/skills/*/references/)
- Inlined workflow cross-references into dream-up-approach.md
- Updated 13 workflow files to reference src/skills/*/references/ paths

Package B — Generator scripts:
- wds-setup.js — scaffolds project structure (_progress/ + design-process/)
- wds-page-spec.js — generates page specification skeletons
- wds-validate.js — validates spec completeness before handoff
- Added wds:setup, wds:page-spec, wds:validate npm scripts

Package C — Session management:
- start.md — detects _bmad/_state/[agent].md, offers resume or fresh start
- wrap.md — conversational session close, writes state file
- Updated saga and freya activation files with state check on boot
- Added _bmad/_state/ to .gitignore template

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03 05:03:27 +02:00
Mårten Angner 6287dce0b9 feat: Material Analysis Phase — analyze docs before asking questions
When users provide existing materials (PRD, brief, research), Saga now:
1. Reads and extracts information into categories (vision, users, etc.)
2. Presents findings ONE category at a time for user confirmation
3. Identifies gaps after all confirmed categories
4. Plans which steps need full conversation vs quick confirmation
5. Skips exploratory questions for already-confirmed topics

Updated 13 files:
- working-with-existing-materials.md: complete rewrite with new protocol
- step-01-init.md: Material Analysis Phase trigger after welcome
- Steps 02-11: "Check Material Analysis Status" gate before exploration

Fixes the "black hole" problem where Saga acknowledged documents
but then asked questions whose answers were in those documents.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 13:46:19 +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 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