Commit Graph

6 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 a2d9d4c6a5 Remove Mimir orchestrator — three agents remain (Saga, Freya, Idunn)
Mimir was removed in the workshop refactor. Update README, docs-guide,
and activation files to reflect the three-agent architecture.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 08:30:01 +01:00
Mårten Angner 9a093356c6 Rename learn-wds to learn, update for workshop refactor
- Rename docs/learn-wds/ to docs/learn/ and update all 17 references
- Module 02: Replace manual clone/mkdir/Mimir with npx installer + direct
  agent activation (Saga, Freya, Idunn — no Mimir)
- Module 08: Replace 9-section scenario template with Q1-Q8 dialog format
  matching the actual workflow (step-05-outline-scenario.md)
- Update scenario naming convention to persona-based (01-name-purpose)
- Update folder structure to NN.step-page-slug format

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