Commit Graph

8 Commits

Author SHA1 Message Date
Mårten Angner def4f8160f Add Design Space with agent messaging, knowledge capture, and feedback loops
Design Space v4.0.0 — cross-LLM, cross-IDE agent communication where every
message becomes searchable design knowledge. Agents talk in natural language,
register presence, discover peers, and hand off work across Claude Code,
ChatGPT, Cursor, and any HTTP client.

New features:
- Workflow 12: Agent Messaging (check inbox, send, manage presence)
- Workflow 10: Design Feedback Loop (before/after learning pairs)
- Workflow 11: Knowledge Capture (guided insight capture)
- Workflow 9: Site Analysis (visual + structural DNA capture)
- Agent messaging guides for Saga and Freya
- Protocol v4.0.0 with messaging principles, consent gate, no agent instructions
- MCP config templates for Claude Code and Cursor
- Supabase setup guide for self-hosted deployment
- Module 19 lessons 6-7 (agent messaging, collaboration patterns)

Security:
- All hardcoded Supabase URLs/keys replaced with {DESIGN_SPACE_URL} placeholders
- Credentials configured per-deployment via env vars

Infrastructure repos:
- github.com/whiteport-collective/design-space-infrastructure (Supabase backend)
- github.com/whiteport-collective/design-space-mcp (MCP server)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 14:44:50 +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 03f890f98a Update Phase 1 guide and VTC deprecation notice for VTC removal
- Remove "Strategic Context (Step 4)" from Phase 1 guide — Phase 1 is
  casual business discovery, not trigger mapping
- Update flowchart to remove Strategic Context box
- Mark VTC guide as "Removed" (was "Deprecated")
- Historical session logs in docs/examples/ left as-is (records)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 19:17:50 +01:00
Mårten Angner 977de887a5 Remove VTC references from all active docs
Replace Value Trigger Chain (VTC) with Trigger Map / Slim Trigger Map
across method guides, model docs, learn-wds tutorials, and docs index.
Historical examples left untouched.

- docs-guide.md: Remove VTC entry, update phase list
- method/: Replace VTC with Trigger Map in content guides
- models/: Replace VTC sections/links with Trigger Map references
- learn-wds/: Rename VTC to Slim Trigger Map in lessons and tutorials
- phase-2 guide: Fix What Comes Next + Related Resources

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 12:15:43 +01:00
Mårten Angner fdf58851b4 Add workflow flowcharts to phase guides, deprecate VTC
- Phase 1: Add Mermaid flowchart (simplified vs complete mode, four document modules), replace VTC with strategic context, fix phase name references
- Phase 2: Add Mermaid flowchart (two entry routes, six stages through finalization), fix What Comes Next references
- Phase 4: Add Mermaid flowchart (dashboard → 9 activities, scenario gate, outline→design loop), remove VTC reference
- Deprecate value-trigger-chain-guide.md with redirect to Trigger Map

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:50:36 +01:00
Mårten Angner 7b6d3e9c29 Update learn section method guides for v0.3.0
- Rewrite wds-method-guide.md: 9 phases (0-8), correct agents (Saga/Freya/Idunn), updated install command, scenario-driven flow
- Create phase-3-ux-scenarios-guide.md: 8-question dialog, page outline dialog, Mermaid flowchart, quality gates, Phase 4 connection
- Rewrite phase-4-ux-design-guide.md: Freya as designer, scenario gate, outline-design loop, 9 activities, updated folder structure
- Replace phase-3-prd-platform-guide.md with redirect to new UX Scenarios guide

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:30:22 +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 9cd83242fa Updating to match the official BMad repo 2026-01-23 13:10:39 +01:00