Commit Graph

1257 Commits

Author SHA1 Message Date
Mårten Angner 1126a0a345 fix: update all manifests to v0.4.1 + agent onboarding guide
- All bmad-manifest.json files bumped to 0.4.1
- Design Space manifest: work-orders replaced with update-status
- Added "For Agents Without Specific Instructions" section
  to Design Space SKILL.md — any agent entering the system
  gets a clear guide on how messaging works

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 11:51:44 +01:00
Mårten Angner 2c9ba33719 feat: unified messaging v0.4.1 — work orders are messages
Everything is a message. Work orders use message_type: "work-order".
Check returns ALL messages — signal strength highlights, never hides.
New update-status action. Legacy task actions preserved for compat.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 11:42:57 +01:00
Mårten Angner 2819a58fe6 docs: update README for v0.4.0
Added: Design Space, build specifications, material analysis,
BMad skill conversion, project structure with design-space module.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 10:05:27 +01:00
Mårten Angner 754736750b feat: Design Space installer — optional module with SQLite/Supabase choice
Installer now asks:
1. "Install Design Space?" (yes/no)
2. "Name your space:" (default: design-space)
3. "Connect to existing or create new?"
4. "Which database?" (SQLite local / Supabase cloud)

Creates _bmad/<space-name>/ with:
- config.yaml (backend, credentials, connection info)
- SKILL.md + bmad-manifest.json (copied from src/skills/design-space/)
- For SQLite: server.js + package.json (lite-server)
- For Supabase create: SETUP.md with deployment instructions
- WDS config.yaml gets design_space reference appended

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 23:23:17 +01:00
Mårten Angner 8b73573fcb docs: add Build Specification to v0.4.0 changelog
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 22:58:51 +01:00
Mårten Angner c66c99ea18 feat: Platform Requirements → Build Specification
Transforms the Platform Requirements steps from a technology shopping
list into a complete build specification that a coding agent can
execute autonomously.

New steps:
- 28a: Data Model — complete database schema (every table, column, type,
  default, constraint, relationship, index, release phase tags)
- 28b: State Machines — every stateful entity gets states, transitions,
  triggers, per-phase action differences, feature gate pattern
- 28c: Business Logic, Events & API — calculations as pseudocode,
  event system (scheduled/webhook/user), notification rules, complete
  API surface with request/response shapes, auth spec, AI integration

Updated steps:
- 28: Tech Stack now includes architecture pattern and API style
- 32: Finalization now includes the Litmus Test — "Can a coding agent
  build the entire platform from this document alone?"

Inspired by RightsTrak session where Saga produced a tech selection
document and Mårten had to push four times to get a build spec.
The 200-line tech list became a 700-line actionable specification.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 21:43:19 +01:00
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 d05344d495 fix: version 0.3.4 (not 0.4.0) — Material Analysis Phase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 14:09:57 +01:00
Mårten Angner 36909ee9d9 Bump to v0.4.0 — Material Analysis Phase
Saga now analyzes provided documents before asking questions.
See CHANGELOG.md for full details.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 14:08:56 +01: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 dd5fa936bb Bump to v0.3.3 — remove Idunn agent
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 15:21:01 +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 2813a23601 Fix stale folder references in README
- design-artifacts/ → design-process/ (matches installer default)
- Remove phantom folders E-PRD/, F-Testing/, G-Product-Development/
- Fix Phase 4/5 output folder references
- Fix "agenttic" typo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 21:12:22 +01:00
Mårten Angner 54241b1a90 Fix IDE setup crash: yaml module not found in production
_base-ide.js required the 'yaml' package (devDependency only) instead of
'js-yaml' (production dependency), causing all IDE integrations to fail
during npx install. Also cleans up legacy _wds-learn/ during migration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 19:30:02 +01:00
Mårten Angner 69d9b733bf Bump to v0.3.1 — fix legacy migration bug
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:52:56 +01:00
Mårten Angner 2df113cf5f Fix legacy migration not moving _wds/ to _bmad/wds/
wdsFolder was initialized from detection.folder ('_wds') but the
migrate-update branch never reassigned it to WDS_FOLDER ('_bmad/wds').
This caused the migration check (wdsFolder !== '_wds') to be false,
silently skipping the folder move.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:50:50 +01:00
Mårten Angner 5230b1249f Format tools/ with Prettier
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:25:58 +01:00
Mårten Angner 544ddcb76f Fix markdownlint errors in learn section
- Deduplicate heading in lesson-02 (specifications)
- Disable MD024 for lesson-03 (repeated component spec structure)
- Fix bare URL in tutorial-11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:24:23 +01:00
Mårten Angner 7c5d946175 Fix ESLint errors blocking npm publish
- Remove unused catch binding in _base-ide.js
- Use replaceAll() instead of replace() with regex
- Use String.raw for escape sequences in gemini.js and qwen.js
- Use node: protocol for child_process import

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:21:21 +01:00
Mårten Angner 5a297389c8 Remove historic files from public repo
Move to private WDS working folder (martens-documents/WDS/Archive/):
- Eira visual designer gem
- Agent dialog system (templates, steps, workflows)
- docs/examples (WDS-Presentation, v6-conversion archives)

These are working/historic files, not part of the published module.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:09:41 +01:00
Mårten Angner 607993b43b README: Replace method details with design tools table
List evaluated UI design services (Figma, Pencil, Stitch,
Excalidraw, html.to.design, NanoBanana) with MCP support info.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:04:06 +01:00
Mårten Angner b60320122c Remove 8-question scenario dialog from README
Too much method detail for a README. The questions belong
in the learn section, not the project overview.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:02:22 +01:00
Mårten Angner 58533b5323 Update README and CHANGELOG for v0.3.0
README: Two agents (Saga + Freya), _bmad/wds/ paths, remove Idunn.
CHANGELOG: Add comprehensive v0.3.0 entry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:01:41 +01:00
Mårten Angner 6729d32630 Sync learn section with v0.3.0: remove Idunn, Agent Dialog, _wds/ references
- Remove all Idunn references (54 occurrences) — only Saga + Freya remain
- Replace Agent Dialog with Design Log (64 occurrences)
- Update _wds/ paths to _bmad/wds/ in installation module
- Update F-Agent-Dialogs folder refs to _progress/agent-experiences

24 files updated across modules 01, 02, 05, 07, 14, 15, 16, 18.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 14:50:30 +01:00
Mårten Angner ff4d370442 Bump version to 0.3.0
Major changes in this release:
- Design log system replaces agent dialogs
- Installer supports _bmad/wds/ standard path with legacy migration
- Improved installer UX: update/migrate asked first, config skipped on update

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 10:41:33 +01:00
Mårten Angner ce4453c950 Installer: ask update/migrate first, skip config questions on update
Restructure the prompt flow so the update/fresh/migrate decision comes
before config questions. On update, config.yaml is preserved so asking
project name, output folder, IDEs etc. is unnecessary. Extract ides and
root_folder from saved config for IDE setup and folder creation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 10:18:02 +01:00
Mårten Angner 8ba623f048 Update WDS installer to use _bmad/wds/ standard path
Change default installation path from _wds/ to _bmad/wds/ to follow
BMAD module conventions. Add detection logic for existing installations
and migration prompt for legacy _wds/ projects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 09:16:54 +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 a4ac572451 Replace Agent Dialog system with single Design Log
Remove Agent Dialog Gate from all 9 activity workflows and the main
workflow.md initialization. Replace with a single 00-design-log.md file
containing Backlog, Current, Design Loop Status, and Log sections.

- Rewrite workflow.md adaptive dashboard to read from design log only
- Create 00-design-log.template.md, delete old 00-progress.template.md
- Update installer.js: agent-experiences folder replaces agent-dialogs
- Rename 00-progress.md → 00-design-log.md across all phases (1-5)
- Update step files to use agent experiences instead of agent dialogs
- 30 files changed, net reduction of ~140 lines of ceremony

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 10:39:23 +01:00
Mårten Angner d2599c91b4 Phase 4 coherence: fix paths, add spacing step, extraction rules, align transitions
Path fixes across 14 files:
- D-UX-Design/ → C-UX-Scenarios/ (page specs) or D-Design-System/ (tokens)
- 4-scenarios/ → C-UX-Scenarios/ (all step files and page creation flows)

New spacing & typography step in [P] Specify:
- step-08-spacing-typography.md defines section spacing objects and heading tokens
- Old step-08 renumbered to step-09, references updated to steps 1-8

[M] Design System extraction rules:
- Objects extract on 2nd use, spacing extracts immediately on 1st use
- Component extraction check before designing 2nd+ page

[S] Suggest step-15 alignment:
- Old [A]/[S]/[M] menu replaced with two-option transitions
- Matches the pattern used by [C] Conceptualize and workflow-suggest.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 09:15:50 +01:00
Mårten Angner 095c2ec92e Add spacing objects, typography tokens lessons and update extraction rules
New lessons in Module 11: Spacing as First-Class Objects (lesson 04) and
Typography Tokens (lesson 05). Updated module overview with dual-ID system,
positional IDs, and new lesson links. Tutorial 11 now includes spacing and
typography steps. Module 12 lesson 01 updated with object vs spacing
extraction timing rules.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 02:48:36 +01:00
Mårten Angner 7e4a8e1a7f Spacing naming convention and extraction rules for design system
- Page spec template: rename -gap to -space, use {page}-{v|h}-{type}-{size} naming
- Design system template: objects extract on 2nd use, spacing extracts immediately
- Pattern examples updated with Above/Below/Why table format

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 00:43:00 +01:00
Mårten Angner 47600dfb27 Spacing as first-class objects: tokens, patterns, and the gap is alive
Spacing gets the same treatment as typography — named tokens, a baseline
(space-md), and optical adjustments using token math. But the real shift:
spacing between objects is now a first-class object with its own ID in
page specs, organized in a Patterns section in the design system.

Key additions:
- Spacing Scale: 9 tokens (space-3xs to space-3xl), bring-your-own supported
- Type Scale: 9 tokens (text-3xs to text-3xl), semantic/visual separation
- Optical adjustments: token math (space-lg - space-3xs) with annotations
- Spacing objects in page specs: ↕ `id` — token, including space-zero
- Patterns section: organized by spacing value, context added on violation
- Agent reflection behavior: observe and reflect, don't interrogate
- Design loop: pattern recognition emerges from real design decisions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 23:46:42 +01:00
Mårten Angner c6bee85795 Add design tokens, wireframe approval gate, and 9-step design loop
Design system template: spacing scale (9 tokens, space-3xs to space-3xl)
and type scale (9 tokens, text-3xs to text-3xl) with bring-your-own option.
Semantic heading level separated from visual text sizing — H1 can look
different on every page. Page spec template: spacing, typography, and
per-section padding/gap using token names. Design loop guide: 9 steps
(added APPROVE — user exports PNG as approval gate), spacing discipline,
export=approval pattern. Wireframe flow: agent draws, user reviews, user
exports PNG to confirm, then spec syncs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:39:44 +01:00
Mårten Angner f0e83fb872 Redesign Phase 4 navigation: adaptive dashboard, design log, two-option transitions
Replace static activity menu with adaptive dashboard that reads agent dialogs
(session plans) and per-page design log to suggest where to continue. Add
explicit design log reporting points with exact file paths and formats to all
Phase 4 and 5 workflow files. Replace all "Return to activity menu" dead ends
with two-option transitions. Rename Conceptualize → Discuss. Implements
learnings from Källa Fordonservice project.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 21:37:08 +01:00
Mårten Angner 040d5f9101 Add design loop guide, make Excalidraw the default wireframing tool
New: DESIGN-LOOP-GUIDE.md — documents the 8-step design loop
(discuss → spec → wireframe → iterate → sync spec → implement →
browser review → extract tokens) from Källa project experience.

Updates:
- step-01-exploration: Wireframe is now recommended first option,
  adds iteration loop and spec sync rule
- workflow-conceptualize: References design loop guide
- workflow.md: Updated reference content description

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 08:56:58 +01:00
Mårten Angner 506a937ec5 Merge v0.3.0-workshop-refactor: Complete workshop restructuring
Major changes:
- Replace 7-component scenario template with 8-question dialog (Q1-Q8)
- Remove Mimir orchestrator — three agents remain (Saga, Freya, Idunn)
- Remove VTC concept — use Trigger Map directly
- Rename learn-wds to learn
- Add interaction-driven page outline dialog
- Fix workflow routing, step chains, and cohesion issues (A1-A6 audit)
- Update learn section to match all workshop refactor changes
- Freya owns scenarios (Phase 3), Saga stops at Trigger Map (Phase 2)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 08:31:33 +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 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 4774ee20e9 Remove VTC concept entirely — use Trigger Map directly
The VTC (Value Trigger Chain) was a separate concept that extracted
specific nodes from the Trigger Map into a YAML file. This caused
agents to run trigger mapping during Phase 1 (Product Brief), forcing
users to repeat the work in Phase 2. Observed in Monday workshop.

Architectural fix:
- Phase 1 is casual business discovery, NOT trigger mapping
- Phase 2 is where the Trigger Map gets built (unchanged)
- When scenarios/content need strategic context, they reference
  the Trigger Map directly — no separate VTC concept needed

Removed (19 files deleted):
- 1-project-brief/vtc-workshop/ (14 step files + workflow)
- step-04-create-vtc.md and step-11a-create-vtc.md from Phase 1
- step-03c-create-vtc.md from Phase 0 alignment
- vtc-template.yaml

Renamed:
- step-03-build-vtcs.md → step-03-build-strategic-context.md
- step-02-vtc-consistency.md → step-02-trigger-map-consistency.md
- step-01-load-vtc-context.md → step-01-load-trigger-map-context.md
- 07-create-vtc.md → 07-reference-trigger-map.md

Rewritten:
- Phase 4 scenario init: "create VTC" → lightweight "pick from Trigger Map"
- Phase 6 content: load context from Trigger Map, not from VTC
- Templates: "Trigger Map" section → "Business Context" (Phase 1 scope)

Zero VTC references remain in src/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 19:15:32 +01:00
Mårten Angner b2508adfbd Add component extraction trigger on 2nd page and audit duplicate detection
- Suggest workflow: Component Extraction Check prompts user to extract
  shared elements when starting the 2nd+ page in a scenario
- Dream workflow: Auto-extracts shared components and reports in summary
- Spec audit Level 3: Cross-Page Duplicate Detection compares sections
  across all pages, flags exact/near duplicates with severity levels
- Fix Freya role name (Scenario Architect → Facilitator)
- Remove duplicate trigger-map reference in Eira guide

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 17:15:26 +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 437c10cc2f Replace VTC terminology with Trigger Map/strategic context across all workflows
Systematic cleanup of Value Trigger Chain (VTC) references in 60 files across
all phases. VTC is replaced with context-appropriate terms:
- "Trigger Map" when referencing the Phase 2 artifact
- "Strategic context" when referencing the extracted business/persona/forces data
- "Value Proposition" for customer-facing value descriptions

Remaining VTC references are only in VTC Workshop definition files (vtc-workshop/,
create-vtc steps) which will be addressed when those workflows are redesigned.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 17:01:27 +01:00
Mårten Angner c5a53aad64 Optimize Freya menu, fix conceptualize workflow from real usage
- Freya menu: simpler descriptions, logical grouping (SC/UX/SP/SA/GA/DS/DD)
- Freya menu: remove AD and ST, add SC (Scenarios) and SP (Specifications)
- Fix VTC reference in freya agent and workflow-conceptualize
- Conceptualize: save findings to page spec, not separate notes file
- Conceptualize: offer Excalidraw sketching, user sketch first
- Conceptualize: require reading existing specs before drawing
- Conceptualize: no annotations on wireframes rule
- Add Excalidraw tool guide and update tools guide

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 13:33:51 +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 e10322932d Remove Mimir and Idunn references from installer/CLI
- ui.js: Remove Idunn from available agents list
- ide-configs.js: Remove Mimir and Idunn, update Saga/Freya phase descriptions
- _base-ide.js: Remove Idunn fallback metadata
- cline.js: Remove idunn.md from cleanup agent list

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