feat: design system overhaul — sidebar, AI chats, settings, brainstorm, color cleanup
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s

- Sidebar: dynamic brand-accent colors, brainstorm section restyled
- AI chat general: popup panel with expand/collapse, hides when contextual AI open
- AI chat contextual: tabs reordered (Actions first), X close button, height fix
- Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.)
- Global color cleanup: emerald/orange hardcoded → brand-accent dynamic
- Brainstorm page: orange → brand-accent throughout
- PageEntry animation component added to key pages
- Floating AI button: bg-brand-accent instead of hardcoded black
- i18n: all 15 locales updated with new AI/billing keys
- Billing: freemium quota tracking, BYOK, stripe subscription scaffolding
- Admin: integrated into new design
- AGENTS.md + CLAUDE.md project rules added
This commit is contained in:
Antigravity
2026-05-16 12:59:30 +00:00
parent 1fcea6ed7d
commit bd495be965
2284 changed files with 395285 additions and 2327 deletions

View File

@@ -0,0 +1,81 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,planning_artifacts,brainstorming session
BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,,1-analysis,,,false,planning_artifacts|project-knowledge,research documents
BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-product-brief,Create Brief,CB,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
BMad Method,bmad-create-prd,Create PRD,CP,Expert led facilitation to produce your Product Requirements Document.,,,2-planning,,,true,planning_artifacts,prd
BMad Method,bmad-validate-prd,Validate PRD,VP,,,[path],2-planning,bmad-create-prd,,false,planning_artifacts,prd validation report
BMad Method,bmad-edit-prd,Edit PRD,EP,,,[path],2-planning,bmad-validate-prd,,false,planning_artifacts,updated prd
BMad Method,bmad-create-ux-design,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,,2-planning,bmad-create-prd,,false,planning_artifacts,ux design
BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,,3-solutioning,,,true,planning_artifacts,architecture
BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,,3-solutioning,bmad-create-architecture,,true,planning_artifacts,epics and stories
BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,,4-implementation,,,true,implementation_artifacts,sprint status
BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,,4-implementation,bmad-sprint-planning,,false,,
BMad Method,bmad-create-story,Create Story,CS,Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.,create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
BMad Method,bmad-create-story,Validate Story,VS,Validates story readiness and completeness before development work begins.,validate,,4-implementation,bmad-create-story:create,bmad-dev-story,false,implementation_artifacts,story validation report
BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,,4-implementation,bmad-create-story:validate,,true,,
BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,,4-implementation,bmad-dev-story,,false,,
BMad Method,bmad-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,,4-implementation,,,false,,
BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,,anytime,,,false,project-knowledge,*
BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,,anytime,,,false,output_folder,project context
BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,,anytime,,,false,implementation_artifacts,spec and project implementation
BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,,anytime,,,false,planning_artifacts,change proposal
BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
Core,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
Core,bmad-brainstorming,Brainstorming,BSP,Use early in ideation or when stuck generating ideas.,,,anytime,,,false,{output_folder}/brainstorming,brainstorming session
Core,bmad-party-mode,Party Mode,PM,Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate.,,,anytime,,,false,,
Core,bmad-help,BMad Help,BH,,,,anytime,,,false,,
Core,bmad-index-docs,Index Docs,ID,Use when LLM needs to understand available docs without loading everything.,,,anytime,,,false,,
Core,bmad-shard-doc,Shard Document,SD,Use when doc becomes too large (>500 lines) to manage effectively.,,[path],anytime,,,false,,
Core,bmad-editorial-review-prose,Editorial Review - Prose,EP,Use after drafting to polish written content.,,[path],anytime,,,false,report located with target document,three-column markdown table with suggested fixes
Core,bmad-editorial-review-structure,Editorial Review - Structure,ES,Use when doc produced from multiple subprocesses or needs structural improvement.,,[path],anytime,,,false,report located with target document,
Core,bmad-review-adversarial-general,Adversarial Review,AR,"Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews.",,[path],anytime,,,false,,
Core,bmad-review-edge-case-hunter,Edge Case Hunter Review,ECH,Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven.,,[path],anytime,,,false,,
Core,bmad-distillator,Distillator,DG,Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.,,[path],anytime,,,false,adjacent to source document or specified output_path,distillate markdown file(s)
Core,bmad-customize,BMad Customize,BC,"Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required.",,,anytime,,,false,{project-root}/_bmad/custom,TOML override files
Creative Intelligence Suite,_meta,,,,,,,,,false,https://cis-docs.bmad-method.org/llms.txt,
Creative Intelligence Suite,bmad-cis-innovation-strategy,Innovation Strategy,IS,Identify disruption opportunities and architect business model innovation.,,anytime,,,false,output_folder,innovation strategy,
Creative Intelligence Suite,bmad-cis-problem-solving,Problem Solving,PS,Apply systematic problem-solving methodologies to crack complex challenges.,,anytime,,,false,output_folder,problem solution,
Creative Intelligence Suite,bmad-cis-design-thinking,Design Thinking,DT,Guide human-centered design processes using empathy-driven methodologies.,,anytime,,,false,output_folder,design thinking,
Creative Intelligence Suite,bmad-brainstorming,Brainstorming,BS,Facilitate brainstorming sessions using one or more techniques.,,anytime,,,false,output_folder,brainstorming session results,
Creative Intelligence Suite,bmad-cis-storytelling,Storytelling,ST,Craft compelling narratives using proven story frameworks and techniques.,,anytime,,,false,output_folder,narrative/story,
Suno Band Manager,suno-setup,Setup Suno Module,SU,Install or update Suno Band Manager module config and help entries.,configure,{-H: headless mode}|{inline values: skip prompts with provided values},anytime,,,false,{project-root}/_bmad,config.yaml and config.user.yaml
Suno Band Manager,suno-agent-band-manager,Create Song,CS,Create a complete Suno-ready song package with style prompt + lyrics + parameters through guided creative conversation.,create-song,,anytime,suno-band-profile-manager:manage-profiles,,false,{songbook_folder},song package
Suno Band Manager,suno-agent-band-manager,Refine Song,RS,Post-generation refinement: translate feedback into concrete Suno parameter adjustments.,refine-song,,anytime,suno-agent-band-manager:create-song,,false,{songbook_folder},refined song package
Suno Band Manager,suno-agent-band-manager,Browse Songbook,SB,Browse past songs and successful prompts from your creative history.,browse-songbook,,anytime,suno-agent-band-manager:create-song,,false,{songbook_folder},
Suno Band Manager,suno-agent-band-manager,Save Memory,SM,Save current session context to Mac's memory for next time.,save-memory,,anytime,,,false,,
Suno Band Manager,suno-band-profile-manager,Manage Bands,MB,"Create, edit, list, duplicate, or delete band identity profiles with genre, vocal direction, and writer voice.",manage-profiles,{-H: headless mode}|{--headless:create|edit|load|delete|duplicate|validate},anytime,,suno-style-prompt-builder:build-style-prompt,false,{band_profiles_folder},band profile YAML
Suno Band Manager,suno-band-profile-manager,Analyze Writer Voice,WV,Extract writing voice patterns from samples and store in a band profile.,analyze-writer-voice,,anytime,,suno-lyric-transformer:transform-lyrics,false,{band_profiles_folder},writer voice analysis
Suno Band Manager,suno-band-profile-manager,Profile Health Check,HC,Assess profile completeness and quality beyond structural validation.,health-check,,anytime,suno-band-profile-manager:manage-profiles,,false,,health assessment
Suno Band Manager,suno-style-prompt-builder,Build Style Prompt,SP,"Generate model-aware Suno style prompts with creativity modes, wild card variants, and exclusion prompts optimized for your chosen model tier.",build-style-prompt,{-H: headless mode}|{--headless:from-profile|custom|refine|migrate},anytime,suno-band-profile-manager:manage-profiles,,false,,style prompt package
Suno Band Manager,suno-lyric-transformer,Transform Lyrics,TL,Transform poems and text into Suno-ready structured lyrics with metatags and cliche detection.,transform-lyrics,{-H: headless mode}|{--headless:transform|refine},anytime,suno-band-profile-manager:manage-profiles,,false,{songbook_folder},structured lyrics
Suno Band Manager,suno-lyric-transformer,Analyze Lyrics,AL,"Analyze raw text for song structure potential without transforming — returns structure analysis, syllable patterns, and character budget.",analyze-lyrics,{-H: headless mode},anytime,,,false,,structure analysis
Suno Band Manager,suno-feedback-elicitor,Feedback Loop,FL,Guided post-generation feedback loop that translates subjective reactions into concrete parameter adjustments.,elicit-feedback,{-H: headless mode}|{--headless:analyze|adjustments},anytime,"suno-style-prompt-builder:build-style-prompt,suno-lyric-transformer:transform-lyrics",,false,,adjustment recommendations
Web Design Studio,bmad-wds-idun,Wake Idun,IDUN,Setup and governance agent. Interviews org to configure Agent Space and authority model.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-saga,Wake Saga,SAGA,Strategic Analyst agent for Phases 1-2. Scans repos and offers next steps.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-freya,Wake Freya,FREYA,UX Designer agent for Phases 3-4. Checks prerequisites and offers next steps.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-alignment,Alignment & Signoff,AS,Stakeholder buy-in pitch and service agreement. Skip if building your own product.,,,0-wds-pitch,,,false,design_artifacts/A-Product-Brief,pitch service-agreement signoff
Web Design Studio,bmad-wds-project-brief,Project Brief,PB,Define product vision positioning and success criteria. Every design decision traces back to this.,,,1-wds-strategy,,,true,design_artifacts/A-Product-Brief,project-brief.md
Web Design Studio,bmad-wds-trigger-mapping,Trigger Mapping,TM,Map business goals to user psychology. Create personas and score features against driving forces.,,,1-wds-strategy,bmad-wds-project-brief,,true,design_artifacts/B-Trigger-Map,trigger-map.md personas/ feature-impact-analysis.md
Web Design Studio,bmad-wds-platform-requirements,Platform Requirements,PR,Technical boundaries: platforms devices integrations constraints. Skip for simple landing pages.,,,1-wds-strategy,bmad-wds-project-brief,,false,design_artifacts/A-Product-Brief,platform-requirements.md
Web Design Studio,bmad-wds-outline-scenarios,Outline Scenarios,OS,Define user journeys as persona+goal+outcome. Each connects to a Trigger Map driving force.,,,2-wds-design,bmad-wds-trigger-mapping,,true,design_artifacts/C-UX-Scenarios,scenario-overview.md
Web Design Studio,bmad-wds-conceptual-sketching,Conceptual Sketching,CS,Fast rough visual exploration before detailed specification. Skip for straightforward scenarios.,,,2-wds-design,bmad-wds-outline-scenarios,,false,design_artifacts/C-UX-Scenarios,sketches
Web Design Studio,bmad-wds-storyboarding,Storyboarding,SB,Sequence the user journey through screens with entry points transitions and error paths. Skip for simple scenarios.,,,2-wds-design,bmad-wds-outline-scenarios,,false,design_artifacts/C-UX-Scenarios,storyboards
Web Design Studio,bmad-wds-conceptual-specs,Conceptual Specifications,SP,Document every design decision for every element on every page. Developers build directly from this.,,,2-wds-design,bmad-wds-outline-scenarios,,true,design_artifacts/C-UX-Scenarios,page-specs scenario-specs
Web Design Studio,bmad-wds-functional-components,Functional Components,FI,Extract reusable patterns from specs into component definitions. Skip if Design System Mode None.,,,2-wds-design,bmad-wds-conceptual-specs,,false,design_artifacts/C-UX-Scenarios,component-candidates
Web Design Studio,bmad-wds-visual-design,Visual Design,VD,Transform specs into styled HTML prototypes with Figma round-trips.,,,2-wds-design,bmad-wds-conceptual-specs,,false,design_artifacts/C-UX-Scenarios,html-prototypes visual-designs
Web Design Studio,bmad-wds-design-system,Design System,DS,Manage component library and design tokens. Skip if Design System Mode None.,,,2-wds-design,bmad-wds-functional-components,,false,design_artifacts/D-Design-System,components/ design-tokens.md
Web Design Studio,bmad-wds-design-delivery,Design Delivery,DD,Validate specs are complete and package as DD yaml files for development handoff.,,,2-wds-design,bmad-wds-conceptual-specs,,true,design_artifacts/E-Development,delivery-package acceptance-criteria
Web Design Studio,bmad-wds-agentic-development,Agentic Development,AD,Iterative build-verify cycle with design log tracking and browser verification.,,,3-wds-build,bmad-wds-design-delivery,,false,_progress/agent-experiences,experience-documents
Web Design Studio,bmad-wds-usability-testing,Acceptance Testing,AT,Test on real users in their environment with retrospective think-aloud sessions.,,,3-wds-build,bmad-wds-agentic-development,,false,design_artifacts/E-Development,test-results findings
Web Design Studio,bmad-wds-product-evolution,Product Evolution,PE,Continuous improvement: feedback to Trigger Map to spec update to code to verify.,,,3-wds-build,bmad-wds-usability-testing,,false,design_artifacts,updated-artifacts
1 module skill display-name menu-code description action args phase after before required output-location outputs
2 BMad Method _meta false https://docs.bmad-method.org/llms.txt
3 BMad Method bmad-brainstorming Brainstorm Project BP Expert guided facilitation through a single or multiple techniques. 1-analysis false planning_artifacts brainstorming session
4 BMad Method bmad-market-research Market Research MR Market analysis competitive landscape customer needs and trends. 1-analysis false planning_artifacts|project-knowledge research documents
5 BMad Method bmad-domain-research Domain Research DR Industry domain deep dive subject matter expertise and terminology. 1-analysis false planning_artifacts|project_knowledge research documents
6 BMad Method bmad-technical-research Technical Research TR Technical feasibility architecture options and implementation approaches. 1-analysis false planning_artifacts|project_knowledge research documents
7 BMad Method bmad-product-brief Create Brief CB An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you. -A 1-analysis false planning_artifacts product brief
8 BMad Method bmad-prfaq PRFAQ Challenge WB Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief. -H 1-analysis false planning_artifacts prfaq document
9 BMad Method bmad-create-prd Create PRD CP Expert led facilitation to produce your Product Requirements Document. 2-planning true planning_artifacts prd
10 BMad Method bmad-validate-prd Validate PRD VP [path] 2-planning bmad-create-prd false planning_artifacts prd validation report
11 BMad Method bmad-edit-prd Edit PRD EP [path] 2-planning bmad-validate-prd false planning_artifacts updated prd
12 BMad Method bmad-create-ux-design Create UX CU Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. 2-planning bmad-create-prd false planning_artifacts ux design
13 BMad Method bmad-create-architecture Create Architecture CA Guided workflow to document technical decisions. 3-solutioning true planning_artifacts architecture
14 BMad Method bmad-create-epics-and-stories Create Epics and Stories CE 3-solutioning bmad-create-architecture true planning_artifacts epics and stories
15 BMad Method bmad-check-implementation-readiness Check Implementation Readiness IR Ensure PRD UX Architecture and Epics Stories are aligned. 3-solutioning bmad-create-epics-and-stories true planning_artifacts readiness report
16 BMad Method bmad-sprint-planning Sprint Planning SP Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story. 4-implementation true implementation_artifacts sprint status
17 BMad Method bmad-sprint-status Sprint Status SS Anytime: Summarize sprint status and route to next workflow. 4-implementation bmad-sprint-planning false
18 BMad Method bmad-create-story Create Story CS Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation. create 4-implementation bmad-sprint-planning bmad-create-story:validate true implementation_artifacts story
19 BMad Method bmad-create-story Validate Story VS Validates story readiness and completeness before development work begins. validate 4-implementation bmad-create-story:create bmad-dev-story false implementation_artifacts story validation report
20 BMad Method bmad-dev-story Dev Story DS Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed. 4-implementation bmad-create-story:validate true
21 BMad Method bmad-code-review Code Review CR Story cycle: If issues back to DS if approved then next CS or ER if epic complete. 4-implementation bmad-dev-story false
22 BMad Method bmad-checkpoint-preview Checkpoint CK Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs. 4-implementation false
23 BMad Method bmad-qa-generate-e2e-tests QA Automation Test QA Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that. 4-implementation bmad-dev-story false implementation_artifacts test suite
24 BMad Method bmad-retrospective Retrospective ER Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC. 4-implementation bmad-code-review false implementation_artifacts retrospective
25 BMad Method bmad-document-project Document Project DP Analyze an existing project to produce useful documentation. anytime false project-knowledge *
26 BMad Method bmad-generate-project-context Generate Project Context GPC Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects. anytime false output_folder project context
27 BMad Method bmad-quick-dev Quick Dev QQ Unified intent-in code-out workflow: clarify plan implement review and present. anytime false implementation_artifacts spec and project implementation
28 BMad Method bmad-correct-course Correct Course CC Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories. anytime false planning_artifacts change proposal
29 BMad Method bmad-agent-tech-writer Write Document WD Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review. write anytime false project-knowledge document
30 BMad Method bmad-agent-tech-writer Update Standards US Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions. update-standards anytime false _bmad/_memory/tech-writer-sidecar standards
31 BMad Method bmad-agent-tech-writer Mermaid Generate MG Create a Mermaid diagram based on user description. Will suggest diagram types if not specified. mermaid anytime false planning_artifacts mermaid diagram
32 BMad Method bmad-agent-tech-writer Validate Document VD Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority. validate [path] anytime false planning_artifacts validation report
33 BMad Method bmad-agent-tech-writer Explain Concept EC Create clear technical explanations with examples and diagrams for complex concepts. explain [topic] anytime false project_knowledge explanation
34 Core _meta false https://docs.bmad-method.org/llms.txt
35 Core bmad-brainstorming Brainstorming BSP Use early in ideation or when stuck generating ideas. anytime false {output_folder}/brainstorming brainstorming session
36 Core bmad-party-mode Party Mode PM Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate. anytime false
37 Core bmad-help BMad Help BH anytime false
38 Core bmad-index-docs Index Docs ID Use when LLM needs to understand available docs without loading everything. anytime false
39 Core bmad-shard-doc Shard Document SD Use when doc becomes too large (>500 lines) to manage effectively. [path] anytime false
40 Core bmad-editorial-review-prose Editorial Review - Prose EP Use after drafting to polish written content. [path] anytime false report located with target document three-column markdown table with suggested fixes
41 Core bmad-editorial-review-structure Editorial Review - Structure ES Use when doc produced from multiple subprocesses or needs structural improvement. [path] anytime false report located with target document
42 Core bmad-review-adversarial-general Adversarial Review AR Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews. [path] anytime false
43 Core bmad-review-edge-case-hunter Edge Case Hunter Review ECH Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven. [path] anytime false
44 Core bmad-distillator Distillator DG Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. [path] anytime false adjacent to source document or specified output_path distillate markdown file(s)
45 Core bmad-customize BMad Customize BC Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required. anytime false {project-root}/_bmad/custom TOML override files
46 Creative Intelligence Suite _meta false https://cis-docs.bmad-method.org/llms.txt
47 Creative Intelligence Suite bmad-cis-innovation-strategy Innovation Strategy IS Identify disruption opportunities and architect business model innovation. anytime false output_folder innovation strategy
48 Creative Intelligence Suite bmad-cis-problem-solving Problem Solving PS Apply systematic problem-solving methodologies to crack complex challenges. anytime false output_folder problem solution
49 Creative Intelligence Suite bmad-cis-design-thinking Design Thinking DT Guide human-centered design processes using empathy-driven methodologies. anytime false output_folder design thinking
50 Creative Intelligence Suite bmad-brainstorming Brainstorming BS Facilitate brainstorming sessions using one or more techniques. anytime false output_folder brainstorming session results
51 Creative Intelligence Suite bmad-cis-storytelling Storytelling ST Craft compelling narratives using proven story frameworks and techniques. anytime false output_folder narrative/story
52 Suno Band Manager suno-setup Setup Suno Module SU Install or update Suno Band Manager module config and help entries. configure {-H: headless mode}|{inline values: skip prompts with provided values} anytime false {project-root}/_bmad config.yaml and config.user.yaml
53 Suno Band Manager suno-agent-band-manager Create Song CS Create a complete Suno-ready song package with style prompt + lyrics + parameters through guided creative conversation. create-song anytime suno-band-profile-manager:manage-profiles false {songbook_folder} song package
54 Suno Band Manager suno-agent-band-manager Refine Song RS Post-generation refinement: translate feedback into concrete Suno parameter adjustments. refine-song anytime suno-agent-band-manager:create-song false {songbook_folder} refined song package
55 Suno Band Manager suno-agent-band-manager Browse Songbook SB Browse past songs and successful prompts from your creative history. browse-songbook anytime suno-agent-band-manager:create-song false {songbook_folder}
56 Suno Band Manager suno-agent-band-manager Save Memory SM Save current session context to Mac's memory for next time. save-memory anytime false
57 Suno Band Manager suno-band-profile-manager Manage Bands MB Create, edit, list, duplicate, or delete band identity profiles with genre, vocal direction, and writer voice. manage-profiles {-H: headless mode}|{--headless:create|edit|load|delete|duplicate|validate} anytime suno-style-prompt-builder:build-style-prompt false {band_profiles_folder} band profile YAML
58 Suno Band Manager suno-band-profile-manager Analyze Writer Voice WV Extract writing voice patterns from samples and store in a band profile. analyze-writer-voice anytime suno-lyric-transformer:transform-lyrics false {band_profiles_folder} writer voice analysis
59 Suno Band Manager suno-band-profile-manager Profile Health Check HC Assess profile completeness and quality beyond structural validation. health-check anytime suno-band-profile-manager:manage-profiles false health assessment
60 Suno Band Manager suno-style-prompt-builder Build Style Prompt SP Generate model-aware Suno style prompts with creativity modes, wild card variants, and exclusion prompts optimized for your chosen model tier. build-style-prompt {-H: headless mode}|{--headless:from-profile|custom|refine|migrate} anytime suno-band-profile-manager:manage-profiles false style prompt package
61 Suno Band Manager suno-lyric-transformer Transform Lyrics TL Transform poems and text into Suno-ready structured lyrics with metatags and cliche detection. transform-lyrics {-H: headless mode}|{--headless:transform|refine} anytime suno-band-profile-manager:manage-profiles false {songbook_folder} structured lyrics
62 Suno Band Manager suno-lyric-transformer Analyze Lyrics AL Analyze raw text for song structure potential without transforming — returns structure analysis, syllable patterns, and character budget. analyze-lyrics {-H: headless mode} anytime false structure analysis
63 Suno Band Manager suno-feedback-elicitor Feedback Loop FL Guided post-generation feedback loop that translates subjective reactions into concrete parameter adjustments. elicit-feedback {-H: headless mode}|{--headless:analyze|adjustments} anytime suno-style-prompt-builder:build-style-prompt,suno-lyric-transformer:transform-lyrics false adjustment recommendations
64 Web Design Studio bmad-wds-idun Wake Idun IDUN Setup and governance agent. Interviews org to configure Agent Space and authority model. 0-wds-agents false
65 Web Design Studio bmad-wds-saga Wake Saga SAGA Strategic Analyst agent for Phases 1-2. Scans repos and offers next steps. 0-wds-agents false
66 Web Design Studio bmad-wds-freya Wake Freya FREYA UX Designer agent for Phases 3-4. Checks prerequisites and offers next steps. 0-wds-agents false
67 Web Design Studio bmad-wds-alignment Alignment & Signoff AS Stakeholder buy-in pitch and service agreement. Skip if building your own product. 0-wds-pitch false design_artifacts/A-Product-Brief pitch service-agreement signoff
68 Web Design Studio bmad-wds-project-brief Project Brief PB Define product vision positioning and success criteria. Every design decision traces back to this. 1-wds-strategy true design_artifacts/A-Product-Brief project-brief.md
69 Web Design Studio bmad-wds-trigger-mapping Trigger Mapping TM Map business goals to user psychology. Create personas and score features against driving forces. 1-wds-strategy bmad-wds-project-brief true design_artifacts/B-Trigger-Map trigger-map.md personas/ feature-impact-analysis.md
70 Web Design Studio bmad-wds-platform-requirements Platform Requirements PR Technical boundaries: platforms devices integrations constraints. Skip for simple landing pages. 1-wds-strategy bmad-wds-project-brief false design_artifacts/A-Product-Brief platform-requirements.md
71 Web Design Studio bmad-wds-outline-scenarios Outline Scenarios OS Define user journeys as persona+goal+outcome. Each connects to a Trigger Map driving force. 2-wds-design bmad-wds-trigger-mapping true design_artifacts/C-UX-Scenarios scenario-overview.md
72 Web Design Studio bmad-wds-conceptual-sketching Conceptual Sketching CS Fast rough visual exploration before detailed specification. Skip for straightforward scenarios. 2-wds-design bmad-wds-outline-scenarios false design_artifacts/C-UX-Scenarios sketches
73 Web Design Studio bmad-wds-storyboarding Storyboarding SB Sequence the user journey through screens with entry points transitions and error paths. Skip for simple scenarios. 2-wds-design bmad-wds-outline-scenarios false design_artifacts/C-UX-Scenarios storyboards
74 Web Design Studio bmad-wds-conceptual-specs Conceptual Specifications SP Document every design decision for every element on every page. Developers build directly from this. 2-wds-design bmad-wds-outline-scenarios true design_artifacts/C-UX-Scenarios page-specs scenario-specs
75 Web Design Studio bmad-wds-functional-components Functional Components FI Extract reusable patterns from specs into component definitions. Skip if Design System Mode None. 2-wds-design bmad-wds-conceptual-specs false design_artifacts/C-UX-Scenarios component-candidates
76 Web Design Studio bmad-wds-visual-design Visual Design VD Transform specs into styled HTML prototypes with Figma round-trips. 2-wds-design bmad-wds-conceptual-specs false design_artifacts/C-UX-Scenarios html-prototypes visual-designs
77 Web Design Studio bmad-wds-design-system Design System DS Manage component library and design tokens. Skip if Design System Mode None. 2-wds-design bmad-wds-functional-components false design_artifacts/D-Design-System components/ design-tokens.md
78 Web Design Studio bmad-wds-design-delivery Design Delivery DD Validate specs are complete and package as DD yaml files for development handoff. 2-wds-design bmad-wds-conceptual-specs true design_artifacts/E-Development delivery-package acceptance-criteria
79 Web Design Studio bmad-wds-agentic-development Agentic Development AD Iterative build-verify cycle with design log tracking and browser verification. 3-wds-build bmad-wds-design-delivery false _progress/agent-experiences experience-documents
80 Web Design Studio bmad-wds-usability-testing Acceptance Testing AT Test on real users in their environment with retrospective think-aloud sessions. 3-wds-build bmad-wds-agentic-development false design_artifacts/E-Development test-results findings
81 Web Design Studio bmad-wds-product-evolution Product Evolution PE Continuous improvement: feedback to Trigger Map to spec update to code to verify. 3-wds-build bmad-wds-usability-testing false design_artifacts updated-artifacts

View File

@@ -0,0 +1,994 @@
type,name,module,path,hash
"yaml","manifest","_config","_config/manifest.yaml","fc19cf855b34b936e0e27109b52e8beaa45cde8de751cd19392334613953dcfe"
"csv","documentation-requirements","bmm","bmm/1-analysis/bmad-document-project/documentation-requirements.csv","d1253b99e88250f2130516b56027ed706e643bfec3d99316727a4c6ec65c6c1d"
"csv","domain-complexity","bmm","bmm/2-plan-workflows/bmad-create-prd/data/domain-complexity.csv","f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770"
"csv","domain-complexity","bmm","bmm/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv","f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770"
"csv","domain-complexity","bmm","bmm/3-solutioning/bmad-create-architecture/data/domain-complexity.csv","3dc34ed39f1fc79a51f7b8fc92087edb7cd85c4393a891d220f2e8dd5a101c70"
"csv","module-help","bmm","bmm/module-help.csv","2e9b3c8492a9e03b6aa81ee93ea63cb9fd94c28b9993d688ad45a2e23955408e"
"csv","project-types","bmm","bmm/2-plan-workflows/bmad-create-prd/data/project-types.csv","7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3"
"csv","project-types","bmm","bmm/2-plan-workflows/bmad-validate-prd/data/project-types.csv","7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3"
"csv","project-types","bmm","bmm/3-solutioning/bmad-create-architecture/data/project-types.csv","12343635a2f11343edb1d46906981d6f5e12b9cad2f612e13b09460b5e5106e7"
"json","bmad-manifest","bmm","bmm/1-analysis/bmad-prfaq/bmad-manifest.json","3da3d0a00b21c040f17bbc5d63283f23b432a92214634b211a5396ca864b2c7d"
"json","bmad-manifest","bmm","bmm/1-analysis/bmad-product-brief/bmad-manifest.json","22c9c569e116024e19ce8d57a1572a9be456dadc3df309a6e3922862a72775b6"
"json","project-scan-report-schema","bmm","bmm/1-analysis/bmad-document-project/templates/project-scan-report-schema.json","8466965321f1db22f5013869636199f67e0113706283c285a7ffbbf5efeea321"
"md","architecture-decision-template","bmm","bmm/3-solutioning/bmad-create-architecture/architecture-decision-template.md","5d9adf90c28df61031079280fd2e49998ec3b44fb3757c6a202cda353e172e9f"
"md","artifact-analyzer","bmm","bmm/1-analysis/bmad-prfaq/agents/artifact-analyzer.md","7bdc44830f8d593346ec0ee15e36e1e431432fcc6c38b70bb861999315c9cfa4"
"md","artifact-analyzer","bmm","bmm/1-analysis/bmad-product-brief/agents/artifact-analyzer.md","dcd8c4bb367fa48ff99c26565d164323b2ae057b09642ba7d1fda1683262be2d"
"md","brief-template","bmm","bmm/1-analysis/bmad-product-brief/resources/brief-template.md","d42f0ef6b154b5c314090be393febabd61de3d8de1ecf926124d40d418552b4b"
"md","checklist","bmm","bmm/1-analysis/bmad-document-project/checklist.md","581b0b034c25de17ac3678db2dbafedaeb113de37ddf15a4df6584cf2324a7d7"
"md","checklist","bmm","bmm/4-implementation/bmad-correct-course/checklist.md","3e082b95def90ccb876e3101ce0bbaf797a0f03a9471e1347361897f27977327"
"md","checklist","bmm","bmm/4-implementation/bmad-create-story/checklist.md","b94e28e774c3be0288f04ea163424bece4ddead5cd3f3680d1603ed07383323a"
"md","checklist","bmm","bmm/4-implementation/bmad-dev-story/checklist.md","630b68c6824a8785003a65553c1f335222b17be93b1bd80524c23b38bde1d8af"
"md","checklist","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/checklist.md","b58f810aeb1040c2f6758c88aa133afce72f8cc178d3d97ff0fbaa3d943057dc"
"md","checklist","bmm","bmm/4-implementation/bmad-sprint-planning/checklist.md","80b10aedcf88ab1641b8e5f99c9a400c8fd9014f13ca65befc5c83992e367dd7"
"md","compile-epic-context","bmm","bmm/4-implementation/bmad-quick-dev/compile-epic-context.md","5cfda02f252941e415b80c57b4528f46226b3cbf456ad45d78fcb5a7ef4816e2"
"md","contextual-discovery","bmm","bmm/1-analysis/bmad-product-brief/prompts/contextual-discovery.md","b29d2c555cec9777d43b9aa7193881c468e619db14f366f53a3be5661d0e05b4"
"md","customer-faq","bmm","bmm/1-analysis/bmad-prfaq/references/customer-faq.md","96f8565197649c58908a1d61b6cd805fd01f57da7945ba889c18d087ad597aeb"
"md","deep-dive-instructions","bmm","bmm/1-analysis/bmad-document-project/workflows/deep-dive-instructions.md","a79e24b93a25ab456062916a9dad7b6a16dc43ac0b4b555700d3c3751cff0d25"
"md","deep-dive-template","bmm","bmm/1-analysis/bmad-document-project/templates/deep-dive-template.md","6198aa731d87d6a318b5b8d180fc29b9aa53ff0966e02391c17333818e94ffe9"
"md","deep-dive-workflow","bmm","bmm/1-analysis/bmad-document-project/workflows/deep-dive-workflow.md","a64d98dfa3b771df2853c4fa19a4e9c90d131e409e13b4c6f5e494d6ac715125"
"md","discover-inputs","bmm","bmm/4-implementation/bmad-create-story/discover-inputs.md","dfedba6a8ea05c9a91c6d202c4b29ee3ea793d8ef77575034787ae0fef280507"
"md","draft-and-review","bmm","bmm/1-analysis/bmad-product-brief/prompts/draft-and-review.md","e05a02ea67fcd0f4683b9c9bd42ac8673878d403e002037e3962062d11f69059"
"md","epics-template","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/templates/epics-template.md","a804f740155156d89661fa04e7a4264a8f712c4dc227c44fd8ae804a9b0f6b72"
"md","explain-concept","bmm","bmm/1-analysis/bmad-agent-tech-writer/explain-concept.md","6ea82dbe4e41d4bb8880cbaa62d936e40cef18f8c038be73ae6e09c462abafc9"
"md","finalize","bmm","bmm/1-analysis/bmad-product-brief/prompts/finalize.md","973a3e2ae70f9c2413c5435591a4b8d1919e8a209c139d063483bc5028922ee3"
"md","full-scan-instructions","bmm","bmm/1-analysis/bmad-document-project/workflows/full-scan-instructions.md","2235945df2ae261265187447ce593238e132a026a9b88d3507a1f1d6808a0263"
"md","full-scan-workflow","bmm","bmm/1-analysis/bmad-document-project/workflows/full-scan-workflow.md","3bff88a392c16602bd44730f32483505e73e65e46e82768809c13a0a5f55608b"
"md","generate-trail","bmm","bmm/4-implementation/bmad-checkpoint-preview/generate-trail.md","4a5936d86fbe5a85285b4535097b1e2edda8849da35586f4b588a982d7224459"
"md","guided-elicitation","bmm","bmm/1-analysis/bmad-product-brief/prompts/guided-elicitation.md","db9c691986aeb9ccc2aae824eefabb1740e64920b5bb9a517e3b7d99bcaa3da5"
"md","index-template","bmm","bmm/1-analysis/bmad-document-project/templates/index-template.md","42c8a14f53088e4fda82f26a3fe41dc8a89d4bcb7a9659dd696136378b64ee90"
"md","instructions","bmm","bmm/1-analysis/bmad-document-project/instructions.md","9f4bc3a46559ffd44289b0d61a0f8f26f829783aa1c0e2a09dfa807fa93eb12f"
"md","internal-faq","bmm","bmm/1-analysis/bmad-prfaq/references/internal-faq.md","26eb83f844cda1ed8efb50f4703d61713ada8a64bd27eb387f759f858b5748de"
"md","mermaid-gen","bmm","bmm/1-analysis/bmad-agent-tech-writer/mermaid-gen.md","1d83fcc5fa842bc31ecd9fd7e45fbf013fabcadf0022d3391fff5b53b48e4b5d"
"md","opportunity-reviewer","bmm","bmm/1-analysis/bmad-product-brief/agents/opportunity-reviewer.md","3b6d770c45962397bfecce5d4b001b03fc0e577aa75f7932084b56efe41edc07"
"md","prd-purpose","bmm","bmm/2-plan-workflows/bmad-create-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
"md","prd-purpose","bmm","bmm/2-plan-workflows/bmad-edit-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
"md","prd-purpose","bmm","bmm/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
"md","prd-template","bmm","bmm/2-plan-workflows/bmad-create-prd/templates/prd-template.md","7ccccab9c06a626b7a228783b0b9b6e4172e9ec0b10d47bbfab56958c898f837"
"md","press-release","bmm","bmm/1-analysis/bmad-prfaq/references/press-release.md","c406adb0e2d2cc326cbc45d0174f89d014523448ad82bc272293999d22aec596"
"md","prfaq-template","bmm","bmm/1-analysis/bmad-prfaq/assets/prfaq-template.md","b27e6964f0437ab4e78c8c0ffbe5052c28e3b3ef2fc811726cbb394d5a5c7559"
"md","project-context-template","bmm","bmm/3-solutioning/bmad-generate-project-context/project-context-template.md","54e351394ceceb0ac4b5b8135bb6295cf2c37f739c7fd11bb895ca16d79824a5"
"md","project-overview-template","bmm","bmm/1-analysis/bmad-document-project/templates/project-overview-template.md","a7c7325b75a5a678dca391b9b69b1e3409cfbe6da95e70443ed3ace164e287b2"
"md","readiness-report-template","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/templates/readiness-report-template.md","0da97ab1e38818e642f36dc0ef24d2dae69fc6e0be59924dc2dbf44329738ff6"
"md","research.template","bmm","bmm/1-analysis/research/bmad-domain-research/research.template.md","507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce"
"md","research.template","bmm","bmm/1-analysis/research/bmad-market-research/research.template.md","507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce"
"md","research.template","bmm","bmm/1-analysis/research/bmad-technical-research/research.template.md","507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce"
"md","skeptic-reviewer","bmm","bmm/1-analysis/bmad-product-brief/agents/skeptic-reviewer.md","fc1642dff30b49032db63f6518c5b34d3932c9efefaea2681186eb963b207b97"
"md","SKILL","bmm","bmm/1-analysis/bmad-agent-analyst/SKILL.md","dff8fbd39de875ccc6735204561f2b7b877788843ecd6e8b6001e7ca7f39641e"
"md","SKILL","bmm","bmm/1-analysis/bmad-agent-tech-writer/SKILL.md","d39ffa2a931361e9fea11ef5eb96da0fc6b8dbab70dc200142404a50b78e7665"
"md","SKILL","bmm","bmm/1-analysis/bmad-document-project/SKILL.md","efe25c8c27116faeeef119078953c38e827db787338fdb2dca65c086f42e0c4b"
"md","SKILL","bmm","bmm/1-analysis/bmad-prfaq/SKILL.md","9e864f574cc2e1411284edb625a17268aab1f894c46baac2edc3bcf1383adaca"
"md","SKILL","bmm","bmm/1-analysis/bmad-product-brief/SKILL.md","044459f71dd94177982629837d47c5e507599f351e0acbab0edf9d36e5f08d2e"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-domain-research/SKILL.md","53d2ee5ccbd1d73290e752cff0235bfdb4928dc5ee70f347992ef15621341124"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-market-research/SKILL.md","720183e577a5f6f307f320703a5ec522190723e957cfe6ad7821d8d833dea0c7"
"md","SKILL","bmm","bmm/1-analysis/research/bmad-technical-research/SKILL.md","1c4b61afaeedd3191db65923253be56084c64e4f832f0e2b9179671f91b5bf20"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-agent-pm/SKILL.md","3a8550daac2df2f01a7c04b66148c1e30b50f81730f043415f2a1aba6314f8a4"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md","3ac99856f0ee9bae3ba05cefab32e90920b4a1fdf0e8c4bf9c440be31f9e5a1f"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-create-prd/SKILL.md","ada295172352839ec0c38c833387bf3d188052b054eeb44686b9ec075c4944f2"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md","24a4123035194bd3517a059417dcd8114db90f99314ed1a51cfdbbaff02860b2"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-edit-prd/SKILL.md","b0ae6e77ca10f1869c5d3ff8f3ed4f8fe0b318982dde870cef944f18207e4197"
"md","SKILL","bmm","bmm/2-plan-workflows/bmad-validate-prd/SKILL.md","801127bfb5592608fb8e7d3e5d89f37e7c675ab4710520f87a5db4d8a8240d88"
"md","SKILL","bmm","bmm/3-solutioning/bmad-agent-architect/SKILL.md","1bb79ab9d9ae3180a6142d9d20c2a5cb15ad5d5f28e38a7f847295dd04d2299f"
"md","SKILL","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md","c683db5628781e6dba6fad388ed65cf7561a208e773f72c786918743e379abef"
"md","SKILL","bmm","bmm/3-solutioning/bmad-create-architecture/SKILL.md","b12711f1655cb809bb74a3e11e40943dce225ccba9d01974d5bf521a5867ba23"
"md","SKILL","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md","9db05e4a63ead6e416009fdec250bb9b749b361331964b601559ffeedd2f1c0f"
"md","SKILL","bmm","bmm/3-solutioning/bmad-generate-project-context/SKILL.md","3d8c20e13e62981464365509fc5e1dfd31e70a94e8c08b048a3e3866ea00ff43"
"md","SKILL","bmm","bmm/4-implementation/bmad-agent-dev/SKILL.md","ab47a75e3031bc58a9783e4f8dece8d44dfdacb7ba74cd56f766b260f9993218"
"md","SKILL","bmm","bmm/4-implementation/bmad-checkpoint-preview/SKILL.md","fcdd92af6b97ae64f99a89c37deef0074a974ffa577263e6c79c4b6734c63bda"
"md","SKILL","bmm","bmm/4-implementation/bmad-code-review/SKILL.md","6801f6742156f125185b1eb6e10c58dfde4ff6545b2e6278acf68cbcfbe0abe4"
"md","SKILL","bmm","bmm/4-implementation/bmad-correct-course/SKILL.md","25be5dd528b5c3996e5fa02fc30b72377f688436742c6962f4a1e9a2dac46e55"
"md","SKILL","bmm","bmm/4-implementation/bmad-create-story/SKILL.md","81517ba8ef137a15002d6d21ef18a1e88190c74ac9e0c5b29227e4059870809a"
"md","SKILL","bmm","bmm/4-implementation/bmad-dev-story/SKILL.md","5e7d3bca5051ff8f009bcf608e3fdac3260c2aa6faa8df170a954fe03a4a03f8"
"md","SKILL","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md","ad6025f0279ef9fac2f6c76d8f612c37ccc23f8062b7ac0ac40708b49cc7db80"
"md","SKILL","bmm","bmm/4-implementation/bmad-quick-dev/SKILL.md","2b2e57e5327fc69962e6529a0c17498185b571646a9c7360e5c15be14ea7e63b"
"md","SKILL","bmm","bmm/4-implementation/bmad-retrospective/SKILL.md","997308d999545fa6c82b8652a2973e1d89d82cfbf892531e25e491291a95c33e"
"md","SKILL","bmm","bmm/4-implementation/bmad-sprint-planning/SKILL.md","21946cdaef8115deee6ce322c460e8af39368509d700c778cd7109f50a6821eb"
"md","SKILL","bmm","bmm/4-implementation/bmad-sprint-status/SKILL.md","2fe141bc2033ea341a73fb93349fcee0296d8d8714fcf984ab056bc0abae0a19"
"md","source-tree-template","bmm","bmm/1-analysis/bmad-document-project/templates/source-tree-template.md","109bc335ebb22f932b37c24cdc777a351264191825444a4d147c9b82a1e2ad7a"
"md","spec-template","bmm","bmm/4-implementation/bmad-quick-dev/spec-template.md","3ee15d5a63cf5eeee74149c590668fc61d0e44023eac12988a1ca2a9438a9d39"
"md","step-01-clarify-and-route","bmm","bmm/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md","b5eb9f0cecf2a462885b8e7b4c21abbaec1e95c8abbd76bc410d9090fd8379f0"
"md","step-01-discover","bmm","bmm/3-solutioning/bmad-generate-project-context/steps/step-01-discover.md","8b2c8c7375f8a3c28411250675a28c0d0a9174e6c4e67b3d53619888439c4613"
"md","step-01-document-discovery","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md","c763b512d55906122433cb65c1bcd5b5b283e45eacdc07281c8ec7596b6b3980"
"md","step-01-gather-context","bmm","bmm/4-implementation/bmad-code-review/steps/step-01-gather-context.md","d0ee7558605e9d48b5b6f15d9b535542eb6d922613f529bb520326eacade4171"
"md","step-01-init","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-01-init.md","efee243f13ef54401ded88f501967b8bc767460cec5561b2107fc03fe7b7eab1"
"md","step-01-init","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-01-init.md","64d5501aea0c0005db23a0a4d9ee84cf4e9239f553c994ecc6b1356917967ccc"
"md","step-01-init","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-01-init.md","c9a1627ecd26227e944375eb691e7ee6bc9f5db29a428a5d53e5d6aef8bb9697"
"md","step-01-init","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md","922f59e960569f68bbf0d2c17ecdca74e9d9b92c6a802a5ea888e10774be7738"
"md","step-01-init","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md","0b257533a0ce34d792f621da35325ec11cb883653e3ad546221ee1f0dee5edcd"
"md","step-01-init","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-01-init.md","5119205b712ebda0cd241c3daad217bb0f6fa9e6cb41d6635aec6b7fe83b838a"
"md","step-01-orientation","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-01-orientation.md","d9e3b949c36d49a025f3535773af2b51888fe4ce616b6d6d69683a122716b1d2"
"md","step-01-validate-prerequisites","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md","5c2aabc871363d84fc2e12fd83a3889e9d752b6bd330e31a0067c96204dd4880"
"md","step-01b-continue","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01b-continue.md","bdc3677aa220c4822b273d9bc8579669e003cc96d49475ddb3116bdef759cf04"
"md","step-01b-continue","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md","4d42c6b83eaa720975bf2206a7eea1a8c73ae922668cc2ef03d34c49ab066c19"
"md","step-01b-continue","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md","4bf216008297dcea25f8be693109cf17879c621865b302c994cdd15aa5124e5f"
"md","step-02-context","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-02-context.md","4381c5128de7d5c02ac806a1263e3965754bd2598954f3188219fbd87567e5c9"
"md","step-02-customer-behavior","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md","bac4de244049f90d1f2eb95e2cc9389cc84966d9538077fef1ec9c35e4533849"
"md","step-02-design-epics","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-02-design-epics.md","7c66987808c1f84e853fe54b7aff26d209196d450b5644704110f124a15179bc"
"md","step-02-discovery","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02-discovery.md","4ef0a3e62c05bfe90fbeca03d58ada11017098523a563003d574462d65f51e78"
"md","step-02-discovery","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-02-discovery.md","9ffd5b31cc869b564e4d78cdc70767f0fb1b04db4c40201ccfa9dde75739fa8d"
"md","step-02-domain-analysis","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-02-domain-analysis.md","385a288d9bbb0adf050bcce4da4dad198a9151822f9766900404636f2b0c7f9d"
"md","step-02-generate","bmm","bmm/3-solutioning/bmad-generate-project-context/steps/step-02-generate.md","b1f063edae66a74026b67a79a245cec7ee85438bafcacfc70dcf6006b495e060"
"md","step-02-plan","bmm","bmm/4-implementation/bmad-quick-dev/step-02-plan.md","72f4df415adceaaf554166983559e058c6a019d783d0f87cf42c401db3c5f52c"
"md","step-02-prd-analysis","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md","38be2bf4b924c0b5b395b57d68f685d790ade7b1a6c10993d3c550675f87d954"
"md","step-02-review","bmm","bmm/4-implementation/bmad-code-review/steps/step-02-review.md","1883758e0e91fba439497d04417f03d778f3f6fb12754f49aa8cfa5e15489f70"
"md","step-02-technical-overview","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-02-technical-overview.md","9c7582241038b16280cddce86f2943216541275daf0a935dcab78f362904b305"
"md","step-02-walkthrough","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-02-walkthrough.md","66cf893f8f968ee81034e9ccd8c20415692c3a8c23a9a143c2245fe6c800acdc"
"md","step-02b-vision","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02b-vision.md","641fcd72722c34850bf2daf38a4dfc544778999383aa9b33b4e7569de5860721"
"md","step-02c-executive-summary","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02c-executive-summary.md","7abf23a4ae7a7e1653cb86d90fdb1698cbe876628de3273b5638cfb05e34b615"
"md","step-03-competitive-landscape","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-03-competitive-landscape.md","f10aa088ba00c59491507f6519fb314139f8be6807958bb5fd1b66bff2267749"
"md","step-03-complete","bmm","bmm/3-solutioning/bmad-generate-project-context/steps/step-03-complete.md","e61463db76a8fa060411aa24127aee936d646b97564e9e2a883494ea50e68464"
"md","step-03-core-experience","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-03-core-experience.md","1f58c8a2f6872f468629ecb67e94f793af9d10d2804fe3e138eba03c090e00c5"
"md","step-03-create-stories","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md","c5b787a82e4e49ed9cd9c028321ee1689f32b8cd69d89eea609b37cd3d481afc"
"md","step-03-customer-pain-points","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md","5b2418ccaaa89291c593efed0311b3895faad1e9181800d382da823a8eb1312a"
"md","step-03-detail-pass","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md","d48163b9f305f15af57729a8443142e47beb6c3e977554afe12b39ee49cb9fc0"
"md","step-03-epic-coverage-validation","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md","7b187f03a47cba0325fcfd10240410db9c59d93768342fc2dd3de2a01ec23356"
"md","step-03-implement","bmm","bmm/4-implementation/bmad-quick-dev/step-03-implement.md","4d848865eafe5eeba7d83529c766bd410a9cc20a05de1d6a764954c7275b4749"
"md","step-03-integration-patterns","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-03-integration-patterns.md","005d517a2f962e2172e26b23d10d5e6684c7736c0d3982e27b2e72d905814ad9"
"md","step-03-starter","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-03-starter.md","b7727e0f37bc5325e15abad1c54bef716d617df423336090189efd1d307a0b3f"
"md","step-03-success","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-03-success.md","3959db0848f9a4c99f80ac8d59855f9bb77f833475d3d5512e623d62b52b86dc"
"md","step-03-triage","bmm","bmm/4-implementation/bmad-code-review/steps/step-03-triage.md","91eaa27f6a167702ead00da9e93565c9bff79dce92c02eccbca61b1d1ed39a80"
"md","step-04-architectural-patterns","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-04-architectural-patterns.md","4636f23e9c585a7a0c90437a660609d913f16362c3557fc2e71d408d6b9f46ce"
"md","step-04-customer-decisions","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md","f0bc25f2179b7490e7a6704159a32fc9e83ab616022355ed53acfe8e2f7059d5"
"md","step-04-decisions","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md","7fc0ebb63ab5ad0efc470f1063c15f14f52f5d855da2382fd17576cf060a8763"
"md","step-04-emotional-response","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-04-emotional-response.md","75724811b170c8897e230a49e968e1db357fef3387008b0906b5ff79a43dbff9"
"md","step-04-final-validation","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-04-final-validation.md","6b83fcf177c24c6b43c2eb0df2efc1430cb0f357b3ab20ee8a5c5483c3fee079"
"md","step-04-journeys","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-04-journeys.md","a9f2b74f06230916f66a1cf42437e4173061a157642c5eaf0d985d4078872526"
"md","step-04-present","bmm","bmm/4-implementation/bmad-code-review/steps/step-04-present.md","eee5687e9d7da9a0aeffd78180b8289fca804fc2d59896db5f65a8dd476e4869"
"md","step-04-regulatory-focus","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-04-regulatory-focus.md","d22035529efe91993e698b4ebf297bf2e7593eb41d185a661c357a8afc08977b"
"md","step-04-review","bmm","bmm/4-implementation/bmad-quick-dev/step-04-review.md","e62a50a37ab20eb426f5abd44179dfac51548707b5e85e6fe7817c144cbe3dae"
"md","step-04-testing","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-04-testing.md","28a56e868968ea2d18add0df8c4bccced0f94b698e218df3d45ddac072ce369c"
"md","step-04-ux-alignment","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md","f71e5f0d77615e885ae40fdee6b04c1dd6e472c871f87b515fe869cb5f6966fb"
"md","step-05-competitive-analysis","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md","17532051ad232cfc859f09ac3b44f9f4d542eb24cff8d07317126ccdff0d225a"
"md","step-05-domain","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-05-domain.md","983617d33fe6b7e911f34cf6a2adb86be595952ab9a7c7308e7f6b3858b39a12"
"md","step-05-epic-quality-review","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md","d8a84e57f4e3a321734b5b5d093458ceb1e338744f18954c5a204f5ce3576185"
"md","step-05-implementation-research","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-05-implementation-research.md","e2b8a2c79bcebadc85f3823145980fa47d7e7be8d1c112f686c6223c8c138608"
"md","step-05-inspiration","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-05-inspiration.md","b0cadcd4665c46d2e6e89bdb45ddfdd4e4aac47b901e59aa156b935878a2b124"
"md","step-05-patterns","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md","3c80aba507aa46893ef43f07c5c321b985632ef57abc82d5ee93c3d9c2911134"
"md","step-05-present","bmm","bmm/4-implementation/bmad-quick-dev/step-05-present.md","ea49ce8703d4946ec54a59ff428d52ad64ab2649f49c43230bec1f3d09e85b55"
"md","step-05-technical-trends","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-05-technical-trends.md","fd6c577010171679f630805eb76e09daf823c2b9770eb716986d01f351ce1fb4"
"md","step-05-wrapup","bmm","bmm/4-implementation/bmad-checkpoint-preview/step-05-wrapup.md","c2d4dbc17fed4f8ecbfcb09a2f9c77f0d4562bd27397270e2c27ba37cf4fe073"
"md","step-06-design-system","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-06-design-system.md","1c71e452916c5b9ed000af4dd1b83954ae16887463c73776251e1e734e7d7641"
"md","step-06-final-assessment","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-06-final-assessment.md","1b9c8c2a21950f85e052e05309bfcb3bfe38157ba6fca402ccf37444e7f1cee3"
"md","step-06-innovation","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-06-innovation.md","a0b3863e11f1dc91c73871967c26c3a2746a11c29a1cd23ee000df5b6b22f1b3"
"md","step-06-research-completion","bmm","bmm/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md","4f5d3158a8462656d6959d29544ed5c92cb925641e2205e47af05c124fcd7666"
"md","step-06-research-synthesis","bmm","bmm/1-analysis/research/bmad-domain-research/domain-steps/step-06-research-synthesis.md","805f2cb7005a4fb0c4da52ea38d45de863f3e840e0f2de1456c414831cdbdf59"
"md","step-06-research-synthesis","bmm","bmm/1-analysis/research/bmad-technical-research/technical-steps/step-06-research-synthesis.md","64d9303ef0c9ce839dc3b2d72e94e3e5b4673e82dc7fc9f1571bd0b03b3a43a7"
"md","step-06-structure","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-06-structure.md","f8333ca290b62849c1e2eb2f770b46705b09fe0322217b699b13be047efdd03e"
"md","step-07-defining-experience","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-07-defining-experience.md","17f78d679a187cfb703c2cd30eea84d9dd683f3708d24885421239338eea4edd"
"md","step-07-project-type","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-07-project-type.md","ba60660354a1aa7dff8a03bfff79ace4589af13e3a2945ae78157a33abd12f17"
"md","step-07-validation","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-07-validation.md","dde4cd93a3015011da9a8a3237aafa2d15d0935205686231e58bf7064f81cc28"
"md","step-08-complete","bmm","bmm/3-solutioning/bmad-create-architecture/steps/step-08-complete.md","6466e5196be63e9e21b81d6fed45f1ff547d6ac739271201d6180febc857473d"
"md","step-08-scoping","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-08-scoping.md","868accb05c998543ac01ae068c6316e408cbc4e450bf9cc10b16fe843956faa9"
"md","step-08-visual-foundation","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-08-visual-foundation.md","985b4da65435114529056f33ff583ec4d1b29feb3550494ae741b6dbb89798a9"
"md","step-09-design-directions","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-09-design-directions.md","07962c637e69a612a904efccf6188b7f08c9e484d4d7369c74cd0de7da0cb1e3"
"md","step-09-functional","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-09-functional.md","4880a2f02fdc43964bd753c733c7800b9ccf6b1ccf194b2a8c3f09f1ad85843c"
"md","step-10-nonfunctional","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-10-nonfunctional.md","afde3cd586227cec7863267518667605e9487025a9c0f3b7f220c66adbbc347c"
"md","step-10-user-journeys","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-10-user-journeys.md","eabe15745e6b68df06833bca103c704d31094c8f070c84e35f1ee9b0c28d10bd"
"md","step-11-component-strategy","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-11-component-strategy.md","52a1d0230160124496467ddbe26dd9cc4ae7d9afceaea987aad658e1bb195f59"
"md","step-11-polish","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-11-polish.md","4271ae5026e30d807f1272b91161d57567badf0bd89e760ea067636d13f12223"
"md","step-12-complete","bmm","bmm/2-plan-workflows/bmad-create-prd/steps-c/step-12-complete.md","bb9471a4b14729785572480b1e0d9e57ab5a4580a04575aea1b1ea1e22971458"
"md","step-12-ux-patterns","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-12-ux-patterns.md","37215fe8ea33247e9a31b5f8b8fe3b36448d7f743c18803e4d5054c201348be8"
"md","step-13-responsive-accessibility","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md","cd4d4e2a307b4cbc805c6954860c93c14a11b74b1e206c45ff89f8b81ab03a62"
"md","step-14-complete","bmm","bmm/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md","47880f82ada9f2edff8be144328f86fb683fd78aba64ec0ea9dfbff71732be00"
"md","step-e-01-discovery","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md","5f733ce1dc3663fbbb1fe661471dc1fcb5a9c02621c1f5599bba5850dfe3b7a3"
"md","step-e-01b-legacy-conversion","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md","62bf07f0da57c4f87440b5db95928239527542b39be2ff806e85dfca8a0f7e40"
"md","step-e-02-review","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md","e6a2025055840d5625fc2eec71209da1d63d6bf530c305d353b1d4500202d8bd"
"md","step-e-03-edit","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md","38d70a13738c87da364ca7dc5ef9270f84e3c24d5204cdad969e0269f1d55994"
"md","step-e-04-complete","bmm","bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md","9689a795db6e55dd9b946f21b2c4e6a83004693938d9de833334ed76508ddb61"
"md","step-oneshot","bmm","bmm/4-implementation/bmad-quick-dev/step-oneshot.md","d68648848bb8277f5b762c3528c2aa42122268037b97d252a8f4faf4edb2830e"
"md","step-v-01-discovery","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md","65c4686abf818f35eeeff7cf7d31646b9693f3b8aaaa04eac7c97e9be0572a57"
"md","step-v-02-format-detection","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md","c27ea549b1414a9a013c6e334daf278bc26e7101879fd5832eb57ed275daeb0d"
"md","step-v-02b-parity-check","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md","5216fea52f9bbcb76a8ea9b9e80c98c51c529342e448dcf75c449ffa6fbaa45f"
"md","step-v-03-density-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md","1eed2b7eea8745edefbee124e9c9aff1e75a1176b8ba3bad42cfcf9b7c2f2a1c"
"md","step-v-04-brief-coverage-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md","7b870fea072193271c9dc80966b0777cbc892a85912a273ba184f2d19fc68c47"
"md","step-v-05-measurability-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md","06a8762b225e7d77f9c1b9f5be8783bcced29623f3a3bc8dbf7ea109b531c0ae"
"md","step-v-06-traceability-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md","58b89788683540c3122f886ca7a6191866a3abb2851bd505faa3fc9ab46a73c4"
"md","step-v-07-implementation-leakage-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md","aeab46b20c6aafc4b1d369c65ccf02a1fc5f7de60cbffddf7719e2899de6fe28"
"md","step-v-08-domain-compliance-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md","1be1de3adc40ded63e3662a75532fa1b13c28596b3b49204fbda310f6fa5f0da"
"md","step-v-09-project-type-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md","fffbf78461186456a5ca72b2b9811cb391476c1d1af0301ff71b8f73198c88d1"
"md","step-v-10-smart-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md","81bf3fbe84054b51cb36b673a3877c65c9b790acd502a9a8a01f76899f5f4f4c"
"md","step-v-11-holistic-quality-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md","4be7756dce12a6c7c5de6a551716d9e3b1df1f5d9d87fc28efb95fe6960cd3ce"
"md","step-v-12-completeness-validation","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md","20371cf379d396292dd63ad721fe48258853048e10cd9ecb8998791194fe4236"
"md","step-v-13-report-complete","bmm","bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md","67458c55a321c0d2857371a7588fbd387497570cd1b7c53f5a0cf558e1cdc325"
"md","sync-sprint-status","bmm","bmm/4-implementation/bmad-quick-dev/sync-sprint-status.md","c0f2fdb940984206a4b7aa2467fbcb7c4811f648634e43a488593974e9efff5e"
"md","template","bmm","bmm/4-implementation/bmad-create-story/template.md","29ba697368d77e88e88d0e7ac78caf7a78785a7dcfc291082aa96a62948afb67"
"md","ux-design-template","bmm","bmm/2-plan-workflows/bmad-create-ux-design/ux-design-template.md","ffa4b89376cd9db6faab682710b7ce755990b1197a8b3e16b17748656d1fca6a"
"md","validate-doc","bmm","bmm/1-analysis/bmad-agent-tech-writer/validate-doc.md","3b8d25f60be191716266726393f2d44b77262301b785a801631083b610d6acc5"
"md","verdict","bmm","bmm/1-analysis/bmad-prfaq/references/verdict.md","1a1cbc34090114d3a2b928456edec1563b73d84fea66c58e98780bf680f172ec"
"md","web-researcher","bmm","bmm/1-analysis/bmad-prfaq/agents/web-researcher.md","6e9127bb9bd3e4b15c701e4ced9eef328769262cd34eadc221bebe954c1f3aef"
"md","web-researcher","bmm","bmm/1-analysis/bmad-product-brief/agents/web-researcher.md","66aadb087f9bb3e7d05787c8f30237247ad3b90f241d342838e4ca95ed0d0260"
"md","write-document","bmm","bmm/1-analysis/bmad-agent-tech-writer/write-document.md","c0ddfd981f765b82cba0921dad331cd1fa32bacdeea1f02320edfd60a0ae7e6f"
"toml","customize","bmm","bmm/1-analysis/bmad-agent-analyst/customize.toml","7191f4a60ada7dbabe083699b2461f35778af7688924dc6ce05911cf1ffc9054"
"toml","customize","bmm","bmm/1-analysis/bmad-agent-tech-writer/customize.toml","bb828f2d26a136870099226f07c61297ce88ddd335823b7549592932bbe14a2e"
"toml","customize","bmm","bmm/1-analysis/bmad-document-project/customize.toml","3bbb5044fafdd865a5fe0863df116a479f30de7fb95c9cf4213f0b87ba1ba924"
"toml","customize","bmm","bmm/1-analysis/bmad-prfaq/customize.toml","8994f925bab65bd310e5ab38781286b6137f3e0c9e89f3ab8a2f480eb05e0de5"
"toml","customize","bmm","bmm/1-analysis/bmad-product-brief/customize.toml","0f10970bf0381458a6e3d2974958e5e52d7873beae61bf6c104303d37cff87f1"
"toml","customize","bmm","bmm/1-analysis/research/bmad-domain-research/customize.toml","462ef14dc1e1f6d145fdfe25e315168fd1fa278ea5f87fe0fa86689234daec2f"
"toml","customize","bmm","bmm/1-analysis/research/bmad-market-research/customize.toml","f47af9158893dd3f7ab81ac03cb07d8c76342eead61ec7c9a8a463066b7db9af"
"toml","customize","bmm","bmm/1-analysis/research/bmad-technical-research/customize.toml","7f567fddb04674f817398addbc06e6d1620883d89dcc7ac643c5a56eef5ac337"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-agent-pm/customize.toml","c7c30e182fbff5e1cc4d329a99b0bf1188463d25d61b843847818c5bef0d4753"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-agent-ux-designer/customize.toml","0d36c8ce31fe332770b2755a7e952dc102f184fb3275448bf6ac2ebc783ed03b"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-create-prd/customize.toml","0c990af4c0a755402abbef893850bd542744a8b6f36c0587c9f3fb6dab6bf5e7"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-create-ux-design/customize.toml","e51d02120e5e79788b183f1fb377f823f7626bac7702a6aa4dc6ddd0a3b00000"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-edit-prd/customize.toml","35cc2dfb3eda73a0ae4dc987cac58867b25c43ce5c5a1bf552e215826ede6c22"
"toml","customize","bmm","bmm/2-plan-workflows/bmad-validate-prd/customize.toml","bfb3c8af5b81b2cdb9bb84f844f1b0dafc40d8c283effa6ad48db966b9446cef"
"toml","customize","bmm","bmm/3-solutioning/bmad-agent-architect/customize.toml","32e8074896a569ce59e4db62ab3b4af396798b8fa50c67449a5d90c2a7a7e074"
"toml","customize","bmm","bmm/3-solutioning/bmad-check-implementation-readiness/customize.toml","571d81087b7a6d914cf7c2f21aa26354eac385bb2f5cfeabc591892cbb98d036"
"toml","customize","bmm","bmm/3-solutioning/bmad-create-architecture/customize.toml","618be49b0286f18dfb4b6bac3d96bf1cf062994fa5278cd327be9898e651b43c"
"toml","customize","bmm","bmm/3-solutioning/bmad-create-epics-and-stories/customize.toml","da9e43605bc6aec83173050b5d37ede6aebfa9a17c5959a5029681d73e744ba3"
"toml","customize","bmm","bmm/3-solutioning/bmad-generate-project-context/customize.toml","00b6e893b93a1be7c04408f1824dad72c2c43ee02ba29210725e34394bf8225e"
"toml","customize","bmm","bmm/4-implementation/bmad-agent-dev/customize.toml","01a45ac2420f920cfc934de7b1a884b04017c85641085c93d9aada45d2dccf17"
"toml","customize","bmm","bmm/4-implementation/bmad-checkpoint-preview/customize.toml","1a1e0c3a8914adda3cec925eed51287e067c7f84120de64a8df53348e7b77de5"
"toml","customize","bmm","bmm/4-implementation/bmad-code-review/customize.toml","94ad662fdf3fda372c6e24b2cbda629d0b2aa851097d02afb5905c768b1a1cde"
"toml","customize","bmm","bmm/4-implementation/bmad-correct-course/customize.toml","78095d25afb5b2d4844956f61e9ac640a62d0245174fab9406e9c289f33fd84b"
"toml","customize","bmm","bmm/4-implementation/bmad-create-story/customize.toml","1204f6de064436922f2813069778eb4eaa5f1f945aa8ea5a5ffb87897a2ba8fe"
"toml","customize","bmm","bmm/4-implementation/bmad-dev-story/customize.toml","592fa7948c4614609a59b152518f518d35e0178d6aa7c22e169d78157fd9f5aa"
"toml","customize","bmm","bmm/4-implementation/bmad-qa-generate-e2e-tests/customize.toml","04a99926b2d79318b927434c7344dc666f143026ed99c7fcc0d6e3d68263ae66"
"toml","customize","bmm","bmm/4-implementation/bmad-quick-dev/customize.toml","5ba463713de51762eb381be787cbd657932333b808be370d851fc3e40f139e2f"
"toml","customize","bmm","bmm/4-implementation/bmad-retrospective/customize.toml","0b032c342129732820ca2db386d2d5e26d033d8ac296388fc9f2e78765fab9fb"
"toml","customize","bmm","bmm/4-implementation/bmad-sprint-planning/customize.toml","f7bde2f792e8604f26122ee792c5493e270710296044b07680db7d90e886caf3"
"toml","customize","bmm","bmm/4-implementation/bmad-sprint-status/customize.toml","96261fd227befaa4685b0a5091d3e85299d4ae8e4404176b42f5ef2e2fb501bd"
"yaml","config","bmm","bmm/config.yaml","1a04ddee8c13830577713553211d0dff4382a07a3c2424363d63334965b96977"
"yaml","sprint-status-template","bmm","bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml","deeec135d875b107618dd41278349689b5f3dcb5894d7509909417a570f46fd9"
"csv","design-methods","cis","cis/skills/bmad-cis-design-thinking/design-methods.csv","6735e9777620398e35b7b8ccb21e9263d9164241c3b9973eb76f5112fb3a8fc9"
"csv","innovation-frameworks","cis","cis/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv","9a14473b1d667467172d8d161e91829c174e476a030a983f12ec6af249c4e42f"
"csv","module-help","cis","cis/module-help.csv","302e27b160769948f100542d9322fa51a70b94ec98d36610f0838677ec1db1d7"
"csv","solving-methods","cis","cis/skills/bmad-cis-problem-solving/solving-methods.csv","aa15c3a862523f20c199600d8d4d0a23fce1001010d7efc29a71abe537d42995"
"csv","story-types","cis","cis/skills/bmad-cis-storytelling/story-types.csv","ec5a3c713617bf7e2cf7db439303dd8f3363daa2f6db20a350c82260ade88bdb"
"md","SKILL","cis","cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md","c8bb64e96fcb7b8e8c8cc79837bcc257ed819c88cbdc42628562202d949fd28e"
"md","SKILL","cis","cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md","8cfc1f48d9d48117d2f5d89bb01d2cdd62445ee054476302cf825b945d0c8232"
"md","SKILL","cis","cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md","5dd8116434a51cb46bfbc9de5ec50c7ef8c2444d2efe140153eedb68757b9f43"
"md","SKILL","cis","cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md","f1651de76dc5ab508660a8bf551479e5729c59a23cbf0e8cd601d80a8e67fbfc"
"md","SKILL","cis","cis/skills/bmad-cis-agent-presentation-master/SKILL.md","d5254702eb909bae1f77a2f0a7834a80b8b10c1c04fe22250d586da3c1a43fb4"
"md","SKILL","cis","cis/skills/bmad-cis-agent-storyteller/SKILL.md","9d9e68a34b1df789ab55b49bc40ae1745a128566ffc10abf821d98a82c1f089a"
"md","SKILL","cis","cis/skills/bmad-cis-design-thinking/SKILL.md","fc391e6eb99e6dedc36beeb454607b001c42915fc806cd8ed91508e9ee9c42c7"
"md","SKILL","cis","cis/skills/bmad-cis-innovation-strategy/SKILL.md","0e8447d328078112a39476c486b85f8c11d9b49e0b98f17881cfbb8f98706c0c"
"md","SKILL","cis","cis/skills/bmad-cis-problem-solving/SKILL.md","f734e44403df5eb123d3f1ad9247266634e92eec017d743cb1687300d897d8f1"
"md","SKILL","cis","cis/skills/bmad-cis-storytelling/SKILL.md","eca4ad520ccee2545ad275760b484fd763f2833893d4d37f364bd21d6e40c834"
"md","template","cis","cis/skills/bmad-cis-design-thinking/template.md","7834c387ac0412c841b49a9fcdd8043f5ce053e5cb26993548cf4d31b561f6f0"
"md","template","cis","cis/skills/bmad-cis-innovation-strategy/template.md","e59bd789df87130bde034586d3e68bf1847c074f63d839945e0c29b1d0c85c82"
"md","template","cis","cis/skills/bmad-cis-problem-solving/template.md","6c9efd7ac7b10010bd9911db16c2fbdca01fb0c306d871fa6381eef700b45608"
"md","template","cis","cis/skills/bmad-cis-storytelling/template.md","461981aa772ef2df238070cbec90fc40995df2a71a8c22225b90c91afed57452"
"toml","customize","cis","cis/skills/bmad-cis-agent-brainstorming-coach/customize.toml","e841aa106072cfb19a7692f4b6ed8565bd0a58cfffa3b3985759a056651361c5"
"toml","customize","cis","cis/skills/bmad-cis-agent-creative-problem-solver/customize.toml","43b3d348a4e6601e7a02ca8fcd5534975609637bacea9cbc195b997cbfa88c70"
"toml","customize","cis","cis/skills/bmad-cis-agent-design-thinking-coach/customize.toml","948f04fee1765b7a6921f73b514be529465f6fc11bc14975e289da176ec3bab6"
"toml","customize","cis","cis/skills/bmad-cis-agent-innovation-strategist/customize.toml","7a7614cf42ed09d0695977cc7cdf672595a25b744acea6ebda06f3b552ec2acc"
"toml","customize","cis","cis/skills/bmad-cis-agent-presentation-master/customize.toml","aa7144a2a769883a9f1f6a01d5f7f1700a0be7c5219aa1f8c89aca087e079a52"
"toml","customize","cis","cis/skills/bmad-cis-agent-storyteller/customize.toml","ef628ea9c6bdd80fdd2ad3a21fe010d7fe6e45bd1905f1bec81e3b114bf239c1"
"toml","customize","cis","cis/skills/bmad-cis-design-thinking/customize.toml","15991e2d5ec5ca1bdec8c443cd2943d596515d16f768e358231ecdf264515ab8"
"toml","customize","cis","cis/skills/bmad-cis-innovation-strategy/customize.toml","0efce9f87dc9930aad015d8301c1a63c3066df0f640599d43dec8c6cd21fc38f"
"toml","customize","cis","cis/skills/bmad-cis-problem-solving/customize.toml","6a7fec618cef5bb507d209db78a9043f036caeaa91f479ee2a54f92062898067"
"toml","customize","cis","cis/skills/bmad-cis-storytelling/customize.toml","9ec1b11a809b960d1cc776d6b364cebd3533c6797c008f425672a8928fe52d96"
"yaml","config","cis","cis/config.yaml","451a9e7bf1a645dc31af5b7b54543714f920f4f775503dcb5c47301392765bfd"
"toml","config","config.toml","config.toml","384d58f406f384944cb1abb04c097b941f00efc278d9d6a921862e8830d040b1"
"toml","config.user","config.user.toml","config.user.toml","72410f35bd854221cb3e90719eabb070233ea40b1dc38867eb67b46ace2ba6c7"
"csv","brain-methods","core","core/bmad-brainstorming/brain-methods.csv","0ab5878b1dbc9e3fa98cb72abfc3920a586b9e2b42609211bb0516eefd542039"
"csv","methods","core","core/bmad-advanced-elicitation/methods.csv","e08b2e22fec700274982e37be608d6c3d1d4d0c04fa0bae05aa9dba2454e6141"
"csv","module-help","core","core/module-help.csv","d35985e6a4a5dc726d3f1f5d0d0fb94d9bd273688e3f6eebb1a1a9f21db846f0"
"md","compression-rules","core","core/bmad-distillator/resources/compression-rules.md","86e53d6a2072b379864766681d1cc4e1aad3d4428ecca8c46010f7364da32724"
"md","distillate-compressor","core","core/bmad-distillator/agents/distillate-compressor.md","c00da33b39a43207a224c4043d1aa4158e90e41ab421fff0ea7cc55beec81ef8"
"md","distillate-format-reference","core","core/bmad-distillator/resources/distillate-format-reference.md","616488300d40c6de2f0a69ee153258ed4664e9763048f3993db8efd2adca1706"
"md","round-trip-reconstructor","core","core/bmad-distillator/agents/round-trip-reconstructor.md","47c83f4a37249ddac38460d8c95d162f6fc175a8919888e8090aed71bd9383bc"
"md","SKILL","core","core/bmad-advanced-elicitation/SKILL.md","705cc827cab892855d07dcc926f5c9f749c3abab33e915d6ac1574aec174896b"
"md","SKILL","core","core/bmad-brainstorming/SKILL.md","f4a2c22b40ed34cdbd3282dd6161a3b869902f3bc75b58e181fc9faf78eedd9d"
"md","SKILL","core","core/bmad-customize/SKILL.md","7617ef46b179e2b9aec7e7176933fd65dcba8fd0ca188ea8beb8cee1dedf449c"
"md","SKILL","core","core/bmad-distillator/SKILL.md","756ee0706ff6b8a3d5726b465e81ba244e4eaeba21b7de0d2390473acebb5ddc"
"md","SKILL","core","core/bmad-editorial-review-prose/SKILL.md","b3687fe80567378627bc2a0c5034ae8d65dfeedcf2b6c90da077f4feca462d0c"
"md","SKILL","core","core/bmad-editorial-review-structure/SKILL.md","164444359d74f695a84faf7ea558d0eef39c75561e6b26669f97a165c6f75538"
"md","SKILL","core","core/bmad-help/SKILL.md","cd7096b2ff55b2b87e12d6b9c4c9ea13dfca78c49299a09327c97107f9531da8"
"md","SKILL","core","core/bmad-index-docs/SKILL.md","a855d7060414e73ca4fe8e1a3e1cc4d0f2ce394846e52340bdf5a1317e0d234a"
"md","SKILL","core","core/bmad-party-mode/SKILL.md","bd13fd6cb0b0c61d215e4c394cf4b7cac3a465394c3918f4dc14910513ddb898"
"md","SKILL","core","core/bmad-review-adversarial-general/SKILL.md","7bffc39e6dba4d9123648c5d4d79e17c3c5b1efbd927c3fe0026c2dbb8d99cff"
"md","SKILL","core","core/bmad-review-edge-case-hunter/SKILL.md","f49ed9976f46b4cefa1fc8b4f0a495f16089905e6a7bbf4ce73b8f05c9ae3ee6"
"md","SKILL","core","core/bmad-shard-doc/SKILL.md","3a1538536514725fd4f31aded280ee56b9645fc61d114fd94aacb3ac52304e52"
"md","splitting-strategy","core","core/bmad-distillator/resources/splitting-strategy.md","26d3ed05f912cf99ff9ebe2353f2d84d70e3e852e23a32b1215c13416ad708b5"
"md","step-01-session-setup","core","core/bmad-brainstorming/steps/step-01-session-setup.md","7fd2aed9527ccdf35fc86bd4c9b27b4a530b5cfdfb90ae2b7385d3185bcd60bc"
"md","step-01b-continue","core","core/bmad-brainstorming/steps/step-01b-continue.md","49f8d78290291f974432bc8e8fce340de58ed62aa946e9e3182858bf63829920"
"md","step-02a-user-selected","core","core/bmad-brainstorming/steps/step-02a-user-selected.md","7ff3bca27286d17902ecea890494599796633e24a25ea6b31bbd6c3d2e54eba2"
"md","step-02b-ai-recommended","core","core/bmad-brainstorming/steps/step-02b-ai-recommended.md","cb77b810e0c98e080b4378999f0e250bacba4fb74c1bcb0a144cffe9989d2cbd"
"md","step-02c-random-selection","core","core/bmad-brainstorming/steps/step-02c-random-selection.md","91c6e16213911a231a41b1a55be7c939e7bbcd1463bd49cb03b5b669a90c0868"
"md","step-02d-progressive-flow","core","core/bmad-brainstorming/steps/step-02d-progressive-flow.md","6b6fbbd34bcf334d79f09e8c36ed3c9d55ddd3ebb8f8f77aa892643d1a4e3436"
"md","step-03-technique-execution","core","core/bmad-brainstorming/steps/step-03-technique-execution.md","b97afefd4ccc5234e554a3dfc5555337269ce171e730b250c756718235e9df60"
"md","step-04-idea-organization","core","core/bmad-brainstorming/steps/step-04-idea-organization.md","acb7eb6a54161213bb916cabf7d0d5084316704e792a880968fc340855cdcbbb"
"md","template","core","core/bmad-brainstorming/template.md","5c99d76963eb5fc21db96c5a68f39711dca7c6ed30e4f7d22aedee9e8bb964f9"
"md","workflow","core","core/bmad-brainstorming/workflow.md","74c87846a5cda7a4534ea592ea3125a8d8a1a88d19c94f5f4481fb28d0d16bf2"
"py","analyze_sources","core","core/bmad-distillator/scripts/analyze_sources.py","31e2a8441c3c43c2536739c580cdef6abecb18ff20e7447f42dd868875783166"
"py","list_customizable_skills","core","core/bmad-customize/scripts/list_customizable_skills.py","8787f542930b927789e7fdf12bc5a67ff08e19865903a5ad05ff2cc8fc426b66"
"py","test_analyze_sources","core","core/bmad-distillator/scripts/tests/test_analyze_sources.py","d90525311f8010aaf8d7d9212a370468a697866190bae78c35d0aae9b7f23fdf"
"py","test_list_customizable_skills","core","core/bmad-customize/scripts/tests/test_list_customizable_skills.py","b55fc2e454f245753874f359c18ade9f3ad04debd66176c6e6bf3e403ca9c812"
"yaml","config","core","core/config.yaml","31536e38de0e8cf4d962330908e91f72ac9c3235ed28ec8eef53f95256973e47"
"py","resolve_config","scripts","scripts/resolve_config.py","8e326149d9170477ecc21aa2aa2389d8fbaa5d1cd95db2de2ad33029ce8ae528"
"py","resolve_customization","scripts","scripts/resolve_customization.py","6dbf36a2fea13392426fdbaf4f074b6d9b93488a964d2d1bff2a5c1c3a1d506e"
"csv","module-help","suno","suno/suno-setup/assets/module-help.csv","8fb5ed8b2e0cb5f23b473eb397cea0aae97546e7ab475fec3a815cf06843231a"
"csv","module-help","suno","suno/module-help.csv","8fb5ed8b2e0cb5f23b473eb397cea0aae97546e7ab475fec3a815cf06843231a"
"md","activation","suno","suno/suno-agent-band-manager/references/activation.md","05aeea3577222b2f53e578a69f717785421822a1110ab05ad733a1ea3749c60d"
"md","browse-songbook","suno","suno/suno-agent-band-manager/references/browse-songbook.md","485fc0f51899ec24672a33e2677f62ca15dec40f7271d30c79333a263caf35be"
"md","capabilities","suno","suno/suno-agent-band-manager/references/capabilities.md","cd59d051e0ab0f8efeeb99b30ab2d0e431bce86303a5120244a1ea073755d331"
"md","create-song","suno","suno/suno-agent-band-manager/references/create-song.md","a47cf1eead90091159c63b5f0918887dbe518e32ea0f9b32040fce6b5f53af8a"
"md","creed","suno","suno/suno-agent-band-manager/references/creed.md","26c7f84855d5c35666a8faddc2555058da559572290a902e75f30a84bda81bd1"
"md","feedback-triage-guide","suno","suno/suno-feedback-elicitor/references/feedback-triage-guide.md","c372c22452c9ffa111987136d4ede720bfc0d6cf80060012902df835b9238f3e"
"md","gemini-audio-analysis","suno","suno/suno-feedback-elicitor/references/gemini-audio-analysis.md","528aa26f7697b7bb5acde03cb957581fad41428f7ee0527b8b877b414e276c6a"
"md","headless-contract","suno","suno/suno-feedback-elicitor/references/headless-contract.md","37fdcdc5a965d4a0876e0f5e9a6c85288094199e606b9ac4643b04c8cf17d1d7"
"md","init","suno","suno/suno-agent-band-manager/references/init.md","4562af9152e97dfbfd95ae21b87cf86c0fa311c49b7a98e773ccb3df37b32f58"
"md","memory-system","suno","suno/suno-agent-band-manager/references/memory-system.md","bc1410c724cc04ba445cd728c36df712dd108111042a44a807a66f8412c70a3b"
"md","metatag-reference","suno","suno/suno-lyric-transformer/references/metatag-reference.md","081996b266a42a43560399fc75287c3ebb150377046e6dc92e56a4430fdec63d"
"md","model-prompt-strategies","suno","suno/suno-style-prompt-builder/references/model-prompt-strategies.md","045b0b3c4672f7242a4a30318ca8f6764225232b5d7bdaeb7dc7bc2df079ab16"
"md","output-template","suno","suno/suno-feedback-elicitor/references/output-template.md","7f411723bd96fadf4665593b6411f86c1091713a4e41d56ef009f2eceb7407cd"
"md","persona","suno","suno/suno-agent-band-manager/references/persona.md","d36e873911d0ac731e289485b3b362255b6f69f5395a027dae8ec26df33b73f0"
"md","playlist-sequencing-methodology","suno","suno/suno-feedback-elicitor/references/playlist-sequencing-methodology.md","de13fa246b731d51972ab631e9ef9495df2f0b160c0a015745a4c74f3e583969"
"md","profile-schema","suno","suno/suno-band-profile-manager/references/profile-schema.md","b52b0840f02fa077beb5eeb1681bd15e9c22af29b5bf92be41e2da45546f9fd1"
"md","README","suno","suno/suno-agent-band-manager/references/README.md","397d76c28fdec1c45400eef5e81582c6354120eb94e3a4c99344b38044801c58"
"md","README","suno","suno/suno-band-profile-manager/references/README.md","9a7e846306835f6cc4ef7512d42af025e982782564b000c4bf52b2aa5ac20559"
"md","README","suno","suno/suno-style-prompt-builder/references/README.md","72e2f0ee73cdc79346045f293bf50c780024fce1ebe97c2fa99cc61c26710327"
"md","README","suno","suno/suno-lyric-transformer/references/README.md","ccc872ab32e154303842f6ce3129822942f4493bf8bba4caaba6465d229e09b8"
"md","README","suno","suno/suno-feedback-elicitor/references/README.md","a4b6333a199081b37d631caef2658b42957911402f5606e2ff7a70442c356516"
"md","reconcile","suno","suno/suno-agent-band-manager/references/reconcile.md","c94bf55defddc1878841d25c8fee0a38247dc03ba49dc27873acd42439545e88"
"md","refine-song","suno","suno/suno-agent-band-manager/references/refine-song.md","293dcefc6f1fac12784795aad0854241b2a9b0f0b7d781db0c4e1846abe8a90b"
"md","research-discipline","suno","suno/suno-agent-band-manager/references/research-discipline.md","be02a2490e0baae33e21369d3565373dff2afcd47769baba25b6f65229cf1fcf"
"md","save-memory","suno","suno/suno-agent-band-manager/references/save-memory.md","d1e4f8540014e4c5049a5f2039660933c255c2117c0aba1fd3c1e68ba3bb8a75"
"md","section-jobs","suno","suno/suno-lyric-transformer/references/section-jobs.md","21237a49bdbe8b22fbcdc0988145a4c64cdabba50bbb86fd70902422f598723b"
"md","SKILL","suno","suno/suno-agent-band-manager/SKILL.md","d74380eb15d8740cb800e1a0f733733d59c5092dfa7243ac10be0a31cfacc0cf"
"md","SKILL","suno","suno/suno-band-profile-manager/SKILL.md","b82ed4f09699be540f87315bb8e915c2b05ec89fd760f847dd738204365fa0f9"
"md","SKILL","suno","suno/suno-style-prompt-builder/SKILL.md","99c09a260872d3919e39baa4853b54e9d31e4dcb30454875b22b1aaeb79b9d37"
"md","SKILL","suno","suno/suno-lyric-transformer/SKILL.md","5772b261d6948868effb538015739c724bc200c1cd705e82154ac84209ef225b"
"md","SKILL","suno","suno/suno-feedback-elicitor/SKILL.md","e68bef7dee1283851419a6b11dac19d101f0444ff6748eb58ee93cb9f593b86d"
"md","SKILL","suno","suno/suno-setup/SKILL.md","f832428e8a7b7eb3f9ae8aee5b24cf709ce78f194b5857ec5c5bae468eafd83b"
"md","STUDIO-EDITOR-REFERENCE","suno","suno/suno-agent-band-manager/references/STUDIO-EDITOR-REFERENCE.md","12ee4b0557562cc11cbd293d06eef289b86497a58c28df85668653a9a7683f03"
"md","suno-parameter-map","suno","suno/suno-feedback-elicitor/references/suno-parameter-map.md","21c851d0887e2e47f64c3ed3f17bf62c31d171a54ef67600ab5181a7a531edef"
"md","SUNO-REFERENCE","suno","suno/suno-agent-band-manager/references/SUNO-REFERENCE.md","2153e32a9bb95a8ae0b1d0c2c854df7d562c76d69fe4580912338f8d4e8ac32d"
"md","tier-features","suno","suno/suno-band-profile-manager/references/tier-features.md","d95469c3b9aa0852c51a07f842714406bb1c3d9b4e7575064c4c4a08baf566b0"
"md","USAGE","suno","suno/suno-agent-band-manager/references/USAGE.md","fafa03bbd04b7da19b5de6aefb812d4f896688084790251d0c3327a8f290407c"
"py","analyze-audio","suno","suno/suno-feedback-elicitor/scripts/analyze-audio.py","753c9878e51b3910fee83239b9bb7081079f0de8c833b53612dc7baf44fe44a9"
"py","analyze-input","suno","suno/suno-lyric-transformer/scripts/analyze-input.py","0e020de1dfaad5c497f0dd13545f041e765de40d9e3d14a0287205d15514946b"
"py","assemble-summary","suno","suno/suno-lyric-transformer/scripts/assemble-summary.py","b86e206c166dc5728cad38d01acddbf8fa69206edd52e9114c8248f5feb27410"
"py","audio-deep-analysis","suno","suno/suno-feedback-elicitor/scripts/audio-deep-analysis.py","232995a04bc732cd95f88086453df6fafad26da6a3a2cff98c6880fe37cbb21d"
"py","batch-full-analysis","suno","suno/suno-feedback-elicitor/scripts/batch-full-analysis.py","a9222373e33bcb8ea49c951b66e02e7972189f60354683a501768887d38ddb28"
"py","check-memory-health","suno","suno/suno-agent-band-manager/scripts/check-memory-health.py","0eb5709a6f1683bb62a9ca577cca04394c8f9a4f452b37a245a3462f26a869eb"
"py","chord-progression","suno","suno/suno-feedback-elicitor/scripts/chord-progression.py","de868dcb083713eaab2846b85eb7a03fe251e78046420bf9280aaaf3ade83dfb"
"py","cleanup-legacy","suno","suno/suno-setup/scripts/cleanup-legacy.py","f43278f069a74bea128a944b0bd63aa653e8d045b4b2bb3d766151616a5578aa"
"py","cliche-detector","suno","suno/suno-lyric-transformer/scripts/cliche-detector.py","e5a23f8529bb0c44b0653c704b57ca625c7f95f9d0401f6ac08b114338f58b15"
"py","configure-guard","suno","suno/suno-setup/scripts/configure-guard.py","6ea58c2187717e5b80eade4bf98c1907547e9601f4a820d1e94fc9ad62681e3d"
"py","conftest","suno","suno/suno-lyric-transformer/scripts/tests/conftest.py","e4c720ebc425e440b6fc9315bfb720a8ebb18145b7733df7bdb14bea2089a874"
"py","diff-profiles","suno","suno/suno-band-profile-manager/scripts/diff-profiles.py","5494cbbd7d0f58543b2c9880bfd7233368b6257d8a955eb6c8ad3f0ed22f5712"
"py","list-profiles","suno","suno/suno-band-profile-manager/scripts/list-profiles.py","6c71f9a61e2a83ed226f740979b288d4ce108e9c6c7175ab34add68c621da045"
"py","lyrics-diff","suno","suno/suno-lyric-transformer/scripts/lyrics-diff.py","d4fc8a16e4483c2af88ed11f6690be863f40ff1ec3323ad6f69c7a73eae3f3a3"
"py","map-adjustments","suno","suno/suno-feedback-elicitor/scripts/map-adjustments.py","cb0ab0ec3ad3c6aecac7339ab0ed80a959379a02dd6b8df481f517cc42bf1b62"
"py","merge-config","suno","suno/suno-setup/scripts/merge-config.py","4b7e69429747d2c5cc3a9141fa42ad36dc15468361106b8f0c6b8bff5a260bac"
"py","merge-help-csv","suno","suno/suno-setup/scripts/merge-help-csv.py","22b041f4d7e4f8ab915ca025a5b71872e8c495ae22e0caed938ad05370142dd6"
"py","parse-feedback","suno","suno/suno-feedback-elicitor/scripts/parse-feedback.py","78b6f03934ac3fc02892d8d7f0ab8224d504a69c16b94e0be3d4d3ac7eeaea5a"
"py","pipeline-guard","suno","suno/suno-agent-band-manager/scripts/pipeline-guard.py","73a4344e1f455e1ea5a37af229a954e275a3d82e601baca251d531b1d24013a1"
"py","playlist-sequencing-data","suno","suno/suno-feedback-elicitor/scripts/playlist-sequencing-data.py","635cacf4aea8c97db86df42de6083888071407afa0aafab73ea53590d116256e"
"py","pre-activate","suno","suno/suno-agent-band-manager/scripts/pre-activate.py","6fec02972d4ddaba3b4ee16716339a4387c83f5b6e751ac20216906e36834fa9"
"py","reconcile-sidecar","suno","suno/suno-agent-band-manager/scripts/reconcile-sidecar.py","3ae2d038659e189ffe92e425c314575a9df2ac167d574419bfafa04d0ebe7c52"
"py","regenerate-index-sections","suno","suno/suno-agent-band-manager/scripts/regenerate-index-sections.py","6f42ba42d7408cfd1af0705ca4d45cd967e6f99394c72b59afd33591aaf7467f"
"py","scaffold-playlist","suno","suno/suno-band-profile-manager/scripts/scaffold-playlist.py","c866a6016399ee90ee9556089957d0985d4760f3f66f9af8753e3b285c5c055a"
"py","section-length-checker","suno","suno/suno-lyric-transformer/scripts/section-length-checker.py","add9624f937546f40d593d06282dd60594b96a76ccdf835a19be596e508912e8"
"py","syllable-counter","suno","suno/suno-lyric-transformer/scripts/syllable-counter.py","d95244f447c86329c385bc05496bb73dd16eebbe3fa85a8a29386eaad880a7c0"
"py","tempo-detail","suno","suno/suno-feedback-elicitor/scripts/tempo-detail.py","e76b51d7a2c07383b8aec6877956c74a78024dc1b336925a7b9c2c662eec9c53"
"py","test-analyze-input","suno","suno/suno-lyric-transformer/scripts/tests/test-analyze-input.py","815e09b7bdabfa605494edd3e222a8a6c7c5477d7ea8b37e06ff2d9eaffe59cb"
"py","test-assemble-summary","suno","suno/suno-lyric-transformer/scripts/tests/test-assemble-summary.py","44d59156ae292b50ce0f8bc9aa205cfc3db629ce0a72bba91c96d32714a5ee7f"
"py","test-check-memory-health","suno","suno/suno-agent-band-manager/scripts/tests/test-check-memory-health.py","8046fa8a3670ef90b53a9f5eb05d30d181f94b56bd78efd5159a2f1bde090569"
"py","test-cliche-detector","suno","suno/suno-lyric-transformer/scripts/tests/test-cliche-detector.py","98edfd8d5cea910ebf9e50100d40c9693d4eeeded4d5858772078e35241de3bf"
"py","test-diff-profiles","suno","suno/suno-band-profile-manager/scripts/tests/test-diff-profiles.py","49d9de5586dc249285d467be45c4f728e84b01643f4d81f0329a46f427026963"
"py","test-list-profiles","suno","suno/suno-band-profile-manager/scripts/tests/test-list-profiles.py","2d20e06ff5738959e20718cb65484c61576a5482576d5c90a58ad2cead0e4b0a"
"py","test-lyrics-diff","suno","suno/suno-lyric-transformer/scripts/tests/test-lyrics-diff.py","6a8d907f33ce8b3bfa24cb29f20a254546deb3490aab6edc61105b03a079a35a"
"py","test-map-adjustments","suno","suno/suno-feedback-elicitor/scripts/tests/test-map-adjustments.py","d3ca24389d305aebe3b70e4f3f18ea4aa185451a11718c1988978417d1e1482d"
"py","test-parse-feedback","suno","suno/suno-feedback-elicitor/scripts/tests/test-parse-feedback.py","e2f07cab01d8f88f7ec820327133bc4fa4e26b9ac123a1d5a780b43bd8b1ea7f"
"py","test-pre-activate","suno","suno/suno-agent-band-manager/scripts/tests/test-pre-activate.py","510da3d8bfd37081a3de8bfd1f3cf79b79f204387845260af4fd19818d5538fd"
"py","test-section-length-checker","suno","suno/suno-lyric-transformer/scripts/tests/test-section-length-checker.py","17f5d886221c91a58c4ca483ddafd57256bdfec71c26056f863ad2e461d10830"
"py","test-syllable-counter","suno","suno/suno-lyric-transformer/scripts/tests/test-syllable-counter.py","ab32c6f0a9af8114faa70e556d84e422c6c529642692b5305c3495e1a0d40a10"
"py","test-tier-features","suno","suno/suno-band-profile-manager/scripts/tests/test-tier-features.py","6a27579dcb5ab1e7f5df4c04cb658a9ca3523895872a1faee6c9b49c558fc0e6"
"py","test-validate-lyrics","suno","suno/suno-lyric-transformer/scripts/tests/test-validate-lyrics.py","b67e9b57f0430ef3300df2c6add5411b5cfa606eca387294d09f1394740718b4"
"py","test-validate-options","suno","suno/suno-lyric-transformer/scripts/tests/test-validate-options.py","14d66a47e9aef29c69ec858e5e3dc631040475ccb59cc7d31f0f21baafe23e14"
"py","test-validate-path","suno","suno/suno-agent-band-manager/scripts/tests/test-validate-path.py","970fdd35796cde9e718d150218b4a62569ff66e448dc3ac489d0052f4d27abd2"
"py","test-validate-profile","suno","suno/suno-band-profile-manager/scripts/tests/test-validate-profile.py","bd20738198ff29b2e04cf0e7dd153217d5a32bf79b129943f6c05d4db6499598"
"py","test-validate-prompt","suno","suno/suno-style-prompt-builder/scripts/tests/test-validate-prompt.py","b88bb830fb26dd808e104fc2464c17a4a35b2bef650f286329fe0070b0df88ba"
"py","tier-features","suno","suno/suno-band-profile-manager/scripts/tier-features.py","44ab48a71ba56294ed14fb1884511fc23dc9b6018085850e4477c373660f6f99"
"py","validate-lyrics","suno","suno/suno-lyric-transformer/scripts/validate-lyrics.py","eacc436dea41daafb1675ddccfd8646985d746c9c47b847fc33fd6fde5bfa0b6"
"py","validate-options","suno","suno/suno-lyric-transformer/scripts/validate-options.py","1096d6c1aae028c31b4ec2d8397b00e92f98d46e59406aa7b5a99c5abffec230"
"py","validate-path","suno","suno/suno-agent-band-manager/scripts/validate-path.py","01cc6d15b514b8221ad0b41f090867ac40c48ae712b314d16f322dd1f103c11f"
"py","validate-profile","suno","suno/suno-band-profile-manager/scripts/validate-profile.py","7766262155be98bfe657b7d1c52bb906f171edcfc6d3404c0a1acd93eb4a4cda"
"py","validate-prompt","suno","suno/suno-style-prompt-builder/scripts/validate-prompt.py","02c88aa5b6544f5705498f1c8a6f9efd013fbe138bd1b67353b380cec46c0fc8"
"py","validate-sidecar","suno","suno/suno-agent-band-manager/scripts/validate-sidecar.py","bbf3fc49348b8e35c1baec203525fd71bcd32c29626851ef51d87ef3ca092c54"
"yaml","bmad-skill-manifest","suno","suno/suno-agent-band-manager/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","bmad-skill-manifest","suno","suno/suno-band-profile-manager/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","bmad-skill-manifest","suno","suno/suno-style-prompt-builder/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","bmad-skill-manifest","suno","suno/suno-lyric-transformer/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","bmad-skill-manifest","suno","suno/suno-feedback-elicitor/bmad-skill-manifest.yaml","ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee"
"yaml","config","suno","suno/config.yaml","2da3820ab9c0322ed6563f6f7eca622addddf5218cddff9fddc65e187d3aa069"
"yaml","module","suno","suno/suno-setup/assets/module.yaml","18033c8aadf8708a75bdb4c7e6cf6fbcaac79794b6bc5a5a5fa39b8d5f205ff0"
"css","dev-mode","wds","wds/wds-5-agentic-development/templates/components/dev-mode.css","d1e7543bd8c6dbf615dffe12e743f3f796ead0b4ed3d41a94130a6468f4593c7"
"csv","module-help","wds","wds/module-help.csv","5ca1c8488ba943befe803762ddd2d361110cf24f07856778500c07dea373cf86"
"html","catalog.template","wds","wds/wds-0-project-setup/resources/wds-7-design-system/templates/catalog.template.html","8e01e16c4c02be6f3ef96bcf792ff6bdc284a57b75c8b18484263674390f1ba8"
"html","catalog.template","wds","wds/wds-7-design-system/templates/catalog.template.html","8e01e16c4c02be6f3ef96bcf792ff6bdc284a57b75c8b18484263674390f1ba8"
"html","dev-mode","wds","wds/wds-5-agentic-development/templates/components/dev-mode.html","f0be1df0f4690e363f4c03c99c674a6806fe272edad4bc4344ac7a2a5a2246ff"
"html","page-template","wds","wds/wds-5-agentic-development/templates/page-template.html","72a3ac6ac1087c0cfad93354599210fb11214555662fd4beba7034e3f9d2f516"
"js","dev-mode","wds","wds/wds-5-agentic-development/templates/components/dev-mode.js","10495ee3178200ed09360a6789c3143babe69a1dcb4503d81e2e6ce86ffcc0d2"
"json","demo-data-template","wds","wds/wds-5-agentic-development/templates/demo-data-template.json","e3a6da9ddc16bcb4268eaefef2a46f0a4ce6c54d02579776309fe77e397340a0"
"md","00-context","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/00-context.md","a50319312bc9ceba7a746a872b44fd51c3646d2b7090aa94827e033f642deb1d"
"md","00-context","wds","wds/wds-1-project-brief/templates/project-brief-dialog/00-context.md","a50319312bc9ceba7a746a872b44fd51c3646d2b7090aa94827e033f642deb1d"
"md","00-design-log.template","wds","wds/wds-0-project-setup/templates/folder-guides/00-design-log.template.md","a306ebb3ae3bdf81afa7d3ef6635eb22fc1d824de1612499a436f097ff94e948"
"md","00-design-system.template","wds","wds/wds-0-project-setup/templates/folder-guides/00-design-system.template.md","fedad835a92542a96ac1d9bb4af61c0c3a4319216403771fea878cbf574472bf"
"md","00-MODULAR-ARCHITECTURE-GUIDE","wds","wds/wds-4-ux-design/data/modular-architecture/00-MODULAR-ARCHITECTURE-GUIDE.md","c226e15ff815cdac8139b2d9b194a3640009dfac71f6553381b5d56c420df9f7"
"md","00-product-brief.template","wds","wds/wds-0-project-setup/templates/folder-guides/00-product-brief.template.md","3d0d0630b6fe266f7e5a8734589c768f68e3bd22ac9794606ca1107253b14b7d"
"md","00-project-info.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/00-project-info.template.md","3673943015834fc87c422093c9c587d4800a01cf5da2fe5928924e063fa22d97"
"md","00-project-info.template","wds","wds/wds-1-project-brief/templates/00-project-info.template.md","3673943015834fc87c422093c9c587d4800a01cf5da2fe5928924e063fa22d97"
"md","00-purpose-examples","wds","wds/wds-6-asset-generation/data/00-purpose-examples.md","76fea5d79cb90c39b4ece00619a847927a3feaa8e167496551c5a2623c45d152"
"md","00-trigger-map.template","wds","wds/wds-0-project-setup/templates/folder-guides/00-trigger-map.template.md","b633021e362a49ac1399e201dc09a0e0522f47a65e4d1954fb564fae74f0d34f"
"md","00-ux-scenarios.template","wds","wds/wds-0-project-setup/templates/folder-guides/00-ux-scenarios.template.md","e5b06a489d41dbffc7b0a8e0d06be16de081efa88595be65126946b8b63e0918"
"md","01-platform-confirmation","wds","wds/wds-4-ux-design/data/scenario-init/01-platform-confirmation.md","4b9084577efa4e1d1311def79bac6517e402b4b36d5e4f2f709d78ef820733ad"
"md","01-start-understand-routing","wds","wds/wds-0-alignment-signoff/data/01-start-understand-routing.md","881011ad64818c4b419a250f548d6aa309dda85815a5d5cd47c5d88cf7be491e"
"md","01-what-are-storyboards","wds","wds/wds-4-ux-design/data/modular-architecture/02-workflows/01-what-are-storyboards.md","5cc9d1c2367683f3a03a25318cacb899be6200e7e3d14ec912d17f1c104d6d1b"
"md","01-when-to-use","wds","wds/wds-4-ux-design/data/modular-architecture/02-workflows/01-when-to-use.md","4a8c0649b381c91c67c1a82ea070ea050ecad9c546d0c664e8061d6a0dcef752"
"md","02-explore-sections-routing","wds","wds/wds-0-alignment-signoff/data/02-explore-sections-routing.md","f7cea43985fa291a5d7f14efa61e74c22ebab44e72bf6dab98a6726f4c3e6b7a"
"md","02-feature-selection","wds","wds/wds-4-ux-design/data/scenario-init/02-feature-selection.md","28d74b4c0dbf8efeb5ba7317e6f8a8ff6683163dab1e14586c2af80e3deff2a3"
"md","02-file-structure","wds","wds/wds-4-ux-design/data/modular-architecture/02-workflows/02-file-structure.md","8d3a77ca28022d09148511c857e37de396690ce49edcda525ac670ca92fad216"
"md","02-vision","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/02-vision.md","761e012a07570c82ad2847ae010c06cba64f7ffdeac45459de9312561a3cf480"
"md","02-vision","wds","wds/wds-1-project-brief/templates/project-brief-dialog/02-vision.md","761e012a07570c82ad2847ae010c06cba64f7ffdeac45459de9312561a3cf480"
"md","03-action-filter-example","wds","wds/wds-6-asset-generation/data/03-action-filter-example.md","f4fd32441f517d927f831b123c66320013960ae083bd8b7bee26775132efd8f8"
"md","03-entry-point","wds","wds/wds-4-ux-design/data/scenario-init/03-entry-point.md","d0bada9ae6e1e6499d004edecf5c5461343a1f36dbce1dfa6ce3eebee0b554db"
"md","03-synthesize-present-routing","wds","wds/wds-0-alignment-signoff/data/03-synthesize-present-routing.md","d1e6c5a984e6e6ebaa4cf42958d92a6e4d03af5c1060d0633a41c6b944b2d2d1"
"md","03-users","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/03-users.md","b10577bfd1f97277e00d12d77c6240243c7128a76e5a6f34a9a30914fdbd3188"
"md","03-users","wds","wds/wds-1-project-brief/templates/project-brief-dialog/03-users.md","b10577bfd1f97277e00d12d77c6240243c7128a76e5a6f34a9a30914fdbd3188"
"md","04-badass-users-principles","wds","wds/wds-6-asset-generation/data/04-badass-users-principles.md","fe66948a4b8fdc7224d964cd09c3cb3134098f09f3dbbfe828fad8e2a1a48a85"
"md","04-concept","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/04-concept.md","1a4788a465651750a1e79ebd0bea979d2175c9fb5a8629d87e72ec96479c0819"
"md","04-concept","wds","wds/wds-1-project-brief/templates/project-brief-dialog/04-concept.md","1a4788a465651750a1e79ebd0bea979d2175c9fb5a8629d87e72ec96479c0819"
"md","04-example-empowerment-frame","wds","wds/wds-6-asset-generation/data/04-example-empowerment-frame.md","bca8fe73e7fa066e37738584959ef04cf2bc95930008848230c8312ca33ae6e4"
"md","04-generate-signoff-routing","wds","wds/wds-0-alignment-signoff/data/04-generate-signoff-routing.md","2cb97fd0266bd417ed7d6982c0762f0710f2b4752c8185470bb7d55e4a0d8194"
"md","04-mental-state","wds","wds/wds-4-ux-design/data/scenario-init/04-mental-state.md","15fb272a2477492a50491227aefd686db6771ed1928efb8e6f4c525a6954bbc3"
"md","05-build-contract-routing","wds","wds/wds-0-alignment-signoff/data/05-build-contract-routing.md","dcf8cff065f4cd3113de81832cad1110828728aed9ee928d5c5efdf2329343bc"
"md","05-example-golden-circle","wds","wds/wds-6-asset-generation/data/05-example-golden-circle.md","f8fa7950e3b33b7b42b816bbeb6604aff73bcec26adbe0aeb8e0108299e4c370"
"md","05-golden-circle-guide","wds","wds/wds-6-asset-generation/data/05-golden-circle-guide.md","d640547dfea2a38ab545ecc8bddba0e0e75f96999b3061f7a40e34f72b1d803e"
"md","05-mutual-success","wds","wds/wds-4-ux-design/data/scenario-init/05-mutual-success.md","b0af03afdee893e2b393d5ae2ada6a38a76cdd44915dad3e9c9edd2523110a70"
"md","06-build-signoff-internal-routing","wds","wds/wds-0-alignment-signoff/data/06-build-signoff-internal-routing.md","9975bdeaba8cb7816b2279852ec65f99e985cfcecb8ec3049aaab297d1570de7"
"md","06-example-hairdresser-newsletter","wds","wds/wds-6-asset-generation/data/06-example-hairdresser-newsletter.md","192bb07f3927c089556efcc22689f9899f3d58191061e044352db49b286e9e33"
"md","06-generation-instructions","wds","wds/wds-6-asset-generation/data/06-generation-instructions.md","92be1920f0c5cdc863175886ed553cdcc87658a34030018cb90e28c7d847ae7e"
"md","06-inspiration","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/06-inspiration.md","08394e410822c803c3e8be1b8b3e64a5e21e5283d61cd850dec49d8ad4ac285b"
"md","06-inspiration","wds","wds/wds-1-project-brief/templates/project-brief-dialog/06-inspiration.md","08394e410822c803c3e8be1b8b3e64a5e21e5283d61cd850dec49d8ad4ac285b"
"md","06-shortest-path","wds","wds/wds-4-ux-design/data/scenario-init/06-shortest-path.md","2b80bf99595be6d887e347dae8c2a102fac816f31312847f672bf8fbf1489e0a"
"md","07-positioning","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/07-positioning.md","797a7408157caa11de8214ca29e7d11687922e8a029187949ff1b83d15fb455d"
"md","07-positioning","wds","wds/wds-1-project-brief/templates/project-brief-dialog/07-positioning.md","797a7408157caa11de8214ca29e7d11687922e8a029187949ff1b83d15fb455d"
"md","07-reference-trigger-map","wds","wds/wds-4-ux-design/data/scenario-init/07-reference-trigger-map.md","78a8d3676d4cc05ca92cc8f42e8fa44f147074bfc8ff13a7d820fa515565d51c"
"md","1-prototype-setup","wds","wds/wds-5-agentic-development/steps-p/1-prototype-setup.md","ef55b66b26926ce294c97f9b6e566a6a0e2c556cb8b138d01ee06fa00280bf42"
"md","2-scenario-analysis","wds","wds/wds-5-agentic-development/steps-p/2-scenario-analysis.md","9a9180f67ab2308118426fe19e1712a8970c8facae6b911fdcb8cb1d5a28fe03"
"md","3-logical-view-breakdown","wds","wds/wds-5-agentic-development/steps-p/3-logical-view-breakdown.md","c1ffd23d5eccea90c1731779fce24c60c13f34d702fbae3c3534a9f2aa193d84"
"md","3d-render","wds","wds/wds-6-asset-generation/data/styles/content-styles/3d-render.md","7ff49d3e2d996a27f791a9650860a8af8bf2f92ff736a609b3d331ca98f2eb1c"
"md","4a-announce-and-gather","wds","wds/wds-5-agentic-development/steps-p/4a-announce-and-gather.md","e45889d356f2786373e345071fd009e47aa3de5d9d0e12e99f0f4b5b7fa35bfe"
"md","4b-create-story-file","wds","wds/wds-5-agentic-development/steps-p/4b-create-story-file.md","f0876db52b5b7f6b4e08c90a30565a62f3be17340ab6286abc760a1a1fc24bbb"
"md","4c-implement-section","wds","wds/wds-5-agentic-development/steps-p/4c-implement-section.md","04a3182d7b2568e56fdb2cd08a5db3ed3b15ab12f20b2a5dd24b7623a224387f"
"md","4d-present-for-testing","wds","wds/wds-5-agentic-development/steps-p/4d-present-for-testing.md","22fc7118242d4b1879e3ed13a1cbe375bbe777673424200a3f985c43f0d599cf"
"md","4e-handle-issue","wds","wds/wds-5-agentic-development/steps-p/4e-handle-issue.md","7d656993cee28cbf5f896f2de86f66ecda4b46e1a8866aaa1c5dd125b1ec98a9"
"md","4f-handle-improvement","wds","wds/wds-5-agentic-development/steps-p/4f-handle-improvement.md","53454d28ce5cbd58f470e42a59fc0881d0481e7e8d1361cf7b736d2b5a2bd673"
"md","4g-section-approved","wds","wds/wds-5-agentic-development/steps-p/4g-section-approved.md","7fe8c69cbe3bde0c089a0c062d9c869fe6ac9c2648dcd231b9d38ea774e03272"
"md","5-finalization","wds","wds/wds-5-agentic-development/steps-p/5-finalization.md","95dbe8ea9488acfb9d5f40e2edc9ec12ec7e2f79a41c0c4b0b02f7075346922a"
"md","accessibility-audit.workflow","wds","wds/wds-4-ux-design/templates/instructions/accessibility-audit.workflow.md","fc8dd6ea6cc0e20d2be2ea6c83fda9b64069b03ba781f85354920a70d35b8080"
"md","accessibility.instructions","wds","wds/wds-4-ux-design/templates/instructions/accessibility.instructions.md","28832ae39076d4f211c1b237f61e09b9afded76292802494df9f557bfaaabf2a"
"md","agent-designer-collaboration","wds","wds/wds-4-ux-design/data/modular-architecture/00-foundation/agent-designer-collaboration.md","3f777ebb2adf1b3f517d574580f5ae76ddb150a5afb46f593f808dbdf7183f79"
"md","AGENTIC-DEVELOPMENT-GUIDE","wds","wds/wds-5-agentic-development/data/guides/AGENTIC-DEVELOPMENT-GUIDE.md","49575c2129490530d37f013698b35b606072776401e156d0f7f0f8a01563471f"
"md","audit-report.template","wds","wds/wds-4-ux-design/templates/audit-report.template.md","e0487702443a66f2bc74888b220d2d36ea5e07424caac8c6cc525792d7ff1c29"
"md","benefits","wds","wds/wds-4-ux-design/data/modular-architecture/03-quick-refs/benefits.md","9f5dc0015a7b7d5644220ef4ee69a18febbcaf05b46fb7968ca666722a436531"
"md","booking-example","wds","wds/wds-4-ux-design/data/scenario-init/examples/booking-example.md","0483bc21b9aed418212f8ae0682c87af75945ad481bd09a8471e9a76198a41a6"
"md","brutalist","wds","wds/wds-6-asset-generation/data/styles/design-styles/brutalist.md","650133fd78e87a8c92a03b9845c23cbcbb0095d0915cb2db512861539cdf4f8c"
"md","business-goals-template","wds","wds/wds-2-trigger-mapping/data/business-goals-template.md","6e5bd3cf84695447a636dd8393ec7f766485c5cb0497055d3158ae2e2c47d4df"
"md","button","wds","wds/wds-4-ux-design/data/object-types/templates/button.md","4e9015f48fede5e649732094e0d697b9fe9d8dd11398db3a706639a100193140"
"md","client-profile.template","wds","wds/wds-1-project-brief/templates/client-profile.template.md","b84a67da4ecc31971927be66a6ca8909ff7f0de78f0c6a2f0c02c0e6efd37ae5"
"md","comic-book","wds","wds/wds-6-asset-generation/data/styles/content-styles/comic-book.md","cdf715be6461f74973cc115e600944c52baa264ba1a1073f5ec38765b08d5476"
"md","complexity-detection","wds","wds/wds-4-ux-design/data/modular-architecture/01-core-concepts/complexity-detection.md","a5b455efcfff5c484cdeaa329d8d773064bfe071d56a1c98aeeea1357bb0b158"
"md","COMPLEXITY-ROUTER","wds","wds/wds-4-ux-design/data/object-types/COMPLEXITY-ROUTER.md","6b25d91c72ddac7362ba882d1bb36b99b5292d45c5746cb8339d4dfa136bdb77"
"md","complexity-router-workflow","wds","wds/wds-4-ux-design/data/modular-architecture/02-workflows/complexity-router-workflow.md","21c6713f961e9202c4368423898151414aa33290b8a37c7be29ab5a441fc4165"
"md","COMPONENT-FILE-STRUCTURE","wds","wds/wds-4-ux-design/data/modular-architecture/COMPONENT-FILE-STRUCTURE.md","106c4286dfacb58b403a304c199d583dc7e558c8899e380ab40cf69bf5bcc9c9"
"md","component-library-config.template","wds","wds/wds-0-project-setup/resources/wds-7-design-system/templates/component-library-config.template.md","ee8dff9871364c85b2096a0fb2dc27a73fa068e460667230be5eededac7498af"
"md","component-library-config.template","wds","wds/wds-7-design-system/templates/component-library-config.template.md","ee8dff9871364c85b2096a0fb2dc27a73fa068e460667230be5eededac7498af"
"md","component.template","wds","wds/wds-0-project-setup/resources/wds-7-design-system/templates/component.template.md","a3e18a2b6ac9eb2a7214d1c1ac60fb314728f1daaf92410cebdb9646e9522781"
"md","component.template","wds","wds/wds-7-design-system/templates/component.template.md","a3e18a2b6ac9eb2a7214d1c1ac60fb314728f1daaf92410cebdb9646e9522781"
"md","content-creation-workshop-guide","wds","wds/wds-6-asset-generation/data/content-creation-workshop-guide.md","7e2bb752ae77a156b9b803e5b3ccacd20029f91716f356edd8856f6b942baa83"
"md","content-language.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/content-language.template.md","23d0a01ade9e9ca4602b7052c8ffcc607f3644adfa226685d12f667162055b81"
"md","content-language.template","wds","wds/wds-1-project-brief/templates/content-language.template.md","23d0a01ade9e9ca4602b7052c8ffcc607f3644adfa226685d12f667162055b81"
"md","content-output.template","wds","wds/wds-6-asset-generation/templates/content-output.template.md","cca09ac0f23b690c4c7d4bbb7a4ad755cd0c6f1fabfa9cd492ec80696cb57c04"
"md","CONTENT-PLACEMENT-GUIDE","wds","wds/wds-4-ux-design/data/modular-architecture/CONTENT-PLACEMENT-GUIDE.md","337f29f2c2c970941099d7e45bf2aad5ea4810ef1017ec3169eb3af9f9aed271"
"md","content-placement-rules","wds","wds/wds-4-ux-design/data/modular-architecture/01-core-concepts/content-placement-rules.md","0f141df8e13393e8d7264159a314023d5e144187bb3c2c21e09266095ec00f21"
"md","context-templates","wds","wds/wds-8-product-evolution/data/context-templates.md","875567e7a9056a5475fe4835d7e85825b2bba4b6b44b1a6341e165eb6f23e6c6"
"md","contract.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/contract.template.md","1acd23108c2cac293b4e924fdb21853176dea528fc68d171f3e0f561cd52776e"
"md","contract.template","wds","wds/wds-1-project-brief/templates/contract.template.md","1acd23108c2cac293b4e924fdb21853176dea528fc68d171f3e0f561cd52776e"
"md","corporate","wds","wds/wds-6-asset-generation/data/styles/design-styles/corporate.md","fba548addcc0bf1d14707898058053d1c378e0f7192ef491c371f7f840a762b7"
"md","CREATION-GUIDE","wds","wds/wds-5-agentic-development/data/guides/CREATION-GUIDE.md","867fb4e3d60e2cb75c30db813696fc879b8e14a00180a1a5d6486b506949ad3d"
"md","CROSS-PAGE-CONSISTENCY","wds","wds/wds-4-ux-design/data/modular-architecture/CROSS-PAGE-CONSISTENCY.md","f34325f8d5c2637ef11a90a96a08a7d3b94b79dcf088e0ade79791b3d6d433c6"
"md","data-api.instructions","wds","wds/wds-4-ux-design/templates/instructions/data-api.instructions.md","20e198e50f103b67fb4604d30adffbd7c77b0ccd198177e28548c03249765fb8"
"md","decision-tree","wds","wds/wds-4-ux-design/data/modular-architecture/03-quick-refs/decision-tree.md","d9f4eba66b6b1907ee213c6a00bed58290cb61e8013d87c2eac6c82807573a81"
"md","decisions","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/decisions.md","49e6a3d36e71fdba9d0818baa11b57515c1e09940d680c1e80ffa18ef6bc540a"
"md","decisions","wds","wds/wds-1-project-brief/templates/project-brief-dialog/decisions.md","49e6a3d36e71fdba9d0818baa11b57515c1e09940d680c1e80ffa18ef6bc540a"
"md","delivery-templates","wds","wds/wds-4-ux-design/data/delivery-templates.md","08cb8aaa65804f2620097e8143749629824feb1c839a259513f364d3716f5895"
"md","delivery-templates","wds","wds/wds-8-product-evolution/data/delivery-templates.md","2e313f9ecdfc58f7e9872fbfb3b80fbb9b674b8da18babd001e1bcaa7e0dcc35"
"md","design-deliveries-guide","wds","wds/wds-4-ux-design/data/design-deliveries-guide.md","154b9f9c6c3b0818224e04ebdc9016877dcf45ec8097d18c88e89ca4e97af429"
"md","DESIGN-LOOP-GUIDE","wds","wds/wds-4-ux-design/data/guides/DESIGN-LOOP-GUIDE.md","66512a4dac0ae3757914e831054d81861e5cdadb9190df465db6f931100a0e5a"
"md","design-system","wds","wds/wds-0-project-setup/resources/agent-guides/freya/design-system.md","3f9047fc142dc8a7c5600bba34e5a756a8a9f58a87e4fe1cb203d0f4812c2939"
"md","design-system-guide","wds","wds/wds-7-design-system/data/design-system-guide.md","008c834d9f22cd2b8556025eaa216b62437dcb6e54125d68937e18db1fd3719f"
"md","design-templates","wds","wds/wds-8-product-evolution/data/design-templates.md","b7d6eae2122c64bf833574a304c54756415aa242fe270fcabf46c18713968d9f"
"md","design-tokens.template","wds","wds/wds-0-project-setup/resources/wds-7-design-system/templates/design-tokens.template.md","8eefe815b7e3e18772421c7bb7176688824d4fbeb12d9f01eba10eef241f619e"
"md","design-tokens.template","wds","wds/wds-7-design-system/templates/design-tokens.template.md","8eefe815b7e3e18772421c7bb7176688824d4fbeb12d9f01eba10eef241f619e"
"md","DEV-MODE-GUIDE","wds","wds/wds-5-agentic-development/templates/components/DEV-MODE-GUIDE.md","08c3aecc02a40b6b8ca77f08fcfbdeb1244525e12a2ac1f415d0c6ef9e5dc9d4"
"md","diagnostic-report-template","wds","wds/wds-4-ux-design/templates/diagnostic-report-template.md","aee1a20cb0c028852f8fd5472a350ac51f4e68fd8a1e501115cc034b68d4c944"
"md","ecommerce-example","wds","wds/wds-4-ux-design/data/scenario-init/examples/ecommerce-example.md","9dad842cdb0f29c436f2ecfe1ab252057f933010dcc9e3e03f4d051c8e341d82"
"md","editorial","wds","wds/wds-6-asset-generation/data/styles/design-styles/editorial.md","74f09709204df38f462aa02e4eb69a5325c99d7b84db632f7b0aa40164f2cba9"
"md","EXECUTION-PRINCIPLES","wds","wds/wds-5-agentic-development/data/guides/EXECUTION-PRINCIPLES.md","32c10b8e33d927cae7e0deb6cc11eaa505f046af3f69b01e9e5a4ea1b4af1457"
"md","existing-product-guide","wds","wds/wds-8-product-evolution/data/existing-product-guide.md","896a69bc5b957f2ec807024d01a6281bae2b85c73cb49bc82d7c0ccbdddf581c"
"md","feature-impact.template","wds","wds/wds-0-project-setup/resources/wds-2-trigger-mapping/templates/feature-impact.template.md","7846611f85ca8ba5677a3845629ed535da8c50d41551c4f6061c153d9264f885"
"md","feature-impact.template","wds","wds/wds-2-trigger-mapping/templates/feature-impact.template.md","7846611f85ca8ba5677a3845629ed535da8c50d41551c4f6061c153d9264f885"
"md","FEEDBACK-PROTOCOL","wds","wds/wds-5-agentic-development/data/guides/FEEDBACK-PROTOCOL.md","5c35333c45b2b3baf7ad6fbb4bdc7acfc32825e2fb399041e0ff4334bf8cf6a3"
"md","figma-designer-guide","wds","wds/wds-6-asset-generation/data/figma-designer-guide.md","e5ce0f5e55b50d1b166f98372b888671e0e3bb466954e4c30751a8e19f5a9758"
"md","figma-integration-guide","wds","wds/wds-6-asset-generation/data/figma-integration-guide.md","e1547e3c7c894b7547d8faad96f442b4d8c6f4335cd6a7a6410d92bc4862ce15"
"md","figma-integration-summary","wds","wds/wds-6-asset-generation/data/figma-integration-summary.md","08232b64b9e02126f06286f9ccfb98b5f8e3d091b008f3648faa4d5e20135517"
"md","figma-mcp-integration","wds","wds/wds-6-asset-generation/data/figma-mcp-integration.md","6088bee3babec768c6c531ead5bcc3264bbf17a96db466abf1929650965e8108"
"md","figma-plugin-setup","wds","wds/wds-6-asset-generation/data/figma-plugin-setup.md","cd9f8cc89c393e5a5ca052bf10e4d229072f8467da1f7fe3b1b8b0fd055e8212"
"md","figma-spec-preparation","wds","wds/wds-6-asset-generation/data/figma-spec-preparation.md","320aea9fb70daed94ba28b0259da0f0705b09ba327f66d21ef64eb5640baec5b"
"md","FILE-INDEX","wds","wds/wds-5-agentic-development/data/guides/FILE-INDEX.md","d586333325d3621598edd3423e7e7c354fdcc39e6eb5f4f1a77098e7a487c6af"
"md","flat-design","wds","wds/wds-6-asset-generation/data/styles/content-styles/flat-design.md","5bcd4d547fc1058ca02a59f42bb692a26c69dd444d1039952158142b1387f0e8"
"md","flow-a-sketch","wds","wds/wds-4-ux-design/data/page-creation-flows/flow-a-sketch.md","0f16e89c807969478cf00fc2e22cb5b5aaf6e16c9aab99c376d5b3c5c5d84805"
"md","flow-b-verbal","wds","wds/wds-4-ux-design/data/page-creation-flows/flow-b-verbal.md","c89c8b7b08d74ef78ea76f79c56d90f4116e22c1cc6337ea6c78663deafa4a52"
"md","flow-c-ascii","wds","wds/wds-4-ux-design/data/page-creation-flows/flow-c-ascii.md","a2a0e544d0fdf655b710baf55bdd82abb222248d3726ee620b277c18b6f7fdca"
"md","flow-d-reference","wds","wds/wds-4-ux-design/data/page-creation-flows/flow-d-reference.md","5cefdfcd88c0cc2d7106a4590c6a06286145a2431ea5a547132752d4025b5792"
"md","flow-e-html","wds","wds/wds-4-ux-design/data/page-creation-flows/flow-e-html.md","6d33447ad6e6731d0ad7b8a9ecbf1329e4594db39b6b0c64c4254fc02a3578c3"
"md","form-validation.instructions","wds","wds/wds-4-ux-design/templates/instructions/form-validation.instructions.md","fd1becae2c7f894a90e3f68bf0279123a829f05c2d965308ca71cc6af65c5971"
"md","handoff-dialog-scripts","wds","wds/wds-4-ux-design/data/handoff-dialog-scripts.md","e0ebbd47e8d5873e218797764a2828aea50f07464702005101a6e39a42f3a4f6"
"md","heading-text","wds","wds/wds-4-ux-design/data/object-types/templates/heading-text.md","788f834bfbb1f811c73ef4ce1739f80a1a6da445a28ce84b0e63bd7f8458ddc7"
"md","HTML-VS-VISUAL-STYLES","wds","wds/wds-4-ux-design/data/guides/HTML-VS-VISUAL-STYLES.md","3816ff81a52096727bf1c13cd328b59f042f27936ebcf0a6eaf912ecf48cf045"
"md","hyper-realistic","wds","wds/wds-6-asset-generation/data/styles/content-styles/hyper-realistic.md","59cb712d7e0cf991680ebda9faadcf987eee23774c5bf2243589d474e8435ed4"
"md","illustration","wds","wds/wds-6-asset-generation/data/styles/content-styles/illustration.md","98aca4effcb8f54ba40837fc80f42c1f24a9fda4227501d08a341008349fbb58"
"md","image","wds","wds/wds-4-ux-design/data/object-types/templates/image.md","ea70963752e92e724302911d12b2de85e8a0683790f4fa81942ab576e1fd5e5f"
"md","INLINE-TESTING-GUIDE","wds","wds/wds-5-agentic-development/data/guides/INLINE-TESTING-GUIDE.md","4f5c174206ce81d2a5baba7d91dd64f076295aaa90d338e129b3a1da7da24fba"
"md","inspiration-analysis.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/inspiration-analysis.template.md","f62be974c09cdabdd59d507a20e69c91986aca522af2644002c0bbbd1838fcae"
"md","inspiration-analysis.template","wds","wds/wds-1-project-brief/templates/inspiration-analysis.template.md","f62be974c09cdabdd59d507a20e69c91986aca522af2644002c0bbbd1838fcae"
"md","isometric","wds","wds/wds-6-asset-generation/data/styles/content-styles/isometric.md","ad35a9f3ceab461e3b76eca8fc64d43f9962151fc213f442368cca46501a0012"
"md","issue-templates","wds","wds/wds-5-agentic-development/data/issue-templates.md","4cbae51dddf190e1a8b64c6760a434e8cf6f0963b15001c8c64b49a23ab2ae2b"
"md","kaizen-iteration-guide","wds","wds/wds-8-product-evolution/data/kaizen-iteration-guide.md","0cf8a8299fabb3316e243a8ee88e62f30df6b4543cf6f563d8e0acdb65e76b7d"
"md","kaizen-principles","wds","wds/wds-8-product-evolution/data/kaizen-principles.md","d9a546ababc0f4f54e4e2b47a55ba4e0a1eaba8df757a3c1f4f548a2212c077b"
"md","key-insights-structure","wds","wds/wds-2-trigger-mapping/data/key-insights-structure.md","232f3e5a7b52b24a87b6e862981a3685712cd308ff951a25df99049ad125aa19"
"md","lightweight-page-template","wds","wds/wds-4-ux-design/data/page-creation-flows/lightweight-page-template.md","45ea31989a452a1ab34bba94d2cb42413a2442396383708fe820e67dcc4bbefb"
"md","line-art","wds","wds/wds-6-asset-generation/data/styles/content-styles/line-art.md","25cca2557218d42079d8ebb563899858efbd816404621c9b78795c357b638f4b"
"md","link","wds","wds/wds-4-ux-design/data/object-types/templates/link.md","480a6ab3b9fa34f0946047ac70a57721fedf4644384d7537d88f71e502dca819"
"md","mcp-server-integration","wds","wds/wds-6-asset-generation/data/mcp-server-integration.md","6c6cf90d098ad7d0d24127abe6faf510e0115b5369f53b87bb8fcfb59fdadb65"
"md","mermaid-formatting-guide","wds","wds/wds-2-trigger-mapping/data/mermaid-formatting-guide.md","83cd57528594396ea4fddc1b628e31165e9772e2fa7f7585699c339758fa328e"
"md","meta-content.instructions","wds","wds/wds-4-ux-design/templates/instructions/meta-content.instructions.md","0f10614e6f66130045881543ee5a770dd9c7c3121b4c21cb88d5c16316eea7d0"
"md","minimal","wds","wds/wds-6-asset-generation/data/styles/design-styles/minimal.md","af0bb5711d221fe85faf0dfe59a1f15db2a1a05513996f85e1b58c49b24f79cf"
"md","monitoring-guide","wds","wds/wds-8-product-evolution/data/monitoring-guide.md","f83c4c2475e86d01b8a38cce63d8548ab5ffdc734b269da8373ee7190771af89"
"md","monitoring-templates","wds","wds/wds-8-product-evolution/data/monitoring-templates.md","a7270170ffbdc68c9c4b40704d01e47a37877287b81ec78716e58aa88ecd4444"
"md","NANO-BANANA-PROMPT-GUIDE","wds","wds/wds-4-ux-design/data/guides/NANO-BANANA-PROMPT-GUIDE.md","4ca9708677652996e2d20c567bb955d344411ad130e7c381e94166a21dc2a53f"
"md","object-router","wds","wds/wds-4-ux-design/data/object-types/object-router.md","60742ce6db8f924d01d66b5ffa6934894a560a69b11b3988c6158c4bde6a28dc"
"md","open-questions.instructions","wds","wds/wds-4-ux-design/templates/instructions/open-questions.instructions.md","41e7ab05bfd97df27bce395e25e30ea379600dd1b32d6df90b79ab190cf98925"
"md","organic","wds","wds/wds-6-asset-generation/data/styles/design-styles/organic.md","fb29ed154269ed4c25ac53333eb26e59608a1bb2fef7e8405ce493df769b0012"
"md","page-init-lightweight","wds","wds/wds-4-ux-design/data/page-creation-flows/page-init-lightweight.md","70c8143cb67ac4d5a78cdef667933dccf9ad866dd811da9f7e75483329ca94be"
"md","page-process-templates","wds","wds/wds-4-ux-design/data/page-creation-flows/page-process-templates.md","e935e2c2ec6baab831c7cfdaa99701baaaf6a993db7e18a93b4df6ca4bf3ff06"
"md","page-specification-workflow","wds","wds/wds-4-ux-design/data/modular-architecture/02-workflows/page-specification-workflow.md","635667691b6080f488625c755a897caa7e84be42494c31b9f9a38b9e6fb17a7f"
"md","page-specification.template","wds","wds/wds-0-project-setup/resources/wds-4-ux-design/templates/page-specification.template.md","7c485f66bc310397d6e22c42b3f1744f657cf0d58a8b06e1a434a79cdd573f5d"
"md","page-specification.template","wds","wds/wds-4-ux-design/templates/page-specification.template.md","7c485f66bc310397d6e22c42b3f1744f657cf0d58a8b06e1a434a79cdd573f5d"
"md","pencil-sketch","wds","wds/wds-6-asset-generation/data/styles/content-styles/pencil-sketch.md","744d2be58f337e4344e19a4952cd1488a00f488523c4a5332f7f174b2336bb79"
"md","persona-document.template","wds","wds/wds-0-project-setup/resources/wds-2-trigger-mapping/templates/persona-document.template.md","098224dcf4eeea73c850e95f912ca9455f2c852f79e544b2947c4485807b92c6"
"md","persona-document.template","wds","wds/wds-2-trigger-mapping/templates/persona-document.template.md","098224dcf4eeea73c850e95f912ca9455f2c852f79e544b2947c4485807b92c6"
"md","photorealistic","wds","wds/wds-6-asset-generation/data/styles/content-styles/photorealistic.md","80d47d8b91d5b713af1ca4be84f533c591eb35b1ee59573a2c21d47437877f4a"
"md","pitch.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/pitch.template.md","2944e209ec189f6a2aa7b69b8d497864cb161a2526aaa3a3a6baff58e8dd8aa4"
"md","pitch.template","wds","wds/wds-1-project-brief/templates/pitch.template.md","2944e209ec189f6a2aa7b69b8d497864cb161a2526aaa3a3a6baff58e8dd8aa4"
"md","placeholder-templates","wds","wds/wds-4-ux-design/data/page-creation-flows/placeholder-templates.md","34070e53b185ee3daab9f871860b6a654b34b5e8a3fd5e162da96c36eba43eb8"
"md","platform-requirements.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/platform-requirements.template.md","16cee156c72e7b945ebd6b2d4dda05c46dc0557b7108ed25b35e777902603153"
"md","platform-requirements.template","wds","wds/wds-1-project-brief/templates/platform-requirements.template.md","16cee156c72e7b945ebd6b2d4dda05c46dc0557b7108ed25b35e777902603153"
"md","playful","wds","wds/wds-6-asset-generation/data/styles/design-styles/playful.md","13b1a2714235474734660b27ca63bcbc679eb616b53f492534bfad7bc629cb40"
"md","positioning-explore","wds","wds/wds-1-project-brief/data/positioning-explore.md","e96c69b7a4ec67c91a8297cc9b18a2fa58b837e0ece493e78fa1c9218f040a55"
"md","positioning-open-conversation","wds","wds/wds-1-project-brief/data/positioning-open-conversation.md","461b38ded57ed47878f028297bb283309d36578aeba8d44fc06f9a6509983d08"
"md","positioning-reflect-confirm","wds","wds/wds-1-project-brief/data/positioning-reflect-confirm.md","d7ee0ebcef32ba904cfdf1cc7a97b5003ec6ce44d1ca121bd6673cd9d1d42df1"
"md","positioning-synthesize","wds","wds/wds-1-project-brief/data/positioning-synthesize.md","f1f4daf3a99649cc744c367171e3c13ae1ab5dd0a267fbf109e62d5ce264abcb"
"md","progress-tracker","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/progress-tracker.md","d9bb6e8c079bb905e72fb77ffb2ad0f8c024a444266b9d080174f9afded06816"
"md","progress-tracker","wds","wds/wds-1-project-brief/templates/project-brief-dialog/progress-tracker.md","d9bb6e8c079bb905e72fb77ffb2ad0f8c024a444266b9d080174f9afded06816"
"md","project-brief.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief.template.md","9551ef08d1126f9c1c9c729898299f5ca28f46af125b5920ccfb2e133232bf9c"
"md","project-brief.template","wds","wds/wds-1-project-brief/templates/project-brief.template.md","9551ef08d1126f9c1c9c729898299f5ca28f46af125b5920ccfb2e133232bf9c"
"md","PROTOTYPE-ANALYSIS","wds","wds/wds-5-agentic-development/data/guides/PROTOTYPE-ANALYSIS.md","f328d1dc206a34e6f0c82593ff844f7a0460ecf46a550c2b018f10d7e602481f"
"md","PROTOTYPE-INITIATION-DIALOG","wds","wds/wds-5-agentic-development/data/guides/PROTOTYPE-INITIATION-DIALOG.md","884afc687e0ed713c88b5baa4ba829eb7f6a3f692c0778e7a5cc03f50f1f5395"
"md","PROTOTYPE-ROADMAP-template","wds","wds/wds-5-agentic-development/templates/PROTOTYPE-ROADMAP-template.md","14cf256647195d56ef1158e2b7c42bdf5eed6f1f070f39a9b437dfb453f087a0"
"md","prototype-to-figma-workflow","wds","wds/wds-6-asset-generation/data/prototype-to-figma-workflow.md","9cbaba00133b33d22972f2a2552faa0427d3ae0ca80ff79e871edc2fc34c7630"
"md","quality-checklist","wds","wds/wds-2-trigger-mapping/data/quality-checklist.md","ee33eb6b994764e2e469ec4a30f92c67ec0184c6e502c57480513dd350084d48"
"md","quality-checklist","wds","wds/wds-3-scenarios/data/quality-checklist.md","3d44a3b2dd7b99f7876554a05ac89cfb5273d3a073dd54319c64ca7454c5c96c"
"md","quality-guide","wds","wds/wds-4-ux-design/data/quality-guide.md","61134e869f8913332408b7e525d5b16ee9e0424ada98fc417d05b5689ba0e268"
"md","responsive.instructions","wds","wds/wds-4-ux-design/templates/instructions/responsive.instructions.md","eb1a975e9595341d5f66736d830c5c21becd41e11f613cdbdccabd1444f367c4"
"md","ROUTER-FLOW-DIAGRAM","wds","wds/wds-4-ux-design/data/object-types/ROUTER-FLOW-DIAGRAM.md","80572e614c01bc8d986ad3bba5272415cef6b14b05401624dab0a5a9fd5be4c9"
"md","saas-example","wds","wds/wds-4-ux-design/data/scenario-init/examples/saas-example.md","07d827fc85a6c86aa1352a7858b6d690d531d7a1296880f3f04009b89c67a279"
"md","scenario-init-dialog","wds","wds/wds-4-ux-design/data/scenario-init/scenario-init-dialog.md","05ac257ebfde9234fd39b9f3bc59bb368815129f82993f14fa77e19642e893ee"
"md","scenario-init-guide","wds","wds/wds-4-ux-design/data/scenario-init/scenario-init-guide.md","5f725abf3fbeab6e1270ecb2d94f9d8b880b33d896937210d7b6040c688067e9"
"md","scenario-init-process","wds","wds/wds-4-ux-design/data/scenario-init/scenario-init-process.md","355c38688d97832ad2519e31cd93c6bff29476887ca8b3176d1e32aa1ca20688"
"md","scenario-outline-template","wds","wds/wds-3-scenarios/data/scenario-outline-template.md","4450a716646a625898b149c3b9828ae51b3e81c8ad80258b99bb251648e36313"
"md","scenario-overview.template","wds","wds/wds-0-project-setup/resources/wds-4-ux-design/templates/scenario-overview.template.md","83c2f962c6d48eaa8989287d269a80a468c063a390c43cbfa4fda822be7a5f57"
"md","scenario-overview.template","wds","wds/wds-4-ux-design/templates/scenario-overview.template.md","83c2f962c6d48eaa8989287d269a80a468c063a390c43cbfa4fda822be7a5f57"
"md","seo-content.instructions","wds","wds/wds-4-ux-design/templates/instructions/seo-content.instructions.md","55c70a2aaf2739e985f19af97a2d236286090f507b71e55833db3fa311998cba"
"md","SEO-VALIDATION-GUIDE","wds","wds/wds-5-agentic-development/data/guides/SEO-VALIDATION-GUIDE.md","5c59e6c14ab4982c8f9ead353c225112862516a371c7725a5eb96e2884e5c155"
"md","service-agreement.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/service-agreement.template.md","d352e27bf2bc2311020572d5ea04cba737b50b33bfdc80cc28dd12ebe3d8903c"
"md","service-agreement.template","wds","wds/wds-1-project-brief/templates/service-agreement.template.md","d352e27bf2bc2311020572d5ea04cba737b50b33bfdc80cc28dd12ebe3d8903c"
"md","SESSION-PROTOCOL","wds","wds/wds-5-agentic-development/data/guides/SESSION-PROTOCOL.md","28b9736823acfef4d83abc564bf82b880d271a629e9aa9a1799e68a946d39fbc"
"md","signoff.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/signoff.template.md","48d368263788a6b8f2d809b8c321bdd0ba3d72af0d0124ca5d9876fcfe0e99ed"
"md","signoff.template","wds","wds/wds-1-project-brief/templates/signoff.template.md","48d368263788a6b8f2d809b8c321bdd0ba3d72af0d0124ca5d9876fcfe0e99ed"
"md","simplified-brief.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/simplified-brief.template.md","5ee5784db28943bf0ca5536f04e7e72e35c7d1ce395d5c7375b6d7080c37a38f"
"md","simplified-brief.template","wds","wds/wds-1-project-brief/templates/simplified-brief.template.md","5ee5784db28943bf0ca5536f04e7e72e35c7d1ce395d5c7375b6d7080c37a38f"
"md","SKETCH-TEXT-ANALYSIS-GUIDE","wds","wds/wds-4-ux-design/data/guides/SKETCH-TEXT-ANALYSIS-GUIDE.md","4710b9483e6b5e48de07d80362f805976ac99386a8d0b8510355194924657658"
"md","SKETCH-TEXT-QUICK-REFERENCE","wds","wds/wds-4-ux-design/data/guides/SKETCH-TEXT-QUICK-REFERENCE.md","999006df2b7cd8f8958138cd84878f0f20cb25bccf028438c7d91047f9bf5583"
"md","SKILL","wds","wds/wds-agent-freya-ux/SKILL.md","4864d71b7288eb5add8ada621198c92168e67fe8bded460e03b013c7f5dcf01c"
"md","SKILL","wds","wds/wds-agent-saga-analyst/SKILL.md","530dc15444e2230109d11cad917276ab5b4b5d8d5a7f85d810a43dea6847df1e"
"md","SKILL","wds","wds/wds-0-alignment-signoff/SKILL.md","27c621e85d06ceb03271aedc190979c6f0c498430226f6d45fb2837caa103d2c"
"md","SKILL","wds","wds/wds-0-project-setup/SKILL.md","2d9e6a2009f0b50387276ef74343d32bb3d3d375413a4becacb57c586a2da51a"
"md","SKILL","wds","wds/wds-1-project-brief/SKILL.md","c8b55938fd0461c8b5add0c2fb8eb0cc660a1bc19924955f7aae5721d6694acc"
"md","SKILL","wds","wds/wds-2-trigger-mapping/SKILL.md","6f42365384514fa3e171fc3bac11dbab4dacc644b9d7ec1a055ded55d61f1118"
"md","SKILL","wds","wds/wds-3-scenarios/SKILL.md","183b253067d40d2a732b63452cc8604369d3f27704a750fbdfd1697bdd722d07"
"md","SKILL","wds","wds/wds-4-ux-design/SKILL.md","df774b9a253b1661786419a66cb03d58b778ecf3c0628182292b64b3ec02b7c0"
"md","SKILL","wds","wds/wds-5-agentic-development/SKILL.md","912705a4befd01b48a113bb7f5df92ed60b28b78c12e5069fe5970b40bc05f8b"
"md","SKILL","wds","wds/wds-6-asset-generation/SKILL.md","323c475cef2441cc2ec09a49a8afc0401a3e2a0ed742fb4781f5c236143cd839"
"md","SKILL","wds","wds/wds-7-design-system/SKILL.md","8acd610b34c6ccc1cb55ddd9dea2042ea5eb1e52e6874979ca5eb29c891fb092"
"md","SKILL","wds","wds/wds-8-product-evolution/SKILL.md","295d5ab6f0977ccb9a9a94b43125aa681739b34e6dbdbcc957554f6917fd59ef"
"md","specification-audit-workflow","wds","wds/wds-4-ux-design/data/specification-audit-workflow.md","9ccb851d7679c27e4080e283987d5eeca056a31955c94c5a923a97e55f312111"
"md","specification-quality","wds","wds/wds-0-project-setup/resources/agent-guides/freya/specification-quality.md","ca1dbe8ce4fd0d93382498b611b45bf39e331bd08baf0fcf45499dcdc6d531a1"
"md","step-00-define-purpose","wds","wds/wds-6-asset-generation/steps-c/step-00-define-purpose.md","878662db42d1e0e60887d42d243818f9a70c4c80a0a1d963494cc47ddd2cb81a"
"md","step-00-nb-setup","wds","wds/wds-4-ux-design/steps-w/step-00-nb-setup.md","6acf9f14606e33df05825a8aaa3788d39efcc3b070d12bc53eb607579e1a323b"
"md","step-00-simplified-brief","wds","wds/wds-1-project-brief/steps-c/step-00-simplified-brief.md","59c9a1d4915146da9eb1015bd240540e64e6d4f0084af6f4c94c2de2428368db"
"md","step-00a-documentation-synthesis","wds","wds/wds-2-trigger-mapping/steps-c/step-00a-documentation-synthesis.md","0b3c757799b8b7f8a5a8aaad2e01af37ee9175b33ebf585dffd3281501bd30b4"
"md","step-00b-business-goals-extract","wds","wds/wds-2-trigger-mapping/steps-c/step-00b-business-goals-extract.md","d1f38fc337de4e315c90e034f63e8968eef9f58f3aa66f98962d49f63a5201fa"
"md","step-00c-target-groups-extract","wds","wds/wds-2-trigger-mapping/steps-c/step-00c-target-groups-extract.md","cd49f020f1ad46bd8303729c0da967efb461bd972f4923a57c3ccb4cae4190f5"
"md","step-00d-driving-forces-extract","wds","wds/wds-2-trigger-mapping/steps-c/step-00d-driving-forces-extract.md","cb2bc2c4a8bede93e4cdabcaddbbcb878feaab8d1cdc20523621f4c38f3f757f"
"md","step-00e-prioritization-extract","wds","wds/wds-2-trigger-mapping/steps-c/step-00e-prioritization-extract.md","542252af255cf268e720fbd5c51f4865724027e657ae531e15d046f56b358202"
"md","step-00f-gap-analysis","wds","wds/wds-2-trigger-mapping/steps-c/step-00f-gap-analysis.md","d2ba1de3a481d07040d4b1c9199ad0c6149dd8f8851ddf7a799b36c8315bd3f8"
"md","step-01-brief-completeness","wds","wds/wds-1-project-brief/steps-v/step-01-brief-completeness.md","beb834e4b1e399e6846c94c1409cb5254188cfc66322947e009a39f8b158a7cf"
"md","step-01-connection-check","wds","wds/wds-6-asset-generation/steps-f/step-01-connection-check.md","339662a07661540218be0a02455ef532cf33707252ab29732b8562aade544a6f"
"md","step-01-core-feature","wds","wds/wds-4-ux-design/steps-s/step-01-core-feature.md","12bbe15ec35c0fa435c0645712f358c2f6f8095316b0f2f5b1e086def2c1caf3"
"md","step-01-create-delivery","wds","wds/wds-8-product-evolution/steps-p/step-01-create-delivery.md","0fb5df051f75ab79a0aed46572ea6c46bb37a727a103c89e57f370b9151c1ec4"
"md","step-01-define-question","wds","wds/wds-5-agentic-development/steps-a/step-01-define-question.md","9e61ce03c72657adddf91322ba7c859a7a988e376f0e47a6e059555e29342794"
"md","step-01-design-update","wds","wds/wds-8-product-evolution/steps-d/step-01-design-update.md","451433fff17ca02511bba9cd3f3ff9304311f987f2f0e1748c75087eefb31157"
"md","step-01-detect-completion","wds","wds/wds-4-ux-design/steps-h/step-01-detect-completion.md","534b0af29956ef26a14c6000a3604b3ae99174b0e4180f427f94047550b25114"
"md","step-01-exploration","wds","wds/wds-4-ux-design/steps-c/step-01-exploration.md","1a9a29ea604b17282ad0542e28031ad7ec5dcee89a148cd530bf705cd2c83785"
"md","step-01-identify","wds","wds/wds-8-product-evolution/steps-a/step-01-identify.md","64b79a0024a15a3d8434d4732b64acde4cfd78fc8d259a2a161d53caf778d930"
"md","step-01-identify-target","wds","wds/wds-5-agentic-development/steps-r/step-01-identify-target.md","c9c53ed1ca33f522c9c3248e3bb69febb8f36e9b6b35f0fb4d3988133393e873"
"md","step-01-init","wds","wds/wds-1-project-brief/steps-c/step-01-init.md","319fc92116b41b6e0a83fb198e50258d064b69a0cb1b3c8bab8b4bb0faded1ab"
"md","step-01-load-context","wds","wds/wds-3-scenarios/steps-c/step-01-load-context.md","2604da6dfaecf43d749441ca3249e708ed6d4b34e43f22cb13be54cd17a391d9"
"md","step-01-load-context","wds","wds/wds-6-asset-generation/steps-i/step-01-load-context.md","a191752975a5e4086b3d3110ecd8f6020cc76d0375e56e7eedc94529577427a0"
"md","step-01-load-context","wds","wds/wds-6-asset-generation/steps-m/step-01-load-context.md","4e19f6202a271afddec97cd472d1d12da8570f8a20b5241545d00725c7f6eddd"
"md","step-01-load-context","wds","wds/wds-6-asset-generation/steps-p/step-01-load-context.md","85f83635ff0556d991e87947f936fab5420404d84b73c8f38c1c5e142048bbcb"
"md","step-01-load-context","wds","wds/wds-6-asset-generation/steps-u/step-01-load-context.md","87964242daf36ffc7332204b0f0912bbc9475eeb71ad5433da7ef39c8a5aa5ef"
"md","step-01-load-context","wds","wds/wds-6-asset-generation/steps-v/step-01-load-context.md","532d5bed2da3b0215a69e4e5ad4f92bdf8150cc82810e11d4e4f6045971ad248"
"md","step-01-load-context","wds","wds/wds-6-asset-generation/steps-w/step-01-load-context.md","73421e3a92a0cfb3c390c8e9b15e0a3986248d1ba0cc64b8b4005230bbcdce96"
"md","step-01-load-trigger-map-context","wds","wds/wds-6-asset-generation/steps-c/step-01-load-trigger-map-context.md","ebbaaa626df870c00fdf2a9a0e91711660520bca460528ed310df1786436dced"
"md","step-01-overview","wds","wds/wds-2-trigger-mapping/steps-c/step-01-overview.md","b08425ae9ad2d444d26f9a46bc327c6a4ab43c7e23c81f96a613f698c43e9a31"
"md","step-01-page-basics","wds","wds/wds-4-ux-design/steps-p/step-01-page-basics.md","cd429500c6f0b868571940555cfd3854b7e4f43c8daabbe42fac4e1dd55cd657"
"md","step-01-page-metadata","wds","wds/wds-4-ux-design/steps-v/step-01-page-metadata.md","bc3cdef33e7d0b3d604ae467e900483e33b7f52ac1064ab4016222037418b66c"
"md","step-01-prepare","wds","wds/wds-5-agentic-development/steps-t/step-01-prepare.md","af73f0c4819a64548e496beb14d9c9c8c57200754e4697fa7b6d83b4d613585c"
"md","step-01-reproduce","wds","wds/wds-5-agentic-development/steps-f/step-01-reproduce.md","ca8245f3dc13e03d0c2dca6b0b35a5ec17a50aea7c90203df091cd245e5d0827"
"md","step-01-review-current","wds","wds/wds-4-ux-design/steps-m/step-01-review-current.md","7ab220cb8655fbd663dff54a7ed1eceda396101f8e8f255b790ede517363cc55"
"md","step-01-scan-existing","wds","wds/wds-7-design-system/steps-c/step-01-scan-existing.md","857bbf2fe9b472f8b7cee80ccd170e808dbb77a4d65641e55047e52cccddd6be"
"md","step-01-scenario-coverage","wds","wds/wds-3-scenarios/steps-v/step-01-scenario-coverage.md","a2b9e923f99bad774f04d8e515f97adf2bb194ff2668ba9454ca8b7361fd6453"
"md","step-01-scope-and-plan","wds","wds/wds-5-agentic-development/steps-d/step-01-scope-and-plan.md","b6b7de1ae908bde72ad54f6ddcbccdcac335b4c93d693cd2d45ce4d825966c97"
"md","step-01-scope-change","wds","wds/wds-5-agentic-development/steps-e/step-01-scope-change.md","649d1110f156ead2406560003793dd7c99d9c7e8bd71425067c11b6926e3c0de"
"md","step-01-sketch-analysis","wds","wds/wds-4-ux-design/steps-k/step-01-sketch-analysis.md","10dc1fbe8c899c66ef01c56c5d1b23f0fe1a3cde4ef5d2b43dfa5393eab1ee2d"
"md","step-01-target-group-coverage","wds","wds/wds-2-trigger-mapping/steps-v/step-01-target-group-coverage.md","1493599455e40c896fbe31258c33e6b5e3fa32a1667af2cbc74da31e50c77dfb"
"md","step-01-validate","wds","wds/wds-8-product-evolution/steps-t/step-01-validate.md","f3dbbe149d20cf1fa667435bd391c4687fca2733b7c1ac54d6d3de08e19ff429"
"md","step-01-visual-approach","wds","wds/wds-4-ux-design/steps-w/step-01-visual-approach.md","23416cad271ca571d03fc8cf7a03eb9cba3eed6c2680d6eacc2193c8f80eaaca"
"md","step-01-welcome","wds","wds/wds-0-project-setup/steps/step-01-welcome.md","38b7dd0a7893c5ce9a9ba1646c289b685e0186e06b7011f2b633c9ba750e608b"
"md","step-01a-client-profile","wds","wds/wds-1-project-brief/steps-c/step-01a-client-profile.md","5fadb5b0d064f0fbb88bd48eda53a4b9adfbcff381df8d6cd072895fdb758b87"
"md","step-01a-understand-situation","wds","wds/wds-0-alignment-signoff/steps-c/step-01a-understand-situation.md","7b73a05e28dfa694183afea8ae43b151866ce7dfbe440a4ffd87e15c327d5534"
"md","step-01b-determine-if-needed","wds","wds/wds-0-alignment-signoff/steps-c/step-01b-determine-if-needed.md","b8a405b6d8c46fa4643cd88906fdecc4050f0e079a8242c8676a566e63ebcb81"
"md","step-01c-offer-extract","wds","wds/wds-0-alignment-signoff/steps-c/step-01c-offer-extract.md","0b8a5d7a4cb386b9270777d7a74f2bb10ac078bcc1fc71bbb1eb90bd475e0b78"
"md","step-01d-extract-info","wds","wds/wds-0-alignment-signoff/steps-c/step-01d-extract-info.md","3c907775aaa91c125f3a7207e93c9994a868c1cb8a2f7de784b1ccb997ae18cb"
"md","step-01e-detect-starting-point","wds","wds/wds-0-alignment-signoff/steps-c/step-01e-detect-starting-point.md","8f0410de878bf19f8d85a3a5a35930a0b9f06d5e33f04674ce4e00c242d00b8e"
"md","step-02-analyze-impact","wds","wds/wds-5-agentic-development/steps-e/step-02-analyze-impact.md","36825d9353f37b201af3d8f06fdc8e32e400f705cb90483eb9e58b01fbfbbf36"
"md","step-02-analyze-scope","wds","wds/wds-3-scenarios/steps-c/step-02-analyze-scope.md","f50860f8541366f075911188e064a65bc2ae43a37040f36902a18e6b20b82cf2"
"md","step-02-awareness-strategy","wds","wds/wds-6-asset-generation/steps-c/step-02-awareness-strategy.md","173c57fd273f52d7954ec1c2f170d62bd5393931313fa0de6f6fda730ea8f970"
"md","step-02-business-goals","wds","wds/wds-2-trigger-mapping/steps-c/step-02-business-goals.md","4d7d0473430e14f0995fbf2815ca1ffc992b35e6e2c41e99ad7a3fbdb200b27c"
"md","step-02-compare-attributes","wds","wds/wds-7-design-system/steps-c/step-02-compare-attributes.md","12ffc4a3063bc57cdf8cb9d18c949a1a170dd3a3b58812436df2ae78fd4836f3"
"md","step-02-create-delivery","wds","wds/wds-4-ux-design/steps-h/step-02-create-delivery.md","14a65989aaee497197b5126c7b9d57c5e45efc753f4bc13dc4ee0ad2d7328a36"
"md","step-02-define-component","wds","wds/wds-4-ux-design/steps-m/step-02-define-component.md","67884600a371ea5cc10dfc6b038bbeacb5b72852d35d414cca4a89384a7b0d59"
"md","step-02-entry-point","wds","wds/wds-4-ux-design/steps-s/step-02-entry-point.md","5040c5a9c2ecb20c82b9d348a21e47c0bafb8cd8c7e81391685adf4d3deb0b82"
"md","step-02-execute","wds","wds/wds-5-agentic-development/steps-t/step-02-execute.md","f2d486a1cc7f4a8a269e2ade1e1e98d76839c81847b86b0e427ebbea5b180f75"
"md","step-02-explore-and-capture","wds","wds/wds-5-agentic-development/steps-r/step-02-explore-and-capture.md","53a15b30d3faca69ff098449fca744c448b7ef4fedc7362deef6feb9850333cd"
"md","step-02-gather-context","wds","wds/wds-8-product-evolution/steps-a/step-02-gather-context.md","505763e15aeb8fd2d57753bc33ae367ddb108b378aee70fbb1995900ada16d1d"
"md","step-02-generate-visual","wds","wds/wds-4-ux-design/steps-w/step-02-generate-visual.md","f0181fc7c2155568ef810ca51d258d8ca4f1118cff2a6fb038f039bb706d3d1f"
"md","step-02-hand-off","wds","wds/wds-8-product-evolution/steps-p/step-02-hand-off.md","8775f330ba6739f015a66bef50e3f58a8549b86034c2753fb85052bf38ddb134"
"md","step-02-identify-export-type","wds","wds/wds-6-asset-generation/steps-f/step-02-identify-export-type.md","fc787bb881bb9079994cff02853a3709c93aa0e9782a61d9ecc23305586334d3"
"md","step-02-inventory","wds","wds/wds-6-asset-generation/steps-i/step-02-inventory.md","91d27fee0c3d6f08e944c71f4ecacf68ca7e49ff8c6b2a85519b6e91a82f15d7"
"md","step-02-inventory","wds","wds/wds-6-asset-generation/steps-m/step-02-inventory.md","3c03882ce4f372ce28fa0b3a0980dd2532ba059ed99b4b6ad139fc4910245e4a"
"md","step-02-inventory","wds","wds/wds-6-asset-generation/steps-p/step-02-inventory.md","3ba4d8f9a127a2ef51524d8746b6a04cd6f33efc22007d7bbe10e811485b3f80"
"md","step-02-inventory","wds","wds/wds-6-asset-generation/steps-u/step-02-inventory.md","2d4d079e7087c054bad65e10863e1fbae4198c4e4190b18a6371d39867a48d25"
"md","step-02-inventory","wds","wds/wds-6-asset-generation/steps-v/step-02-inventory.md","6270770a5228db2933872a256a0dc50ab1fbe4a4fc49d75aa2a7a322bdf37bda"
"md","step-02-inventory","wds","wds/wds-6-asset-generation/steps-w/step-02-inventory.md","5b82d3f622c2985951cda509438e086b8ad14b9ecd0a7ef9bb61fda52812487b"
"md","step-02-investigate","wds","wds/wds-5-agentic-development/steps-f/step-02-investigate.md","682c73aff1415387489f88a24d3149931be2117fa388c1605978859118a64bc3"
"md","step-02-layout-sections","wds","wds/wds-4-ux-design/steps-p/step-02-layout-sections.md","7add63be83b3aad3fd1cd3ed5d693787806025001407fbaf4cdaf9f5e69f7200"
"md","step-02-navigation","wds","wds/wds-4-ux-design/steps-v/step-02-navigation.md","767f26e0b51b880cea85b54ab578cad088fec94877c4c85ed19cd38f4ad5a610"
"md","step-02-navigation-patterns","wds","wds/wds-3-scenarios/steps-v/step-02-navigation-patterns.md","417189dac667c779761c997e1fe0f7c43efe4be6fa8bcc3fe4519ca8b58f8d49"
"md","step-02-prioritization-integrity","wds","wds/wds-2-trigger-mapping/steps-v/step-02-prioritization-integrity.md","aa89b552cbb56262e3fe9c561fccd3128289fab89bfe0ce127e4e317cb304a44"
"md","step-02-scan-codebase","wds","wds/wds-5-agentic-development/steps-a/step-02-scan-codebase.md","6e18397d9ed07efc2d13fcd5c6c150fb34bc825840289da05e1eb7ed5757c4b3"
"md","step-02-setup-environment","wds","wds/wds-5-agentic-development/steps-d/step-02-setup-environment.md","0881db2887a8ea3fa05adbc36107b5bd29a2ccfbbcd5543de8af5d96a8022984"
"md","step-02-structure","wds","wds/wds-0-project-setup/steps/step-02-structure.md","1a548b3e1be0c8685228e54a3ee8b0ebba53d9966104d3fe544ec6ff1edb7cc6"
"md","step-02-trigger-map-consistency","wds","wds/wds-1-project-brief/steps-v/step-02-trigger-map-consistency.md","3defe3a801e6ba3cc270e857b05c98dc73eb339dba9c4132e7b9057e16bf48da"
"md","step-02-vision","wds","wds/wds-1-project-brief/steps-c/step-02-vision.md","d6ce9ea9107958a20615a5938fe27ee2edd11c3b4b41acacf5eaea64e31ac0e8"
"md","step-02a-explore-realization","wds","wds/wds-0-alignment-signoff/steps-c/step-02a-explore-realization.md","f9fffde15d4d88690cc720454a0ac1973fb15ee85555ef5eeab28d4b4075a8db"
"md","step-02b-explore-solution","wds","wds/wds-0-alignment-signoff/steps-c/step-02b-explore-solution.md","aabd36bd42382a62013acd0f7e11f3d52672859536096342beaf14027f85eb8d"
"md","step-02c-explore-why-it-matters","wds","wds/wds-0-alignment-signoff/steps-c/step-02c-explore-why-it-matters.md","7f183dea8c6ed155c93ac9c63d4e4a8390dd4fbdebaf5027c92a5e429550a06c"
"md","step-02d-explore-how-we-see-it-working","wds","wds/wds-0-alignment-signoff/steps-c/step-02d-explore-how-we-see-it-working.md","867facd2d44f0b6fd3b221e4933e72ec7609ae13c9bedec8c5f3ef1ee0ed6ab4"
"md","step-02e-explore-paths-we-explored","wds","wds/wds-0-alignment-signoff/steps-c/step-02e-explore-paths-we-explored.md","ead7fdac0638d6a7759165fbf895666feca3a1a1a6d49ab4da50a707554b68ab"
"md","step-02f-explore-recommended-solution","wds","wds/wds-0-alignment-signoff/steps-c/step-02f-explore-recommended-solution.md","65880fc237f41e8c85b5feaec6e9aad2b7c5da72cb7cff4f4aa46f2d801c5045"
"md","step-02g-explore-path-forward","wds","wds/wds-0-alignment-signoff/steps-c/step-02g-explore-path-forward.md","9d6d454ae8fb194b2e50fb52fc0e9e0644eade5ebdc3f7cff9d4663c06259fc7"
"md","step-02h-explore-value-we-create","wds","wds/wds-0-alignment-signoff/steps-c/step-02h-explore-value-we-create.md","7fe24e75e4c26f0e338f15f390883d228f022955db0619c2c7f7af9a5967de88"
"md","step-02i-explore-cost-of-inaction","wds","wds/wds-0-alignment-signoff/steps-c/step-02i-explore-cost-of-inaction.md","b2cb490ccfd1ba2cf9f2d727b2b80c8fa03f2b943d1b9204fb2d85ef7625ad18"
"md","step-02j-explore-our-commitment","wds","wds/wds-0-alignment-signoff/steps-c/step-02j-explore-our-commitment.md","9f0ba57e88de84ce26a7968af40498130a2cb115a9eefcba7e44937113d8ffac"
"md","step-02k-explore-summary","wds","wds/wds-0-alignment-signoff/steps-c/step-02k-explore-summary.md","e6281c64b04051628901b70f74c55e8427fd1e3746c8b920d16e1f0fe48b2827"
"md","step-02w-nb-compose-prompt","wds","wds/wds-4-ux-design/steps-w/step-02w-nb-compose-prompt.md","9e1d8f46cc16270959ce0036e8af13c59d8732db940397d6776489324e5f1ef9"
"md","step-03-action-filter","wds","wds/wds-6-asset-generation/steps-c/step-03-action-filter.md","b3b80e39a81b4963fa5076b8e861b6d7b24f495da045c8cccead6effb4da341c"
"md","step-03-build-strategic-context","wds","wds/wds-3-scenarios/steps-c/step-03-build-strategic-context.md","e18a947a445f97da0c2706c89067a88b4203a57e5230e23b6328958be4059a9d"
"md","step-03-calculate-similarity","wds","wds/wds-7-design-system/steps-c/step-03-calculate-similarity.md","8a76f79ca173fe78ff3807fe7baf81004f0ff403b07ffefb7e863a186c681027"
"md","step-03-components-objects","wds","wds/wds-4-ux-design/steps-p/step-03-components-objects.md","c3ae22673ee11101378348aad0f678ec6d34c97eebeb5de1b7f5e2926c2b200d"
"md","step-03-create-test-scenario","wds","wds/wds-4-ux-design/steps-h/step-03-create-test-scenario.md","e02f5775428fa9bb47e1a48b91b227aaa50181a9d5eb2c3eedf42d770af8756c"
"md","step-03-document-issues","wds","wds/wds-5-agentic-development/steps-t/step-03-document-issues.md","254c9f2dbd148ff89106c2c8e2c3db530c35c83fc6a8ad0cb139707c86c39bcc"
"md","step-03-fix","wds","wds/wds-5-agentic-development/steps-f/step-03-fix.md","06c13ad06ea0d3e337bbb1df2c4b955abd20d6a7d84e9b714f0b6a8bd951d3aa"
"md","step-03-generate-specs","wds","wds/wds-5-agentic-development/steps-r/step-03-generate-specs.md","295465fdb33a86f2b8228dbc6d7525b14168e4c77ceb6aa19da35857bbce07a8"
"md","step-03-implement","wds","wds/wds-5-agentic-development/steps-d/step-03-implement.md","081333201550cb4a7c1082b08fe5d755050f8729647f7397b5c7b48e73860ed8"
"md","step-03-map-architecture","wds","wds/wds-5-agentic-development/steps-a/step-03-map-architecture.md","68694cd4a3c58d208c8a727591414d7872937ee9813b54c5a44c6689646ae4f5"
"md","step-03-mental-state","wds","wds/wds-4-ux-design/steps-s/step-03-mental-state.md","5a9501d1424623905c8a39afe2f3e713085004472d1b65a620bdc640a3921fd8"
"md","step-03-outline-completeness","wds","wds/wds-3-scenarios/steps-v/step-03-outline-completeness.md","e13002ee722705f70a5c19dd6fc0cd1aae1b560b721e7744a031e023e9c2bc3d"
"md","step-03-page-overview","wds","wds/wds-4-ux-design/steps-v/step-03-page-overview.md","f342fa98273e5b1d05e42cfdfc6097de33173349c01ba5d885ca68fd0ff075f4"
"md","step-03-persona-consistency","wds","wds/wds-2-trigger-mapping/steps-v/step-03-persona-consistency.md","560d65920e30df389ef5a04f102b2d34ee1858a1d83c597c3edeee911ad7ef9d"
"md","step-03-plan-implementation","wds","wds/wds-5-agentic-development/steps-e/step-03-plan-implementation.md","9b346d428d44a16867ef9687f649ef7c22e9e995fb60a2c7c7d57d9b2acf5fe4"
"md","step-03-positioning","wds","wds/wds-1-project-brief/steps-c/step-03-positioning.md","1c8197e37b333b2eae10ac8c33c7ee79ea7266eebb800c86b9b35db97ff197cd"
"md","step-03-prepare-specifications","wds","wds/wds-6-asset-generation/steps-f/step-03-prepare-specifications.md","f08d624db4e663e61dc3383fd02f99758a30ba8a85ffbd229369b9801e641af1"
"md","step-03-review-integrate","wds","wds/wds-4-ux-design/steps-w/step-03-review-integrate.md","a9134e1bbc66df5d3467a72dddebcb8f41f62c9a7ecbac2649701e4b28818012"
"md","step-03-select-style","wds","wds/wds-6-asset-generation/steps-i/step-03-select-style.md","e10e2daab7fa29bc1d7953bfbcfb21f6aafec3dcbee016a977b29f4a5b1f9bb6"
"md","step-03-select-style","wds","wds/wds-6-asset-generation/steps-m/step-03-select-style.md","559be0f2a557c1b346c91866b3c80ec35192ffdf9d1458566068b4feaa0b9f95"
"md","step-03-select-style","wds","wds/wds-6-asset-generation/steps-p/step-03-select-style.md","e56375b3ed2d752baaa9c893d88403671fcc890a9e72d2c876cb7cb9352c219c"
"md","step-03-select-style","wds","wds/wds-6-asset-generation/steps-u/step-03-select-style.md","bcf57a792bc5d72422e05428b5e8a7990be59115895cfdf3df38ed48b82e2ad0"
"md","step-03-select-style","wds","wds/wds-6-asset-generation/steps-v/step-03-select-style.md","530163f5008093c7db04933b1e3498cb39c03352ec622663b9775cf1ce2de7d2"
"md","step-03-select-style","wds","wds/wds-6-asset-generation/steps-w/step-03-select-style.md","0a1df80fe67ad458384ff8771d9f32b016901f5db506fb3026461029ec5aa9a3"
"md","step-03-seo-strategy","wds","wds/wds-1-project-brief/steps-v/step-03-seo-strategy.md","418955caeadbc07aa436928904a32907e5732cbc7d33590a036095afe59ef7b3"
"md","step-03-target-groups","wds","wds/wds-2-trigger-mapping/steps-c/step-03-target-groups.md","f789487e126109d225af51daf5aa6657605be0cc051138b608849cf553667b09"
"md","step-03-validate-usage","wds","wds/wds-4-ux-design/steps-m/step-03-validate-usage.md","0a53458371e77a2b8c0af69b72e3c4a05a44cc934b52e264eab9dc1833853849"
"md","step-03a-reflect-back","wds","wds/wds-0-alignment-signoff/steps-c/step-03a-reflect-back.md","3e783153ba829535deb81b00acd24f651b9b4ec3a2eea78b38862d8f134ee584"
"md","step-03b-synthesize-document","wds","wds/wds-0-alignment-signoff/steps-c/step-03b-synthesize-document.md","f067905d3f4b51da9cb5e33f4ec47aa71c25b5694bb3ecb4d52ea6f392773335"
"md","step-03d-present-approval","wds","wds/wds-0-alignment-signoff/steps-c/step-03d-present-approval.md","19b6b056ecfdaf2e55e51e33fbed64098abdcc24be1ad0994357e0cf9c5961a4"
"md","step-04-content-language","wds","wds/wds-1-project-brief/steps-v/step-04-content-language.md","b6a36ff8887dc67123bbba445d673c8a350e8582c66f1903038c9511ceca51d7"
"md","step-04-content-languages","wds","wds/wds-4-ux-design/steps-p/step-04-content-languages.md","e7785d8d071e4391d562003ad481bae3bb8d0f0edd36357d66a16e1728c81d64"
"md","step-04-cross-scenario-consistency","wds","wds/wds-3-scenarios/steps-v/step-04-cross-scenario-consistency.md","9006ad14e5ec6f12d47bf549dee686fc3d585cb84e6a8f703bebe7d48178fb5c"
"md","step-04-document-findings","wds","wds/wds-5-agentic-development/steps-a/step-04-document-findings.md","6d228ca5a66b595a999da745e4397486b83b85031f0b320454d62f3ce280dc4d"
"md","step-04-driving-forces","wds","wds/wds-2-trigger-mapping/steps-c/step-04-driving-forces.md","fe3a218cebc032b700c5eef569ed54b8fdff7bd8626cec662a1e9b551c5f8608"
"md","step-04-empowerment-frame","wds","wds/wds-6-asset-generation/steps-c/step-04-empowerment-frame.md","46d64c1e005e3e4e8c52628db9d1db916ed14d5553698992456e93381b6f16e8"
"md","step-04-extract-design-system","wds","wds/wds-5-agentic-development/steps-r/step-04-extract-design-system.md","9b3b7f42ee2937b9a50fd509cce40ee916104f0aa2ca5b5b1e0a0a06bdaf08da"
"md","step-04-feature-impact-alignment","wds","wds/wds-2-trigger-mapping/steps-v/step-04-feature-impact-alignment.md","47e2d095e5b56f347d49f39eef9e60ba2612db52ed434456ddeba55cbe6194d5"
"md","step-04-generate","wds","wds/wds-6-asset-generation/steps-i/step-04-generate.md","8a8656663859d5eea39573b27d6285bc547bdf52106d5bb3bb75e4d196804b59"
"md","step-04-generate","wds","wds/wds-6-asset-generation/steps-p/step-04-generate.md","894c97fa768b9f860e3a123eac69b21f0987facbc9aad8cb616a58ada08809db"
"md","step-04-generate","wds","wds/wds-6-asset-generation/steps-u/step-04-generate.md","20baac1cffbf94e3f9feaaf7d555181c46b25a0009ab2d7e5add1c58bf7e1e1d"
"md","step-04-generate","wds","wds/wds-6-asset-generation/steps-v/step-04-generate.md","3cc5edfef5629f5ee9c82a66bf271d58ee5902c82375ee9ab63b1b00e90de4d4"
"md","step-04-generate","wds","wds/wds-6-asset-generation/steps-w/step-04-generate.md","0c24cd529fb2fa6fe64e7aa4dd68be33192a3a80f8050f0538741da3d97a8125"
"md","step-04-generate-validate","wds","wds/wds-6-asset-generation/steps-f/step-04-generate-validate.md","dc0b9af7f1e4ace89ee190875d1f867c6b0abbc4a5f98b1942b922bf2f718a1d"
"md","step-04-handoff-dialog","wds","wds/wds-4-ux-design/steps-h/step-04-handoff-dialog.md","b3c5f557b596f3d3d044360c8c9e6cb873a962d0f37b33a703ed551c70602cb1"
"md","step-04-identify-opportunities","wds","wds/wds-7-design-system/steps-c/step-04-identify-opportunities.md","7f258d9cea7f036077ee4c3462cc6e8ad49a7ad5c6f6d73329f06c1bf4e137f0"
"md","step-04-implement","wds","wds/wds-5-agentic-development/steps-e/step-04-implement.md","e67b00aac0be1ba8481507fb88381f14594a647dbe5d2391b02f46847151ed74"
"md","step-04-mutual-success","wds","wds/wds-4-ux-design/steps-s/step-04-mutual-success.md","dab75ce6626bb7c191896e28884a806530e145b116322a771579238229c16c03"
"md","step-04-page-sections","wds","wds/wds-4-ux-design/steps-v/step-04-page-sections.md","937f8ce8b18bc2ce8c6d6e5e9e2befe43098cc99c799f48ac3e3e4063643c936"
"md","step-04-references","wds","wds/wds-6-asset-generation/steps-m/step-04-references.md","cf47aa67e130fbe9c5f5af10f56a8d970796b7342c3faaeab1050aa85dc4fc46"
"md","step-04-report","wds","wds/wds-5-agentic-development/steps-t/step-04-report.md","bcea3bade0f725a7e1a9fbed13bde931ab524f0c78bb00a66f8d69897bb49479"
"md","step-04-suggest-scenarios","wds","wds/wds-3-scenarios/steps-c/step-04-suggest-scenarios.md","75e21111d34e9fa415d33d348d26f7e1c9117287ef372eddf057d421dd5372c8"
"md","step-04-verify","wds","wds/wds-5-agentic-development/steps-d/step-04-verify.md","10e3ff9a2e88c714b33abf483b4ef2b320af9e608aec52cdc4389ee498ea59bb"
"md","step-04-verify","wds","wds/wds-5-agentic-development/steps-f/step-04-verify.md","980eb34642307013fa7fc58e8ebc5e065b8923785b67460dbfdfbd214b2afa01"
"md","step-04a-offer-signoff","wds","wds/wds-0-alignment-signoff/steps-c/step-04a-offer-signoff.md","d62ed535de99c09b344e9d7fb939dd09fd11119f0a69d0286018081364c626d8"
"md","step-04b-determine-business-model","wds","wds/wds-0-alignment-signoff/steps-c/step-04b-determine-business-model.md","fc0f71fca924323f09027c958b790691ead1c0857053874b91babd6c9fcda8e3"
"md","step-05-business-model","wds","wds/wds-1-project-brief/steps-c/step-05-business-model.md","30cbf22df63db54e7789a38dc85dbb81732c46e77044e17f5af212128d086445"
"md","step-05-cross-document-coherence","wds","wds/wds-2-trigger-mapping/steps-v/step-05-cross-document-coherence.md","7b1211bcc609de6059a7e5f06ff32f499ecba2e31d70a3d57c131248bc07140e"
"md","step-05-document","wds","wds/wds-5-agentic-development/steps-f/step-05-document.md","4e41bd1baac0cb703dee3658b0342bd79b7d7ab4fcc937201eb872370704fbc3"
"md","step-05-execute-export","wds","wds/wds-6-asset-generation/steps-f/step-05-execute-export.md","f160a53a6fa0be6de0951d00478f35c4db3eaf73e2320e814447ff65b90546fd"
"md","step-05-finalize","wds","wds/wds-5-agentic-development/steps-d/step-05-finalize.md","3f5cebcf269b28d919285560fbe1489bee4eeb4a11be274563b71e76892110fb"
"md","step-05-generate","wds","wds/wds-6-asset-generation/steps-m/step-05-generate.md","9245b492bd781a1074e14c0f2d4b061a955a36e995771e8b8d57b749420a16ea"
"md","step-05-hand-off","wds","wds/wds-4-ux-design/steps-h/step-05-hand-off.md","bd417afc9afe88f05f1ba8421ce4b682a3fa3373ca1f98b2794412561499d349"
"md","step-05-identify-risks","wds","wds/wds-7-design-system/steps-c/step-05-identify-risks.md","62c10fcf19822d1685006925e03d1b4eb0029220ed32ecfdffd6d27ec8a0f256"
"md","step-05-interactions","wds","wds/wds-4-ux-design/steps-p/step-05-interactions.md","461e6b2936833e94c7d153293efbfb1f28d986d36b1c842b5a0850a15837655e"
"md","step-05-iterate","wds","wds/wds-5-agentic-development/steps-t/step-05-iterate.md","50b08ed439f0505112adaaf6211c7d2d8f108d1d6977e5cd3568b45e3c429f92"
"md","step-05-outline-scenario","wds","wds/wds-3-scenarios/steps-c/step-05-outline-scenario.md","557f1caf8ede41402782d2fb05c066fafdd2b76cc70dd955f77107001d46726f"
"md","step-05-prioritization","wds","wds/wds-2-trigger-mapping/steps-c/step-05-prioritization.md","f9373fa5fa964dae42df37006a25c450e6fba845f34540aabcdc4db05b2c65e8"
"md","step-05-review","wds","wds/wds-6-asset-generation/steps-i/step-05-review.md","3553d28a89546e6ca509659813783d978a204709996d17464e316bad93e237ac"
"md","step-05-review","wds","wds/wds-6-asset-generation/steps-p/step-05-review.md","7bf3e1b9a4f81d87c68b5656c5bd9aba9ee5f033c3595f18ad61792c1c4710a1"
"md","step-05-review","wds","wds/wds-6-asset-generation/steps-u/step-05-review.md","bdc4a98effb86874b47e3680b76ddfa30c302026e5df6d7bd8f93ba2a87b0b74"
"md","step-05-review","wds","wds/wds-6-asset-generation/steps-v/step-05-review.md","e14a844c903979f66c1c6492b17c8178ccdea6b3c18e7659ba0d626da70c5720"
"md","step-05-review","wds","wds/wds-6-asset-generation/steps-w/step-05-review.md","c49d03a9387054de66862e238aadf660ce76e447938db3ed3c31f41b7e773314"
"md","step-05-section-order","wds","wds/wds-4-ux-design/steps-v/step-05-section-order.md","e936508913cddd3d66d1e734066d1538d440cd25f935532e92c8dc70931928ee"
"md","step-05-seo-keyword-alignment","wds","wds/wds-3-scenarios/steps-v/step-05-seo-keyword-alignment.md","19196d31f1cb8e6c390bdf04e71b5757d343b568e70b0def90dbc9d3896826c3"
"md","step-05-shortest-path","wds","wds/wds-4-ux-design/steps-s/step-05-shortest-path.md","4dd8bbdec37d777b33eeb427903844be2c7afc4427ac9c142670e80ccff0de21"
"md","step-05-structural-order","wds","wds/wds-6-asset-generation/steps-c/step-05-structural-order.md","b98eee2b07184071a489cb6f8ab51db27d71a3511c933375fbd41ed2fa0e4839"
"md","step-05-verify-and-document","wds","wds/wds-5-agentic-development/steps-e/step-05-verify-and-document.md","b912090ca2277a0e9a5b6f2b64559a46d67c2b56b7293eb1d54a9b97699b2bc3"
"md","step-05-visual-direction","wds","wds/wds-1-project-brief/steps-v/step-05-visual-direction.md","23d70e5e57f7e1b27bde3d954b7a82f529facbf3eeba11f29044a0740f010232"
"md","step-05a-contract-overview","wds","wds/wds-0-alignment-signoff/steps-c/step-05a-contract-overview.md","71e0657c5688804a4088379e60d6a8a3b9f9b9ccda6b43ca6abb1d2c79ecc19c"
"md","step-05b-contract-business-model","wds","wds/wds-0-alignment-signoff/steps-c/step-05b-contract-business-model.md","a43d565508eca88f6fc9ec366b0858c4711b9519b1bbc4ad9e9411004255bf14"
"md","step-05c-contract-scope","wds","wds/wds-0-alignment-signoff/steps-c/step-05c-contract-scope.md","1d60701af9288a6cc3b9202becc1ed9d6e4f501c75f621928606ff0c20395cf4"
"md","step-05d-contract-payment","wds","wds/wds-0-alignment-signoff/steps-c/step-05d-contract-payment.md","9ae3f5c45f62408aa2ba66076a0e8518ac2810695a72a72d2463136d38c090cc"
"md","step-05e-contract-timeline","wds","wds/wds-0-alignment-signoff/steps-c/step-05e-contract-timeline.md","c5e6cfa81d77c61ff54de897ad86c0970e9cf5e7228b2599d11dec596a68c4ad"
"md","step-05f-contract-availability","wds","wds/wds-0-alignment-signoff/steps-c/step-05f-contract-availability.md","7867cce03829374b3a28858c9d7ddb79990bc6c8c3e8561b5aa249d45741a92c"
"md","step-05g-contract-confidentiality","wds","wds/wds-0-alignment-signoff/steps-c/step-05g-contract-confidentiality.md","6517428388e4a8debaad2be9f430382b892a57ff56f554d4cb8a42318cc439b4"
"md","step-05h-contract-not-to-exceed","wds","wds/wds-0-alignment-signoff/steps-c/step-05h-contract-not-to-exceed.md","fd3ebfc01288edfa9c82abd58fa0e0b3ea94803116f1358ae6a391a2ad3282e5"
"md","step-05i-contract-work-initiation","wds","wds/wds-0-alignment-signoff/steps-c/step-05i-contract-work-initiation.md","678c18b7f34dc2c2f381ea3d782455485b815ab5b10781826bdc62f7f78c3033"
"md","step-05j-contract-terms","wds","wds/wds-0-alignment-signoff/steps-c/step-05j-contract-terms.md","e587befed2a55c4363a195c1c21ccc650cfd96e9e59a0f8c39ad2e92c9a40630"
"md","step-05k-contract-approval","wds","wds/wds-0-alignment-signoff/steps-c/step-05k-contract-approval.md","414e2baf5dc3fdce18d82b8e3da1c0aafd97d72762b597a6bad05f1ed467fda1"
"md","step-05l-finalize-contract","wds","wds/wds-0-alignment-signoff/steps-c/step-05l-finalize-contract.md","878a7c7209d24b02e27744388a0a2915fc1daca617eb61c50a32a9e775d2af3b"
"md","step-06-business-customers","wds","wds/wds-1-project-brief/steps-c/step-06-business-customers.md","2512638ba3db9fa71b869290aaa4a0a2a9c86805bda26d8d040ecb62d79a856c"
"md","step-06-continue","wds","wds/wds-4-ux-design/steps-h/step-06-continue.md","c040d64f43b207e4286d3853a6cf794fd0399a20ac7508569d2c6a39a899cc79"
"md","step-06-generate-content","wds","wds/wds-6-asset-generation/steps-c/step-06-generate-content.md","f75eba73fed281eeb4beb6e15da5f981b6cbbbd1c8fc11626f34b68cdef52538"
"md","step-06-generate-overview","wds","wds/wds-3-scenarios/steps-c/step-06-generate-overview.md","2520ff9406c34efebfffb21cb700a7f2ee9650fb6bdb7fb2b49c0537df48f85a"
"md","step-06-object-registry","wds","wds/wds-4-ux-design/steps-v/step-06-object-registry.md","40ae57257f124c17e292dfe2da3322d34230e599cf3d85dfc32e6715f00f1c48"
"md","step-06-platform-requirements","wds","wds/wds-1-project-brief/steps-v/step-06-platform-requirements.md","b036c12edbaa8674f23cb10b2bc9f98e976b10f3c7981f789ca533e64b5cafb8"
"md","step-06-present-decision","wds","wds/wds-7-design-system/steps-c/step-06-present-decision.md","0193c75ea40093dfe4ec9cfa3b9306775b1673a5eb6a08867a6bd847eac6a530"
"md","step-06-review","wds","wds/wds-6-asset-generation/steps-m/step-06-review.md","fcdc2559ea16cd330756b843161c5c504737bbae79dfa4292ddf55df3b91de3a"
"md","step-06-scenario-name","wds","wds/wds-4-ux-design/steps-s/step-06-scenario-name.md","e5c5bd3e875c2864f2e31366bbdfe12793c7c2c2c765473e4dd4ff9d54e5f1f9"
"md","step-06-states","wds","wds/wds-4-ux-design/steps-p/step-06-states.md","5978d21ddfb06ba29608b55fc5d545956fdc1733d3fea7ea7f104d0cf5148fe2"
"md","step-06a-build-internal-signoff","wds","wds/wds-0-alignment-signoff/steps-c/step-06a-build-internal-signoff.md","ee62c66895fbec45e6f117e45bce23941a2a4f4189c98ecaf91021310fc6f71a"
"md","step-06a-extract-features","wds","wds/wds-2-trigger-mapping/steps-c/step-06a-extract-features.md","095362d996adca6c215726f0d58e81d70da2eb6503519b5cc52c7c61664b7351"
"md","step-06b-confirm-assessment","wds","wds/wds-2-trigger-mapping/steps-c/step-06b-confirm-assessment.md","e6f4a204053418925ef79fc14d583713774843aad721a398da40dc90ee907562"
"md","step-06b-finalize-signoff","wds","wds/wds-0-alignment-signoff/steps-c/step-06b-finalize-signoff.md","25ac237bb8c8442e51391d71a93fbbb3bc9420c9e8e92b0c8c1102d9a343a7d0"
"md","step-06c-make-assessment","wds","wds/wds-2-trigger-mapping/steps-c/step-06c-make-assessment.md","87466dfa354e54e30718c0b3ce58ff6de3b1b614749d183a103a51cca7b34dd8"
"md","step-06d-generate-document","wds","wds/wds-2-trigger-mapping/steps-c/step-06d-generate-document.md","899e94c6bccee43d4c301faa71046e77af6400e6a1483b4774a9210f8524e9a5"
"md","step-06e-feature-wrap-up","wds","wds/wds-2-trigger-mapping/steps-c/step-06e-feature-wrap-up.md","19e0f4ee1f34f437dcc932566a88713cdd12cfbcf0ceb3fdb811e091321068d0"
"md","step-07-create-scenario-folder","wds","wds/wds-4-ux-design/steps-s/step-07-create-scenario-folder.md","571c7779dfcd0827e67db6ce69b4970aa6aaf11043e13cce926a62486e867a6f"
"md","step-07-design-system-separation","wds","wds/wds-4-ux-design/steps-v/step-07-design-system-separation.md","4e7019a8b8945dda75f2c3653d471c6972711de758793988c70e9cdc7e7c6def"
"md","step-07-execute-decision","wds","wds/wds-7-design-system/steps-c/step-07-execute-decision.md","ac2b557af2cbeeb23bf5c70dee85f9bf80cfe9e2cb9153aca5a4eb7472248573"
"md","step-07-quality-review","wds","wds/wds-3-scenarios/steps-c/step-07-quality-review.md","d15be9d79973d133225a7f2fdc68074862eebdcc1392960395d0b48bdc286dc6"
"md","step-07-target-users","wds","wds/wds-1-project-brief/steps-c/step-07-target-users.md","388528a31fb32e6d75482386053815d4b6031784de4300ffbbe386b5f08dc929"
"md","step-07-validation","wds","wds/wds-4-ux-design/steps-p/step-07-validation.md","729e7b837ec68b06b5ee03255bdd729613b6757f6cf7e5c49694b1adcb97eec0"
"md","step-07a-generate-hub","wds","wds/wds-2-trigger-mapping/steps-c/step-07a-generate-hub.md","dae82ab29809c21443041d2c73b4445de8a2c5b484fd22dce63266d80c770da9"
"md","step-07a-product-concept","wds","wds/wds-1-project-brief/steps-c/step-07a-product-concept.md","57674d9558205757fd24fe27c9d010858b6c257c359b8e1be195ab35ccfca814"
"md","step-07b-generate-business-goals","wds","wds/wds-2-trigger-mapping/steps-c/step-07b-generate-business-goals.md","e28d0e302a183646f2eee465bbe50e7a2bf9921277a9d1a834fe549aa18f5d58"
"md","step-07c-generate-primary-persona","wds","wds/wds-2-trigger-mapping/steps-c/step-07c-generate-primary-persona.md","37b934acfdf7af4125f19ea3d2ce9cae549caff0b7c1fb29a6c036b412cf13ad"
"md","step-07d-generate-secondary-persona","wds","wds/wds-2-trigger-mapping/steps-c/step-07d-generate-secondary-persona.md","5a5305e09de22fa136f310d5008405672b564d1e602faf28709a4f2e1d258ee8"
"md","step-07e-generate-tertiary-persona","wds","wds/wds-2-trigger-mapping/steps-c/step-07e-generate-tertiary-persona.md","819d5f8c4672692f8ef755d5542b69058c3c438e8a740cb3cf874d334129d08c"
"md","step-07f-generate-key-insights","wds","wds/wds-2-trigger-mapping/steps-c/step-07f-generate-key-insights.md","b8ceda09fe8f1c2460a0dc5b6a28b6d67018e869b359bbbff9cb2d8f322bbab4"
"md","step-07g-quality-check","wds","wds/wds-2-trigger-mapping/steps-c/step-07g-quality-check.md","5470b9f19624f098901c558f565b7aa9b0ab1a668b2949316bc61234aa54550a"
"md","step-08-page-context","wds","wds/wds-4-ux-design/steps-s/step-08-page-context.md","2e0aa6ea435e7ec1fab7448c968d3fbbd05b887b98ee97445027819d15658711"
"md","step-08-seo-compliance","wds","wds/wds-4-ux-design/steps-v/step-08-seo-compliance.md","701262c71e2998b0ef3548dbabc57506d6fab9edb981100f2c55946aa9e75ab4"
"md","step-08-spacing-typography","wds","wds/wds-4-ux-design/steps-p/step-08-spacing-typography.md","538ed208cbf1e99e0b44eec684edacdf8683250676243c37baf51e2d5b54f02a"
"md","step-08-success-criteria","wds","wds/wds-1-project-brief/steps-c/step-08-success-criteria.md","1bffdcefd8f0af0b1e73589465a65d50c6851044619301f26cf66f971eb4b8d4"
"md","step-08-update-design-log","wds","wds/wds-3-scenarios/steps-c/step-08-update-design-log.md","787ce3d52812bddfe5cc985c2f4601667160cf4b55f1974871a95201753a5e80"
"md","step-08a-initialize-design-system","wds","wds/wds-7-design-system/steps-c/step-08a-initialize-design-system.md","176cd33f5b97d16bdfd96ee91584ba9df2ad8e29c678e064130252346aa44ff2"
"md","step-08a-mermaid-init-structure","wds","wds/wds-2-trigger-mapping/steps-c/step-08a-mermaid-init-structure.md","79da81b7296c439ba1d3daa9eb3b2e305631b38c39c378c373645007fe214e2e"
"md","step-08b-create-new-component","wds","wds/wds-7-design-system/steps-c/step-08b-create-new-component.md","9a41f7d27c1a60e1445998d5b1a154fbb98cee41fd0e99364ba8e2fab3f3a416"
"md","step-08b-mermaid-business-goals","wds","wds/wds-2-trigger-mapping/steps-c/step-08b-mermaid-business-goals.md","d93c636ead26da07ee5b4de8e281e95b8ed90e78d23e7d8eca75e425ec5d2d8d"
"md","step-08c-mermaid-platform","wds","wds/wds-2-trigger-mapping/steps-c/step-08c-mermaid-platform.md","a5f981ddafcc4d592c78f087e8e2054d672e2fcfcde2d3308ab736cb5629c765"
"md","step-08c-update-component","wds","wds/wds-7-design-system/steps-c/step-08c-update-component.md","762e3ac7b05abe1a76cff424eeec3863d0012331f4bd753c951b9cde1c555443"
"md","step-08d-add-variant","wds","wds/wds-7-design-system/steps-c/step-08d-add-variant.md","92ad07bdcaea1092e4f050113814f2b3ee5a70564f0da41b47ff5444bccd8f7a"
"md","step-08d-mermaid-target-groups","wds","wds/wds-2-trigger-mapping/steps-c/step-08d-mermaid-target-groups.md","26ad97d1e4e50b4fb1da6594ab9a7850357b29adf60bfc07fc9f31a4ef1c51ef"
"md","step-08e-generate-catalog","wds","wds/wds-7-design-system/steps-c/step-08e-generate-catalog.md","1bf4d0ef3d433f31a641ad1c965d1d2a50442f616fd544078a3de54e7f91427b"
"md","step-08e-mermaid-driving-forces","wds","wds/wds-2-trigger-mapping/steps-c/step-08e-mermaid-driving-forces.md","3e0d9e46ac8a861a16f9b22f0396195e4c21b4aafdc99e6be2a6b3e2d4506d66"
"md","step-08f-mermaid-connections","wds","wds/wds-2-trigger-mapping/steps-c/step-08f-mermaid-connections.md","db7e7df7bc536044c494d2c5335d80465e7a3a3b7da9abb942b4d31fce79be9d"
"md","step-08g-mermaid-styling","wds","wds/wds-2-trigger-mapping/steps-c/step-08g-mermaid-styling.md","e1326f52cc101e3a24498e9820c33123b1aeb658b0299d850bef10074ecbc752"
"md","step-08h-mermaid-quality","wds","wds/wds-2-trigger-mapping/steps-c/step-08h-mermaid-quality.md","ae1a8cfb663d6331dbac80335a09659d374d83cbbb94ed31f552c379dfe81688"
"md","step-09-competitive-landscape","wds","wds/wds-1-project-brief/steps-c/step-09-competitive-landscape.md","46061018bf8a6a555f3c7ddf33ebaa5753b49b48d58892adb2987d93b937eb12"
"md","step-09-design-system-consistency","wds","wds/wds-4-ux-design/steps-v/step-09-design-system-consistency.md","4ab7e741f42f11151c53c2543875e83b8272570216c8bde3c0729ddba7c3231a"
"md","step-09-generate-spec","wds","wds/wds-4-ux-design/steps-p/step-09-generate-spec.md","c3a67e85249891997b9635879e80f88406a9793e9e11611949b1dc63b74a69f4"
"md","step-09-handover","wds","wds/wds-3-scenarios/steps-c/step-09-handover.md","79d7e89cc7660d39c9b4d1c2c26b4a4485fc4ba774d6189ad9ca609ecb93c8a5"
"md","step-09-page-name","wds","wds/wds-4-ux-design/steps-s/step-09-page-name.md","59d0c0d03044a454d5837d9298094fdd6aca96c5a2674747c8c81f1f7df056a5"
"md","step-09a-finalize-hub","wds","wds/wds-2-trigger-mapping/steps-c/step-09a-finalize-hub.md","6af1b59fe4e3665c1aef7c1e910231165047a3a7dcd26fe3aa97756c6a91bdd5"
"md","step-09b-add-cross-references","wds","wds/wds-2-trigger-mapping/steps-c/step-09b-add-cross-references.md","01ed60bbf4642581e7bb541a8d5dd3e1edfb7cf76642cc979617d44fb560c8a3"
"md","step-09c-quality-check","wds","wds/wds-2-trigger-mapping/steps-c/step-09c-quality-check.md","e25244a766a09fd846fb2cd538e0a62d3376e943c801c3dc39b0cfd95afd6a63"
"md","step-09d-create-handover-package","wds","wds/wds-2-trigger-mapping/steps-c/step-09d-create-handover-package.md","29ac3c2ebdd371915c362127c9dcc8bb9de8298f277f85f7c14dddc5333d4dee"
"md","step-09e-update-design-log","wds","wds/wds-2-trigger-mapping/steps-c/step-09e-update-design-log.md","92df9226aa62a85b1a72319b8202c6b9eab84641f9f5007e9625d59b58c030c0"
"md","step-09f-provide-activation","wds","wds/wds-2-trigger-mapping/steps-c/step-09f-provide-activation.md","495692e2ccb110847ec059ae771c75714e9f06a387cb294c5eb52a31cf5da3ec"
"md","step-10-constraints","wds","wds/wds-1-project-brief/steps-c/step-10-constraints.md","a71e3966bed34bfb2c22177343f50121592b036d0190f8cbb4d5a951b8d7c1ea"
"md","step-10-final-validation","wds","wds/wds-4-ux-design/steps-v/step-10-final-validation.md","eb79471c429a88466675e6b2f0a4f04763f1c4bfaaf256006f632651110691bc"
"md","step-10-page-purpose","wds","wds/wds-4-ux-design/steps-s/step-10-page-purpose.md","a1efac12141c5a33039f2688c64f442130fff15e7486704dc987bde4b76de338"
"md","step-10a-platform-strategy","wds","wds/wds-1-project-brief/steps-c/step-10a-platform-strategy.md","414fa734c9efac334c4ad073c1b166caf42dc53b2ebb3a0369221c337764c6f0"
"md","step-11-entry-point","wds","wds/wds-4-ux-design/steps-s/step-11-entry-point.md","3193b71a31a644a19ef9aec729a27428196cc61c52a00a1f97e1817c15a6fcad"
"md","step-11-tone-of-voice","wds","wds/wds-1-project-brief/steps-c/step-11-tone-of-voice.md","d21c19c2663c3bc6fb2a04b845b2dbece3cca952a8d0b05e17b452358ceddc25"
"md","step-12-create-product-brief","wds","wds/wds-1-project-brief/steps-c/step-12-create-product-brief.md","4943d0d6239d00536d45a3d899689378cbd3466033dbb5813143f30d013fc520"
"md","step-12-mental-state","wds","wds/wds-4-ux-design/steps-s/step-12-mental-state.md","8ead2ffb7f72d3a380c796782a426e4606f0bc271709d126bb74ad3bc7a8a022"
"md","step-13-content-init","wds","wds/wds-1-project-brief/steps-c/step-13-content-init.md","cd9ec401dee6ff18f2f9a2a604c34b43d4f500296f4d00922f74b0769f963b03"
"md","step-13-desired-outcome","wds","wds/wds-4-ux-design/steps-s/step-13-desired-outcome.md","46ea2e121bd12fb02f693427e2a7356c61dca4535b400818d21c236a151ebdbc"
"md","step-14-personality","wds","wds/wds-1-project-brief/steps-c/step-14-personality.md","30078925c7b99d0faeddcf7238f490f2e8f368ff600134d5586dba08e39a4536"
"md","step-14-variants","wds","wds/wds-4-ux-design/steps-s/step-14-variants.md","768e60fbcd380473a77a97e2bc0aed8926476766edb8cadacd1a0159f3613b4b"
"md","step-15-create-page-structure","wds","wds/wds-4-ux-design/steps-s/step-15-create-page-structure.md","74af9abdf88cf35d3b31415b173f818b26ad212aa8cee3912d70a5b7c234b1b3"
"md","step-15-tone","wds","wds/wds-1-project-brief/steps-c/step-15-tone.md","551bb83843df27f9e81e55025a37c63bdc1de34fb5f49a9081e8ed5919f1b662"
"md","step-16-languages","wds","wds/wds-1-project-brief/steps-c/step-16-languages.md","76ed504550abda51db4b0f06cd469d62e472cc218a19d7eac00de15fa137560b"
"md","step-17-seo-keywords","wds","wds/wds-1-project-brief/steps-c/step-17-seo-keywords.md","831082ef6e793790791f3cfa06f0212e5c8bce7ddfd8886c7c1b99f955ef3153"
"md","step-17a-content-structure","wds","wds/wds-1-project-brief/steps-c/step-17a-content-structure.md","2e709b116a6f9d03f1f1171a15ae610d820daad7f6dc12d573e6b738d7ed83f1"
"md","step-18-create-content-document","wds","wds/wds-1-project-brief/steps-c/step-18-create-content-document.md","f57165f8042282be1ab64707420e6f94cc131b9a35789053537a12bb3d569497"
"md","step-19-inspiration-workshop","wds","wds/wds-1-project-brief/steps-c/step-19-inspiration-workshop.md","5c7ae3a36c4f4829697a2735c668bf96272113843589ee39bacaed8c67f8cb21"
"md","step-20-visual-init","wds","wds/wds-1-project-brief/steps-c/step-20-visual-init.md","b0467a2955aca4efcd67a39afdee162eb5c767f57aa6d9e99b014a42d7a038a4"
"md","step-21-existing-brand","wds","wds/wds-1-project-brief/steps-c/step-21-existing-brand.md","e6602307da8216bef886af1703cbc7b1382c32633d204b0c491766c6dee4ae3c"
"md","step-22-references","wds","wds/wds-1-project-brief/steps-c/step-22-references.md","244e527eb0892814d5a96db4d4e5d60e3039f8a95369b66a47ca8892c39a2654"
"md","step-23-design-style","wds","wds/wds-1-project-brief/steps-c/step-23-design-style.md","2cca9f465b470be314bb17ec882b9ac50dd2a2a4f6818ba5a4dcffeca7069b20"
"md","step-24-layout-effects","wds","wds/wds-1-project-brief/steps-c/step-24-layout-effects.md","02f08384d9817168b93d1541623e01d76cb838e502489ee907e0df132e594832"
"md","step-25-imagery","wds","wds/wds-1-project-brief/steps-c/step-25-imagery.md","ec654197a117afcfc94b3d58d14f661b630fcffe14cc75cb6fd0515561537c1e"
"md","step-26-create-visual-document","wds","wds/wds-1-project-brief/steps-c/step-26-create-visual-document.md","47b0cfe7b40e481534dd70f991aae7bb954edf04d9cae6fdf33f5d0e4d6317c0"
"md","step-27-platform-init","wds","wds/wds-1-project-brief/steps-c/step-27-platform-init.md","596bb3dfedd0a5165c09f40afee9a0c201d02513ab3b481d1308a8fbf83118f9"
"md","step-28-tech-stack","wds","wds/wds-1-project-brief/steps-c/step-28-tech-stack.md","f9ede60c358781dc7ff4db670b9492211ad37c48485bb16b0bd0717bac6c4cae"
"md","step-29-integrations","wds","wds/wds-1-project-brief/steps-c/step-29-integrations.md","a4e397475564ac4a3a7e4c9b70044d981760bf35d20811d76db41562b15c5275"
"md","step-30-contact-strategy","wds","wds/wds-1-project-brief/steps-c/step-30-contact-strategy.md","353f485470a3a62c05ca71898a64dbc3611cc266b178c77bc1859bf8929d38cb"
"md","step-31-multilingual","wds","wds/wds-1-project-brief/steps-c/step-31-multilingual.md","d156fdcb53891e93df116d54fe3faf8649e22e30ed06ffd2b56d45ff4057fec7"
"md","step-32-create-platform-document","wds","wds/wds-1-project-brief/steps-c/step-32-create-platform-document.md","28098890cc94fe697c28b72fd82903cc94efc3614994fd68e0d33020d11f7c87"
"md","step-33-analyze-brief","wds","wds/wds-1-project-brief/steps-c/step-33-analyze-brief.md","26dabb812902618bebf3e81a8a3341d8b5e475fbab2c7b2e1a1f8b4463363979"
"md","step-34-create-summary","wds","wds/wds-1-project-brief/steps-c/step-34-create-summary.md","f63c2f6039fa6110c7b4da860e8c0cafd90ac7d6d17491a75997e34ad3c974b6"
"md","step-35-update-design-log","wds","wds/wds-1-project-brief/steps-c/step-35-update-design-log.md","de02b94dac8cd250795d703479fc931081b325f3a74b076384654f68eec9fdd7"
"md","step-36-provide-activation","wds","wds/wds-1-project-brief/steps-c/step-36-provide-activation.md","5972a684bc5eb007dfd5f0b820851da53e540a83d34435862bcba4b82c70ff23"
"md","stitch-prompt.template","wds","wds/wds-6-asset-generation/templates/stitch-prompt.template.md","9bace9310fad7560b89e7ae65f707a86189e871896d48189c872c22232a5cf3d"
"md","story-file-template","wds","wds/wds-5-agentic-development/templates/story-file-template.md","f8af85ba4d8e037cf6657f73ff6455f900ecbb6d961f96a33edde147c7dba161"
"md","STORYBOARD-INTEGRATION","wds","wds/wds-4-ux-design/data/modular-architecture/STORYBOARD-INTEGRATION.md","0f56c690cca5b23c6c8c2175f7e4df1f8d4ac605583bc469ce0f4dceb1864ca6"
"md","storyboard-specification.template","wds","wds/wds-4-ux-design/templates/storyboard-specification.template.md","c02afbd1f0de9ad949bdcab52497e9b4577aa6298af0803fd6f6d92a013dee96"
"md","storyboards-guide","wds","wds/wds-4-ux-design/data/modular-architecture/02-workflows/storyboards-guide.md","1a3dd651f44b99e4814549bf49aecc9ac1ffe68fb462054045d0642ed1d874d7"
"md","substeps-guide","wds","wds/wds-4-ux-design/data/substeps-guide.md","6c3c1f5177209d6c49e43ff0647140caf1343367b4ecfba2d21d7e84fa679aa3"
"md","test-result-templates","wds","wds/wds-5-agentic-development/data/test-result-templates.md","0c91cf13b2f51407c321e92cedfa2cdc91be83922d73c43317ac25147fd9493d"
"md","testing-guide","wds","wds/wds-5-agentic-development/data/testing-guide.md","a7917ad16335d223b394e09410aee638d6e1cdfa1a490766a576c3794d42f37a"
"md","TEXT-DETECTION-PRIORITY","wds","wds/wds-4-ux-design/data/object-types/TEXT-DETECTION-PRIORITY.md","7636283a05d1e989feabd852b7f08ed0b9b691112c223c0250e312bf550003fd"
"md","text-input","wds","wds/wds-4-ux-design/data/object-types/templates/text-input.md","14aadbd8bf50ae269efeb00ccaaf005d17cb3f9c2d712e995f7e531e6ad1c9ec"
"md","three-tier-overview","wds","wds/wds-4-ux-design/data/modular-architecture/01-core-concepts/three-tier-overview.md","1e651f59f181608a4f5dc05ed75bba66a339b2cd5cdbfcc3cdd47d8010a18aa3"
"md","tone-of-voice-example","wds","wds/wds-1-project-brief/data/tone-of-voice-example.md","93db79c791f3c7ce2d472a0f377d8f39c14ded5fe7ac17c4ae578161a8ebf7e7"
"md","tone-of-voice-output-template","wds","wds/wds-1-project-brief/data/tone-of-voice-output-template.md","6bb608fb04d520d3e81170af198822307959373eff92cbe16646ef423cdbea41"
"md","tools-reference","wds","wds/wds-6-asset-generation/data/tools-reference.md","c06725bb5e2273255e9f8dfb8a2b9249d11f1a6f273b5ffd1ca0c25d2d245ac9"
"md","TRANSLATION-ORGANIZATION-GUIDE","wds","wds/wds-4-ux-design/data/guides/TRANSLATION-ORGANIZATION-GUIDE.md","42455557055a41fd5a74641cad133b540a0e77382a50d7d39ff7219466d593bb"
"md","trigger-map.template","wds","wds/wds-0-project-setup/resources/wds-2-trigger-mapping/templates/trigger-map.template.md","e1e0423713f5ba9e801fa8ba82c257b262d2a4f3c298751fdca097edf677221d"
"md","trigger-map.template","wds","wds/wds-2-trigger-mapping/templates/trigger-map.template.md","e1e0423713f5ba9e801fa8ba82c257b262d2a4f3c298751fdca097edf677221d"
"md","USAGE","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/USAGE.md","f4f6777fe7dfa4ffb34d8225c13e32e5f49ed43e19dfb516a6d26e99dabd38e9"
"md","USAGE","wds","wds/wds-1-project-brief/templates/project-brief-dialog/USAGE.md","f4f6777fe7dfa4ffb34d8225c13e32e5f49ed43e19dfb516a6d26e99dabd38e9"
"md","validation-standards","wds","wds/wds-3-scenarios/data/validation-standards.md","3124a6f19d7baee5966f677fc1c6ff86414a8053dbf201c59a69aa7def425faa"
"md","validation-standards","wds","wds/wds-4-ux-design/data/validation-standards.md","ab51a06c196949570987996e93ad914fbeabad0bfeda1f909e437b196180bcf5"
"md","vision-explore","wds","wds/wds-1-project-brief/data/vision-explore.md","e78666bb3c27825be544e5ae3de151d3ca60bd0d1891863b4fd39b3cd0f58f51"
"md","vision-open-conversation","wds","wds/wds-1-project-brief/data/vision-open-conversation.md","ed9eb6becfc42695fdc4391fd8a103dece621105dfc92b27f2a32f99762a1109"
"md","vision-reflect-confirm","wds","wds/wds-1-project-brief/data/vision-reflect-confirm.md","fc30991f806f7af4cbeb8213f4dce84861b3c05f2c60954b5b6787254a42af53"
"md","vision-synthesize","wds","wds/wds-1-project-brief/data/vision-synthesize.md","32f72d5f71c89ab39f36b37662fe43d9880401042010ec6ba0fa21d4ef3c9b3f"
"md","visual-direction.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/visual-direction.template.md","4d4de5a305985411bf0e2676da683480fdc7fd297b42f32d15d26755e29df4fc"
"md","visual-direction.template","wds","wds/wds-1-project-brief/templates/visual-direction.template.md","4d4de5a305985411bf0e2676da683480fdc7fd297b42f32d15d26755e29df4fc"
"md","watercolor","wds","wds/wds-6-asset-generation/data/styles/content-styles/watercolor.md","91f935adef2348844453767fb3cee29b09d92e6c1dbcce7e8c02e14919ef19d3"
"md","WDS-SPECIFICATION-PATTERN","wds","wds/wds-4-ux-design/data/guides/WDS-SPECIFICATION-PATTERN.md","aa9e2aaadbbc95ed8320ebec8cd39622f6d33309eba99b5cf37261853ba5c15e"
"md","when-to-extract-decision-guide","wds","wds/wds-6-asset-generation/data/when-to-extract-decision-guide.md","c7fd73399aa8806155f69489dc5325053298e4a7a034e5bf728dbaa06b7050ce"
"md","workflow","wds","wds/wds-0-alignment-signoff/workflow.md","e4dcf7ebbff0fdcbb19fb963c90470638792b7824514f2947c89a6f2156e65be"
"md","workflow","wds","wds/wds-0-project-setup/workflow.md","990bc998e5eafedf619507d2c12ffb5fd1d8dd36a0aded43d10c5dd000b6a2c2"
"md","workflow","wds","wds/wds-1-project-brief/workflow.md","a424481d5eee4c499ecef289215015928877eca2b1054fe9a9c668fd5bf588ba"
"md","workflow","wds","wds/wds-2-trigger-mapping/workflow.md","d5e4aeed2286acec9d73027ee0949872e8c5fe0f64a42df84b8ce4a7d90a6177"
"md","workflow","wds","wds/wds-3-scenarios/workflow.md","c5356665f9ea3af7ceadefb30740adf1e7c02aecf97badda89464c885bd7f4c0"
"md","workflow","wds","wds/wds-4-ux-design/data/modular-architecture/workflow.md","00620f9297dc4af41531ab1feb7b3f01330748bc63a01a88ae02cba73ab42158"
"md","workflow","wds","wds/wds-4-ux-design/data/object-types/workflow.md","18a049122d6fd4326e887fbedba778f648da78678a2359eed315ec8f2c0f238a"
"md","workflow","wds","wds/wds-4-ux-design/workflow.md","9b66920b1072f7643ed662ef3cbf1ad82a80a6f4eb2e07ff0dce60f80949d492"
"md","workflow","wds","wds/wds-5-agentic-development/workflow.md","8b19ef6cd40a022522451adfedfec0f65fad9adfe3c7f9c8d11b95b43edb9868"
"md","workflow","wds","wds/wds-6-asset-generation/workflow.md","5fe59b98e3831861d38bbb6e81335b4507a76c67f43d8c293f27d6125742cc4f"
"md","workflow","wds","wds/wds-7-design-system/workflow.md","5cdfa8692d03ad0335aaa7e74ff4618e6af63a2eaab884e780e3c6b70424b0af"
"md","workflow","wds","wds/wds-8-product-evolution/workflow.md","980fbfe827e396d8bc52788834e5071695e2fe14bccd9c840841b92145f9f45f"
"md","workflow-acceptance-testing","wds","wds/wds-5-agentic-development/workflow-acceptance-testing.md","97d82cd31f09737bbee2ff9247a38a1cfeb6d6d58bfd8e0c1c84b13b95fe16d4"
"md","workflow-analysis","wds","wds/wds-5-agentic-development/workflow-analysis.md","5f5fb125074a17f80703d226f2f5b10e72dba297dd01c2dc8b7611784b39c08d"
"md","workflow-analyze","wds","wds/wds-8-product-evolution/workflow-analyze.md","a8eb977aa7c34bcf865cdf11d0d3641070d6a5cd03d5bcfe188cc7ff6c0f2ef2"
"md","workflow-browse","wds","wds/wds-7-design-system/workflow-browse.md","2a961a3f19cac758a0fbcb9bfd541af877e7b1519238a0e0454f25ed5604a927"
"md","workflow-bugfixing","wds","wds/wds-5-agentic-development/workflow-bugfixing.md","25b540ec4703013016e23a66be1bc5da15d125022dbd801ab51b1718ea4d5ed9"
"md","workflow-conceptualize","wds","wds/wds-4-ux-design/workflow-conceptualize.md","80c1fb568b9596d97f7fc462b232aabcc7565fa99856042723f505f829392148"
"md","workflow-content","wds","wds/wds-6-asset-generation/workflow-content.md","5633139635fed61f720fc1f249e8ce77e3b4fa0aa5c4e9ee7195f896a4d49084"
"md","workflow-create","wds","wds/wds-7-design-system/workflow-create.md","0ef810775d140da15dc80b3353148ffa1a196fc7bc651c58a70fa56c02d48386"
"md","workflow-deploy","wds","wds/wds-8-product-evolution/workflow-deploy.md","72f86643f4de09e512178f7fd5167cbf20ceedbef4f83e12cda5c27f2882f03c"
"md","workflow-design","wds","wds/wds-8-product-evolution/workflow-design.md","8f6b5975b16ad7404230c93152ab056c4fac87eb6a760c1e45e7574cae9139ce"
"md","workflow-design-system","wds","wds/wds-4-ux-design/workflow-design-system.md","d37152cf4704bfa44bdabbb8a67aa331761ceed836677c2ec580b3da01d7db78"
"md","workflow-development","wds","wds/wds-5-agentic-development/workflow-development.md","9883a1926ee81a917c1da81cb1d25bceb421b9b0bc9ccaa8a32cd2190ea40243"
"md","workflow-dream","wds","wds/wds-4-ux-design/workflow-dream.md","e65084c9806698b2b7921440cd5fc88df92172d4c9170e84e3519c08ac14cf96"
"md","workflow-edit","wds","wds/wds-7-design-system/workflow-edit.md","ac794783451d74f571bc2878c838e471f1d7abd28b98ed909bd437a950bc39f2"
"md","workflow-evolution","wds","wds/wds-5-agentic-development/workflow-evolution.md","dbdfd7a2c3eed63c23835d7dee51817d93f5583a0e73b04abdd10647c08bba26"
"md","workflow-figma","wds","wds/wds-6-asset-generation/workflow-figma.md","7ce7d44c9744086272a393db1a771ce219ec52bb4559b46b8b3857809440ede5"
"md","workflow-handover","wds","wds/wds-4-ux-design/workflow-handover.md","2bafcbc89d95cba807c7bbc2040fcf46a15523ae5c63780d59b1ebfad3fa59da"
"md","workflow-icons","wds","wds/wds-6-asset-generation/workflow-icons.md","ca75951b62232cd305cd58769d1be72cbb2b2a3812c804f2fae84f3655aa9aac"
"md","workflow-images","wds","wds/wds-6-asset-generation/workflow-images.md","c24712dcc7ac2bd57d7c08af42b2ced51ad674af979b7b3f2f9584c7717c0daf"
"md","workflow-implement","wds","wds/wds-8-product-evolution/workflow-implement.md","f1ba07f816b57d467b29e0c7849c80688565d58b4aeedce2c16bad45a8d7f5c8"
"md","workflow-import","wds","wds/wds-7-design-system/workflow-import.md","d7466cd2ec2c0340e4dcdce99596ce16085fd3c766646f621c9a36b6c6edf980"
"md","workflow-page-designs","wds","wds/wds-6-asset-generation/workflow-page-designs.md","5134f30a42d0a47cd683ee192396ce2a22565433c007e5972782be86a0c79d39"
"md","workflow-prototyping","wds","wds/wds-5-agentic-development/workflow-prototyping.md","785e9d51acd52502071573d261856cda9a1790d644dbf742f0a030a000653db9"
"md","workflow-reverse-engineering","wds","wds/wds-5-agentic-development/workflow-reverse-engineering.md","b4ac22aa5afd9202b06ec0f299d221162c42ff16545f26217e821705b8a83b5d"
"md","workflow-scope","wds","wds/wds-8-product-evolution/workflow-scope.md","830661e3ed834c39f29c24b4a1b50397c1ff5a460053ecb25b768fca6e20a475"
"md","workflow-sketch","wds","wds/wds-4-ux-design/workflow-sketch.md","1d58375e916582d0e5c168c580c39a9b6238ed8d75461071a1b5a9bb8fddc4ca"
"md","workflow-specify","wds","wds/wds-4-ux-design/workflow-specify.md","6f39bd46a2d7bac967a83bf800ed17274d2f490c4723e40f3439e1ab9282c147"
"md","workflow-stitch","wds","wds/wds-6-asset-generation/workflow-stitch.md","4797ca3874fb3a2d57f9e7b6cb1a5d4c491aa64f7eac29ee2405563d5d8de66f"
"md","workflow-suggest","wds","wds/wds-4-ux-design/workflow-suggest.md","be210991caf05b72daa84398035ff2a27354c4898a1692d26c597edb25ceae3a"
"md","workflow-test","wds","wds/wds-8-product-evolution/workflow-test.md","1a8d3869dc7face05313cb9f3265ee0adf60befe3e61b25e11c001ae15d7b5f2"
"md","workflow-ui-elements","wds","wds/wds-6-asset-generation/workflow-ui-elements.md","6280282e5e40172b87cd02b00acadc28eb4fe67a20d31a336ad8f32fe6b0b920"
"md","workflow-validate","wds","wds/wds-1-project-brief/workflow-validate.md","efade596792daa75480a424cd55208685d0337d045a0c9066c73cff2382efc21"
"md","workflow-validate","wds","wds/wds-2-trigger-mapping/workflow-validate.md","a8108c0f35d9f98cbcc9d77230cfb9fc64d1c96f5c32c2b5f004ada89719ba40"
"md","workflow-validate","wds","wds/wds-3-scenarios/workflow-validate.md","217dcf7e869af08569bd823da357dcbc2853a341309e7d85a12a170bcfaac824"
"md","workflow-validate","wds","wds/wds-4-ux-design/workflow-validate.md","9a44a0bb86fa2609537dbe81c174fbd3b73cba5237dada1306d2225d02227a50"
"md","workflow-videos","wds","wds/wds-6-asset-generation/workflow-videos.md","8a2efb15c497be5d648d919deb8706c42959aec1e3f5800dc3f6710f9144e247"
"md","workflow-view","wds","wds/wds-7-design-system/workflow-view.md","cbb5aedce610904bddf8418e8dc2f2ff48d2bffe8380fc33aab9fef4014349cd"
"md","workflow-visual","wds","wds/wds-4-ux-design/workflow-visual.md","358b3d3009403646d8f7259930d4bbc7ad0af1f60cfa278b5f8cafe05bb43481"
"md","workflow-wireframes","wds","wds/wds-6-asset-generation/workflow-wireframes.md","7af3e70d734e9556f53a33039d4f549c90391b8453cbaff17d380fb6faf062cf"
"md","workshop-c-placeholder-pages","wds","wds/wds-4-ux-design/data/page-creation-flows/workshop-c-placeholder-pages.md","4af728531656fc7e8143426b6a541a608e7cd3b769dc002b89028bdcfbf6b709"
"md","workshop-page-creation","wds","wds/wds-4-ux-design/data/page-creation-flows/workshop-page-creation.md","a78220922edc9ce0d3ddbff5cb295131a0989f2f1fd8f4d4089ea6c135c6fa9a"
"md","workshop-page-process","wds","wds/wds-4-ux-design/data/page-creation-flows/workshop-page-process.md","7cb2560753858174833f6e9859b83fa38b96af0941e1af84fa829b5a9a871273"
"toml","customize","wds","wds/wds-agent-freya-ux/customize.toml","10085891e9ce15a2eb0d77f6d3a76ff266b0313dd12ae81d36aebbb00662805e"
"toml","customize","wds","wds/wds-agent-saga-analyst/customize.toml","bbdb71c3675b1bbbb61850f943e064e0cd9edea694327a632c31132a67d971dd"
"xml","workflow","wds","wds/wds-3-scenarios/workflow.xml","2df65878a5f478700bd1740012682c0fdf91924f69f6ea4cd7d660986ab51e22"
"xml","workflow-specify","wds","wds/wds-4-ux-design/workflow-specify.xml","7bfd1ba5c1a1d08afac2d0fd44114dd289077df4df4db618c7c350621ef4cfc1"
"yaml","config","wds","wds/config.yaml","6779dab7c10393757b7ecf87ee9240061e2063e7777fb70ae72bf5e6a7144fbf"
"yaml","design-delivery.template","wds","wds/wds-4-ux-design/templates/design-delivery.template.yaml","90f89ab05cfedb482866af69bfb78e4b466b3772ce99ebca835a1b0790f2c957"
"yaml","platform-requirements.template","wds","wds/wds-0-project-setup/resources/wds-1-project-brief/templates/platform-requirements.template.yaml","35c1c99f144f6ab59a20257f735a25bdea6ebfff21854b7cf62f361fcf2643e6"
"yaml","platform-requirements.template","wds","wds/wds-1-project-brief/templates/platform-requirements.template.yaml","35c1c99f144f6ab59a20257f735a25bdea6ebfff21854b7cf62f361fcf2643e6"
"yaml","test-scenario.template","wds","wds/wds-4-ux-design/templates/test-scenario.template.yaml","569a9395d560a98bf051832da082deec61b56176fea2131c6c178e06867354d4"
"yaml","work-file-template","wds","wds/wds-5-agentic-development/templates/work-file-template.yaml","a11370277e14a50678069808e979239e17ecab181cadd4e984b4999d84eb521f"
1 type name module path hash
2 yaml manifest _config _config/manifest.yaml fc19cf855b34b936e0e27109b52e8beaa45cde8de751cd19392334613953dcfe
3 csv documentation-requirements bmm bmm/1-analysis/bmad-document-project/documentation-requirements.csv d1253b99e88250f2130516b56027ed706e643bfec3d99316727a4c6ec65c6c1d
4 csv domain-complexity bmm bmm/2-plan-workflows/bmad-create-prd/data/domain-complexity.csv f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770
5 csv domain-complexity bmm bmm/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv f775f09fb4dc1b9214ca22db4a3994ce53343d976d7f6e5384949835db6d2770
6 csv domain-complexity bmm bmm/3-solutioning/bmad-create-architecture/data/domain-complexity.csv 3dc34ed39f1fc79a51f7b8fc92087edb7cd85c4393a891d220f2e8dd5a101c70
7 csv module-help bmm bmm/module-help.csv 2e9b3c8492a9e03b6aa81ee93ea63cb9fd94c28b9993d688ad45a2e23955408e
8 csv project-types bmm bmm/2-plan-workflows/bmad-create-prd/data/project-types.csv 7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3
9 csv project-types bmm bmm/2-plan-workflows/bmad-validate-prd/data/project-types.csv 7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3
10 csv project-types bmm bmm/3-solutioning/bmad-create-architecture/data/project-types.csv 12343635a2f11343edb1d46906981d6f5e12b9cad2f612e13b09460b5e5106e7
11 json bmad-manifest bmm bmm/1-analysis/bmad-prfaq/bmad-manifest.json 3da3d0a00b21c040f17bbc5d63283f23b432a92214634b211a5396ca864b2c7d
12 json bmad-manifest bmm bmm/1-analysis/bmad-product-brief/bmad-manifest.json 22c9c569e116024e19ce8d57a1572a9be456dadc3df309a6e3922862a72775b6
13 json project-scan-report-schema bmm bmm/1-analysis/bmad-document-project/templates/project-scan-report-schema.json 8466965321f1db22f5013869636199f67e0113706283c285a7ffbbf5efeea321
14 md architecture-decision-template bmm bmm/3-solutioning/bmad-create-architecture/architecture-decision-template.md 5d9adf90c28df61031079280fd2e49998ec3b44fb3757c6a202cda353e172e9f
15 md artifact-analyzer bmm bmm/1-analysis/bmad-prfaq/agents/artifact-analyzer.md 7bdc44830f8d593346ec0ee15e36e1e431432fcc6c38b70bb861999315c9cfa4
16 md artifact-analyzer bmm bmm/1-analysis/bmad-product-brief/agents/artifact-analyzer.md dcd8c4bb367fa48ff99c26565d164323b2ae057b09642ba7d1fda1683262be2d
17 md brief-template bmm bmm/1-analysis/bmad-product-brief/resources/brief-template.md d42f0ef6b154b5c314090be393febabd61de3d8de1ecf926124d40d418552b4b
18 md checklist bmm bmm/1-analysis/bmad-document-project/checklist.md 581b0b034c25de17ac3678db2dbafedaeb113de37ddf15a4df6584cf2324a7d7
19 md checklist bmm bmm/4-implementation/bmad-correct-course/checklist.md 3e082b95def90ccb876e3101ce0bbaf797a0f03a9471e1347361897f27977327
20 md checklist bmm bmm/4-implementation/bmad-create-story/checklist.md b94e28e774c3be0288f04ea163424bece4ddead5cd3f3680d1603ed07383323a
21 md checklist bmm bmm/4-implementation/bmad-dev-story/checklist.md 630b68c6824a8785003a65553c1f335222b17be93b1bd80524c23b38bde1d8af
22 md checklist bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/checklist.md b58f810aeb1040c2f6758c88aa133afce72f8cc178d3d97ff0fbaa3d943057dc
23 md checklist bmm bmm/4-implementation/bmad-sprint-planning/checklist.md 80b10aedcf88ab1641b8e5f99c9a400c8fd9014f13ca65befc5c83992e367dd7
24 md compile-epic-context bmm bmm/4-implementation/bmad-quick-dev/compile-epic-context.md 5cfda02f252941e415b80c57b4528f46226b3cbf456ad45d78fcb5a7ef4816e2
25 md contextual-discovery bmm bmm/1-analysis/bmad-product-brief/prompts/contextual-discovery.md b29d2c555cec9777d43b9aa7193881c468e619db14f366f53a3be5661d0e05b4
26 md customer-faq bmm bmm/1-analysis/bmad-prfaq/references/customer-faq.md 96f8565197649c58908a1d61b6cd805fd01f57da7945ba889c18d087ad597aeb
27 md deep-dive-instructions bmm bmm/1-analysis/bmad-document-project/workflows/deep-dive-instructions.md a79e24b93a25ab456062916a9dad7b6a16dc43ac0b4b555700d3c3751cff0d25
28 md deep-dive-template bmm bmm/1-analysis/bmad-document-project/templates/deep-dive-template.md 6198aa731d87d6a318b5b8d180fc29b9aa53ff0966e02391c17333818e94ffe9
29 md deep-dive-workflow bmm bmm/1-analysis/bmad-document-project/workflows/deep-dive-workflow.md a64d98dfa3b771df2853c4fa19a4e9c90d131e409e13b4c6f5e494d6ac715125
30 md discover-inputs bmm bmm/4-implementation/bmad-create-story/discover-inputs.md dfedba6a8ea05c9a91c6d202c4b29ee3ea793d8ef77575034787ae0fef280507
31 md draft-and-review bmm bmm/1-analysis/bmad-product-brief/prompts/draft-and-review.md e05a02ea67fcd0f4683b9c9bd42ac8673878d403e002037e3962062d11f69059
32 md epics-template bmm bmm/3-solutioning/bmad-create-epics-and-stories/templates/epics-template.md a804f740155156d89661fa04e7a4264a8f712c4dc227c44fd8ae804a9b0f6b72
33 md explain-concept bmm bmm/1-analysis/bmad-agent-tech-writer/explain-concept.md 6ea82dbe4e41d4bb8880cbaa62d936e40cef18f8c038be73ae6e09c462abafc9
34 md finalize bmm bmm/1-analysis/bmad-product-brief/prompts/finalize.md 973a3e2ae70f9c2413c5435591a4b8d1919e8a209c139d063483bc5028922ee3
35 md full-scan-instructions bmm bmm/1-analysis/bmad-document-project/workflows/full-scan-instructions.md 2235945df2ae261265187447ce593238e132a026a9b88d3507a1f1d6808a0263
36 md full-scan-workflow bmm bmm/1-analysis/bmad-document-project/workflows/full-scan-workflow.md 3bff88a392c16602bd44730f32483505e73e65e46e82768809c13a0a5f55608b
37 md generate-trail bmm bmm/4-implementation/bmad-checkpoint-preview/generate-trail.md 4a5936d86fbe5a85285b4535097b1e2edda8849da35586f4b588a982d7224459
38 md guided-elicitation bmm bmm/1-analysis/bmad-product-brief/prompts/guided-elicitation.md db9c691986aeb9ccc2aae824eefabb1740e64920b5bb9a517e3b7d99bcaa3da5
39 md index-template bmm bmm/1-analysis/bmad-document-project/templates/index-template.md 42c8a14f53088e4fda82f26a3fe41dc8a89d4bcb7a9659dd696136378b64ee90
40 md instructions bmm bmm/1-analysis/bmad-document-project/instructions.md 9f4bc3a46559ffd44289b0d61a0f8f26f829783aa1c0e2a09dfa807fa93eb12f
41 md internal-faq bmm bmm/1-analysis/bmad-prfaq/references/internal-faq.md 26eb83f844cda1ed8efb50f4703d61713ada8a64bd27eb387f759f858b5748de
42 md mermaid-gen bmm bmm/1-analysis/bmad-agent-tech-writer/mermaid-gen.md 1d83fcc5fa842bc31ecd9fd7e45fbf013fabcadf0022d3391fff5b53b48e4b5d
43 md opportunity-reviewer bmm bmm/1-analysis/bmad-product-brief/agents/opportunity-reviewer.md 3b6d770c45962397bfecce5d4b001b03fc0e577aa75f7932084b56efe41edc07
44 md prd-purpose bmm bmm/2-plan-workflows/bmad-create-prd/data/prd-purpose.md 49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee
45 md prd-purpose bmm bmm/2-plan-workflows/bmad-edit-prd/data/prd-purpose.md 49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee
46 md prd-purpose bmm bmm/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md 49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee
47 md prd-template bmm bmm/2-plan-workflows/bmad-create-prd/templates/prd-template.md 7ccccab9c06a626b7a228783b0b9b6e4172e9ec0b10d47bbfab56958c898f837
48 md press-release bmm bmm/1-analysis/bmad-prfaq/references/press-release.md c406adb0e2d2cc326cbc45d0174f89d014523448ad82bc272293999d22aec596
49 md prfaq-template bmm bmm/1-analysis/bmad-prfaq/assets/prfaq-template.md b27e6964f0437ab4e78c8c0ffbe5052c28e3b3ef2fc811726cbb394d5a5c7559
50 md project-context-template bmm bmm/3-solutioning/bmad-generate-project-context/project-context-template.md 54e351394ceceb0ac4b5b8135bb6295cf2c37f739c7fd11bb895ca16d79824a5
51 md project-overview-template bmm bmm/1-analysis/bmad-document-project/templates/project-overview-template.md a7c7325b75a5a678dca391b9b69b1e3409cfbe6da95e70443ed3ace164e287b2
52 md readiness-report-template bmm bmm/3-solutioning/bmad-check-implementation-readiness/templates/readiness-report-template.md 0da97ab1e38818e642f36dc0ef24d2dae69fc6e0be59924dc2dbf44329738ff6
53 md research.template bmm bmm/1-analysis/research/bmad-domain-research/research.template.md 507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce
54 md research.template bmm bmm/1-analysis/research/bmad-market-research/research.template.md 507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce
55 md research.template bmm bmm/1-analysis/research/bmad-technical-research/research.template.md 507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce
56 md skeptic-reviewer bmm bmm/1-analysis/bmad-product-brief/agents/skeptic-reviewer.md fc1642dff30b49032db63f6518c5b34d3932c9efefaea2681186eb963b207b97
57 md SKILL bmm bmm/1-analysis/bmad-agent-analyst/SKILL.md dff8fbd39de875ccc6735204561f2b7b877788843ecd6e8b6001e7ca7f39641e
58 md SKILL bmm bmm/1-analysis/bmad-agent-tech-writer/SKILL.md d39ffa2a931361e9fea11ef5eb96da0fc6b8dbab70dc200142404a50b78e7665
59 md SKILL bmm bmm/1-analysis/bmad-document-project/SKILL.md efe25c8c27116faeeef119078953c38e827db787338fdb2dca65c086f42e0c4b
60 md SKILL bmm bmm/1-analysis/bmad-prfaq/SKILL.md 9e864f574cc2e1411284edb625a17268aab1f894c46baac2edc3bcf1383adaca
61 md SKILL bmm bmm/1-analysis/bmad-product-brief/SKILL.md 044459f71dd94177982629837d47c5e507599f351e0acbab0edf9d36e5f08d2e
62 md SKILL bmm bmm/1-analysis/research/bmad-domain-research/SKILL.md 53d2ee5ccbd1d73290e752cff0235bfdb4928dc5ee70f347992ef15621341124
63 md SKILL bmm bmm/1-analysis/research/bmad-market-research/SKILL.md 720183e577a5f6f307f320703a5ec522190723e957cfe6ad7821d8d833dea0c7
64 md SKILL bmm bmm/1-analysis/research/bmad-technical-research/SKILL.md 1c4b61afaeedd3191db65923253be56084c64e4f832f0e2b9179671f91b5bf20
65 md SKILL bmm bmm/2-plan-workflows/bmad-agent-pm/SKILL.md 3a8550daac2df2f01a7c04b66148c1e30b50f81730f043415f2a1aba6314f8a4
66 md SKILL bmm bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md 3ac99856f0ee9bae3ba05cefab32e90920b4a1fdf0e8c4bf9c440be31f9e5a1f
67 md SKILL bmm bmm/2-plan-workflows/bmad-create-prd/SKILL.md ada295172352839ec0c38c833387bf3d188052b054eeb44686b9ec075c4944f2
68 md SKILL bmm bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md 24a4123035194bd3517a059417dcd8114db90f99314ed1a51cfdbbaff02860b2
69 md SKILL bmm bmm/2-plan-workflows/bmad-edit-prd/SKILL.md b0ae6e77ca10f1869c5d3ff8f3ed4f8fe0b318982dde870cef944f18207e4197
70 md SKILL bmm bmm/2-plan-workflows/bmad-validate-prd/SKILL.md 801127bfb5592608fb8e7d3e5d89f37e7c675ab4710520f87a5db4d8a8240d88
71 md SKILL bmm bmm/3-solutioning/bmad-agent-architect/SKILL.md 1bb79ab9d9ae3180a6142d9d20c2a5cb15ad5d5f28e38a7f847295dd04d2299f
72 md SKILL bmm bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md c683db5628781e6dba6fad388ed65cf7561a208e773f72c786918743e379abef
73 md SKILL bmm bmm/3-solutioning/bmad-create-architecture/SKILL.md b12711f1655cb809bb74a3e11e40943dce225ccba9d01974d5bf521a5867ba23
74 md SKILL bmm bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md 9db05e4a63ead6e416009fdec250bb9b749b361331964b601559ffeedd2f1c0f
75 md SKILL bmm bmm/3-solutioning/bmad-generate-project-context/SKILL.md 3d8c20e13e62981464365509fc5e1dfd31e70a94e8c08b048a3e3866ea00ff43
76 md SKILL bmm bmm/4-implementation/bmad-agent-dev/SKILL.md ab47a75e3031bc58a9783e4f8dece8d44dfdacb7ba74cd56f766b260f9993218
77 md SKILL bmm bmm/4-implementation/bmad-checkpoint-preview/SKILL.md fcdd92af6b97ae64f99a89c37deef0074a974ffa577263e6c79c4b6734c63bda
78 md SKILL bmm bmm/4-implementation/bmad-code-review/SKILL.md 6801f6742156f125185b1eb6e10c58dfde4ff6545b2e6278acf68cbcfbe0abe4
79 md SKILL bmm bmm/4-implementation/bmad-correct-course/SKILL.md 25be5dd528b5c3996e5fa02fc30b72377f688436742c6962f4a1e9a2dac46e55
80 md SKILL bmm bmm/4-implementation/bmad-create-story/SKILL.md 81517ba8ef137a15002d6d21ef18a1e88190c74ac9e0c5b29227e4059870809a
81 md SKILL bmm bmm/4-implementation/bmad-dev-story/SKILL.md 5e7d3bca5051ff8f009bcf608e3fdac3260c2aa6faa8df170a954fe03a4a03f8
82 md SKILL bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md ad6025f0279ef9fac2f6c76d8f612c37ccc23f8062b7ac0ac40708b49cc7db80
83 md SKILL bmm bmm/4-implementation/bmad-quick-dev/SKILL.md 2b2e57e5327fc69962e6529a0c17498185b571646a9c7360e5c15be14ea7e63b
84 md SKILL bmm bmm/4-implementation/bmad-retrospective/SKILL.md 997308d999545fa6c82b8652a2973e1d89d82cfbf892531e25e491291a95c33e
85 md SKILL bmm bmm/4-implementation/bmad-sprint-planning/SKILL.md 21946cdaef8115deee6ce322c460e8af39368509d700c778cd7109f50a6821eb
86 md SKILL bmm bmm/4-implementation/bmad-sprint-status/SKILL.md 2fe141bc2033ea341a73fb93349fcee0296d8d8714fcf984ab056bc0abae0a19
87 md source-tree-template bmm bmm/1-analysis/bmad-document-project/templates/source-tree-template.md 109bc335ebb22f932b37c24cdc777a351264191825444a4d147c9b82a1e2ad7a
88 md spec-template bmm bmm/4-implementation/bmad-quick-dev/spec-template.md 3ee15d5a63cf5eeee74149c590668fc61d0e44023eac12988a1ca2a9438a9d39
89 md step-01-clarify-and-route bmm bmm/4-implementation/bmad-quick-dev/step-01-clarify-and-route.md b5eb9f0cecf2a462885b8e7b4c21abbaec1e95c8abbd76bc410d9090fd8379f0
90 md step-01-discover bmm bmm/3-solutioning/bmad-generate-project-context/steps/step-01-discover.md 8b2c8c7375f8a3c28411250675a28c0d0a9174e6c4e67b3d53619888439c4613
91 md step-01-document-discovery bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md c763b512d55906122433cb65c1bcd5b5b283e45eacdc07281c8ec7596b6b3980
92 md step-01-gather-context bmm bmm/4-implementation/bmad-code-review/steps/step-01-gather-context.md d0ee7558605e9d48b5b6f15d9b535542eb6d922613f529bb520326eacade4171
93 md step-01-init bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-01-init.md efee243f13ef54401ded88f501967b8bc767460cec5561b2107fc03fe7b7eab1
94 md step-01-init bmm bmm/1-analysis/research/bmad-market-research/steps/step-01-init.md 64d5501aea0c0005db23a0a4d9ee84cf4e9239f553c994ecc6b1356917967ccc
95 md step-01-init bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-01-init.md c9a1627ecd26227e944375eb691e7ee6bc9f5db29a428a5d53e5d6aef8bb9697
96 md step-01-init bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01-init.md 922f59e960569f68bbf0d2c17ecdca74e9d9b92c6a802a5ea888e10774be7738
97 md step-01-init bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md 0b257533a0ce34d792f621da35325ec11cb883653e3ad546221ee1f0dee5edcd
98 md step-01-init bmm bmm/3-solutioning/bmad-create-architecture/steps/step-01-init.md 5119205b712ebda0cd241c3daad217bb0f6fa9e6cb41d6635aec6b7fe83b838a
99 md step-01-orientation bmm bmm/4-implementation/bmad-checkpoint-preview/step-01-orientation.md d9e3b949c36d49a025f3535773af2b51888fe4ce616b6d6d69683a122716b1d2
100 md step-01-validate-prerequisites bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md 5c2aabc871363d84fc2e12fd83a3889e9d752b6bd330e31a0067c96204dd4880
101 md step-01b-continue bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-01b-continue.md bdc3677aa220c4822b273d9bc8579669e003cc96d49475ddb3116bdef759cf04
102 md step-01b-continue bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md 4d42c6b83eaa720975bf2206a7eea1a8c73ae922668cc2ef03d34c49ab066c19
103 md step-01b-continue bmm bmm/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md 4bf216008297dcea25f8be693109cf17879c621865b302c994cdd15aa5124e5f
104 md step-02-context bmm bmm/3-solutioning/bmad-create-architecture/steps/step-02-context.md 4381c5128de7d5c02ac806a1263e3965754bd2598954f3188219fbd87567e5c9
105 md step-02-customer-behavior bmm bmm/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md bac4de244049f90d1f2eb95e2cc9389cc84966d9538077fef1ec9c35e4533849
106 md step-02-design-epics bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-02-design-epics.md 7c66987808c1f84e853fe54b7aff26d209196d450b5644704110f124a15179bc
107 md step-02-discovery bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02-discovery.md 4ef0a3e62c05bfe90fbeca03d58ada11017098523a563003d574462d65f51e78
108 md step-02-discovery bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-02-discovery.md 9ffd5b31cc869b564e4d78cdc70767f0fb1b04db4c40201ccfa9dde75739fa8d
109 md step-02-domain-analysis bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-02-domain-analysis.md 385a288d9bbb0adf050bcce4da4dad198a9151822f9766900404636f2b0c7f9d
110 md step-02-generate bmm bmm/3-solutioning/bmad-generate-project-context/steps/step-02-generate.md b1f063edae66a74026b67a79a245cec7ee85438bafcacfc70dcf6006b495e060
111 md step-02-plan bmm bmm/4-implementation/bmad-quick-dev/step-02-plan.md 72f4df415adceaaf554166983559e058c6a019d783d0f87cf42c401db3c5f52c
112 md step-02-prd-analysis bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md 38be2bf4b924c0b5b395b57d68f685d790ade7b1a6c10993d3c550675f87d954
113 md step-02-review bmm bmm/4-implementation/bmad-code-review/steps/step-02-review.md 1883758e0e91fba439497d04417f03d778f3f6fb12754f49aa8cfa5e15489f70
114 md step-02-technical-overview bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-02-technical-overview.md 9c7582241038b16280cddce86f2943216541275daf0a935dcab78f362904b305
115 md step-02-walkthrough bmm bmm/4-implementation/bmad-checkpoint-preview/step-02-walkthrough.md 66cf893f8f968ee81034e9ccd8c20415692c3a8c23a9a143c2245fe6c800acdc
116 md step-02b-vision bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02b-vision.md 641fcd72722c34850bf2daf38a4dfc544778999383aa9b33b4e7569de5860721
117 md step-02c-executive-summary bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-02c-executive-summary.md 7abf23a4ae7a7e1653cb86d90fdb1698cbe876628de3273b5638cfb05e34b615
118 md step-03-competitive-landscape bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-03-competitive-landscape.md f10aa088ba00c59491507f6519fb314139f8be6807958bb5fd1b66bff2267749
119 md step-03-complete bmm bmm/3-solutioning/bmad-generate-project-context/steps/step-03-complete.md e61463db76a8fa060411aa24127aee936d646b97564e9e2a883494ea50e68464
120 md step-03-core-experience bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-03-core-experience.md 1f58c8a2f6872f468629ecb67e94f793af9d10d2804fe3e138eba03c090e00c5
121 md step-03-create-stories bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md c5b787a82e4e49ed9cd9c028321ee1689f32b8cd69d89eea609b37cd3d481afc
122 md step-03-customer-pain-points bmm bmm/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md 5b2418ccaaa89291c593efed0311b3895faad1e9181800d382da823a8eb1312a
123 md step-03-detail-pass bmm bmm/4-implementation/bmad-checkpoint-preview/step-03-detail-pass.md d48163b9f305f15af57729a8443142e47beb6c3e977554afe12b39ee49cb9fc0
124 md step-03-epic-coverage-validation bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md 7b187f03a47cba0325fcfd10240410db9c59d93768342fc2dd3de2a01ec23356
125 md step-03-implement bmm bmm/4-implementation/bmad-quick-dev/step-03-implement.md 4d848865eafe5eeba7d83529c766bd410a9cc20a05de1d6a764954c7275b4749
126 md step-03-integration-patterns bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-03-integration-patterns.md 005d517a2f962e2172e26b23d10d5e6684c7736c0d3982e27b2e72d905814ad9
127 md step-03-starter bmm bmm/3-solutioning/bmad-create-architecture/steps/step-03-starter.md b7727e0f37bc5325e15abad1c54bef716d617df423336090189efd1d307a0b3f
128 md step-03-success bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-03-success.md 3959db0848f9a4c99f80ac8d59855f9bb77f833475d3d5512e623d62b52b86dc
129 md step-03-triage bmm bmm/4-implementation/bmad-code-review/steps/step-03-triage.md 91eaa27f6a167702ead00da9e93565c9bff79dce92c02eccbca61b1d1ed39a80
130 md step-04-architectural-patterns bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-04-architectural-patterns.md 4636f23e9c585a7a0c90437a660609d913f16362c3557fc2e71d408d6b9f46ce
131 md step-04-customer-decisions bmm bmm/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md f0bc25f2179b7490e7a6704159a32fc9e83ab616022355ed53acfe8e2f7059d5
132 md step-04-decisions bmm bmm/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md 7fc0ebb63ab5ad0efc470f1063c15f14f52f5d855da2382fd17576cf060a8763
133 md step-04-emotional-response bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-04-emotional-response.md 75724811b170c8897e230a49e968e1db357fef3387008b0906b5ff79a43dbff9
134 md step-04-final-validation bmm bmm/3-solutioning/bmad-create-epics-and-stories/steps/step-04-final-validation.md 6b83fcf177c24c6b43c2eb0df2efc1430cb0f357b3ab20ee8a5c5483c3fee079
135 md step-04-journeys bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-04-journeys.md a9f2b74f06230916f66a1cf42437e4173061a157642c5eaf0d985d4078872526
136 md step-04-present bmm bmm/4-implementation/bmad-code-review/steps/step-04-present.md eee5687e9d7da9a0aeffd78180b8289fca804fc2d59896db5f65a8dd476e4869
137 md step-04-regulatory-focus bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-04-regulatory-focus.md d22035529efe91993e698b4ebf297bf2e7593eb41d185a661c357a8afc08977b
138 md step-04-review bmm bmm/4-implementation/bmad-quick-dev/step-04-review.md e62a50a37ab20eb426f5abd44179dfac51548707b5e85e6fe7817c144cbe3dae
139 md step-04-testing bmm bmm/4-implementation/bmad-checkpoint-preview/step-04-testing.md 28a56e868968ea2d18add0df8c4bccced0f94b698e218df3d45ddac072ce369c
140 md step-04-ux-alignment bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md f71e5f0d77615e885ae40fdee6b04c1dd6e472c871f87b515fe869cb5f6966fb
141 md step-05-competitive-analysis bmm bmm/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md 17532051ad232cfc859f09ac3b44f9f4d542eb24cff8d07317126ccdff0d225a
142 md step-05-domain bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-05-domain.md 983617d33fe6b7e911f34cf6a2adb86be595952ab9a7c7308e7f6b3858b39a12
143 md step-05-epic-quality-review bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md d8a84e57f4e3a321734b5b5d093458ceb1e338744f18954c5a204f5ce3576185
144 md step-05-implementation-research bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-05-implementation-research.md e2b8a2c79bcebadc85f3823145980fa47d7e7be8d1c112f686c6223c8c138608
145 md step-05-inspiration bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-05-inspiration.md b0cadcd4665c46d2e6e89bdb45ddfdd4e4aac47b901e59aa156b935878a2b124
146 md step-05-patterns bmm bmm/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md 3c80aba507aa46893ef43f07c5c321b985632ef57abc82d5ee93c3d9c2911134
147 md step-05-present bmm bmm/4-implementation/bmad-quick-dev/step-05-present.md ea49ce8703d4946ec54a59ff428d52ad64ab2649f49c43230bec1f3d09e85b55
148 md step-05-technical-trends bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-05-technical-trends.md fd6c577010171679f630805eb76e09daf823c2b9770eb716986d01f351ce1fb4
149 md step-05-wrapup bmm bmm/4-implementation/bmad-checkpoint-preview/step-05-wrapup.md c2d4dbc17fed4f8ecbfcb09a2f9c77f0d4562bd27397270e2c27ba37cf4fe073
150 md step-06-design-system bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-06-design-system.md 1c71e452916c5b9ed000af4dd1b83954ae16887463c73776251e1e734e7d7641
151 md step-06-final-assessment bmm bmm/3-solutioning/bmad-check-implementation-readiness/steps/step-06-final-assessment.md 1b9c8c2a21950f85e052e05309bfcb3bfe38157ba6fca402ccf37444e7f1cee3
152 md step-06-innovation bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-06-innovation.md a0b3863e11f1dc91c73871967c26c3a2746a11c29a1cd23ee000df5b6b22f1b3
153 md step-06-research-completion bmm bmm/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md 4f5d3158a8462656d6959d29544ed5c92cb925641e2205e47af05c124fcd7666
154 md step-06-research-synthesis bmm bmm/1-analysis/research/bmad-domain-research/domain-steps/step-06-research-synthesis.md 805f2cb7005a4fb0c4da52ea38d45de863f3e840e0f2de1456c414831cdbdf59
155 md step-06-research-synthesis bmm bmm/1-analysis/research/bmad-technical-research/technical-steps/step-06-research-synthesis.md 64d9303ef0c9ce839dc3b2d72e94e3e5b4673e82dc7fc9f1571bd0b03b3a43a7
156 md step-06-structure bmm bmm/3-solutioning/bmad-create-architecture/steps/step-06-structure.md f8333ca290b62849c1e2eb2f770b46705b09fe0322217b699b13be047efdd03e
157 md step-07-defining-experience bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-07-defining-experience.md 17f78d679a187cfb703c2cd30eea84d9dd683f3708d24885421239338eea4edd
158 md step-07-project-type bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-07-project-type.md ba60660354a1aa7dff8a03bfff79ace4589af13e3a2945ae78157a33abd12f17
159 md step-07-validation bmm bmm/3-solutioning/bmad-create-architecture/steps/step-07-validation.md dde4cd93a3015011da9a8a3237aafa2d15d0935205686231e58bf7064f81cc28
160 md step-08-complete bmm bmm/3-solutioning/bmad-create-architecture/steps/step-08-complete.md 6466e5196be63e9e21b81d6fed45f1ff547d6ac739271201d6180febc857473d
161 md step-08-scoping bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-08-scoping.md 868accb05c998543ac01ae068c6316e408cbc4e450bf9cc10b16fe843956faa9
162 md step-08-visual-foundation bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-08-visual-foundation.md 985b4da65435114529056f33ff583ec4d1b29feb3550494ae741b6dbb89798a9
163 md step-09-design-directions bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-09-design-directions.md 07962c637e69a612a904efccf6188b7f08c9e484d4d7369c74cd0de7da0cb1e3
164 md step-09-functional bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-09-functional.md 4880a2f02fdc43964bd753c733c7800b9ccf6b1ccf194b2a8c3f09f1ad85843c
165 md step-10-nonfunctional bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-10-nonfunctional.md afde3cd586227cec7863267518667605e9487025a9c0f3b7f220c66adbbc347c
166 md step-10-user-journeys bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-10-user-journeys.md eabe15745e6b68df06833bca103c704d31094c8f070c84e35f1ee9b0c28d10bd
167 md step-11-component-strategy bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-11-component-strategy.md 52a1d0230160124496467ddbe26dd9cc4ae7d9afceaea987aad658e1bb195f59
168 md step-11-polish bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-11-polish.md 4271ae5026e30d807f1272b91161d57567badf0bd89e760ea067636d13f12223
169 md step-12-complete bmm bmm/2-plan-workflows/bmad-create-prd/steps-c/step-12-complete.md bb9471a4b14729785572480b1e0d9e57ab5a4580a04575aea1b1ea1e22971458
170 md step-12-ux-patterns bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-12-ux-patterns.md 37215fe8ea33247e9a31b5f8b8fe3b36448d7f743c18803e4d5054c201348be8
171 md step-13-responsive-accessibility bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md cd4d4e2a307b4cbc805c6954860c93c14a11b74b1e206c45ff89f8b81ab03a62
172 md step-14-complete bmm bmm/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md 47880f82ada9f2edff8be144328f86fb683fd78aba64ec0ea9dfbff71732be00
173 md step-e-01-discovery bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md 5f733ce1dc3663fbbb1fe661471dc1fcb5a9c02621c1f5599bba5850dfe3b7a3
174 md step-e-01b-legacy-conversion bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md 62bf07f0da57c4f87440b5db95928239527542b39be2ff806e85dfca8a0f7e40
175 md step-e-02-review bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md e6a2025055840d5625fc2eec71209da1d63d6bf530c305d353b1d4500202d8bd
176 md step-e-03-edit bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md 38d70a13738c87da364ca7dc5ef9270f84e3c24d5204cdad969e0269f1d55994
177 md step-e-04-complete bmm bmm/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md 9689a795db6e55dd9b946f21b2c4e6a83004693938d9de833334ed76508ddb61
178 md step-oneshot bmm bmm/4-implementation/bmad-quick-dev/step-oneshot.md d68648848bb8277f5b762c3528c2aa42122268037b97d252a8f4faf4edb2830e
179 md step-v-01-discovery bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md 65c4686abf818f35eeeff7cf7d31646b9693f3b8aaaa04eac7c97e9be0572a57
180 md step-v-02-format-detection bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md c27ea549b1414a9a013c6e334daf278bc26e7101879fd5832eb57ed275daeb0d
181 md step-v-02b-parity-check bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md 5216fea52f9bbcb76a8ea9b9e80c98c51c529342e448dcf75c449ffa6fbaa45f
182 md step-v-03-density-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md 1eed2b7eea8745edefbee124e9c9aff1e75a1176b8ba3bad42cfcf9b7c2f2a1c
183 md step-v-04-brief-coverage-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md 7b870fea072193271c9dc80966b0777cbc892a85912a273ba184f2d19fc68c47
184 md step-v-05-measurability-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md 06a8762b225e7d77f9c1b9f5be8783bcced29623f3a3bc8dbf7ea109b531c0ae
185 md step-v-06-traceability-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md 58b89788683540c3122f886ca7a6191866a3abb2851bd505faa3fc9ab46a73c4
186 md step-v-07-implementation-leakage-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md aeab46b20c6aafc4b1d369c65ccf02a1fc5f7de60cbffddf7719e2899de6fe28
187 md step-v-08-domain-compliance-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md 1be1de3adc40ded63e3662a75532fa1b13c28596b3b49204fbda310f6fa5f0da
188 md step-v-09-project-type-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md fffbf78461186456a5ca72b2b9811cb391476c1d1af0301ff71b8f73198c88d1
189 md step-v-10-smart-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md 81bf3fbe84054b51cb36b673a3877c65c9b790acd502a9a8a01f76899f5f4f4c
190 md step-v-11-holistic-quality-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md 4be7756dce12a6c7c5de6a551716d9e3b1df1f5d9d87fc28efb95fe6960cd3ce
191 md step-v-12-completeness-validation bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md 20371cf379d396292dd63ad721fe48258853048e10cd9ecb8998791194fe4236
192 md step-v-13-report-complete bmm bmm/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md 67458c55a321c0d2857371a7588fbd387497570cd1b7c53f5a0cf558e1cdc325
193 md sync-sprint-status bmm bmm/4-implementation/bmad-quick-dev/sync-sprint-status.md c0f2fdb940984206a4b7aa2467fbcb7c4811f648634e43a488593974e9efff5e
194 md template bmm bmm/4-implementation/bmad-create-story/template.md 29ba697368d77e88e88d0e7ac78caf7a78785a7dcfc291082aa96a62948afb67
195 md ux-design-template bmm bmm/2-plan-workflows/bmad-create-ux-design/ux-design-template.md ffa4b89376cd9db6faab682710b7ce755990b1197a8b3e16b17748656d1fca6a
196 md validate-doc bmm bmm/1-analysis/bmad-agent-tech-writer/validate-doc.md 3b8d25f60be191716266726393f2d44b77262301b785a801631083b610d6acc5
197 md verdict bmm bmm/1-analysis/bmad-prfaq/references/verdict.md 1a1cbc34090114d3a2b928456edec1563b73d84fea66c58e98780bf680f172ec
198 md web-researcher bmm bmm/1-analysis/bmad-prfaq/agents/web-researcher.md 6e9127bb9bd3e4b15c701e4ced9eef328769262cd34eadc221bebe954c1f3aef
199 md web-researcher bmm bmm/1-analysis/bmad-product-brief/agents/web-researcher.md 66aadb087f9bb3e7d05787c8f30237247ad3b90f241d342838e4ca95ed0d0260
200 md write-document bmm bmm/1-analysis/bmad-agent-tech-writer/write-document.md c0ddfd981f765b82cba0921dad331cd1fa32bacdeea1f02320edfd60a0ae7e6f
201 toml customize bmm bmm/1-analysis/bmad-agent-analyst/customize.toml 7191f4a60ada7dbabe083699b2461f35778af7688924dc6ce05911cf1ffc9054
202 toml customize bmm bmm/1-analysis/bmad-agent-tech-writer/customize.toml bb828f2d26a136870099226f07c61297ce88ddd335823b7549592932bbe14a2e
203 toml customize bmm bmm/1-analysis/bmad-document-project/customize.toml 3bbb5044fafdd865a5fe0863df116a479f30de7fb95c9cf4213f0b87ba1ba924
204 toml customize bmm bmm/1-analysis/bmad-prfaq/customize.toml 8994f925bab65bd310e5ab38781286b6137f3e0c9e89f3ab8a2f480eb05e0de5
205 toml customize bmm bmm/1-analysis/bmad-product-brief/customize.toml 0f10970bf0381458a6e3d2974958e5e52d7873beae61bf6c104303d37cff87f1
206 toml customize bmm bmm/1-analysis/research/bmad-domain-research/customize.toml 462ef14dc1e1f6d145fdfe25e315168fd1fa278ea5f87fe0fa86689234daec2f
207 toml customize bmm bmm/1-analysis/research/bmad-market-research/customize.toml f47af9158893dd3f7ab81ac03cb07d8c76342eead61ec7c9a8a463066b7db9af
208 toml customize bmm bmm/1-analysis/research/bmad-technical-research/customize.toml 7f567fddb04674f817398addbc06e6d1620883d89dcc7ac643c5a56eef5ac337
209 toml customize bmm bmm/2-plan-workflows/bmad-agent-pm/customize.toml c7c30e182fbff5e1cc4d329a99b0bf1188463d25d61b843847818c5bef0d4753
210 toml customize bmm bmm/2-plan-workflows/bmad-agent-ux-designer/customize.toml 0d36c8ce31fe332770b2755a7e952dc102f184fb3275448bf6ac2ebc783ed03b
211 toml customize bmm bmm/2-plan-workflows/bmad-create-prd/customize.toml 0c990af4c0a755402abbef893850bd542744a8b6f36c0587c9f3fb6dab6bf5e7
212 toml customize bmm bmm/2-plan-workflows/bmad-create-ux-design/customize.toml e51d02120e5e79788b183f1fb377f823f7626bac7702a6aa4dc6ddd0a3b00000
213 toml customize bmm bmm/2-plan-workflows/bmad-edit-prd/customize.toml 35cc2dfb3eda73a0ae4dc987cac58867b25c43ce5c5a1bf552e215826ede6c22
214 toml customize bmm bmm/2-plan-workflows/bmad-validate-prd/customize.toml bfb3c8af5b81b2cdb9bb84f844f1b0dafc40d8c283effa6ad48db966b9446cef
215 toml customize bmm bmm/3-solutioning/bmad-agent-architect/customize.toml 32e8074896a569ce59e4db62ab3b4af396798b8fa50c67449a5d90c2a7a7e074
216 toml customize bmm bmm/3-solutioning/bmad-check-implementation-readiness/customize.toml 571d81087b7a6d914cf7c2f21aa26354eac385bb2f5cfeabc591892cbb98d036
217 toml customize bmm bmm/3-solutioning/bmad-create-architecture/customize.toml 618be49b0286f18dfb4b6bac3d96bf1cf062994fa5278cd327be9898e651b43c
218 toml customize bmm bmm/3-solutioning/bmad-create-epics-and-stories/customize.toml da9e43605bc6aec83173050b5d37ede6aebfa9a17c5959a5029681d73e744ba3
219 toml customize bmm bmm/3-solutioning/bmad-generate-project-context/customize.toml 00b6e893b93a1be7c04408f1824dad72c2c43ee02ba29210725e34394bf8225e
220 toml customize bmm bmm/4-implementation/bmad-agent-dev/customize.toml 01a45ac2420f920cfc934de7b1a884b04017c85641085c93d9aada45d2dccf17
221 toml customize bmm bmm/4-implementation/bmad-checkpoint-preview/customize.toml 1a1e0c3a8914adda3cec925eed51287e067c7f84120de64a8df53348e7b77de5
222 toml customize bmm bmm/4-implementation/bmad-code-review/customize.toml 94ad662fdf3fda372c6e24b2cbda629d0b2aa851097d02afb5905c768b1a1cde
223 toml customize bmm bmm/4-implementation/bmad-correct-course/customize.toml 78095d25afb5b2d4844956f61e9ac640a62d0245174fab9406e9c289f33fd84b
224 toml customize bmm bmm/4-implementation/bmad-create-story/customize.toml 1204f6de064436922f2813069778eb4eaa5f1f945aa8ea5a5ffb87897a2ba8fe
225 toml customize bmm bmm/4-implementation/bmad-dev-story/customize.toml 592fa7948c4614609a59b152518f518d35e0178d6aa7c22e169d78157fd9f5aa
226 toml customize bmm bmm/4-implementation/bmad-qa-generate-e2e-tests/customize.toml 04a99926b2d79318b927434c7344dc666f143026ed99c7fcc0d6e3d68263ae66
227 toml customize bmm bmm/4-implementation/bmad-quick-dev/customize.toml 5ba463713de51762eb381be787cbd657932333b808be370d851fc3e40f139e2f
228 toml customize bmm bmm/4-implementation/bmad-retrospective/customize.toml 0b032c342129732820ca2db386d2d5e26d033d8ac296388fc9f2e78765fab9fb
229 toml customize bmm bmm/4-implementation/bmad-sprint-planning/customize.toml f7bde2f792e8604f26122ee792c5493e270710296044b07680db7d90e886caf3
230 toml customize bmm bmm/4-implementation/bmad-sprint-status/customize.toml 96261fd227befaa4685b0a5091d3e85299d4ae8e4404176b42f5ef2e2fb501bd
231 yaml config bmm bmm/config.yaml 1a04ddee8c13830577713553211d0dff4382a07a3c2424363d63334965b96977
232 yaml sprint-status-template bmm bmm/4-implementation/bmad-sprint-planning/sprint-status-template.yaml deeec135d875b107618dd41278349689b5f3dcb5894d7509909417a570f46fd9
233 csv design-methods cis cis/skills/bmad-cis-design-thinking/design-methods.csv 6735e9777620398e35b7b8ccb21e9263d9164241c3b9973eb76f5112fb3a8fc9
234 csv innovation-frameworks cis cis/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv 9a14473b1d667467172d8d161e91829c174e476a030a983f12ec6af249c4e42f
235 csv module-help cis cis/module-help.csv 302e27b160769948f100542d9322fa51a70b94ec98d36610f0838677ec1db1d7
236 csv solving-methods cis cis/skills/bmad-cis-problem-solving/solving-methods.csv aa15c3a862523f20c199600d8d4d0a23fce1001010d7efc29a71abe537d42995
237 csv story-types cis cis/skills/bmad-cis-storytelling/story-types.csv ec5a3c713617bf7e2cf7db439303dd8f3363daa2f6db20a350c82260ade88bdb
238 md SKILL cis cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md c8bb64e96fcb7b8e8c8cc79837bcc257ed819c88cbdc42628562202d949fd28e
239 md SKILL cis cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md 8cfc1f48d9d48117d2f5d89bb01d2cdd62445ee054476302cf825b945d0c8232
240 md SKILL cis cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md 5dd8116434a51cb46bfbc9de5ec50c7ef8c2444d2efe140153eedb68757b9f43
241 md SKILL cis cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md f1651de76dc5ab508660a8bf551479e5729c59a23cbf0e8cd601d80a8e67fbfc
242 md SKILL cis cis/skills/bmad-cis-agent-presentation-master/SKILL.md d5254702eb909bae1f77a2f0a7834a80b8b10c1c04fe22250d586da3c1a43fb4
243 md SKILL cis cis/skills/bmad-cis-agent-storyteller/SKILL.md 9d9e68a34b1df789ab55b49bc40ae1745a128566ffc10abf821d98a82c1f089a
244 md SKILL cis cis/skills/bmad-cis-design-thinking/SKILL.md fc391e6eb99e6dedc36beeb454607b001c42915fc806cd8ed91508e9ee9c42c7
245 md SKILL cis cis/skills/bmad-cis-innovation-strategy/SKILL.md 0e8447d328078112a39476c486b85f8c11d9b49e0b98f17881cfbb8f98706c0c
246 md SKILL cis cis/skills/bmad-cis-problem-solving/SKILL.md f734e44403df5eb123d3f1ad9247266634e92eec017d743cb1687300d897d8f1
247 md SKILL cis cis/skills/bmad-cis-storytelling/SKILL.md eca4ad520ccee2545ad275760b484fd763f2833893d4d37f364bd21d6e40c834
248 md template cis cis/skills/bmad-cis-design-thinking/template.md 7834c387ac0412c841b49a9fcdd8043f5ce053e5cb26993548cf4d31b561f6f0
249 md template cis cis/skills/bmad-cis-innovation-strategy/template.md e59bd789df87130bde034586d3e68bf1847c074f63d839945e0c29b1d0c85c82
250 md template cis cis/skills/bmad-cis-problem-solving/template.md 6c9efd7ac7b10010bd9911db16c2fbdca01fb0c306d871fa6381eef700b45608
251 md template cis cis/skills/bmad-cis-storytelling/template.md 461981aa772ef2df238070cbec90fc40995df2a71a8c22225b90c91afed57452
252 toml customize cis cis/skills/bmad-cis-agent-brainstorming-coach/customize.toml e841aa106072cfb19a7692f4b6ed8565bd0a58cfffa3b3985759a056651361c5
253 toml customize cis cis/skills/bmad-cis-agent-creative-problem-solver/customize.toml 43b3d348a4e6601e7a02ca8fcd5534975609637bacea9cbc195b997cbfa88c70
254 toml customize cis cis/skills/bmad-cis-agent-design-thinking-coach/customize.toml 948f04fee1765b7a6921f73b514be529465f6fc11bc14975e289da176ec3bab6
255 toml customize cis cis/skills/bmad-cis-agent-innovation-strategist/customize.toml 7a7614cf42ed09d0695977cc7cdf672595a25b744acea6ebda06f3b552ec2acc
256 toml customize cis cis/skills/bmad-cis-agent-presentation-master/customize.toml aa7144a2a769883a9f1f6a01d5f7f1700a0be7c5219aa1f8c89aca087e079a52
257 toml customize cis cis/skills/bmad-cis-agent-storyteller/customize.toml ef628ea9c6bdd80fdd2ad3a21fe010d7fe6e45bd1905f1bec81e3b114bf239c1
258 toml customize cis cis/skills/bmad-cis-design-thinking/customize.toml 15991e2d5ec5ca1bdec8c443cd2943d596515d16f768e358231ecdf264515ab8
259 toml customize cis cis/skills/bmad-cis-innovation-strategy/customize.toml 0efce9f87dc9930aad015d8301c1a63c3066df0f640599d43dec8c6cd21fc38f
260 toml customize cis cis/skills/bmad-cis-problem-solving/customize.toml 6a7fec618cef5bb507d209db78a9043f036caeaa91f479ee2a54f92062898067
261 toml customize cis cis/skills/bmad-cis-storytelling/customize.toml 9ec1b11a809b960d1cc776d6b364cebd3533c6797c008f425672a8928fe52d96
262 yaml config cis cis/config.yaml 451a9e7bf1a645dc31af5b7b54543714f920f4f775503dcb5c47301392765bfd
263 toml config config.toml config.toml 384d58f406f384944cb1abb04c097b941f00efc278d9d6a921862e8830d040b1
264 toml config.user config.user.toml config.user.toml 72410f35bd854221cb3e90719eabb070233ea40b1dc38867eb67b46ace2ba6c7
265 csv brain-methods core core/bmad-brainstorming/brain-methods.csv 0ab5878b1dbc9e3fa98cb72abfc3920a586b9e2b42609211bb0516eefd542039
266 csv methods core core/bmad-advanced-elicitation/methods.csv e08b2e22fec700274982e37be608d6c3d1d4d0c04fa0bae05aa9dba2454e6141
267 csv module-help core core/module-help.csv d35985e6a4a5dc726d3f1f5d0d0fb94d9bd273688e3f6eebb1a1a9f21db846f0
268 md compression-rules core core/bmad-distillator/resources/compression-rules.md 86e53d6a2072b379864766681d1cc4e1aad3d4428ecca8c46010f7364da32724
269 md distillate-compressor core core/bmad-distillator/agents/distillate-compressor.md c00da33b39a43207a224c4043d1aa4158e90e41ab421fff0ea7cc55beec81ef8
270 md distillate-format-reference core core/bmad-distillator/resources/distillate-format-reference.md 616488300d40c6de2f0a69ee153258ed4664e9763048f3993db8efd2adca1706
271 md round-trip-reconstructor core core/bmad-distillator/agents/round-trip-reconstructor.md 47c83f4a37249ddac38460d8c95d162f6fc175a8919888e8090aed71bd9383bc
272 md SKILL core core/bmad-advanced-elicitation/SKILL.md 705cc827cab892855d07dcc926f5c9f749c3abab33e915d6ac1574aec174896b
273 md SKILL core core/bmad-brainstorming/SKILL.md f4a2c22b40ed34cdbd3282dd6161a3b869902f3bc75b58e181fc9faf78eedd9d
274 md SKILL core core/bmad-customize/SKILL.md 7617ef46b179e2b9aec7e7176933fd65dcba8fd0ca188ea8beb8cee1dedf449c
275 md SKILL core core/bmad-distillator/SKILL.md 756ee0706ff6b8a3d5726b465e81ba244e4eaeba21b7de0d2390473acebb5ddc
276 md SKILL core core/bmad-editorial-review-prose/SKILL.md b3687fe80567378627bc2a0c5034ae8d65dfeedcf2b6c90da077f4feca462d0c
277 md SKILL core core/bmad-editorial-review-structure/SKILL.md 164444359d74f695a84faf7ea558d0eef39c75561e6b26669f97a165c6f75538
278 md SKILL core core/bmad-help/SKILL.md cd7096b2ff55b2b87e12d6b9c4c9ea13dfca78c49299a09327c97107f9531da8
279 md SKILL core core/bmad-index-docs/SKILL.md a855d7060414e73ca4fe8e1a3e1cc4d0f2ce394846e52340bdf5a1317e0d234a
280 md SKILL core core/bmad-party-mode/SKILL.md bd13fd6cb0b0c61d215e4c394cf4b7cac3a465394c3918f4dc14910513ddb898
281 md SKILL core core/bmad-review-adversarial-general/SKILL.md 7bffc39e6dba4d9123648c5d4d79e17c3c5b1efbd927c3fe0026c2dbb8d99cff
282 md SKILL core core/bmad-review-edge-case-hunter/SKILL.md f49ed9976f46b4cefa1fc8b4f0a495f16089905e6a7bbf4ce73b8f05c9ae3ee6
283 md SKILL core core/bmad-shard-doc/SKILL.md 3a1538536514725fd4f31aded280ee56b9645fc61d114fd94aacb3ac52304e52
284 md splitting-strategy core core/bmad-distillator/resources/splitting-strategy.md 26d3ed05f912cf99ff9ebe2353f2d84d70e3e852e23a32b1215c13416ad708b5
285 md step-01-session-setup core core/bmad-brainstorming/steps/step-01-session-setup.md 7fd2aed9527ccdf35fc86bd4c9b27b4a530b5cfdfb90ae2b7385d3185bcd60bc
286 md step-01b-continue core core/bmad-brainstorming/steps/step-01b-continue.md 49f8d78290291f974432bc8e8fce340de58ed62aa946e9e3182858bf63829920
287 md step-02a-user-selected core core/bmad-brainstorming/steps/step-02a-user-selected.md 7ff3bca27286d17902ecea890494599796633e24a25ea6b31bbd6c3d2e54eba2
288 md step-02b-ai-recommended core core/bmad-brainstorming/steps/step-02b-ai-recommended.md cb77b810e0c98e080b4378999f0e250bacba4fb74c1bcb0a144cffe9989d2cbd
289 md step-02c-random-selection core core/bmad-brainstorming/steps/step-02c-random-selection.md 91c6e16213911a231a41b1a55be7c939e7bbcd1463bd49cb03b5b669a90c0868
290 md step-02d-progressive-flow core core/bmad-brainstorming/steps/step-02d-progressive-flow.md 6b6fbbd34bcf334d79f09e8c36ed3c9d55ddd3ebb8f8f77aa892643d1a4e3436
291 md step-03-technique-execution core core/bmad-brainstorming/steps/step-03-technique-execution.md b97afefd4ccc5234e554a3dfc5555337269ce171e730b250c756718235e9df60
292 md step-04-idea-organization core core/bmad-brainstorming/steps/step-04-idea-organization.md acb7eb6a54161213bb916cabf7d0d5084316704e792a880968fc340855cdcbbb
293 md template core core/bmad-brainstorming/template.md 5c99d76963eb5fc21db96c5a68f39711dca7c6ed30e4f7d22aedee9e8bb964f9
294 md workflow core core/bmad-brainstorming/workflow.md 74c87846a5cda7a4534ea592ea3125a8d8a1a88d19c94f5f4481fb28d0d16bf2
295 py analyze_sources core core/bmad-distillator/scripts/analyze_sources.py 31e2a8441c3c43c2536739c580cdef6abecb18ff20e7447f42dd868875783166
296 py list_customizable_skills core core/bmad-customize/scripts/list_customizable_skills.py 8787f542930b927789e7fdf12bc5a67ff08e19865903a5ad05ff2cc8fc426b66
297 py test_analyze_sources core core/bmad-distillator/scripts/tests/test_analyze_sources.py d90525311f8010aaf8d7d9212a370468a697866190bae78c35d0aae9b7f23fdf
298 py test_list_customizable_skills core core/bmad-customize/scripts/tests/test_list_customizable_skills.py b55fc2e454f245753874f359c18ade9f3ad04debd66176c6e6bf3e403ca9c812
299 yaml config core core/config.yaml 31536e38de0e8cf4d962330908e91f72ac9c3235ed28ec8eef53f95256973e47
300 py resolve_config scripts scripts/resolve_config.py 8e326149d9170477ecc21aa2aa2389d8fbaa5d1cd95db2de2ad33029ce8ae528
301 py resolve_customization scripts scripts/resolve_customization.py 6dbf36a2fea13392426fdbaf4f074b6d9b93488a964d2d1bff2a5c1c3a1d506e
302 csv module-help suno suno/suno-setup/assets/module-help.csv 8fb5ed8b2e0cb5f23b473eb397cea0aae97546e7ab475fec3a815cf06843231a
303 csv module-help suno suno/module-help.csv 8fb5ed8b2e0cb5f23b473eb397cea0aae97546e7ab475fec3a815cf06843231a
304 md activation suno suno/suno-agent-band-manager/references/activation.md 05aeea3577222b2f53e578a69f717785421822a1110ab05ad733a1ea3749c60d
305 md browse-songbook suno suno/suno-agent-band-manager/references/browse-songbook.md 485fc0f51899ec24672a33e2677f62ca15dec40f7271d30c79333a263caf35be
306 md capabilities suno suno/suno-agent-band-manager/references/capabilities.md cd59d051e0ab0f8efeeb99b30ab2d0e431bce86303a5120244a1ea073755d331
307 md create-song suno suno/suno-agent-band-manager/references/create-song.md a47cf1eead90091159c63b5f0918887dbe518e32ea0f9b32040fce6b5f53af8a
308 md creed suno suno/suno-agent-band-manager/references/creed.md 26c7f84855d5c35666a8faddc2555058da559572290a902e75f30a84bda81bd1
309 md feedback-triage-guide suno suno/suno-feedback-elicitor/references/feedback-triage-guide.md c372c22452c9ffa111987136d4ede720bfc0d6cf80060012902df835b9238f3e
310 md gemini-audio-analysis suno suno/suno-feedback-elicitor/references/gemini-audio-analysis.md 528aa26f7697b7bb5acde03cb957581fad41428f7ee0527b8b877b414e276c6a
311 md headless-contract suno suno/suno-feedback-elicitor/references/headless-contract.md 37fdcdc5a965d4a0876e0f5e9a6c85288094199e606b9ac4643b04c8cf17d1d7
312 md init suno suno/suno-agent-band-manager/references/init.md 4562af9152e97dfbfd95ae21b87cf86c0fa311c49b7a98e773ccb3df37b32f58
313 md memory-system suno suno/suno-agent-band-manager/references/memory-system.md bc1410c724cc04ba445cd728c36df712dd108111042a44a807a66f8412c70a3b
314 md metatag-reference suno suno/suno-lyric-transformer/references/metatag-reference.md 081996b266a42a43560399fc75287c3ebb150377046e6dc92e56a4430fdec63d
315 md model-prompt-strategies suno suno/suno-style-prompt-builder/references/model-prompt-strategies.md 045b0b3c4672f7242a4a30318ca8f6764225232b5d7bdaeb7dc7bc2df079ab16
316 md output-template suno suno/suno-feedback-elicitor/references/output-template.md 7f411723bd96fadf4665593b6411f86c1091713a4e41d56ef009f2eceb7407cd
317 md persona suno suno/suno-agent-band-manager/references/persona.md d36e873911d0ac731e289485b3b362255b6f69f5395a027dae8ec26df33b73f0
318 md playlist-sequencing-methodology suno suno/suno-feedback-elicitor/references/playlist-sequencing-methodology.md de13fa246b731d51972ab631e9ef9495df2f0b160c0a015745a4c74f3e583969
319 md profile-schema suno suno/suno-band-profile-manager/references/profile-schema.md b52b0840f02fa077beb5eeb1681bd15e9c22af29b5bf92be41e2da45546f9fd1
320 md README suno suno/suno-agent-band-manager/references/README.md 397d76c28fdec1c45400eef5e81582c6354120eb94e3a4c99344b38044801c58
321 md README suno suno/suno-band-profile-manager/references/README.md 9a7e846306835f6cc4ef7512d42af025e982782564b000c4bf52b2aa5ac20559
322 md README suno suno/suno-style-prompt-builder/references/README.md 72e2f0ee73cdc79346045f293bf50c780024fce1ebe97c2fa99cc61c26710327
323 md README suno suno/suno-lyric-transformer/references/README.md ccc872ab32e154303842f6ce3129822942f4493bf8bba4caaba6465d229e09b8
324 md README suno suno/suno-feedback-elicitor/references/README.md a4b6333a199081b37d631caef2658b42957911402f5606e2ff7a70442c356516
325 md reconcile suno suno/suno-agent-band-manager/references/reconcile.md c94bf55defddc1878841d25c8fee0a38247dc03ba49dc27873acd42439545e88
326 md refine-song suno suno/suno-agent-band-manager/references/refine-song.md 293dcefc6f1fac12784795aad0854241b2a9b0f0b7d781db0c4e1846abe8a90b
327 md research-discipline suno suno/suno-agent-band-manager/references/research-discipline.md be02a2490e0baae33e21369d3565373dff2afcd47769baba25b6f65229cf1fcf
328 md save-memory suno suno/suno-agent-band-manager/references/save-memory.md d1e4f8540014e4c5049a5f2039660933c255c2117c0aba1fd3c1e68ba3bb8a75
329 md section-jobs suno suno/suno-lyric-transformer/references/section-jobs.md 21237a49bdbe8b22fbcdc0988145a4c64cdabba50bbb86fd70902422f598723b
330 md SKILL suno suno/suno-agent-band-manager/SKILL.md d74380eb15d8740cb800e1a0f733733d59c5092dfa7243ac10be0a31cfacc0cf
331 md SKILL suno suno/suno-band-profile-manager/SKILL.md b82ed4f09699be540f87315bb8e915c2b05ec89fd760f847dd738204365fa0f9
332 md SKILL suno suno/suno-style-prompt-builder/SKILL.md 99c09a260872d3919e39baa4853b54e9d31e4dcb30454875b22b1aaeb79b9d37
333 md SKILL suno suno/suno-lyric-transformer/SKILL.md 5772b261d6948868effb538015739c724bc200c1cd705e82154ac84209ef225b
334 md SKILL suno suno/suno-feedback-elicitor/SKILL.md e68bef7dee1283851419a6b11dac19d101f0444ff6748eb58ee93cb9f593b86d
335 md SKILL suno suno/suno-setup/SKILL.md f832428e8a7b7eb3f9ae8aee5b24cf709ce78f194b5857ec5c5bae468eafd83b
336 md STUDIO-EDITOR-REFERENCE suno suno/suno-agent-band-manager/references/STUDIO-EDITOR-REFERENCE.md 12ee4b0557562cc11cbd293d06eef289b86497a58c28df85668653a9a7683f03
337 md suno-parameter-map suno suno/suno-feedback-elicitor/references/suno-parameter-map.md 21c851d0887e2e47f64c3ed3f17bf62c31d171a54ef67600ab5181a7a531edef
338 md SUNO-REFERENCE suno suno/suno-agent-band-manager/references/SUNO-REFERENCE.md 2153e32a9bb95a8ae0b1d0c2c854df7d562c76d69fe4580912338f8d4e8ac32d
339 md tier-features suno suno/suno-band-profile-manager/references/tier-features.md d95469c3b9aa0852c51a07f842714406bb1c3d9b4e7575064c4c4a08baf566b0
340 md USAGE suno suno/suno-agent-band-manager/references/USAGE.md fafa03bbd04b7da19b5de6aefb812d4f896688084790251d0c3327a8f290407c
341 py analyze-audio suno suno/suno-feedback-elicitor/scripts/analyze-audio.py 753c9878e51b3910fee83239b9bb7081079f0de8c833b53612dc7baf44fe44a9
342 py analyze-input suno suno/suno-lyric-transformer/scripts/analyze-input.py 0e020de1dfaad5c497f0dd13545f041e765de40d9e3d14a0287205d15514946b
343 py assemble-summary suno suno/suno-lyric-transformer/scripts/assemble-summary.py b86e206c166dc5728cad38d01acddbf8fa69206edd52e9114c8248f5feb27410
344 py audio-deep-analysis suno suno/suno-feedback-elicitor/scripts/audio-deep-analysis.py 232995a04bc732cd95f88086453df6fafad26da6a3a2cff98c6880fe37cbb21d
345 py batch-full-analysis suno suno/suno-feedback-elicitor/scripts/batch-full-analysis.py a9222373e33bcb8ea49c951b66e02e7972189f60354683a501768887d38ddb28
346 py check-memory-health suno suno/suno-agent-band-manager/scripts/check-memory-health.py 0eb5709a6f1683bb62a9ca577cca04394c8f9a4f452b37a245a3462f26a869eb
347 py chord-progression suno suno/suno-feedback-elicitor/scripts/chord-progression.py de868dcb083713eaab2846b85eb7a03fe251e78046420bf9280aaaf3ade83dfb
348 py cleanup-legacy suno suno/suno-setup/scripts/cleanup-legacy.py f43278f069a74bea128a944b0bd63aa653e8d045b4b2bb3d766151616a5578aa
349 py cliche-detector suno suno/suno-lyric-transformer/scripts/cliche-detector.py e5a23f8529bb0c44b0653c704b57ca625c7f95f9d0401f6ac08b114338f58b15
350 py configure-guard suno suno/suno-setup/scripts/configure-guard.py 6ea58c2187717e5b80eade4bf98c1907547e9601f4a820d1e94fc9ad62681e3d
351 py conftest suno suno/suno-lyric-transformer/scripts/tests/conftest.py e4c720ebc425e440b6fc9315bfb720a8ebb18145b7733df7bdb14bea2089a874
352 py diff-profiles suno suno/suno-band-profile-manager/scripts/diff-profiles.py 5494cbbd7d0f58543b2c9880bfd7233368b6257d8a955eb6c8ad3f0ed22f5712
353 py list-profiles suno suno/suno-band-profile-manager/scripts/list-profiles.py 6c71f9a61e2a83ed226f740979b288d4ce108e9c6c7175ab34add68c621da045
354 py lyrics-diff suno suno/suno-lyric-transformer/scripts/lyrics-diff.py d4fc8a16e4483c2af88ed11f6690be863f40ff1ec3323ad6f69c7a73eae3f3a3
355 py map-adjustments suno suno/suno-feedback-elicitor/scripts/map-adjustments.py cb0ab0ec3ad3c6aecac7339ab0ed80a959379a02dd6b8df481f517cc42bf1b62
356 py merge-config suno suno/suno-setup/scripts/merge-config.py 4b7e69429747d2c5cc3a9141fa42ad36dc15468361106b8f0c6b8bff5a260bac
357 py merge-help-csv suno suno/suno-setup/scripts/merge-help-csv.py 22b041f4d7e4f8ab915ca025a5b71872e8c495ae22e0caed938ad05370142dd6
358 py parse-feedback suno suno/suno-feedback-elicitor/scripts/parse-feedback.py 78b6f03934ac3fc02892d8d7f0ab8224d504a69c16b94e0be3d4d3ac7eeaea5a
359 py pipeline-guard suno suno/suno-agent-band-manager/scripts/pipeline-guard.py 73a4344e1f455e1ea5a37af229a954e275a3d82e601baca251d531b1d24013a1
360 py playlist-sequencing-data suno suno/suno-feedback-elicitor/scripts/playlist-sequencing-data.py 635cacf4aea8c97db86df42de6083888071407afa0aafab73ea53590d116256e
361 py pre-activate suno suno/suno-agent-band-manager/scripts/pre-activate.py 6fec02972d4ddaba3b4ee16716339a4387c83f5b6e751ac20216906e36834fa9
362 py reconcile-sidecar suno suno/suno-agent-band-manager/scripts/reconcile-sidecar.py 3ae2d038659e189ffe92e425c314575a9df2ac167d574419bfafa04d0ebe7c52
363 py regenerate-index-sections suno suno/suno-agent-band-manager/scripts/regenerate-index-sections.py 6f42ba42d7408cfd1af0705ca4d45cd967e6f99394c72b59afd33591aaf7467f
364 py scaffold-playlist suno suno/suno-band-profile-manager/scripts/scaffold-playlist.py c866a6016399ee90ee9556089957d0985d4760f3f66f9af8753e3b285c5c055a
365 py section-length-checker suno suno/suno-lyric-transformer/scripts/section-length-checker.py add9624f937546f40d593d06282dd60594b96a76ccdf835a19be596e508912e8
366 py syllable-counter suno suno/suno-lyric-transformer/scripts/syllable-counter.py d95244f447c86329c385bc05496bb73dd16eebbe3fa85a8a29386eaad880a7c0
367 py tempo-detail suno suno/suno-feedback-elicitor/scripts/tempo-detail.py e76b51d7a2c07383b8aec6877956c74a78024dc1b336925a7b9c2c662eec9c53
368 py test-analyze-input suno suno/suno-lyric-transformer/scripts/tests/test-analyze-input.py 815e09b7bdabfa605494edd3e222a8a6c7c5477d7ea8b37e06ff2d9eaffe59cb
369 py test-assemble-summary suno suno/suno-lyric-transformer/scripts/tests/test-assemble-summary.py 44d59156ae292b50ce0f8bc9aa205cfc3db629ce0a72bba91c96d32714a5ee7f
370 py test-check-memory-health suno suno/suno-agent-band-manager/scripts/tests/test-check-memory-health.py 8046fa8a3670ef90b53a9f5eb05d30d181f94b56bd78efd5159a2f1bde090569
371 py test-cliche-detector suno suno/suno-lyric-transformer/scripts/tests/test-cliche-detector.py 98edfd8d5cea910ebf9e50100d40c9693d4eeeded4d5858772078e35241de3bf
372 py test-diff-profiles suno suno/suno-band-profile-manager/scripts/tests/test-diff-profiles.py 49d9de5586dc249285d467be45c4f728e84b01643f4d81f0329a46f427026963
373 py test-list-profiles suno suno/suno-band-profile-manager/scripts/tests/test-list-profiles.py 2d20e06ff5738959e20718cb65484c61576a5482576d5c90a58ad2cead0e4b0a
374 py test-lyrics-diff suno suno/suno-lyric-transformer/scripts/tests/test-lyrics-diff.py 6a8d907f33ce8b3bfa24cb29f20a254546deb3490aab6edc61105b03a079a35a
375 py test-map-adjustments suno suno/suno-feedback-elicitor/scripts/tests/test-map-adjustments.py d3ca24389d305aebe3b70e4f3f18ea4aa185451a11718c1988978417d1e1482d
376 py test-parse-feedback suno suno/suno-feedback-elicitor/scripts/tests/test-parse-feedback.py e2f07cab01d8f88f7ec820327133bc4fa4e26b9ac123a1d5a780b43bd8b1ea7f
377 py test-pre-activate suno suno/suno-agent-band-manager/scripts/tests/test-pre-activate.py 510da3d8bfd37081a3de8bfd1f3cf79b79f204387845260af4fd19818d5538fd
378 py test-section-length-checker suno suno/suno-lyric-transformer/scripts/tests/test-section-length-checker.py 17f5d886221c91a58c4ca483ddafd57256bdfec71c26056f863ad2e461d10830
379 py test-syllable-counter suno suno/suno-lyric-transformer/scripts/tests/test-syllable-counter.py ab32c6f0a9af8114faa70e556d84e422c6c529642692b5305c3495e1a0d40a10
380 py test-tier-features suno suno/suno-band-profile-manager/scripts/tests/test-tier-features.py 6a27579dcb5ab1e7f5df4c04cb658a9ca3523895872a1faee6c9b49c558fc0e6
381 py test-validate-lyrics suno suno/suno-lyric-transformer/scripts/tests/test-validate-lyrics.py b67e9b57f0430ef3300df2c6add5411b5cfa606eca387294d09f1394740718b4
382 py test-validate-options suno suno/suno-lyric-transformer/scripts/tests/test-validate-options.py 14d66a47e9aef29c69ec858e5e3dc631040475ccb59cc7d31f0f21baafe23e14
383 py test-validate-path suno suno/suno-agent-band-manager/scripts/tests/test-validate-path.py 970fdd35796cde9e718d150218b4a62569ff66e448dc3ac489d0052f4d27abd2
384 py test-validate-profile suno suno/suno-band-profile-manager/scripts/tests/test-validate-profile.py bd20738198ff29b2e04cf0e7dd153217d5a32bf79b129943f6c05d4db6499598
385 py test-validate-prompt suno suno/suno-style-prompt-builder/scripts/tests/test-validate-prompt.py b88bb830fb26dd808e104fc2464c17a4a35b2bef650f286329fe0070b0df88ba
386 py tier-features suno suno/suno-band-profile-manager/scripts/tier-features.py 44ab48a71ba56294ed14fb1884511fc23dc9b6018085850e4477c373660f6f99
387 py validate-lyrics suno suno/suno-lyric-transformer/scripts/validate-lyrics.py eacc436dea41daafb1675ddccfd8646985d746c9c47b847fc33fd6fde5bfa0b6
388 py validate-options suno suno/suno-lyric-transformer/scripts/validate-options.py 1096d6c1aae028c31b4ec2d8397b00e92f98d46e59406aa7b5a99c5abffec230
389 py validate-path suno suno/suno-agent-band-manager/scripts/validate-path.py 01cc6d15b514b8221ad0b41f090867ac40c48ae712b314d16f322dd1f103c11f
390 py validate-profile suno suno/suno-band-profile-manager/scripts/validate-profile.py 7766262155be98bfe657b7d1c52bb906f171edcfc6d3404c0a1acd93eb4a4cda
391 py validate-prompt suno suno/suno-style-prompt-builder/scripts/validate-prompt.py 02c88aa5b6544f5705498f1c8a6f9efd013fbe138bd1b67353b380cec46c0fc8
392 py validate-sidecar suno suno/suno-agent-band-manager/scripts/validate-sidecar.py bbf3fc49348b8e35c1baec203525fd71bcd32c29626851ef51d87ef3ca092c54
393 yaml bmad-skill-manifest suno suno/suno-agent-band-manager/bmad-skill-manifest.yaml ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee
394 yaml bmad-skill-manifest suno suno/suno-band-profile-manager/bmad-skill-manifest.yaml ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee
395 yaml bmad-skill-manifest suno suno/suno-style-prompt-builder/bmad-skill-manifest.yaml ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee
396 yaml bmad-skill-manifest suno suno/suno-lyric-transformer/bmad-skill-manifest.yaml ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee
397 yaml bmad-skill-manifest suno suno/suno-feedback-elicitor/bmad-skill-manifest.yaml ea1b058a23cd4fb442f2e7bc7a3a871b73391c0d18c32ddad020dd56b20425ee
398 yaml config suno suno/config.yaml 2da3820ab9c0322ed6563f6f7eca622addddf5218cddff9fddc65e187d3aa069
399 yaml module suno suno/suno-setup/assets/module.yaml 18033c8aadf8708a75bdb4c7e6cf6fbcaac79794b6bc5a5a5fa39b8d5f205ff0
400 css dev-mode wds wds/wds-5-agentic-development/templates/components/dev-mode.css d1e7543bd8c6dbf615dffe12e743f3f796ead0b4ed3d41a94130a6468f4593c7
401 csv module-help wds wds/module-help.csv 5ca1c8488ba943befe803762ddd2d361110cf24f07856778500c07dea373cf86
402 html catalog.template wds wds/wds-0-project-setup/resources/wds-7-design-system/templates/catalog.template.html 8e01e16c4c02be6f3ef96bcf792ff6bdc284a57b75c8b18484263674390f1ba8
403 html catalog.template wds wds/wds-7-design-system/templates/catalog.template.html 8e01e16c4c02be6f3ef96bcf792ff6bdc284a57b75c8b18484263674390f1ba8
404 html dev-mode wds wds/wds-5-agentic-development/templates/components/dev-mode.html f0be1df0f4690e363f4c03c99c674a6806fe272edad4bc4344ac7a2a5a2246ff
405 html page-template wds wds/wds-5-agentic-development/templates/page-template.html 72a3ac6ac1087c0cfad93354599210fb11214555662fd4beba7034e3f9d2f516
406 js dev-mode wds wds/wds-5-agentic-development/templates/components/dev-mode.js 10495ee3178200ed09360a6789c3143babe69a1dcb4503d81e2e6ce86ffcc0d2
407 json demo-data-template wds wds/wds-5-agentic-development/templates/demo-data-template.json e3a6da9ddc16bcb4268eaefef2a46f0a4ce6c54d02579776309fe77e397340a0
408 md 00-context wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/00-context.md a50319312bc9ceba7a746a872b44fd51c3646d2b7090aa94827e033f642deb1d
409 md 00-context wds wds/wds-1-project-brief/templates/project-brief-dialog/00-context.md a50319312bc9ceba7a746a872b44fd51c3646d2b7090aa94827e033f642deb1d
410 md 00-design-log.template wds wds/wds-0-project-setup/templates/folder-guides/00-design-log.template.md a306ebb3ae3bdf81afa7d3ef6635eb22fc1d824de1612499a436f097ff94e948
411 md 00-design-system.template wds wds/wds-0-project-setup/templates/folder-guides/00-design-system.template.md fedad835a92542a96ac1d9bb4af61c0c3a4319216403771fea878cbf574472bf
412 md 00-MODULAR-ARCHITECTURE-GUIDE wds wds/wds-4-ux-design/data/modular-architecture/00-MODULAR-ARCHITECTURE-GUIDE.md c226e15ff815cdac8139b2d9b194a3640009dfac71f6553381b5d56c420df9f7
413 md 00-product-brief.template wds wds/wds-0-project-setup/templates/folder-guides/00-product-brief.template.md 3d0d0630b6fe266f7e5a8734589c768f68e3bd22ac9794606ca1107253b14b7d
414 md 00-project-info.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/00-project-info.template.md 3673943015834fc87c422093c9c587d4800a01cf5da2fe5928924e063fa22d97
415 md 00-project-info.template wds wds/wds-1-project-brief/templates/00-project-info.template.md 3673943015834fc87c422093c9c587d4800a01cf5da2fe5928924e063fa22d97
416 md 00-purpose-examples wds wds/wds-6-asset-generation/data/00-purpose-examples.md 76fea5d79cb90c39b4ece00619a847927a3feaa8e167496551c5a2623c45d152
417 md 00-trigger-map.template wds wds/wds-0-project-setup/templates/folder-guides/00-trigger-map.template.md b633021e362a49ac1399e201dc09a0e0522f47a65e4d1954fb564fae74f0d34f
418 md 00-ux-scenarios.template wds wds/wds-0-project-setup/templates/folder-guides/00-ux-scenarios.template.md e5b06a489d41dbffc7b0a8e0d06be16de081efa88595be65126946b8b63e0918
419 md 01-platform-confirmation wds wds/wds-4-ux-design/data/scenario-init/01-platform-confirmation.md 4b9084577efa4e1d1311def79bac6517e402b4b36d5e4f2f709d78ef820733ad
420 md 01-start-understand-routing wds wds/wds-0-alignment-signoff/data/01-start-understand-routing.md 881011ad64818c4b419a250f548d6aa309dda85815a5d5cd47c5d88cf7be491e
421 md 01-what-are-storyboards wds wds/wds-4-ux-design/data/modular-architecture/02-workflows/01-what-are-storyboards.md 5cc9d1c2367683f3a03a25318cacb899be6200e7e3d14ec912d17f1c104d6d1b
422 md 01-when-to-use wds wds/wds-4-ux-design/data/modular-architecture/02-workflows/01-when-to-use.md 4a8c0649b381c91c67c1a82ea070ea050ecad9c546d0c664e8061d6a0dcef752
423 md 02-explore-sections-routing wds wds/wds-0-alignment-signoff/data/02-explore-sections-routing.md f7cea43985fa291a5d7f14efa61e74c22ebab44e72bf6dab98a6726f4c3e6b7a
424 md 02-feature-selection wds wds/wds-4-ux-design/data/scenario-init/02-feature-selection.md 28d74b4c0dbf8efeb5ba7317e6f8a8ff6683163dab1e14586c2af80e3deff2a3
425 md 02-file-structure wds wds/wds-4-ux-design/data/modular-architecture/02-workflows/02-file-structure.md 8d3a77ca28022d09148511c857e37de396690ce49edcda525ac670ca92fad216
426 md 02-vision wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/02-vision.md 761e012a07570c82ad2847ae010c06cba64f7ffdeac45459de9312561a3cf480
427 md 02-vision wds wds/wds-1-project-brief/templates/project-brief-dialog/02-vision.md 761e012a07570c82ad2847ae010c06cba64f7ffdeac45459de9312561a3cf480
428 md 03-action-filter-example wds wds/wds-6-asset-generation/data/03-action-filter-example.md f4fd32441f517d927f831b123c66320013960ae083bd8b7bee26775132efd8f8
429 md 03-entry-point wds wds/wds-4-ux-design/data/scenario-init/03-entry-point.md d0bada9ae6e1e6499d004edecf5c5461343a1f36dbce1dfa6ce3eebee0b554db
430 md 03-synthesize-present-routing wds wds/wds-0-alignment-signoff/data/03-synthesize-present-routing.md d1e6c5a984e6e6ebaa4cf42958d92a6e4d03af5c1060d0633a41c6b944b2d2d1
431 md 03-users wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/03-users.md b10577bfd1f97277e00d12d77c6240243c7128a76e5a6f34a9a30914fdbd3188
432 md 03-users wds wds/wds-1-project-brief/templates/project-brief-dialog/03-users.md b10577bfd1f97277e00d12d77c6240243c7128a76e5a6f34a9a30914fdbd3188
433 md 04-badass-users-principles wds wds/wds-6-asset-generation/data/04-badass-users-principles.md fe66948a4b8fdc7224d964cd09c3cb3134098f09f3dbbfe828fad8e2a1a48a85
434 md 04-concept wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/04-concept.md 1a4788a465651750a1e79ebd0bea979d2175c9fb5a8629d87e72ec96479c0819
435 md 04-concept wds wds/wds-1-project-brief/templates/project-brief-dialog/04-concept.md 1a4788a465651750a1e79ebd0bea979d2175c9fb5a8629d87e72ec96479c0819
436 md 04-example-empowerment-frame wds wds/wds-6-asset-generation/data/04-example-empowerment-frame.md bca8fe73e7fa066e37738584959ef04cf2bc95930008848230c8312ca33ae6e4
437 md 04-generate-signoff-routing wds wds/wds-0-alignment-signoff/data/04-generate-signoff-routing.md 2cb97fd0266bd417ed7d6982c0762f0710f2b4752c8185470bb7d55e4a0d8194
438 md 04-mental-state wds wds/wds-4-ux-design/data/scenario-init/04-mental-state.md 15fb272a2477492a50491227aefd686db6771ed1928efb8e6f4c525a6954bbc3
439 md 05-build-contract-routing wds wds/wds-0-alignment-signoff/data/05-build-contract-routing.md dcf8cff065f4cd3113de81832cad1110828728aed9ee928d5c5efdf2329343bc
440 md 05-example-golden-circle wds wds/wds-6-asset-generation/data/05-example-golden-circle.md f8fa7950e3b33b7b42b816bbeb6604aff73bcec26adbe0aeb8e0108299e4c370
441 md 05-golden-circle-guide wds wds/wds-6-asset-generation/data/05-golden-circle-guide.md d640547dfea2a38ab545ecc8bddba0e0e75f96999b3061f7a40e34f72b1d803e
442 md 05-mutual-success wds wds/wds-4-ux-design/data/scenario-init/05-mutual-success.md b0af03afdee893e2b393d5ae2ada6a38a76cdd44915dad3e9c9edd2523110a70
443 md 06-build-signoff-internal-routing wds wds/wds-0-alignment-signoff/data/06-build-signoff-internal-routing.md 9975bdeaba8cb7816b2279852ec65f99e985cfcecb8ec3049aaab297d1570de7
444 md 06-example-hairdresser-newsletter wds wds/wds-6-asset-generation/data/06-example-hairdresser-newsletter.md 192bb07f3927c089556efcc22689f9899f3d58191061e044352db49b286e9e33
445 md 06-generation-instructions wds wds/wds-6-asset-generation/data/06-generation-instructions.md 92be1920f0c5cdc863175886ed553cdcc87658a34030018cb90e28c7d847ae7e
446 md 06-inspiration wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/06-inspiration.md 08394e410822c803c3e8be1b8b3e64a5e21e5283d61cd850dec49d8ad4ac285b
447 md 06-inspiration wds wds/wds-1-project-brief/templates/project-brief-dialog/06-inspiration.md 08394e410822c803c3e8be1b8b3e64a5e21e5283d61cd850dec49d8ad4ac285b
448 md 06-shortest-path wds wds/wds-4-ux-design/data/scenario-init/06-shortest-path.md 2b80bf99595be6d887e347dae8c2a102fac816f31312847f672bf8fbf1489e0a
449 md 07-positioning wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/07-positioning.md 797a7408157caa11de8214ca29e7d11687922e8a029187949ff1b83d15fb455d
450 md 07-positioning wds wds/wds-1-project-brief/templates/project-brief-dialog/07-positioning.md 797a7408157caa11de8214ca29e7d11687922e8a029187949ff1b83d15fb455d
451 md 07-reference-trigger-map wds wds/wds-4-ux-design/data/scenario-init/07-reference-trigger-map.md 78a8d3676d4cc05ca92cc8f42e8fa44f147074bfc8ff13a7d820fa515565d51c
452 md 1-prototype-setup wds wds/wds-5-agentic-development/steps-p/1-prototype-setup.md ef55b66b26926ce294c97f9b6e566a6a0e2c556cb8b138d01ee06fa00280bf42
453 md 2-scenario-analysis wds wds/wds-5-agentic-development/steps-p/2-scenario-analysis.md 9a9180f67ab2308118426fe19e1712a8970c8facae6b911fdcb8cb1d5a28fe03
454 md 3-logical-view-breakdown wds wds/wds-5-agentic-development/steps-p/3-logical-view-breakdown.md c1ffd23d5eccea90c1731779fce24c60c13f34d702fbae3c3534a9f2aa193d84
455 md 3d-render wds wds/wds-6-asset-generation/data/styles/content-styles/3d-render.md 7ff49d3e2d996a27f791a9650860a8af8bf2f92ff736a609b3d331ca98f2eb1c
456 md 4a-announce-and-gather wds wds/wds-5-agentic-development/steps-p/4a-announce-and-gather.md e45889d356f2786373e345071fd009e47aa3de5d9d0e12e99f0f4b5b7fa35bfe
457 md 4b-create-story-file wds wds/wds-5-agentic-development/steps-p/4b-create-story-file.md f0876db52b5b7f6b4e08c90a30565a62f3be17340ab6286abc760a1a1fc24bbb
458 md 4c-implement-section wds wds/wds-5-agentic-development/steps-p/4c-implement-section.md 04a3182d7b2568e56fdb2cd08a5db3ed3b15ab12f20b2a5dd24b7623a224387f
459 md 4d-present-for-testing wds wds/wds-5-agentic-development/steps-p/4d-present-for-testing.md 22fc7118242d4b1879e3ed13a1cbe375bbe777673424200a3f985c43f0d599cf
460 md 4e-handle-issue wds wds/wds-5-agentic-development/steps-p/4e-handle-issue.md 7d656993cee28cbf5f896f2de86f66ecda4b46e1a8866aaa1c5dd125b1ec98a9
461 md 4f-handle-improvement wds wds/wds-5-agentic-development/steps-p/4f-handle-improvement.md 53454d28ce5cbd58f470e42a59fc0881d0481e7e8d1361cf7b736d2b5a2bd673
462 md 4g-section-approved wds wds/wds-5-agentic-development/steps-p/4g-section-approved.md 7fe8c69cbe3bde0c089a0c062d9c869fe6ac9c2648dcd231b9d38ea774e03272
463 md 5-finalization wds wds/wds-5-agentic-development/steps-p/5-finalization.md 95dbe8ea9488acfb9d5f40e2edc9ec12ec7e2f79a41c0c4b0b02f7075346922a
464 md accessibility-audit.workflow wds wds/wds-4-ux-design/templates/instructions/accessibility-audit.workflow.md fc8dd6ea6cc0e20d2be2ea6c83fda9b64069b03ba781f85354920a70d35b8080
465 md accessibility.instructions wds wds/wds-4-ux-design/templates/instructions/accessibility.instructions.md 28832ae39076d4f211c1b237f61e09b9afded76292802494df9f557bfaaabf2a
466 md agent-designer-collaboration wds wds/wds-4-ux-design/data/modular-architecture/00-foundation/agent-designer-collaboration.md 3f777ebb2adf1b3f517d574580f5ae76ddb150a5afb46f593f808dbdf7183f79
467 md AGENTIC-DEVELOPMENT-GUIDE wds wds/wds-5-agentic-development/data/guides/AGENTIC-DEVELOPMENT-GUIDE.md 49575c2129490530d37f013698b35b606072776401e156d0f7f0f8a01563471f
468 md audit-report.template wds wds/wds-4-ux-design/templates/audit-report.template.md e0487702443a66f2bc74888b220d2d36ea5e07424caac8c6cc525792d7ff1c29
469 md benefits wds wds/wds-4-ux-design/data/modular-architecture/03-quick-refs/benefits.md 9f5dc0015a7b7d5644220ef4ee69a18febbcaf05b46fb7968ca666722a436531
470 md booking-example wds wds/wds-4-ux-design/data/scenario-init/examples/booking-example.md 0483bc21b9aed418212f8ae0682c87af75945ad481bd09a8471e9a76198a41a6
471 md brutalist wds wds/wds-6-asset-generation/data/styles/design-styles/brutalist.md 650133fd78e87a8c92a03b9845c23cbcbb0095d0915cb2db512861539cdf4f8c
472 md business-goals-template wds wds/wds-2-trigger-mapping/data/business-goals-template.md 6e5bd3cf84695447a636dd8393ec7f766485c5cb0497055d3158ae2e2c47d4df
473 md button wds wds/wds-4-ux-design/data/object-types/templates/button.md 4e9015f48fede5e649732094e0d697b9fe9d8dd11398db3a706639a100193140
474 md client-profile.template wds wds/wds-1-project-brief/templates/client-profile.template.md b84a67da4ecc31971927be66a6ca8909ff7f0de78f0c6a2f0c02c0e6efd37ae5
475 md comic-book wds wds/wds-6-asset-generation/data/styles/content-styles/comic-book.md cdf715be6461f74973cc115e600944c52baa264ba1a1073f5ec38765b08d5476
476 md complexity-detection wds wds/wds-4-ux-design/data/modular-architecture/01-core-concepts/complexity-detection.md a5b455efcfff5c484cdeaa329d8d773064bfe071d56a1c98aeeea1357bb0b158
477 md COMPLEXITY-ROUTER wds wds/wds-4-ux-design/data/object-types/COMPLEXITY-ROUTER.md 6b25d91c72ddac7362ba882d1bb36b99b5292d45c5746cb8339d4dfa136bdb77
478 md complexity-router-workflow wds wds/wds-4-ux-design/data/modular-architecture/02-workflows/complexity-router-workflow.md 21c6713f961e9202c4368423898151414aa33290b8a37c7be29ab5a441fc4165
479 md COMPONENT-FILE-STRUCTURE wds wds/wds-4-ux-design/data/modular-architecture/COMPONENT-FILE-STRUCTURE.md 106c4286dfacb58b403a304c199d583dc7e558c8899e380ab40cf69bf5bcc9c9
480 md component-library-config.template wds wds/wds-0-project-setup/resources/wds-7-design-system/templates/component-library-config.template.md ee8dff9871364c85b2096a0fb2dc27a73fa068e460667230be5eededac7498af
481 md component-library-config.template wds wds/wds-7-design-system/templates/component-library-config.template.md ee8dff9871364c85b2096a0fb2dc27a73fa068e460667230be5eededac7498af
482 md component.template wds wds/wds-0-project-setup/resources/wds-7-design-system/templates/component.template.md a3e18a2b6ac9eb2a7214d1c1ac60fb314728f1daaf92410cebdb9646e9522781
483 md component.template wds wds/wds-7-design-system/templates/component.template.md a3e18a2b6ac9eb2a7214d1c1ac60fb314728f1daaf92410cebdb9646e9522781
484 md content-creation-workshop-guide wds wds/wds-6-asset-generation/data/content-creation-workshop-guide.md 7e2bb752ae77a156b9b803e5b3ccacd20029f91716f356edd8856f6b942baa83
485 md content-language.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/content-language.template.md 23d0a01ade9e9ca4602b7052c8ffcc607f3644adfa226685d12f667162055b81
486 md content-language.template wds wds/wds-1-project-brief/templates/content-language.template.md 23d0a01ade9e9ca4602b7052c8ffcc607f3644adfa226685d12f667162055b81
487 md content-output.template wds wds/wds-6-asset-generation/templates/content-output.template.md cca09ac0f23b690c4c7d4bbb7a4ad755cd0c6f1fabfa9cd492ec80696cb57c04
488 md CONTENT-PLACEMENT-GUIDE wds wds/wds-4-ux-design/data/modular-architecture/CONTENT-PLACEMENT-GUIDE.md 337f29f2c2c970941099d7e45bf2aad5ea4810ef1017ec3169eb3af9f9aed271
489 md content-placement-rules wds wds/wds-4-ux-design/data/modular-architecture/01-core-concepts/content-placement-rules.md 0f141df8e13393e8d7264159a314023d5e144187bb3c2c21e09266095ec00f21
490 md context-templates wds wds/wds-8-product-evolution/data/context-templates.md 875567e7a9056a5475fe4835d7e85825b2bba4b6b44b1a6341e165eb6f23e6c6
491 md contract.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/contract.template.md 1acd23108c2cac293b4e924fdb21853176dea528fc68d171f3e0f561cd52776e
492 md contract.template wds wds/wds-1-project-brief/templates/contract.template.md 1acd23108c2cac293b4e924fdb21853176dea528fc68d171f3e0f561cd52776e
493 md corporate wds wds/wds-6-asset-generation/data/styles/design-styles/corporate.md fba548addcc0bf1d14707898058053d1c378e0f7192ef491c371f7f840a762b7
494 md CREATION-GUIDE wds wds/wds-5-agentic-development/data/guides/CREATION-GUIDE.md 867fb4e3d60e2cb75c30db813696fc879b8e14a00180a1a5d6486b506949ad3d
495 md CROSS-PAGE-CONSISTENCY wds wds/wds-4-ux-design/data/modular-architecture/CROSS-PAGE-CONSISTENCY.md f34325f8d5c2637ef11a90a96a08a7d3b94b79dcf088e0ade79791b3d6d433c6
496 md data-api.instructions wds wds/wds-4-ux-design/templates/instructions/data-api.instructions.md 20e198e50f103b67fb4604d30adffbd7c77b0ccd198177e28548c03249765fb8
497 md decision-tree wds wds/wds-4-ux-design/data/modular-architecture/03-quick-refs/decision-tree.md d9f4eba66b6b1907ee213c6a00bed58290cb61e8013d87c2eac6c82807573a81
498 md decisions wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/decisions.md 49e6a3d36e71fdba9d0818baa11b57515c1e09940d680c1e80ffa18ef6bc540a
499 md decisions wds wds/wds-1-project-brief/templates/project-brief-dialog/decisions.md 49e6a3d36e71fdba9d0818baa11b57515c1e09940d680c1e80ffa18ef6bc540a
500 md delivery-templates wds wds/wds-4-ux-design/data/delivery-templates.md 08cb8aaa65804f2620097e8143749629824feb1c839a259513f364d3716f5895
501 md delivery-templates wds wds/wds-8-product-evolution/data/delivery-templates.md 2e313f9ecdfc58f7e9872fbfb3b80fbb9b674b8da18babd001e1bcaa7e0dcc35
502 md design-deliveries-guide wds wds/wds-4-ux-design/data/design-deliveries-guide.md 154b9f9c6c3b0818224e04ebdc9016877dcf45ec8097d18c88e89ca4e97af429
503 md DESIGN-LOOP-GUIDE wds wds/wds-4-ux-design/data/guides/DESIGN-LOOP-GUIDE.md 66512a4dac0ae3757914e831054d81861e5cdadb9190df465db6f931100a0e5a
504 md design-system wds wds/wds-0-project-setup/resources/agent-guides/freya/design-system.md 3f9047fc142dc8a7c5600bba34e5a756a8a9f58a87e4fe1cb203d0f4812c2939
505 md design-system-guide wds wds/wds-7-design-system/data/design-system-guide.md 008c834d9f22cd2b8556025eaa216b62437dcb6e54125d68937e18db1fd3719f
506 md design-templates wds wds/wds-8-product-evolution/data/design-templates.md b7d6eae2122c64bf833574a304c54756415aa242fe270fcabf46c18713968d9f
507 md design-tokens.template wds wds/wds-0-project-setup/resources/wds-7-design-system/templates/design-tokens.template.md 8eefe815b7e3e18772421c7bb7176688824d4fbeb12d9f01eba10eef241f619e
508 md design-tokens.template wds wds/wds-7-design-system/templates/design-tokens.template.md 8eefe815b7e3e18772421c7bb7176688824d4fbeb12d9f01eba10eef241f619e
509 md DEV-MODE-GUIDE wds wds/wds-5-agentic-development/templates/components/DEV-MODE-GUIDE.md 08c3aecc02a40b6b8ca77f08fcfbdeb1244525e12a2ac1f415d0c6ef9e5dc9d4
510 md diagnostic-report-template wds wds/wds-4-ux-design/templates/diagnostic-report-template.md aee1a20cb0c028852f8fd5472a350ac51f4e68fd8a1e501115cc034b68d4c944
511 md ecommerce-example wds wds/wds-4-ux-design/data/scenario-init/examples/ecommerce-example.md 9dad842cdb0f29c436f2ecfe1ab252057f933010dcc9e3e03f4d051c8e341d82
512 md editorial wds wds/wds-6-asset-generation/data/styles/design-styles/editorial.md 74f09709204df38f462aa02e4eb69a5325c99d7b84db632f7b0aa40164f2cba9
513 md EXECUTION-PRINCIPLES wds wds/wds-5-agentic-development/data/guides/EXECUTION-PRINCIPLES.md 32c10b8e33d927cae7e0deb6cc11eaa505f046af3f69b01e9e5a4ea1b4af1457
514 md existing-product-guide wds wds/wds-8-product-evolution/data/existing-product-guide.md 896a69bc5b957f2ec807024d01a6281bae2b85c73cb49bc82d7c0ccbdddf581c
515 md feature-impact.template wds wds/wds-0-project-setup/resources/wds-2-trigger-mapping/templates/feature-impact.template.md 7846611f85ca8ba5677a3845629ed535da8c50d41551c4f6061c153d9264f885
516 md feature-impact.template wds wds/wds-2-trigger-mapping/templates/feature-impact.template.md 7846611f85ca8ba5677a3845629ed535da8c50d41551c4f6061c153d9264f885
517 md FEEDBACK-PROTOCOL wds wds/wds-5-agentic-development/data/guides/FEEDBACK-PROTOCOL.md 5c35333c45b2b3baf7ad6fbb4bdc7acfc32825e2fb399041e0ff4334bf8cf6a3
518 md figma-designer-guide wds wds/wds-6-asset-generation/data/figma-designer-guide.md e5ce0f5e55b50d1b166f98372b888671e0e3bb466954e4c30751a8e19f5a9758
519 md figma-integration-guide wds wds/wds-6-asset-generation/data/figma-integration-guide.md e1547e3c7c894b7547d8faad96f442b4d8c6f4335cd6a7a6410d92bc4862ce15
520 md figma-integration-summary wds wds/wds-6-asset-generation/data/figma-integration-summary.md 08232b64b9e02126f06286f9ccfb98b5f8e3d091b008f3648faa4d5e20135517
521 md figma-mcp-integration wds wds/wds-6-asset-generation/data/figma-mcp-integration.md 6088bee3babec768c6c531ead5bcc3264bbf17a96db466abf1929650965e8108
522 md figma-plugin-setup wds wds/wds-6-asset-generation/data/figma-plugin-setup.md cd9f8cc89c393e5a5ca052bf10e4d229072f8467da1f7fe3b1b8b0fd055e8212
523 md figma-spec-preparation wds wds/wds-6-asset-generation/data/figma-spec-preparation.md 320aea9fb70daed94ba28b0259da0f0705b09ba327f66d21ef64eb5640baec5b
524 md FILE-INDEX wds wds/wds-5-agentic-development/data/guides/FILE-INDEX.md d586333325d3621598edd3423e7e7c354fdcc39e6eb5f4f1a77098e7a487c6af
525 md flat-design wds wds/wds-6-asset-generation/data/styles/content-styles/flat-design.md 5bcd4d547fc1058ca02a59f42bb692a26c69dd444d1039952158142b1387f0e8
526 md flow-a-sketch wds wds/wds-4-ux-design/data/page-creation-flows/flow-a-sketch.md 0f16e89c807969478cf00fc2e22cb5b5aaf6e16c9aab99c376d5b3c5c5d84805
527 md flow-b-verbal wds wds/wds-4-ux-design/data/page-creation-flows/flow-b-verbal.md c89c8b7b08d74ef78ea76f79c56d90f4116e22c1cc6337ea6c78663deafa4a52
528 md flow-c-ascii wds wds/wds-4-ux-design/data/page-creation-flows/flow-c-ascii.md a2a0e544d0fdf655b710baf55bdd82abb222248d3726ee620b277c18b6f7fdca
529 md flow-d-reference wds wds/wds-4-ux-design/data/page-creation-flows/flow-d-reference.md 5cefdfcd88c0cc2d7106a4590c6a06286145a2431ea5a547132752d4025b5792
530 md flow-e-html wds wds/wds-4-ux-design/data/page-creation-flows/flow-e-html.md 6d33447ad6e6731d0ad7b8a9ecbf1329e4594db39b6b0c64c4254fc02a3578c3
531 md form-validation.instructions wds wds/wds-4-ux-design/templates/instructions/form-validation.instructions.md fd1becae2c7f894a90e3f68bf0279123a829f05c2d965308ca71cc6af65c5971
532 md handoff-dialog-scripts wds wds/wds-4-ux-design/data/handoff-dialog-scripts.md e0ebbd47e8d5873e218797764a2828aea50f07464702005101a6e39a42f3a4f6
533 md heading-text wds wds/wds-4-ux-design/data/object-types/templates/heading-text.md 788f834bfbb1f811c73ef4ce1739f80a1a6da445a28ce84b0e63bd7f8458ddc7
534 md HTML-VS-VISUAL-STYLES wds wds/wds-4-ux-design/data/guides/HTML-VS-VISUAL-STYLES.md 3816ff81a52096727bf1c13cd328b59f042f27936ebcf0a6eaf912ecf48cf045
535 md hyper-realistic wds wds/wds-6-asset-generation/data/styles/content-styles/hyper-realistic.md 59cb712d7e0cf991680ebda9faadcf987eee23774c5bf2243589d474e8435ed4
536 md illustration wds wds/wds-6-asset-generation/data/styles/content-styles/illustration.md 98aca4effcb8f54ba40837fc80f42c1f24a9fda4227501d08a341008349fbb58
537 md image wds wds/wds-4-ux-design/data/object-types/templates/image.md ea70963752e92e724302911d12b2de85e8a0683790f4fa81942ab576e1fd5e5f
538 md INLINE-TESTING-GUIDE wds wds/wds-5-agentic-development/data/guides/INLINE-TESTING-GUIDE.md 4f5c174206ce81d2a5baba7d91dd64f076295aaa90d338e129b3a1da7da24fba
539 md inspiration-analysis.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/inspiration-analysis.template.md f62be974c09cdabdd59d507a20e69c91986aca522af2644002c0bbbd1838fcae
540 md inspiration-analysis.template wds wds/wds-1-project-brief/templates/inspiration-analysis.template.md f62be974c09cdabdd59d507a20e69c91986aca522af2644002c0bbbd1838fcae
541 md isometric wds wds/wds-6-asset-generation/data/styles/content-styles/isometric.md ad35a9f3ceab461e3b76eca8fc64d43f9962151fc213f442368cca46501a0012
542 md issue-templates wds wds/wds-5-agentic-development/data/issue-templates.md 4cbae51dddf190e1a8b64c6760a434e8cf6f0963b15001c8c64b49a23ab2ae2b
543 md kaizen-iteration-guide wds wds/wds-8-product-evolution/data/kaizen-iteration-guide.md 0cf8a8299fabb3316e243a8ee88e62f30df6b4543cf6f563d8e0acdb65e76b7d
544 md kaizen-principles wds wds/wds-8-product-evolution/data/kaizen-principles.md d9a546ababc0f4f54e4e2b47a55ba4e0a1eaba8df757a3c1f4f548a2212c077b
545 md key-insights-structure wds wds/wds-2-trigger-mapping/data/key-insights-structure.md 232f3e5a7b52b24a87b6e862981a3685712cd308ff951a25df99049ad125aa19
546 md lightweight-page-template wds wds/wds-4-ux-design/data/page-creation-flows/lightweight-page-template.md 45ea31989a452a1ab34bba94d2cb42413a2442396383708fe820e67dcc4bbefb
547 md line-art wds wds/wds-6-asset-generation/data/styles/content-styles/line-art.md 25cca2557218d42079d8ebb563899858efbd816404621c9b78795c357b638f4b
548 md link wds wds/wds-4-ux-design/data/object-types/templates/link.md 480a6ab3b9fa34f0946047ac70a57721fedf4644384d7537d88f71e502dca819
549 md mcp-server-integration wds wds/wds-6-asset-generation/data/mcp-server-integration.md 6c6cf90d098ad7d0d24127abe6faf510e0115b5369f53b87bb8fcfb59fdadb65
550 md mermaid-formatting-guide wds wds/wds-2-trigger-mapping/data/mermaid-formatting-guide.md 83cd57528594396ea4fddc1b628e31165e9772e2fa7f7585699c339758fa328e
551 md meta-content.instructions wds wds/wds-4-ux-design/templates/instructions/meta-content.instructions.md 0f10614e6f66130045881543ee5a770dd9c7c3121b4c21cb88d5c16316eea7d0
552 md minimal wds wds/wds-6-asset-generation/data/styles/design-styles/minimal.md af0bb5711d221fe85faf0dfe59a1f15db2a1a05513996f85e1b58c49b24f79cf
553 md monitoring-guide wds wds/wds-8-product-evolution/data/monitoring-guide.md f83c4c2475e86d01b8a38cce63d8548ab5ffdc734b269da8373ee7190771af89
554 md monitoring-templates wds wds/wds-8-product-evolution/data/monitoring-templates.md a7270170ffbdc68c9c4b40704d01e47a37877287b81ec78716e58aa88ecd4444
555 md NANO-BANANA-PROMPT-GUIDE wds wds/wds-4-ux-design/data/guides/NANO-BANANA-PROMPT-GUIDE.md 4ca9708677652996e2d20c567bb955d344411ad130e7c381e94166a21dc2a53f
556 md object-router wds wds/wds-4-ux-design/data/object-types/object-router.md 60742ce6db8f924d01d66b5ffa6934894a560a69b11b3988c6158c4bde6a28dc
557 md open-questions.instructions wds wds/wds-4-ux-design/templates/instructions/open-questions.instructions.md 41e7ab05bfd97df27bce395e25e30ea379600dd1b32d6df90b79ab190cf98925
558 md organic wds wds/wds-6-asset-generation/data/styles/design-styles/organic.md fb29ed154269ed4c25ac53333eb26e59608a1bb2fef7e8405ce493df769b0012
559 md page-init-lightweight wds wds/wds-4-ux-design/data/page-creation-flows/page-init-lightweight.md 70c8143cb67ac4d5a78cdef667933dccf9ad866dd811da9f7e75483329ca94be
560 md page-process-templates wds wds/wds-4-ux-design/data/page-creation-flows/page-process-templates.md e935e2c2ec6baab831c7cfdaa99701baaaf6a993db7e18a93b4df6ca4bf3ff06
561 md page-specification-workflow wds wds/wds-4-ux-design/data/modular-architecture/02-workflows/page-specification-workflow.md 635667691b6080f488625c755a897caa7e84be42494c31b9f9a38b9e6fb17a7f
562 md page-specification.template wds wds/wds-0-project-setup/resources/wds-4-ux-design/templates/page-specification.template.md 7c485f66bc310397d6e22c42b3f1744f657cf0d58a8b06e1a434a79cdd573f5d
563 md page-specification.template wds wds/wds-4-ux-design/templates/page-specification.template.md 7c485f66bc310397d6e22c42b3f1744f657cf0d58a8b06e1a434a79cdd573f5d
564 md pencil-sketch wds wds/wds-6-asset-generation/data/styles/content-styles/pencil-sketch.md 744d2be58f337e4344e19a4952cd1488a00f488523c4a5332f7f174b2336bb79
565 md persona-document.template wds wds/wds-0-project-setup/resources/wds-2-trigger-mapping/templates/persona-document.template.md 098224dcf4eeea73c850e95f912ca9455f2c852f79e544b2947c4485807b92c6
566 md persona-document.template wds wds/wds-2-trigger-mapping/templates/persona-document.template.md 098224dcf4eeea73c850e95f912ca9455f2c852f79e544b2947c4485807b92c6
567 md photorealistic wds wds/wds-6-asset-generation/data/styles/content-styles/photorealistic.md 80d47d8b91d5b713af1ca4be84f533c591eb35b1ee59573a2c21d47437877f4a
568 md pitch.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/pitch.template.md 2944e209ec189f6a2aa7b69b8d497864cb161a2526aaa3a3a6baff58e8dd8aa4
569 md pitch.template wds wds/wds-1-project-brief/templates/pitch.template.md 2944e209ec189f6a2aa7b69b8d497864cb161a2526aaa3a3a6baff58e8dd8aa4
570 md placeholder-templates wds wds/wds-4-ux-design/data/page-creation-flows/placeholder-templates.md 34070e53b185ee3daab9f871860b6a654b34b5e8a3fd5e162da96c36eba43eb8
571 md platform-requirements.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/platform-requirements.template.md 16cee156c72e7b945ebd6b2d4dda05c46dc0557b7108ed25b35e777902603153
572 md platform-requirements.template wds wds/wds-1-project-brief/templates/platform-requirements.template.md 16cee156c72e7b945ebd6b2d4dda05c46dc0557b7108ed25b35e777902603153
573 md playful wds wds/wds-6-asset-generation/data/styles/design-styles/playful.md 13b1a2714235474734660b27ca63bcbc679eb616b53f492534bfad7bc629cb40
574 md positioning-explore wds wds/wds-1-project-brief/data/positioning-explore.md e96c69b7a4ec67c91a8297cc9b18a2fa58b837e0ece493e78fa1c9218f040a55
575 md positioning-open-conversation wds wds/wds-1-project-brief/data/positioning-open-conversation.md 461b38ded57ed47878f028297bb283309d36578aeba8d44fc06f9a6509983d08
576 md positioning-reflect-confirm wds wds/wds-1-project-brief/data/positioning-reflect-confirm.md d7ee0ebcef32ba904cfdf1cc7a97b5003ec6ce44d1ca121bd6673cd9d1d42df1
577 md positioning-synthesize wds wds/wds-1-project-brief/data/positioning-synthesize.md f1f4daf3a99649cc744c367171e3c13ae1ab5dd0a267fbf109e62d5ce264abcb
578 md progress-tracker wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/progress-tracker.md d9bb6e8c079bb905e72fb77ffb2ad0f8c024a444266b9d080174f9afded06816
579 md progress-tracker wds wds/wds-1-project-brief/templates/project-brief-dialog/progress-tracker.md d9bb6e8c079bb905e72fb77ffb2ad0f8c024a444266b9d080174f9afded06816
580 md project-brief.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief.template.md 9551ef08d1126f9c1c9c729898299f5ca28f46af125b5920ccfb2e133232bf9c
581 md project-brief.template wds wds/wds-1-project-brief/templates/project-brief.template.md 9551ef08d1126f9c1c9c729898299f5ca28f46af125b5920ccfb2e133232bf9c
582 md PROTOTYPE-ANALYSIS wds wds/wds-5-agentic-development/data/guides/PROTOTYPE-ANALYSIS.md f328d1dc206a34e6f0c82593ff844f7a0460ecf46a550c2b018f10d7e602481f
583 md PROTOTYPE-INITIATION-DIALOG wds wds/wds-5-agentic-development/data/guides/PROTOTYPE-INITIATION-DIALOG.md 884afc687e0ed713c88b5baa4ba829eb7f6a3f692c0778e7a5cc03f50f1f5395
584 md PROTOTYPE-ROADMAP-template wds wds/wds-5-agentic-development/templates/PROTOTYPE-ROADMAP-template.md 14cf256647195d56ef1158e2b7c42bdf5eed6f1f070f39a9b437dfb453f087a0
585 md prototype-to-figma-workflow wds wds/wds-6-asset-generation/data/prototype-to-figma-workflow.md 9cbaba00133b33d22972f2a2552faa0427d3ae0ca80ff79e871edc2fc34c7630
586 md quality-checklist wds wds/wds-2-trigger-mapping/data/quality-checklist.md ee33eb6b994764e2e469ec4a30f92c67ec0184c6e502c57480513dd350084d48
587 md quality-checklist wds wds/wds-3-scenarios/data/quality-checklist.md 3d44a3b2dd7b99f7876554a05ac89cfb5273d3a073dd54319c64ca7454c5c96c
588 md quality-guide wds wds/wds-4-ux-design/data/quality-guide.md 61134e869f8913332408b7e525d5b16ee9e0424ada98fc417d05b5689ba0e268
589 md responsive.instructions wds wds/wds-4-ux-design/templates/instructions/responsive.instructions.md eb1a975e9595341d5f66736d830c5c21becd41e11f613cdbdccabd1444f367c4
590 md ROUTER-FLOW-DIAGRAM wds wds/wds-4-ux-design/data/object-types/ROUTER-FLOW-DIAGRAM.md 80572e614c01bc8d986ad3bba5272415cef6b14b05401624dab0a5a9fd5be4c9
591 md saas-example wds wds/wds-4-ux-design/data/scenario-init/examples/saas-example.md 07d827fc85a6c86aa1352a7858b6d690d531d7a1296880f3f04009b89c67a279
592 md scenario-init-dialog wds wds/wds-4-ux-design/data/scenario-init/scenario-init-dialog.md 05ac257ebfde9234fd39b9f3bc59bb368815129f82993f14fa77e19642e893ee
593 md scenario-init-guide wds wds/wds-4-ux-design/data/scenario-init/scenario-init-guide.md 5f725abf3fbeab6e1270ecb2d94f9d8b880b33d896937210d7b6040c688067e9
594 md scenario-init-process wds wds/wds-4-ux-design/data/scenario-init/scenario-init-process.md 355c38688d97832ad2519e31cd93c6bff29476887ca8b3176d1e32aa1ca20688
595 md scenario-outline-template wds wds/wds-3-scenarios/data/scenario-outline-template.md 4450a716646a625898b149c3b9828ae51b3e81c8ad80258b99bb251648e36313
596 md scenario-overview.template wds wds/wds-0-project-setup/resources/wds-4-ux-design/templates/scenario-overview.template.md 83c2f962c6d48eaa8989287d269a80a468c063a390c43cbfa4fda822be7a5f57
597 md scenario-overview.template wds wds/wds-4-ux-design/templates/scenario-overview.template.md 83c2f962c6d48eaa8989287d269a80a468c063a390c43cbfa4fda822be7a5f57
598 md seo-content.instructions wds wds/wds-4-ux-design/templates/instructions/seo-content.instructions.md 55c70a2aaf2739e985f19af97a2d236286090f507b71e55833db3fa311998cba
599 md SEO-VALIDATION-GUIDE wds wds/wds-5-agentic-development/data/guides/SEO-VALIDATION-GUIDE.md 5c59e6c14ab4982c8f9ead353c225112862516a371c7725a5eb96e2884e5c155
600 md service-agreement.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/service-agreement.template.md d352e27bf2bc2311020572d5ea04cba737b50b33bfdc80cc28dd12ebe3d8903c
601 md service-agreement.template wds wds/wds-1-project-brief/templates/service-agreement.template.md d352e27bf2bc2311020572d5ea04cba737b50b33bfdc80cc28dd12ebe3d8903c
602 md SESSION-PROTOCOL wds wds/wds-5-agentic-development/data/guides/SESSION-PROTOCOL.md 28b9736823acfef4d83abc564bf82b880d271a629e9aa9a1799e68a946d39fbc
603 md signoff.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/signoff.template.md 48d368263788a6b8f2d809b8c321bdd0ba3d72af0d0124ca5d9876fcfe0e99ed
604 md signoff.template wds wds/wds-1-project-brief/templates/signoff.template.md 48d368263788a6b8f2d809b8c321bdd0ba3d72af0d0124ca5d9876fcfe0e99ed
605 md simplified-brief.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/simplified-brief.template.md 5ee5784db28943bf0ca5536f04e7e72e35c7d1ce395d5c7375b6d7080c37a38f
606 md simplified-brief.template wds wds/wds-1-project-brief/templates/simplified-brief.template.md 5ee5784db28943bf0ca5536f04e7e72e35c7d1ce395d5c7375b6d7080c37a38f
607 md SKETCH-TEXT-ANALYSIS-GUIDE wds wds/wds-4-ux-design/data/guides/SKETCH-TEXT-ANALYSIS-GUIDE.md 4710b9483e6b5e48de07d80362f805976ac99386a8d0b8510355194924657658
608 md SKETCH-TEXT-QUICK-REFERENCE wds wds/wds-4-ux-design/data/guides/SKETCH-TEXT-QUICK-REFERENCE.md 999006df2b7cd8f8958138cd84878f0f20cb25bccf028438c7d91047f9bf5583
609 md SKILL wds wds/wds-agent-freya-ux/SKILL.md 4864d71b7288eb5add8ada621198c92168e67fe8bded460e03b013c7f5dcf01c
610 md SKILL wds wds/wds-agent-saga-analyst/SKILL.md 530dc15444e2230109d11cad917276ab5b4b5d8d5a7f85d810a43dea6847df1e
611 md SKILL wds wds/wds-0-alignment-signoff/SKILL.md 27c621e85d06ceb03271aedc190979c6f0c498430226f6d45fb2837caa103d2c
612 md SKILL wds wds/wds-0-project-setup/SKILL.md 2d9e6a2009f0b50387276ef74343d32bb3d3d375413a4becacb57c586a2da51a
613 md SKILL wds wds/wds-1-project-brief/SKILL.md c8b55938fd0461c8b5add0c2fb8eb0cc660a1bc19924955f7aae5721d6694acc
614 md SKILL wds wds/wds-2-trigger-mapping/SKILL.md 6f42365384514fa3e171fc3bac11dbab4dacc644b9d7ec1a055ded55d61f1118
615 md SKILL wds wds/wds-3-scenarios/SKILL.md 183b253067d40d2a732b63452cc8604369d3f27704a750fbdfd1697bdd722d07
616 md SKILL wds wds/wds-4-ux-design/SKILL.md df774b9a253b1661786419a66cb03d58b778ecf3c0628182292b64b3ec02b7c0
617 md SKILL wds wds/wds-5-agentic-development/SKILL.md 912705a4befd01b48a113bb7f5df92ed60b28b78c12e5069fe5970b40bc05f8b
618 md SKILL wds wds/wds-6-asset-generation/SKILL.md 323c475cef2441cc2ec09a49a8afc0401a3e2a0ed742fb4781f5c236143cd839
619 md SKILL wds wds/wds-7-design-system/SKILL.md 8acd610b34c6ccc1cb55ddd9dea2042ea5eb1e52e6874979ca5eb29c891fb092
620 md SKILL wds wds/wds-8-product-evolution/SKILL.md 295d5ab6f0977ccb9a9a94b43125aa681739b34e6dbdbcc957554f6917fd59ef
621 md specification-audit-workflow wds wds/wds-4-ux-design/data/specification-audit-workflow.md 9ccb851d7679c27e4080e283987d5eeca056a31955c94c5a923a97e55f312111
622 md specification-quality wds wds/wds-0-project-setup/resources/agent-guides/freya/specification-quality.md ca1dbe8ce4fd0d93382498b611b45bf39e331bd08baf0fcf45499dcdc6d531a1
623 md step-00-define-purpose wds wds/wds-6-asset-generation/steps-c/step-00-define-purpose.md 878662db42d1e0e60887d42d243818f9a70c4c80a0a1d963494cc47ddd2cb81a
624 md step-00-nb-setup wds wds/wds-4-ux-design/steps-w/step-00-nb-setup.md 6acf9f14606e33df05825a8aaa3788d39efcc3b070d12bc53eb607579e1a323b
625 md step-00-simplified-brief wds wds/wds-1-project-brief/steps-c/step-00-simplified-brief.md 59c9a1d4915146da9eb1015bd240540e64e6d4f0084af6f4c94c2de2428368db
626 md step-00a-documentation-synthesis wds wds/wds-2-trigger-mapping/steps-c/step-00a-documentation-synthesis.md 0b3c757799b8b7f8a5a8aaad2e01af37ee9175b33ebf585dffd3281501bd30b4
627 md step-00b-business-goals-extract wds wds/wds-2-trigger-mapping/steps-c/step-00b-business-goals-extract.md d1f38fc337de4e315c90e034f63e8968eef9f58f3aa66f98962d49f63a5201fa
628 md step-00c-target-groups-extract wds wds/wds-2-trigger-mapping/steps-c/step-00c-target-groups-extract.md cd49f020f1ad46bd8303729c0da967efb461bd972f4923a57c3ccb4cae4190f5
629 md step-00d-driving-forces-extract wds wds/wds-2-trigger-mapping/steps-c/step-00d-driving-forces-extract.md cb2bc2c4a8bede93e4cdabcaddbbcb878feaab8d1cdc20523621f4c38f3f757f
630 md step-00e-prioritization-extract wds wds/wds-2-trigger-mapping/steps-c/step-00e-prioritization-extract.md 542252af255cf268e720fbd5c51f4865724027e657ae531e15d046f56b358202
631 md step-00f-gap-analysis wds wds/wds-2-trigger-mapping/steps-c/step-00f-gap-analysis.md d2ba1de3a481d07040d4b1c9199ad0c6149dd8f8851ddf7a799b36c8315bd3f8
632 md step-01-brief-completeness wds wds/wds-1-project-brief/steps-v/step-01-brief-completeness.md beb834e4b1e399e6846c94c1409cb5254188cfc66322947e009a39f8b158a7cf
633 md step-01-connection-check wds wds/wds-6-asset-generation/steps-f/step-01-connection-check.md 339662a07661540218be0a02455ef532cf33707252ab29732b8562aade544a6f
634 md step-01-core-feature wds wds/wds-4-ux-design/steps-s/step-01-core-feature.md 12bbe15ec35c0fa435c0645712f358c2f6f8095316b0f2f5b1e086def2c1caf3
635 md step-01-create-delivery wds wds/wds-8-product-evolution/steps-p/step-01-create-delivery.md 0fb5df051f75ab79a0aed46572ea6c46bb37a727a103c89e57f370b9151c1ec4
636 md step-01-define-question wds wds/wds-5-agentic-development/steps-a/step-01-define-question.md 9e61ce03c72657adddf91322ba7c859a7a988e376f0e47a6e059555e29342794
637 md step-01-design-update wds wds/wds-8-product-evolution/steps-d/step-01-design-update.md 451433fff17ca02511bba9cd3f3ff9304311f987f2f0e1748c75087eefb31157
638 md step-01-detect-completion wds wds/wds-4-ux-design/steps-h/step-01-detect-completion.md 534b0af29956ef26a14c6000a3604b3ae99174b0e4180f427f94047550b25114
639 md step-01-exploration wds wds/wds-4-ux-design/steps-c/step-01-exploration.md 1a9a29ea604b17282ad0542e28031ad7ec5dcee89a148cd530bf705cd2c83785
640 md step-01-identify wds wds/wds-8-product-evolution/steps-a/step-01-identify.md 64b79a0024a15a3d8434d4732b64acde4cfd78fc8d259a2a161d53caf778d930
641 md step-01-identify-target wds wds/wds-5-agentic-development/steps-r/step-01-identify-target.md c9c53ed1ca33f522c9c3248e3bb69febb8f36e9b6b35f0fb4d3988133393e873
642 md step-01-init wds wds/wds-1-project-brief/steps-c/step-01-init.md 319fc92116b41b6e0a83fb198e50258d064b69a0cb1b3c8bab8b4bb0faded1ab
643 md step-01-load-context wds wds/wds-3-scenarios/steps-c/step-01-load-context.md 2604da6dfaecf43d749441ca3249e708ed6d4b34e43f22cb13be54cd17a391d9
644 md step-01-load-context wds wds/wds-6-asset-generation/steps-i/step-01-load-context.md a191752975a5e4086b3d3110ecd8f6020cc76d0375e56e7eedc94529577427a0
645 md step-01-load-context wds wds/wds-6-asset-generation/steps-m/step-01-load-context.md 4e19f6202a271afddec97cd472d1d12da8570f8a20b5241545d00725c7f6eddd
646 md step-01-load-context wds wds/wds-6-asset-generation/steps-p/step-01-load-context.md 85f83635ff0556d991e87947f936fab5420404d84b73c8f38c1c5e142048bbcb
647 md step-01-load-context wds wds/wds-6-asset-generation/steps-u/step-01-load-context.md 87964242daf36ffc7332204b0f0912bbc9475eeb71ad5433da7ef39c8a5aa5ef
648 md step-01-load-context wds wds/wds-6-asset-generation/steps-v/step-01-load-context.md 532d5bed2da3b0215a69e4e5ad4f92bdf8150cc82810e11d4e4f6045971ad248
649 md step-01-load-context wds wds/wds-6-asset-generation/steps-w/step-01-load-context.md 73421e3a92a0cfb3c390c8e9b15e0a3986248d1ba0cc64b8b4005230bbcdce96
650 md step-01-load-trigger-map-context wds wds/wds-6-asset-generation/steps-c/step-01-load-trigger-map-context.md ebbaaa626df870c00fdf2a9a0e91711660520bca460528ed310df1786436dced
651 md step-01-overview wds wds/wds-2-trigger-mapping/steps-c/step-01-overview.md b08425ae9ad2d444d26f9a46bc327c6a4ab43c7e23c81f96a613f698c43e9a31
652 md step-01-page-basics wds wds/wds-4-ux-design/steps-p/step-01-page-basics.md cd429500c6f0b868571940555cfd3854b7e4f43c8daabbe42fac4e1dd55cd657
653 md step-01-page-metadata wds wds/wds-4-ux-design/steps-v/step-01-page-metadata.md bc3cdef33e7d0b3d604ae467e900483e33b7f52ac1064ab4016222037418b66c
654 md step-01-prepare wds wds/wds-5-agentic-development/steps-t/step-01-prepare.md af73f0c4819a64548e496beb14d9c9c8c57200754e4697fa7b6d83b4d613585c
655 md step-01-reproduce wds wds/wds-5-agentic-development/steps-f/step-01-reproduce.md ca8245f3dc13e03d0c2dca6b0b35a5ec17a50aea7c90203df091cd245e5d0827
656 md step-01-review-current wds wds/wds-4-ux-design/steps-m/step-01-review-current.md 7ab220cb8655fbd663dff54a7ed1eceda396101f8e8f255b790ede517363cc55
657 md step-01-scan-existing wds wds/wds-7-design-system/steps-c/step-01-scan-existing.md 857bbf2fe9b472f8b7cee80ccd170e808dbb77a4d65641e55047e52cccddd6be
658 md step-01-scenario-coverage wds wds/wds-3-scenarios/steps-v/step-01-scenario-coverage.md a2b9e923f99bad774f04d8e515f97adf2bb194ff2668ba9454ca8b7361fd6453
659 md step-01-scope-and-plan wds wds/wds-5-agentic-development/steps-d/step-01-scope-and-plan.md b6b7de1ae908bde72ad54f6ddcbccdcac335b4c93d693cd2d45ce4d825966c97
660 md step-01-scope-change wds wds/wds-5-agentic-development/steps-e/step-01-scope-change.md 649d1110f156ead2406560003793dd7c99d9c7e8bd71425067c11b6926e3c0de
661 md step-01-sketch-analysis wds wds/wds-4-ux-design/steps-k/step-01-sketch-analysis.md 10dc1fbe8c899c66ef01c56c5d1b23f0fe1a3cde4ef5d2b43dfa5393eab1ee2d
662 md step-01-target-group-coverage wds wds/wds-2-trigger-mapping/steps-v/step-01-target-group-coverage.md 1493599455e40c896fbe31258c33e6b5e3fa32a1667af2cbc74da31e50c77dfb
663 md step-01-validate wds wds/wds-8-product-evolution/steps-t/step-01-validate.md f3dbbe149d20cf1fa667435bd391c4687fca2733b7c1ac54d6d3de08e19ff429
664 md step-01-visual-approach wds wds/wds-4-ux-design/steps-w/step-01-visual-approach.md 23416cad271ca571d03fc8cf7a03eb9cba3eed6c2680d6eacc2193c8f80eaaca
665 md step-01-welcome wds wds/wds-0-project-setup/steps/step-01-welcome.md 38b7dd0a7893c5ce9a9ba1646c289b685e0186e06b7011f2b633c9ba750e608b
666 md step-01a-client-profile wds wds/wds-1-project-brief/steps-c/step-01a-client-profile.md 5fadb5b0d064f0fbb88bd48eda53a4b9adfbcff381df8d6cd072895fdb758b87
667 md step-01a-understand-situation wds wds/wds-0-alignment-signoff/steps-c/step-01a-understand-situation.md 7b73a05e28dfa694183afea8ae43b151866ce7dfbe440a4ffd87e15c327d5534
668 md step-01b-determine-if-needed wds wds/wds-0-alignment-signoff/steps-c/step-01b-determine-if-needed.md b8a405b6d8c46fa4643cd88906fdecc4050f0e079a8242c8676a566e63ebcb81
669 md step-01c-offer-extract wds wds/wds-0-alignment-signoff/steps-c/step-01c-offer-extract.md 0b8a5d7a4cb386b9270777d7a74f2bb10ac078bcc1fc71bbb1eb90bd475e0b78
670 md step-01d-extract-info wds wds/wds-0-alignment-signoff/steps-c/step-01d-extract-info.md 3c907775aaa91c125f3a7207e93c9994a868c1cb8a2f7de784b1ccb997ae18cb
671 md step-01e-detect-starting-point wds wds/wds-0-alignment-signoff/steps-c/step-01e-detect-starting-point.md 8f0410de878bf19f8d85a3a5a35930a0b9f06d5e33f04674ce4e00c242d00b8e
672 md step-02-analyze-impact wds wds/wds-5-agentic-development/steps-e/step-02-analyze-impact.md 36825d9353f37b201af3d8f06fdc8e32e400f705cb90483eb9e58b01fbfbbf36
673 md step-02-analyze-scope wds wds/wds-3-scenarios/steps-c/step-02-analyze-scope.md f50860f8541366f075911188e064a65bc2ae43a37040f36902a18e6b20b82cf2
674 md step-02-awareness-strategy wds wds/wds-6-asset-generation/steps-c/step-02-awareness-strategy.md 173c57fd273f52d7954ec1c2f170d62bd5393931313fa0de6f6fda730ea8f970
675 md step-02-business-goals wds wds/wds-2-trigger-mapping/steps-c/step-02-business-goals.md 4d7d0473430e14f0995fbf2815ca1ffc992b35e6e2c41e99ad7a3fbdb200b27c
676 md step-02-compare-attributes wds wds/wds-7-design-system/steps-c/step-02-compare-attributes.md 12ffc4a3063bc57cdf8cb9d18c949a1a170dd3a3b58812436df2ae78fd4836f3
677 md step-02-create-delivery wds wds/wds-4-ux-design/steps-h/step-02-create-delivery.md 14a65989aaee497197b5126c7b9d57c5e45efc753f4bc13dc4ee0ad2d7328a36
678 md step-02-define-component wds wds/wds-4-ux-design/steps-m/step-02-define-component.md 67884600a371ea5cc10dfc6b038bbeacb5b72852d35d414cca4a89384a7b0d59
679 md step-02-entry-point wds wds/wds-4-ux-design/steps-s/step-02-entry-point.md 5040c5a9c2ecb20c82b9d348a21e47c0bafb8cd8c7e81391685adf4d3deb0b82
680 md step-02-execute wds wds/wds-5-agentic-development/steps-t/step-02-execute.md f2d486a1cc7f4a8a269e2ade1e1e98d76839c81847b86b0e427ebbea5b180f75
681 md step-02-explore-and-capture wds wds/wds-5-agentic-development/steps-r/step-02-explore-and-capture.md 53a15b30d3faca69ff098449fca744c448b7ef4fedc7362deef6feb9850333cd
682 md step-02-gather-context wds wds/wds-8-product-evolution/steps-a/step-02-gather-context.md 505763e15aeb8fd2d57753bc33ae367ddb108b378aee70fbb1995900ada16d1d
683 md step-02-generate-visual wds wds/wds-4-ux-design/steps-w/step-02-generate-visual.md f0181fc7c2155568ef810ca51d258d8ca4f1118cff2a6fb038f039bb706d3d1f
684 md step-02-hand-off wds wds/wds-8-product-evolution/steps-p/step-02-hand-off.md 8775f330ba6739f015a66bef50e3f58a8549b86034c2753fb85052bf38ddb134
685 md step-02-identify-export-type wds wds/wds-6-asset-generation/steps-f/step-02-identify-export-type.md fc787bb881bb9079994cff02853a3709c93aa0e9782a61d9ecc23305586334d3
686 md step-02-inventory wds wds/wds-6-asset-generation/steps-i/step-02-inventory.md 91d27fee0c3d6f08e944c71f4ecacf68ca7e49ff8c6b2a85519b6e91a82f15d7
687 md step-02-inventory wds wds/wds-6-asset-generation/steps-m/step-02-inventory.md 3c03882ce4f372ce28fa0b3a0980dd2532ba059ed99b4b6ad139fc4910245e4a
688 md step-02-inventory wds wds/wds-6-asset-generation/steps-p/step-02-inventory.md 3ba4d8f9a127a2ef51524d8746b6a04cd6f33efc22007d7bbe10e811485b3f80
689 md step-02-inventory wds wds/wds-6-asset-generation/steps-u/step-02-inventory.md 2d4d079e7087c054bad65e10863e1fbae4198c4e4190b18a6371d39867a48d25
690 md step-02-inventory wds wds/wds-6-asset-generation/steps-v/step-02-inventory.md 6270770a5228db2933872a256a0dc50ab1fbe4a4fc49d75aa2a7a322bdf37bda
691 md step-02-inventory wds wds/wds-6-asset-generation/steps-w/step-02-inventory.md 5b82d3f622c2985951cda509438e086b8ad14b9ecd0a7ef9bb61fda52812487b
692 md step-02-investigate wds wds/wds-5-agentic-development/steps-f/step-02-investigate.md 682c73aff1415387489f88a24d3149931be2117fa388c1605978859118a64bc3
693 md step-02-layout-sections wds wds/wds-4-ux-design/steps-p/step-02-layout-sections.md 7add63be83b3aad3fd1cd3ed5d693787806025001407fbaf4cdaf9f5e69f7200
694 md step-02-navigation wds wds/wds-4-ux-design/steps-v/step-02-navigation.md 767f26e0b51b880cea85b54ab578cad088fec94877c4c85ed19cd38f4ad5a610
695 md step-02-navigation-patterns wds wds/wds-3-scenarios/steps-v/step-02-navigation-patterns.md 417189dac667c779761c997e1fe0f7c43efe4be6fa8bcc3fe4519ca8b58f8d49
696 md step-02-prioritization-integrity wds wds/wds-2-trigger-mapping/steps-v/step-02-prioritization-integrity.md aa89b552cbb56262e3fe9c561fccd3128289fab89bfe0ce127e4e317cb304a44
697 md step-02-scan-codebase wds wds/wds-5-agentic-development/steps-a/step-02-scan-codebase.md 6e18397d9ed07efc2d13fcd5c6c150fb34bc825840289da05e1eb7ed5757c4b3
698 md step-02-setup-environment wds wds/wds-5-agentic-development/steps-d/step-02-setup-environment.md 0881db2887a8ea3fa05adbc36107b5bd29a2ccfbbcd5543de8af5d96a8022984
699 md step-02-structure wds wds/wds-0-project-setup/steps/step-02-structure.md 1a548b3e1be0c8685228e54a3ee8b0ebba53d9966104d3fe544ec6ff1edb7cc6
700 md step-02-trigger-map-consistency wds wds/wds-1-project-brief/steps-v/step-02-trigger-map-consistency.md 3defe3a801e6ba3cc270e857b05c98dc73eb339dba9c4132e7b9057e16bf48da
701 md step-02-vision wds wds/wds-1-project-brief/steps-c/step-02-vision.md d6ce9ea9107958a20615a5938fe27ee2edd11c3b4b41acacf5eaea64e31ac0e8
702 md step-02a-explore-realization wds wds/wds-0-alignment-signoff/steps-c/step-02a-explore-realization.md f9fffde15d4d88690cc720454a0ac1973fb15ee85555ef5eeab28d4b4075a8db
703 md step-02b-explore-solution wds wds/wds-0-alignment-signoff/steps-c/step-02b-explore-solution.md aabd36bd42382a62013acd0f7e11f3d52672859536096342beaf14027f85eb8d
704 md step-02c-explore-why-it-matters wds wds/wds-0-alignment-signoff/steps-c/step-02c-explore-why-it-matters.md 7f183dea8c6ed155c93ac9c63d4e4a8390dd4fbdebaf5027c92a5e429550a06c
705 md step-02d-explore-how-we-see-it-working wds wds/wds-0-alignment-signoff/steps-c/step-02d-explore-how-we-see-it-working.md 867facd2d44f0b6fd3b221e4933e72ec7609ae13c9bedec8c5f3ef1ee0ed6ab4
706 md step-02e-explore-paths-we-explored wds wds/wds-0-alignment-signoff/steps-c/step-02e-explore-paths-we-explored.md ead7fdac0638d6a7759165fbf895666feca3a1a1a6d49ab4da50a707554b68ab
707 md step-02f-explore-recommended-solution wds wds/wds-0-alignment-signoff/steps-c/step-02f-explore-recommended-solution.md 65880fc237f41e8c85b5feaec6e9aad2b7c5da72cb7cff4f4aa46f2d801c5045
708 md step-02g-explore-path-forward wds wds/wds-0-alignment-signoff/steps-c/step-02g-explore-path-forward.md 9d6d454ae8fb194b2e50fb52fc0e9e0644eade5ebdc3f7cff9d4663c06259fc7
709 md step-02h-explore-value-we-create wds wds/wds-0-alignment-signoff/steps-c/step-02h-explore-value-we-create.md 7fe24e75e4c26f0e338f15f390883d228f022955db0619c2c7f7af9a5967de88
710 md step-02i-explore-cost-of-inaction wds wds/wds-0-alignment-signoff/steps-c/step-02i-explore-cost-of-inaction.md b2cb490ccfd1ba2cf9f2d727b2b80c8fa03f2b943d1b9204fb2d85ef7625ad18
711 md step-02j-explore-our-commitment wds wds/wds-0-alignment-signoff/steps-c/step-02j-explore-our-commitment.md 9f0ba57e88de84ce26a7968af40498130a2cb115a9eefcba7e44937113d8ffac
712 md step-02k-explore-summary wds wds/wds-0-alignment-signoff/steps-c/step-02k-explore-summary.md e6281c64b04051628901b70f74c55e8427fd1e3746c8b920d16e1f0fe48b2827
713 md step-02w-nb-compose-prompt wds wds/wds-4-ux-design/steps-w/step-02w-nb-compose-prompt.md 9e1d8f46cc16270959ce0036e8af13c59d8732db940397d6776489324e5f1ef9
714 md step-03-action-filter wds wds/wds-6-asset-generation/steps-c/step-03-action-filter.md b3b80e39a81b4963fa5076b8e861b6d7b24f495da045c8cccead6effb4da341c
715 md step-03-build-strategic-context wds wds/wds-3-scenarios/steps-c/step-03-build-strategic-context.md e18a947a445f97da0c2706c89067a88b4203a57e5230e23b6328958be4059a9d
716 md step-03-calculate-similarity wds wds/wds-7-design-system/steps-c/step-03-calculate-similarity.md 8a76f79ca173fe78ff3807fe7baf81004f0ff403b07ffefb7e863a186c681027
717 md step-03-components-objects wds wds/wds-4-ux-design/steps-p/step-03-components-objects.md c3ae22673ee11101378348aad0f678ec6d34c97eebeb5de1b7f5e2926c2b200d
718 md step-03-create-test-scenario wds wds/wds-4-ux-design/steps-h/step-03-create-test-scenario.md e02f5775428fa9bb47e1a48b91b227aaa50181a9d5eb2c3eedf42d770af8756c
719 md step-03-document-issues wds wds/wds-5-agentic-development/steps-t/step-03-document-issues.md 254c9f2dbd148ff89106c2c8e2c3db530c35c83fc6a8ad0cb139707c86c39bcc
720 md step-03-fix wds wds/wds-5-agentic-development/steps-f/step-03-fix.md 06c13ad06ea0d3e337bbb1df2c4b955abd20d6a7d84e9b714f0b6a8bd951d3aa
721 md step-03-generate-specs wds wds/wds-5-agentic-development/steps-r/step-03-generate-specs.md 295465fdb33a86f2b8228dbc6d7525b14168e4c77ceb6aa19da35857bbce07a8
722 md step-03-implement wds wds/wds-5-agentic-development/steps-d/step-03-implement.md 081333201550cb4a7c1082b08fe5d755050f8729647f7397b5c7b48e73860ed8
723 md step-03-map-architecture wds wds/wds-5-agentic-development/steps-a/step-03-map-architecture.md 68694cd4a3c58d208c8a727591414d7872937ee9813b54c5a44c6689646ae4f5
724 md step-03-mental-state wds wds/wds-4-ux-design/steps-s/step-03-mental-state.md 5a9501d1424623905c8a39afe2f3e713085004472d1b65a620bdc640a3921fd8
725 md step-03-outline-completeness wds wds/wds-3-scenarios/steps-v/step-03-outline-completeness.md e13002ee722705f70a5c19dd6fc0cd1aae1b560b721e7744a031e023e9c2bc3d
726 md step-03-page-overview wds wds/wds-4-ux-design/steps-v/step-03-page-overview.md f342fa98273e5b1d05e42cfdfc6097de33173349c01ba5d885ca68fd0ff075f4
727 md step-03-persona-consistency wds wds/wds-2-trigger-mapping/steps-v/step-03-persona-consistency.md 560d65920e30df389ef5a04f102b2d34ee1858a1d83c597c3edeee911ad7ef9d
728 md step-03-plan-implementation wds wds/wds-5-agentic-development/steps-e/step-03-plan-implementation.md 9b346d428d44a16867ef9687f649ef7c22e9e995fb60a2c7c7d57d9b2acf5fe4
729 md step-03-positioning wds wds/wds-1-project-brief/steps-c/step-03-positioning.md 1c8197e37b333b2eae10ac8c33c7ee79ea7266eebb800c86b9b35db97ff197cd
730 md step-03-prepare-specifications wds wds/wds-6-asset-generation/steps-f/step-03-prepare-specifications.md f08d624db4e663e61dc3383fd02f99758a30ba8a85ffbd229369b9801e641af1
731 md step-03-review-integrate wds wds/wds-4-ux-design/steps-w/step-03-review-integrate.md a9134e1bbc66df5d3467a72dddebcb8f41f62c9a7ecbac2649701e4b28818012
732 md step-03-select-style wds wds/wds-6-asset-generation/steps-i/step-03-select-style.md e10e2daab7fa29bc1d7953bfbcfb21f6aafec3dcbee016a977b29f4a5b1f9bb6
733 md step-03-select-style wds wds/wds-6-asset-generation/steps-m/step-03-select-style.md 559be0f2a557c1b346c91866b3c80ec35192ffdf9d1458566068b4feaa0b9f95
734 md step-03-select-style wds wds/wds-6-asset-generation/steps-p/step-03-select-style.md e56375b3ed2d752baaa9c893d88403671fcc890a9e72d2c876cb7cb9352c219c
735 md step-03-select-style wds wds/wds-6-asset-generation/steps-u/step-03-select-style.md bcf57a792bc5d72422e05428b5e8a7990be59115895cfdf3df38ed48b82e2ad0
736 md step-03-select-style wds wds/wds-6-asset-generation/steps-v/step-03-select-style.md 530163f5008093c7db04933b1e3498cb39c03352ec622663b9775cf1ce2de7d2
737 md step-03-select-style wds wds/wds-6-asset-generation/steps-w/step-03-select-style.md 0a1df80fe67ad458384ff8771d9f32b016901f5db506fb3026461029ec5aa9a3
738 md step-03-seo-strategy wds wds/wds-1-project-brief/steps-v/step-03-seo-strategy.md 418955caeadbc07aa436928904a32907e5732cbc7d33590a036095afe59ef7b3
739 md step-03-target-groups wds wds/wds-2-trigger-mapping/steps-c/step-03-target-groups.md f789487e126109d225af51daf5aa6657605be0cc051138b608849cf553667b09
740 md step-03-validate-usage wds wds/wds-4-ux-design/steps-m/step-03-validate-usage.md 0a53458371e77a2b8c0af69b72e3c4a05a44cc934b52e264eab9dc1833853849
741 md step-03a-reflect-back wds wds/wds-0-alignment-signoff/steps-c/step-03a-reflect-back.md 3e783153ba829535deb81b00acd24f651b9b4ec3a2eea78b38862d8f134ee584
742 md step-03b-synthesize-document wds wds/wds-0-alignment-signoff/steps-c/step-03b-synthesize-document.md f067905d3f4b51da9cb5e33f4ec47aa71c25b5694bb3ecb4d52ea6f392773335
743 md step-03d-present-approval wds wds/wds-0-alignment-signoff/steps-c/step-03d-present-approval.md 19b6b056ecfdaf2e55e51e33fbed64098abdcc24be1ad0994357e0cf9c5961a4
744 md step-04-content-language wds wds/wds-1-project-brief/steps-v/step-04-content-language.md b6a36ff8887dc67123bbba445d673c8a350e8582c66f1903038c9511ceca51d7
745 md step-04-content-languages wds wds/wds-4-ux-design/steps-p/step-04-content-languages.md e7785d8d071e4391d562003ad481bae3bb8d0f0edd36357d66a16e1728c81d64
746 md step-04-cross-scenario-consistency wds wds/wds-3-scenarios/steps-v/step-04-cross-scenario-consistency.md 9006ad14e5ec6f12d47bf549dee686fc3d585cb84e6a8f703bebe7d48178fb5c
747 md step-04-document-findings wds wds/wds-5-agentic-development/steps-a/step-04-document-findings.md 6d228ca5a66b595a999da745e4397486b83b85031f0b320454d62f3ce280dc4d
748 md step-04-driving-forces wds wds/wds-2-trigger-mapping/steps-c/step-04-driving-forces.md fe3a218cebc032b700c5eef569ed54b8fdff7bd8626cec662a1e9b551c5f8608
749 md step-04-empowerment-frame wds wds/wds-6-asset-generation/steps-c/step-04-empowerment-frame.md 46d64c1e005e3e4e8c52628db9d1db916ed14d5553698992456e93381b6f16e8
750 md step-04-extract-design-system wds wds/wds-5-agentic-development/steps-r/step-04-extract-design-system.md 9b3b7f42ee2937b9a50fd509cce40ee916104f0aa2ca5b5b1e0a0a06bdaf08da
751 md step-04-feature-impact-alignment wds wds/wds-2-trigger-mapping/steps-v/step-04-feature-impact-alignment.md 47e2d095e5b56f347d49f39eef9e60ba2612db52ed434456ddeba55cbe6194d5
752 md step-04-generate wds wds/wds-6-asset-generation/steps-i/step-04-generate.md 8a8656663859d5eea39573b27d6285bc547bdf52106d5bb3bb75e4d196804b59
753 md step-04-generate wds wds/wds-6-asset-generation/steps-p/step-04-generate.md 894c97fa768b9f860e3a123eac69b21f0987facbc9aad8cb616a58ada08809db
754 md step-04-generate wds wds/wds-6-asset-generation/steps-u/step-04-generate.md 20baac1cffbf94e3f9feaaf7d555181c46b25a0009ab2d7e5add1c58bf7e1e1d
755 md step-04-generate wds wds/wds-6-asset-generation/steps-v/step-04-generate.md 3cc5edfef5629f5ee9c82a66bf271d58ee5902c82375ee9ab63b1b00e90de4d4
756 md step-04-generate wds wds/wds-6-asset-generation/steps-w/step-04-generate.md 0c24cd529fb2fa6fe64e7aa4dd68be33192a3a80f8050f0538741da3d97a8125
757 md step-04-generate-validate wds wds/wds-6-asset-generation/steps-f/step-04-generate-validate.md dc0b9af7f1e4ace89ee190875d1f867c6b0abbc4a5f98b1942b922bf2f718a1d
758 md step-04-handoff-dialog wds wds/wds-4-ux-design/steps-h/step-04-handoff-dialog.md b3c5f557b596f3d3d044360c8c9e6cb873a962d0f37b33a703ed551c70602cb1
759 md step-04-identify-opportunities wds wds/wds-7-design-system/steps-c/step-04-identify-opportunities.md 7f258d9cea7f036077ee4c3462cc6e8ad49a7ad5c6f6d73329f06c1bf4e137f0
760 md step-04-implement wds wds/wds-5-agentic-development/steps-e/step-04-implement.md e67b00aac0be1ba8481507fb88381f14594a647dbe5d2391b02f46847151ed74
761 md step-04-mutual-success wds wds/wds-4-ux-design/steps-s/step-04-mutual-success.md dab75ce6626bb7c191896e28884a806530e145b116322a771579238229c16c03
762 md step-04-page-sections wds wds/wds-4-ux-design/steps-v/step-04-page-sections.md 937f8ce8b18bc2ce8c6d6e5e9e2befe43098cc99c799f48ac3e3e4063643c936
763 md step-04-references wds wds/wds-6-asset-generation/steps-m/step-04-references.md cf47aa67e130fbe9c5f5af10f56a8d970796b7342c3faaeab1050aa85dc4fc46
764 md step-04-report wds wds/wds-5-agentic-development/steps-t/step-04-report.md bcea3bade0f725a7e1a9fbed13bde931ab524f0c78bb00a66f8d69897bb49479
765 md step-04-suggest-scenarios wds wds/wds-3-scenarios/steps-c/step-04-suggest-scenarios.md 75e21111d34e9fa415d33d348d26f7e1c9117287ef372eddf057d421dd5372c8
766 md step-04-verify wds wds/wds-5-agentic-development/steps-d/step-04-verify.md 10e3ff9a2e88c714b33abf483b4ef2b320af9e608aec52cdc4389ee498ea59bb
767 md step-04-verify wds wds/wds-5-agentic-development/steps-f/step-04-verify.md 980eb34642307013fa7fc58e8ebc5e065b8923785b67460dbfdfbd214b2afa01
768 md step-04a-offer-signoff wds wds/wds-0-alignment-signoff/steps-c/step-04a-offer-signoff.md d62ed535de99c09b344e9d7fb939dd09fd11119f0a69d0286018081364c626d8
769 md step-04b-determine-business-model wds wds/wds-0-alignment-signoff/steps-c/step-04b-determine-business-model.md fc0f71fca924323f09027c958b790691ead1c0857053874b91babd6c9fcda8e3
770 md step-05-business-model wds wds/wds-1-project-brief/steps-c/step-05-business-model.md 30cbf22df63db54e7789a38dc85dbb81732c46e77044e17f5af212128d086445
771 md step-05-cross-document-coherence wds wds/wds-2-trigger-mapping/steps-v/step-05-cross-document-coherence.md 7b1211bcc609de6059a7e5f06ff32f499ecba2e31d70a3d57c131248bc07140e
772 md step-05-document wds wds/wds-5-agentic-development/steps-f/step-05-document.md 4e41bd1baac0cb703dee3658b0342bd79b7d7ab4fcc937201eb872370704fbc3
773 md step-05-execute-export wds wds/wds-6-asset-generation/steps-f/step-05-execute-export.md f160a53a6fa0be6de0951d00478f35c4db3eaf73e2320e814447ff65b90546fd
774 md step-05-finalize wds wds/wds-5-agentic-development/steps-d/step-05-finalize.md 3f5cebcf269b28d919285560fbe1489bee4eeb4a11be274563b71e76892110fb
775 md step-05-generate wds wds/wds-6-asset-generation/steps-m/step-05-generate.md 9245b492bd781a1074e14c0f2d4b061a955a36e995771e8b8d57b749420a16ea
776 md step-05-hand-off wds wds/wds-4-ux-design/steps-h/step-05-hand-off.md bd417afc9afe88f05f1ba8421ce4b682a3fa3373ca1f98b2794412561499d349
777 md step-05-identify-risks wds wds/wds-7-design-system/steps-c/step-05-identify-risks.md 62c10fcf19822d1685006925e03d1b4eb0029220ed32ecfdffd6d27ec8a0f256
778 md step-05-interactions wds wds/wds-4-ux-design/steps-p/step-05-interactions.md 461e6b2936833e94c7d153293efbfb1f28d986d36b1c842b5a0850a15837655e
779 md step-05-iterate wds wds/wds-5-agentic-development/steps-t/step-05-iterate.md 50b08ed439f0505112adaaf6211c7d2d8f108d1d6977e5cd3568b45e3c429f92
780 md step-05-outline-scenario wds wds/wds-3-scenarios/steps-c/step-05-outline-scenario.md 557f1caf8ede41402782d2fb05c066fafdd2b76cc70dd955f77107001d46726f
781 md step-05-prioritization wds wds/wds-2-trigger-mapping/steps-c/step-05-prioritization.md f9373fa5fa964dae42df37006a25c450e6fba845f34540aabcdc4db05b2c65e8
782 md step-05-review wds wds/wds-6-asset-generation/steps-i/step-05-review.md 3553d28a89546e6ca509659813783d978a204709996d17464e316bad93e237ac
783 md step-05-review wds wds/wds-6-asset-generation/steps-p/step-05-review.md 7bf3e1b9a4f81d87c68b5656c5bd9aba9ee5f033c3595f18ad61792c1c4710a1
784 md step-05-review wds wds/wds-6-asset-generation/steps-u/step-05-review.md bdc4a98effb86874b47e3680b76ddfa30c302026e5df6d7bd8f93ba2a87b0b74
785 md step-05-review wds wds/wds-6-asset-generation/steps-v/step-05-review.md e14a844c903979f66c1c6492b17c8178ccdea6b3c18e7659ba0d626da70c5720
786 md step-05-review wds wds/wds-6-asset-generation/steps-w/step-05-review.md c49d03a9387054de66862e238aadf660ce76e447938db3ed3c31f41b7e773314
787 md step-05-section-order wds wds/wds-4-ux-design/steps-v/step-05-section-order.md e936508913cddd3d66d1e734066d1538d440cd25f935532e92c8dc70931928ee
788 md step-05-seo-keyword-alignment wds wds/wds-3-scenarios/steps-v/step-05-seo-keyword-alignment.md 19196d31f1cb8e6c390bdf04e71b5757d343b568e70b0def90dbc9d3896826c3
789 md step-05-shortest-path wds wds/wds-4-ux-design/steps-s/step-05-shortest-path.md 4dd8bbdec37d777b33eeb427903844be2c7afc4427ac9c142670e80ccff0de21
790 md step-05-structural-order wds wds/wds-6-asset-generation/steps-c/step-05-structural-order.md b98eee2b07184071a489cb6f8ab51db27d71a3511c933375fbd41ed2fa0e4839
791 md step-05-verify-and-document wds wds/wds-5-agentic-development/steps-e/step-05-verify-and-document.md b912090ca2277a0e9a5b6f2b64559a46d67c2b56b7293eb1d54a9b97699b2bc3
792 md step-05-visual-direction wds wds/wds-1-project-brief/steps-v/step-05-visual-direction.md 23d70e5e57f7e1b27bde3d954b7a82f529facbf3eeba11f29044a0740f010232
793 md step-05a-contract-overview wds wds/wds-0-alignment-signoff/steps-c/step-05a-contract-overview.md 71e0657c5688804a4088379e60d6a8a3b9f9b9ccda6b43ca6abb1d2c79ecc19c
794 md step-05b-contract-business-model wds wds/wds-0-alignment-signoff/steps-c/step-05b-contract-business-model.md a43d565508eca88f6fc9ec366b0858c4711b9519b1bbc4ad9e9411004255bf14
795 md step-05c-contract-scope wds wds/wds-0-alignment-signoff/steps-c/step-05c-contract-scope.md 1d60701af9288a6cc3b9202becc1ed9d6e4f501c75f621928606ff0c20395cf4
796 md step-05d-contract-payment wds wds/wds-0-alignment-signoff/steps-c/step-05d-contract-payment.md 9ae3f5c45f62408aa2ba66076a0e8518ac2810695a72a72d2463136d38c090cc
797 md step-05e-contract-timeline wds wds/wds-0-alignment-signoff/steps-c/step-05e-contract-timeline.md c5e6cfa81d77c61ff54de897ad86c0970e9cf5e7228b2599d11dec596a68c4ad
798 md step-05f-contract-availability wds wds/wds-0-alignment-signoff/steps-c/step-05f-contract-availability.md 7867cce03829374b3a28858c9d7ddb79990bc6c8c3e8561b5aa249d45741a92c
799 md step-05g-contract-confidentiality wds wds/wds-0-alignment-signoff/steps-c/step-05g-contract-confidentiality.md 6517428388e4a8debaad2be9f430382b892a57ff56f554d4cb8a42318cc439b4
800 md step-05h-contract-not-to-exceed wds wds/wds-0-alignment-signoff/steps-c/step-05h-contract-not-to-exceed.md fd3ebfc01288edfa9c82abd58fa0e0b3ea94803116f1358ae6a391a2ad3282e5
801 md step-05i-contract-work-initiation wds wds/wds-0-alignment-signoff/steps-c/step-05i-contract-work-initiation.md 678c18b7f34dc2c2f381ea3d782455485b815ab5b10781826bdc62f7f78c3033
802 md step-05j-contract-terms wds wds/wds-0-alignment-signoff/steps-c/step-05j-contract-terms.md e587befed2a55c4363a195c1c21ccc650cfd96e9e59a0f8c39ad2e92c9a40630
803 md step-05k-contract-approval wds wds/wds-0-alignment-signoff/steps-c/step-05k-contract-approval.md 414e2baf5dc3fdce18d82b8e3da1c0aafd97d72762b597a6bad05f1ed467fda1
804 md step-05l-finalize-contract wds wds/wds-0-alignment-signoff/steps-c/step-05l-finalize-contract.md 878a7c7209d24b02e27744388a0a2915fc1daca617eb61c50a32a9e775d2af3b
805 md step-06-business-customers wds wds/wds-1-project-brief/steps-c/step-06-business-customers.md 2512638ba3db9fa71b869290aaa4a0a2a9c86805bda26d8d040ecb62d79a856c
806 md step-06-continue wds wds/wds-4-ux-design/steps-h/step-06-continue.md c040d64f43b207e4286d3853a6cf794fd0399a20ac7508569d2c6a39a899cc79
807 md step-06-generate-content wds wds/wds-6-asset-generation/steps-c/step-06-generate-content.md f75eba73fed281eeb4beb6e15da5f981b6cbbbd1c8fc11626f34b68cdef52538
808 md step-06-generate-overview wds wds/wds-3-scenarios/steps-c/step-06-generate-overview.md 2520ff9406c34efebfffb21cb700a7f2ee9650fb6bdb7fb2b49c0537df48f85a
809 md step-06-object-registry wds wds/wds-4-ux-design/steps-v/step-06-object-registry.md 40ae57257f124c17e292dfe2da3322d34230e599cf3d85dfc32e6715f00f1c48
810 md step-06-platform-requirements wds wds/wds-1-project-brief/steps-v/step-06-platform-requirements.md b036c12edbaa8674f23cb10b2bc9f98e976b10f3c7981f789ca533e64b5cafb8
811 md step-06-present-decision wds wds/wds-7-design-system/steps-c/step-06-present-decision.md 0193c75ea40093dfe4ec9cfa3b9306775b1673a5eb6a08867a6bd847eac6a530
812 md step-06-review wds wds/wds-6-asset-generation/steps-m/step-06-review.md fcdc2559ea16cd330756b843161c5c504737bbae79dfa4292ddf55df3b91de3a
813 md step-06-scenario-name wds wds/wds-4-ux-design/steps-s/step-06-scenario-name.md e5c5bd3e875c2864f2e31366bbdfe12793c7c2c2c765473e4dd4ff9d54e5f1f9
814 md step-06-states wds wds/wds-4-ux-design/steps-p/step-06-states.md 5978d21ddfb06ba29608b55fc5d545956fdc1733d3fea7ea7f104d0cf5148fe2
815 md step-06a-build-internal-signoff wds wds/wds-0-alignment-signoff/steps-c/step-06a-build-internal-signoff.md ee62c66895fbec45e6f117e45bce23941a2a4f4189c98ecaf91021310fc6f71a
816 md step-06a-extract-features wds wds/wds-2-trigger-mapping/steps-c/step-06a-extract-features.md 095362d996adca6c215726f0d58e81d70da2eb6503519b5cc52c7c61664b7351
817 md step-06b-confirm-assessment wds wds/wds-2-trigger-mapping/steps-c/step-06b-confirm-assessment.md e6f4a204053418925ef79fc14d583713774843aad721a398da40dc90ee907562
818 md step-06b-finalize-signoff wds wds/wds-0-alignment-signoff/steps-c/step-06b-finalize-signoff.md 25ac237bb8c8442e51391d71a93fbbb3bc9420c9e8e92b0c8c1102d9a343a7d0
819 md step-06c-make-assessment wds wds/wds-2-trigger-mapping/steps-c/step-06c-make-assessment.md 87466dfa354e54e30718c0b3ce58ff6de3b1b614749d183a103a51cca7b34dd8
820 md step-06d-generate-document wds wds/wds-2-trigger-mapping/steps-c/step-06d-generate-document.md 899e94c6bccee43d4c301faa71046e77af6400e6a1483b4774a9210f8524e9a5
821 md step-06e-feature-wrap-up wds wds/wds-2-trigger-mapping/steps-c/step-06e-feature-wrap-up.md 19e0f4ee1f34f437dcc932566a88713cdd12cfbcf0ceb3fdb811e091321068d0
822 md step-07-create-scenario-folder wds wds/wds-4-ux-design/steps-s/step-07-create-scenario-folder.md 571c7779dfcd0827e67db6ce69b4970aa6aaf11043e13cce926a62486e867a6f
823 md step-07-design-system-separation wds wds/wds-4-ux-design/steps-v/step-07-design-system-separation.md 4e7019a8b8945dda75f2c3653d471c6972711de758793988c70e9cdc7e7c6def
824 md step-07-execute-decision wds wds/wds-7-design-system/steps-c/step-07-execute-decision.md ac2b557af2cbeeb23bf5c70dee85f9bf80cfe9e2cb9153aca5a4eb7472248573
825 md step-07-quality-review wds wds/wds-3-scenarios/steps-c/step-07-quality-review.md d15be9d79973d133225a7f2fdc68074862eebdcc1392960395d0b48bdc286dc6
826 md step-07-target-users wds wds/wds-1-project-brief/steps-c/step-07-target-users.md 388528a31fb32e6d75482386053815d4b6031784de4300ffbbe386b5f08dc929
827 md step-07-validation wds wds/wds-4-ux-design/steps-p/step-07-validation.md 729e7b837ec68b06b5ee03255bdd729613b6757f6cf7e5c49694b1adcb97eec0
828 md step-07a-generate-hub wds wds/wds-2-trigger-mapping/steps-c/step-07a-generate-hub.md dae82ab29809c21443041d2c73b4445de8a2c5b484fd22dce63266d80c770da9
829 md step-07a-product-concept wds wds/wds-1-project-brief/steps-c/step-07a-product-concept.md 57674d9558205757fd24fe27c9d010858b6c257c359b8e1be195ab35ccfca814
830 md step-07b-generate-business-goals wds wds/wds-2-trigger-mapping/steps-c/step-07b-generate-business-goals.md e28d0e302a183646f2eee465bbe50e7a2bf9921277a9d1a834fe549aa18f5d58
831 md step-07c-generate-primary-persona wds wds/wds-2-trigger-mapping/steps-c/step-07c-generate-primary-persona.md 37b934acfdf7af4125f19ea3d2ce9cae549caff0b7c1fb29a6c036b412cf13ad
832 md step-07d-generate-secondary-persona wds wds/wds-2-trigger-mapping/steps-c/step-07d-generate-secondary-persona.md 5a5305e09de22fa136f310d5008405672b564d1e602faf28709a4f2e1d258ee8
833 md step-07e-generate-tertiary-persona wds wds/wds-2-trigger-mapping/steps-c/step-07e-generate-tertiary-persona.md 819d5f8c4672692f8ef755d5542b69058c3c438e8a740cb3cf874d334129d08c
834 md step-07f-generate-key-insights wds wds/wds-2-trigger-mapping/steps-c/step-07f-generate-key-insights.md b8ceda09fe8f1c2460a0dc5b6a28b6d67018e869b359bbbff9cb2d8f322bbab4
835 md step-07g-quality-check wds wds/wds-2-trigger-mapping/steps-c/step-07g-quality-check.md 5470b9f19624f098901c558f565b7aa9b0ab1a668b2949316bc61234aa54550a
836 md step-08-page-context wds wds/wds-4-ux-design/steps-s/step-08-page-context.md 2e0aa6ea435e7ec1fab7448c968d3fbbd05b887b98ee97445027819d15658711
837 md step-08-seo-compliance wds wds/wds-4-ux-design/steps-v/step-08-seo-compliance.md 701262c71e2998b0ef3548dbabc57506d6fab9edb981100f2c55946aa9e75ab4
838 md step-08-spacing-typography wds wds/wds-4-ux-design/steps-p/step-08-spacing-typography.md 538ed208cbf1e99e0b44eec684edacdf8683250676243c37baf51e2d5b54f02a
839 md step-08-success-criteria wds wds/wds-1-project-brief/steps-c/step-08-success-criteria.md 1bffdcefd8f0af0b1e73589465a65d50c6851044619301f26cf66f971eb4b8d4
840 md step-08-update-design-log wds wds/wds-3-scenarios/steps-c/step-08-update-design-log.md 787ce3d52812bddfe5cc985c2f4601667160cf4b55f1974871a95201753a5e80
841 md step-08a-initialize-design-system wds wds/wds-7-design-system/steps-c/step-08a-initialize-design-system.md 176cd33f5b97d16bdfd96ee91584ba9df2ad8e29c678e064130252346aa44ff2
842 md step-08a-mermaid-init-structure wds wds/wds-2-trigger-mapping/steps-c/step-08a-mermaid-init-structure.md 79da81b7296c439ba1d3daa9eb3b2e305631b38c39c378c373645007fe214e2e
843 md step-08b-create-new-component wds wds/wds-7-design-system/steps-c/step-08b-create-new-component.md 9a41f7d27c1a60e1445998d5b1a154fbb98cee41fd0e99364ba8e2fab3f3a416
844 md step-08b-mermaid-business-goals wds wds/wds-2-trigger-mapping/steps-c/step-08b-mermaid-business-goals.md d93c636ead26da07ee5b4de8e281e95b8ed90e78d23e7d8eca75e425ec5d2d8d
845 md step-08c-mermaid-platform wds wds/wds-2-trigger-mapping/steps-c/step-08c-mermaid-platform.md a5f981ddafcc4d592c78f087e8e2054d672e2fcfcde2d3308ab736cb5629c765
846 md step-08c-update-component wds wds/wds-7-design-system/steps-c/step-08c-update-component.md 762e3ac7b05abe1a76cff424eeec3863d0012331f4bd753c951b9cde1c555443
847 md step-08d-add-variant wds wds/wds-7-design-system/steps-c/step-08d-add-variant.md 92ad07bdcaea1092e4f050113814f2b3ee5a70564f0da41b47ff5444bccd8f7a
848 md step-08d-mermaid-target-groups wds wds/wds-2-trigger-mapping/steps-c/step-08d-mermaid-target-groups.md 26ad97d1e4e50b4fb1da6594ab9a7850357b29adf60bfc07fc9f31a4ef1c51ef
849 md step-08e-generate-catalog wds wds/wds-7-design-system/steps-c/step-08e-generate-catalog.md 1bf4d0ef3d433f31a641ad1c965d1d2a50442f616fd544078a3de54e7f91427b
850 md step-08e-mermaid-driving-forces wds wds/wds-2-trigger-mapping/steps-c/step-08e-mermaid-driving-forces.md 3e0d9e46ac8a861a16f9b22f0396195e4c21b4aafdc99e6be2a6b3e2d4506d66
851 md step-08f-mermaid-connections wds wds/wds-2-trigger-mapping/steps-c/step-08f-mermaid-connections.md db7e7df7bc536044c494d2c5335d80465e7a3a3b7da9abb942b4d31fce79be9d
852 md step-08g-mermaid-styling wds wds/wds-2-trigger-mapping/steps-c/step-08g-mermaid-styling.md e1326f52cc101e3a24498e9820c33123b1aeb658b0299d850bef10074ecbc752
853 md step-08h-mermaid-quality wds wds/wds-2-trigger-mapping/steps-c/step-08h-mermaid-quality.md ae1a8cfb663d6331dbac80335a09659d374d83cbbb94ed31f552c379dfe81688
854 md step-09-competitive-landscape wds wds/wds-1-project-brief/steps-c/step-09-competitive-landscape.md 46061018bf8a6a555f3c7ddf33ebaa5753b49b48d58892adb2987d93b937eb12
855 md step-09-design-system-consistency wds wds/wds-4-ux-design/steps-v/step-09-design-system-consistency.md 4ab7e741f42f11151c53c2543875e83b8272570216c8bde3c0729ddba7c3231a
856 md step-09-generate-spec wds wds/wds-4-ux-design/steps-p/step-09-generate-spec.md c3a67e85249891997b9635879e80f88406a9793e9e11611949b1dc63b74a69f4
857 md step-09-handover wds wds/wds-3-scenarios/steps-c/step-09-handover.md 79d7e89cc7660d39c9b4d1c2c26b4a4485fc4ba774d6189ad9ca609ecb93c8a5
858 md step-09-page-name wds wds/wds-4-ux-design/steps-s/step-09-page-name.md 59d0c0d03044a454d5837d9298094fdd6aca96c5a2674747c8c81f1f7df056a5
859 md step-09a-finalize-hub wds wds/wds-2-trigger-mapping/steps-c/step-09a-finalize-hub.md 6af1b59fe4e3665c1aef7c1e910231165047a3a7dcd26fe3aa97756c6a91bdd5
860 md step-09b-add-cross-references wds wds/wds-2-trigger-mapping/steps-c/step-09b-add-cross-references.md 01ed60bbf4642581e7bb541a8d5dd3e1edfb7cf76642cc979617d44fb560c8a3
861 md step-09c-quality-check wds wds/wds-2-trigger-mapping/steps-c/step-09c-quality-check.md e25244a766a09fd846fb2cd538e0a62d3376e943c801c3dc39b0cfd95afd6a63
862 md step-09d-create-handover-package wds wds/wds-2-trigger-mapping/steps-c/step-09d-create-handover-package.md 29ac3c2ebdd371915c362127c9dcc8bb9de8298f277f85f7c14dddc5333d4dee
863 md step-09e-update-design-log wds wds/wds-2-trigger-mapping/steps-c/step-09e-update-design-log.md 92df9226aa62a85b1a72319b8202c6b9eab84641f9f5007e9625d59b58c030c0
864 md step-09f-provide-activation wds wds/wds-2-trigger-mapping/steps-c/step-09f-provide-activation.md 495692e2ccb110847ec059ae771c75714e9f06a387cb294c5eb52a31cf5da3ec
865 md step-10-constraints wds wds/wds-1-project-brief/steps-c/step-10-constraints.md a71e3966bed34bfb2c22177343f50121592b036d0190f8cbb4d5a951b8d7c1ea
866 md step-10-final-validation wds wds/wds-4-ux-design/steps-v/step-10-final-validation.md eb79471c429a88466675e6b2f0a4f04763f1c4bfaaf256006f632651110691bc
867 md step-10-page-purpose wds wds/wds-4-ux-design/steps-s/step-10-page-purpose.md a1efac12141c5a33039f2688c64f442130fff15e7486704dc987bde4b76de338
868 md step-10a-platform-strategy wds wds/wds-1-project-brief/steps-c/step-10a-platform-strategy.md 414fa734c9efac334c4ad073c1b166caf42dc53b2ebb3a0369221c337764c6f0
869 md step-11-entry-point wds wds/wds-4-ux-design/steps-s/step-11-entry-point.md 3193b71a31a644a19ef9aec729a27428196cc61c52a00a1f97e1817c15a6fcad
870 md step-11-tone-of-voice wds wds/wds-1-project-brief/steps-c/step-11-tone-of-voice.md d21c19c2663c3bc6fb2a04b845b2dbece3cca952a8d0b05e17b452358ceddc25
871 md step-12-create-product-brief wds wds/wds-1-project-brief/steps-c/step-12-create-product-brief.md 4943d0d6239d00536d45a3d899689378cbd3466033dbb5813143f30d013fc520
872 md step-12-mental-state wds wds/wds-4-ux-design/steps-s/step-12-mental-state.md 8ead2ffb7f72d3a380c796782a426e4606f0bc271709d126bb74ad3bc7a8a022
873 md step-13-content-init wds wds/wds-1-project-brief/steps-c/step-13-content-init.md cd9ec401dee6ff18f2f9a2a604c34b43d4f500296f4d00922f74b0769f963b03
874 md step-13-desired-outcome wds wds/wds-4-ux-design/steps-s/step-13-desired-outcome.md 46ea2e121bd12fb02f693427e2a7356c61dca4535b400818d21c236a151ebdbc
875 md step-14-personality wds wds/wds-1-project-brief/steps-c/step-14-personality.md 30078925c7b99d0faeddcf7238f490f2e8f368ff600134d5586dba08e39a4536
876 md step-14-variants wds wds/wds-4-ux-design/steps-s/step-14-variants.md 768e60fbcd380473a77a97e2bc0aed8926476766edb8cadacd1a0159f3613b4b
877 md step-15-create-page-structure wds wds/wds-4-ux-design/steps-s/step-15-create-page-structure.md 74af9abdf88cf35d3b31415b173f818b26ad212aa8cee3912d70a5b7c234b1b3
878 md step-15-tone wds wds/wds-1-project-brief/steps-c/step-15-tone.md 551bb83843df27f9e81e55025a37c63bdc1de34fb5f49a9081e8ed5919f1b662
879 md step-16-languages wds wds/wds-1-project-brief/steps-c/step-16-languages.md 76ed504550abda51db4b0f06cd469d62e472cc218a19d7eac00de15fa137560b
880 md step-17-seo-keywords wds wds/wds-1-project-brief/steps-c/step-17-seo-keywords.md 831082ef6e793790791f3cfa06f0212e5c8bce7ddfd8886c7c1b99f955ef3153
881 md step-17a-content-structure wds wds/wds-1-project-brief/steps-c/step-17a-content-structure.md 2e709b116a6f9d03f1f1171a15ae610d820daad7f6dc12d573e6b738d7ed83f1
882 md step-18-create-content-document wds wds/wds-1-project-brief/steps-c/step-18-create-content-document.md f57165f8042282be1ab64707420e6f94cc131b9a35789053537a12bb3d569497
883 md step-19-inspiration-workshop wds wds/wds-1-project-brief/steps-c/step-19-inspiration-workshop.md 5c7ae3a36c4f4829697a2735c668bf96272113843589ee39bacaed8c67f8cb21
884 md step-20-visual-init wds wds/wds-1-project-brief/steps-c/step-20-visual-init.md b0467a2955aca4efcd67a39afdee162eb5c767f57aa6d9e99b014a42d7a038a4
885 md step-21-existing-brand wds wds/wds-1-project-brief/steps-c/step-21-existing-brand.md e6602307da8216bef886af1703cbc7b1382c32633d204b0c491766c6dee4ae3c
886 md step-22-references wds wds/wds-1-project-brief/steps-c/step-22-references.md 244e527eb0892814d5a96db4d4e5d60e3039f8a95369b66a47ca8892c39a2654
887 md step-23-design-style wds wds/wds-1-project-brief/steps-c/step-23-design-style.md 2cca9f465b470be314bb17ec882b9ac50dd2a2a4f6818ba5a4dcffeca7069b20
888 md step-24-layout-effects wds wds/wds-1-project-brief/steps-c/step-24-layout-effects.md 02f08384d9817168b93d1541623e01d76cb838e502489ee907e0df132e594832
889 md step-25-imagery wds wds/wds-1-project-brief/steps-c/step-25-imagery.md ec654197a117afcfc94b3d58d14f661b630fcffe14cc75cb6fd0515561537c1e
890 md step-26-create-visual-document wds wds/wds-1-project-brief/steps-c/step-26-create-visual-document.md 47b0cfe7b40e481534dd70f991aae7bb954edf04d9cae6fdf33f5d0e4d6317c0
891 md step-27-platform-init wds wds/wds-1-project-brief/steps-c/step-27-platform-init.md 596bb3dfedd0a5165c09f40afee9a0c201d02513ab3b481d1308a8fbf83118f9
892 md step-28-tech-stack wds wds/wds-1-project-brief/steps-c/step-28-tech-stack.md f9ede60c358781dc7ff4db670b9492211ad37c48485bb16b0bd0717bac6c4cae
893 md step-29-integrations wds wds/wds-1-project-brief/steps-c/step-29-integrations.md a4e397475564ac4a3a7e4c9b70044d981760bf35d20811d76db41562b15c5275
894 md step-30-contact-strategy wds wds/wds-1-project-brief/steps-c/step-30-contact-strategy.md 353f485470a3a62c05ca71898a64dbc3611cc266b178c77bc1859bf8929d38cb
895 md step-31-multilingual wds wds/wds-1-project-brief/steps-c/step-31-multilingual.md d156fdcb53891e93df116d54fe3faf8649e22e30ed06ffd2b56d45ff4057fec7
896 md step-32-create-platform-document wds wds/wds-1-project-brief/steps-c/step-32-create-platform-document.md 28098890cc94fe697c28b72fd82903cc94efc3614994fd68e0d33020d11f7c87
897 md step-33-analyze-brief wds wds/wds-1-project-brief/steps-c/step-33-analyze-brief.md 26dabb812902618bebf3e81a8a3341d8b5e475fbab2c7b2e1a1f8b4463363979
898 md step-34-create-summary wds wds/wds-1-project-brief/steps-c/step-34-create-summary.md f63c2f6039fa6110c7b4da860e8c0cafd90ac7d6d17491a75997e34ad3c974b6
899 md step-35-update-design-log wds wds/wds-1-project-brief/steps-c/step-35-update-design-log.md de02b94dac8cd250795d703479fc931081b325f3a74b076384654f68eec9fdd7
900 md step-36-provide-activation wds wds/wds-1-project-brief/steps-c/step-36-provide-activation.md 5972a684bc5eb007dfd5f0b820851da53e540a83d34435862bcba4b82c70ff23
901 md stitch-prompt.template wds wds/wds-6-asset-generation/templates/stitch-prompt.template.md 9bace9310fad7560b89e7ae65f707a86189e871896d48189c872c22232a5cf3d
902 md story-file-template wds wds/wds-5-agentic-development/templates/story-file-template.md f8af85ba4d8e037cf6657f73ff6455f900ecbb6d961f96a33edde147c7dba161
903 md STORYBOARD-INTEGRATION wds wds/wds-4-ux-design/data/modular-architecture/STORYBOARD-INTEGRATION.md 0f56c690cca5b23c6c8c2175f7e4df1f8d4ac605583bc469ce0f4dceb1864ca6
904 md storyboard-specification.template wds wds/wds-4-ux-design/templates/storyboard-specification.template.md c02afbd1f0de9ad949bdcab52497e9b4577aa6298af0803fd6f6d92a013dee96
905 md storyboards-guide wds wds/wds-4-ux-design/data/modular-architecture/02-workflows/storyboards-guide.md 1a3dd651f44b99e4814549bf49aecc9ac1ffe68fb462054045d0642ed1d874d7
906 md substeps-guide wds wds/wds-4-ux-design/data/substeps-guide.md 6c3c1f5177209d6c49e43ff0647140caf1343367b4ecfba2d21d7e84fa679aa3
907 md test-result-templates wds wds/wds-5-agentic-development/data/test-result-templates.md 0c91cf13b2f51407c321e92cedfa2cdc91be83922d73c43317ac25147fd9493d
908 md testing-guide wds wds/wds-5-agentic-development/data/testing-guide.md a7917ad16335d223b394e09410aee638d6e1cdfa1a490766a576c3794d42f37a
909 md TEXT-DETECTION-PRIORITY wds wds/wds-4-ux-design/data/object-types/TEXT-DETECTION-PRIORITY.md 7636283a05d1e989feabd852b7f08ed0b9b691112c223c0250e312bf550003fd
910 md text-input wds wds/wds-4-ux-design/data/object-types/templates/text-input.md 14aadbd8bf50ae269efeb00ccaaf005d17cb3f9c2d712e995f7e531e6ad1c9ec
911 md three-tier-overview wds wds/wds-4-ux-design/data/modular-architecture/01-core-concepts/three-tier-overview.md 1e651f59f181608a4f5dc05ed75bba66a339b2cd5cdbfcc3cdd47d8010a18aa3
912 md tone-of-voice-example wds wds/wds-1-project-brief/data/tone-of-voice-example.md 93db79c791f3c7ce2d472a0f377d8f39c14ded5fe7ac17c4ae578161a8ebf7e7
913 md tone-of-voice-output-template wds wds/wds-1-project-brief/data/tone-of-voice-output-template.md 6bb608fb04d520d3e81170af198822307959373eff92cbe16646ef423cdbea41
914 md tools-reference wds wds/wds-6-asset-generation/data/tools-reference.md c06725bb5e2273255e9f8dfb8a2b9249d11f1a6f273b5ffd1ca0c25d2d245ac9
915 md TRANSLATION-ORGANIZATION-GUIDE wds wds/wds-4-ux-design/data/guides/TRANSLATION-ORGANIZATION-GUIDE.md 42455557055a41fd5a74641cad133b540a0e77382a50d7d39ff7219466d593bb
916 md trigger-map.template wds wds/wds-0-project-setup/resources/wds-2-trigger-mapping/templates/trigger-map.template.md e1e0423713f5ba9e801fa8ba82c257b262d2a4f3c298751fdca097edf677221d
917 md trigger-map.template wds wds/wds-2-trigger-mapping/templates/trigger-map.template.md e1e0423713f5ba9e801fa8ba82c257b262d2a4f3c298751fdca097edf677221d
918 md USAGE wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/project-brief-dialog/USAGE.md f4f6777fe7dfa4ffb34d8225c13e32e5f49ed43e19dfb516a6d26e99dabd38e9
919 md USAGE wds wds/wds-1-project-brief/templates/project-brief-dialog/USAGE.md f4f6777fe7dfa4ffb34d8225c13e32e5f49ed43e19dfb516a6d26e99dabd38e9
920 md validation-standards wds wds/wds-3-scenarios/data/validation-standards.md 3124a6f19d7baee5966f677fc1c6ff86414a8053dbf201c59a69aa7def425faa
921 md validation-standards wds wds/wds-4-ux-design/data/validation-standards.md ab51a06c196949570987996e93ad914fbeabad0bfeda1f909e437b196180bcf5
922 md vision-explore wds wds/wds-1-project-brief/data/vision-explore.md e78666bb3c27825be544e5ae3de151d3ca60bd0d1891863b4fd39b3cd0f58f51
923 md vision-open-conversation wds wds/wds-1-project-brief/data/vision-open-conversation.md ed9eb6becfc42695fdc4391fd8a103dece621105dfc92b27f2a32f99762a1109
924 md vision-reflect-confirm wds wds/wds-1-project-brief/data/vision-reflect-confirm.md fc30991f806f7af4cbeb8213f4dce84861b3c05f2c60954b5b6787254a42af53
925 md vision-synthesize wds wds/wds-1-project-brief/data/vision-synthesize.md 32f72d5f71c89ab39f36b37662fe43d9880401042010ec6ba0fa21d4ef3c9b3f
926 md visual-direction.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/visual-direction.template.md 4d4de5a305985411bf0e2676da683480fdc7fd297b42f32d15d26755e29df4fc
927 md visual-direction.template wds wds/wds-1-project-brief/templates/visual-direction.template.md 4d4de5a305985411bf0e2676da683480fdc7fd297b42f32d15d26755e29df4fc
928 md watercolor wds wds/wds-6-asset-generation/data/styles/content-styles/watercolor.md 91f935adef2348844453767fb3cee29b09d92e6c1dbcce7e8c02e14919ef19d3
929 md WDS-SPECIFICATION-PATTERN wds wds/wds-4-ux-design/data/guides/WDS-SPECIFICATION-PATTERN.md aa9e2aaadbbc95ed8320ebec8cd39622f6d33309eba99b5cf37261853ba5c15e
930 md when-to-extract-decision-guide wds wds/wds-6-asset-generation/data/when-to-extract-decision-guide.md c7fd73399aa8806155f69489dc5325053298e4a7a034e5bf728dbaa06b7050ce
931 md workflow wds wds/wds-0-alignment-signoff/workflow.md e4dcf7ebbff0fdcbb19fb963c90470638792b7824514f2947c89a6f2156e65be
932 md workflow wds wds/wds-0-project-setup/workflow.md 990bc998e5eafedf619507d2c12ffb5fd1d8dd36a0aded43d10c5dd000b6a2c2
933 md workflow wds wds/wds-1-project-brief/workflow.md a424481d5eee4c499ecef289215015928877eca2b1054fe9a9c668fd5bf588ba
934 md workflow wds wds/wds-2-trigger-mapping/workflow.md d5e4aeed2286acec9d73027ee0949872e8c5fe0f64a42df84b8ce4a7d90a6177
935 md workflow wds wds/wds-3-scenarios/workflow.md c5356665f9ea3af7ceadefb30740adf1e7c02aecf97badda89464c885bd7f4c0
936 md workflow wds wds/wds-4-ux-design/data/modular-architecture/workflow.md 00620f9297dc4af41531ab1feb7b3f01330748bc63a01a88ae02cba73ab42158
937 md workflow wds wds/wds-4-ux-design/data/object-types/workflow.md 18a049122d6fd4326e887fbedba778f648da78678a2359eed315ec8f2c0f238a
938 md workflow wds wds/wds-4-ux-design/workflow.md 9b66920b1072f7643ed662ef3cbf1ad82a80a6f4eb2e07ff0dce60f80949d492
939 md workflow wds wds/wds-5-agentic-development/workflow.md 8b19ef6cd40a022522451adfedfec0f65fad9adfe3c7f9c8d11b95b43edb9868
940 md workflow wds wds/wds-6-asset-generation/workflow.md 5fe59b98e3831861d38bbb6e81335b4507a76c67f43d8c293f27d6125742cc4f
941 md workflow wds wds/wds-7-design-system/workflow.md 5cdfa8692d03ad0335aaa7e74ff4618e6af63a2eaab884e780e3c6b70424b0af
942 md workflow wds wds/wds-8-product-evolution/workflow.md 980fbfe827e396d8bc52788834e5071695e2fe14bccd9c840841b92145f9f45f
943 md workflow-acceptance-testing wds wds/wds-5-agentic-development/workflow-acceptance-testing.md 97d82cd31f09737bbee2ff9247a38a1cfeb6d6d58bfd8e0c1c84b13b95fe16d4
944 md workflow-analysis wds wds/wds-5-agentic-development/workflow-analysis.md 5f5fb125074a17f80703d226f2f5b10e72dba297dd01c2dc8b7611784b39c08d
945 md workflow-analyze wds wds/wds-8-product-evolution/workflow-analyze.md a8eb977aa7c34bcf865cdf11d0d3641070d6a5cd03d5bcfe188cc7ff6c0f2ef2
946 md workflow-browse wds wds/wds-7-design-system/workflow-browse.md 2a961a3f19cac758a0fbcb9bfd541af877e7b1519238a0e0454f25ed5604a927
947 md workflow-bugfixing wds wds/wds-5-agentic-development/workflow-bugfixing.md 25b540ec4703013016e23a66be1bc5da15d125022dbd801ab51b1718ea4d5ed9
948 md workflow-conceptualize wds wds/wds-4-ux-design/workflow-conceptualize.md 80c1fb568b9596d97f7fc462b232aabcc7565fa99856042723f505f829392148
949 md workflow-content wds wds/wds-6-asset-generation/workflow-content.md 5633139635fed61f720fc1f249e8ce77e3b4fa0aa5c4e9ee7195f896a4d49084
950 md workflow-create wds wds/wds-7-design-system/workflow-create.md 0ef810775d140da15dc80b3353148ffa1a196fc7bc651c58a70fa56c02d48386
951 md workflow-deploy wds wds/wds-8-product-evolution/workflow-deploy.md 72f86643f4de09e512178f7fd5167cbf20ceedbef4f83e12cda5c27f2882f03c
952 md workflow-design wds wds/wds-8-product-evolution/workflow-design.md 8f6b5975b16ad7404230c93152ab056c4fac87eb6a760c1e45e7574cae9139ce
953 md workflow-design-system wds wds/wds-4-ux-design/workflow-design-system.md d37152cf4704bfa44bdabbb8a67aa331761ceed836677c2ec580b3da01d7db78
954 md workflow-development wds wds/wds-5-agentic-development/workflow-development.md 9883a1926ee81a917c1da81cb1d25bceb421b9b0bc9ccaa8a32cd2190ea40243
955 md workflow-dream wds wds/wds-4-ux-design/workflow-dream.md e65084c9806698b2b7921440cd5fc88df92172d4c9170e84e3519c08ac14cf96
956 md workflow-edit wds wds/wds-7-design-system/workflow-edit.md ac794783451d74f571bc2878c838e471f1d7abd28b98ed909bd437a950bc39f2
957 md workflow-evolution wds wds/wds-5-agentic-development/workflow-evolution.md dbdfd7a2c3eed63c23835d7dee51817d93f5583a0e73b04abdd10647c08bba26
958 md workflow-figma wds wds/wds-6-asset-generation/workflow-figma.md 7ce7d44c9744086272a393db1a771ce219ec52bb4559b46b8b3857809440ede5
959 md workflow-handover wds wds/wds-4-ux-design/workflow-handover.md 2bafcbc89d95cba807c7bbc2040fcf46a15523ae5c63780d59b1ebfad3fa59da
960 md workflow-icons wds wds/wds-6-asset-generation/workflow-icons.md ca75951b62232cd305cd58769d1be72cbb2b2a3812c804f2fae84f3655aa9aac
961 md workflow-images wds wds/wds-6-asset-generation/workflow-images.md c24712dcc7ac2bd57d7c08af42b2ced51ad674af979b7b3f2f9584c7717c0daf
962 md workflow-implement wds wds/wds-8-product-evolution/workflow-implement.md f1ba07f816b57d467b29e0c7849c80688565d58b4aeedce2c16bad45a8d7f5c8
963 md workflow-import wds wds/wds-7-design-system/workflow-import.md d7466cd2ec2c0340e4dcdce99596ce16085fd3c766646f621c9a36b6c6edf980
964 md workflow-page-designs wds wds/wds-6-asset-generation/workflow-page-designs.md 5134f30a42d0a47cd683ee192396ce2a22565433c007e5972782be86a0c79d39
965 md workflow-prototyping wds wds/wds-5-agentic-development/workflow-prototyping.md 785e9d51acd52502071573d261856cda9a1790d644dbf742f0a030a000653db9
966 md workflow-reverse-engineering wds wds/wds-5-agentic-development/workflow-reverse-engineering.md b4ac22aa5afd9202b06ec0f299d221162c42ff16545f26217e821705b8a83b5d
967 md workflow-scope wds wds/wds-8-product-evolution/workflow-scope.md 830661e3ed834c39f29c24b4a1b50397c1ff5a460053ecb25b768fca6e20a475
968 md workflow-sketch wds wds/wds-4-ux-design/workflow-sketch.md 1d58375e916582d0e5c168c580c39a9b6238ed8d75461071a1b5a9bb8fddc4ca
969 md workflow-specify wds wds/wds-4-ux-design/workflow-specify.md 6f39bd46a2d7bac967a83bf800ed17274d2f490c4723e40f3439e1ab9282c147
970 md workflow-stitch wds wds/wds-6-asset-generation/workflow-stitch.md 4797ca3874fb3a2d57f9e7b6cb1a5d4c491aa64f7eac29ee2405563d5d8de66f
971 md workflow-suggest wds wds/wds-4-ux-design/workflow-suggest.md be210991caf05b72daa84398035ff2a27354c4898a1692d26c597edb25ceae3a
972 md workflow-test wds wds/wds-8-product-evolution/workflow-test.md 1a8d3869dc7face05313cb9f3265ee0adf60befe3e61b25e11c001ae15d7b5f2
973 md workflow-ui-elements wds wds/wds-6-asset-generation/workflow-ui-elements.md 6280282e5e40172b87cd02b00acadc28eb4fe67a20d31a336ad8f32fe6b0b920
974 md workflow-validate wds wds/wds-1-project-brief/workflow-validate.md efade596792daa75480a424cd55208685d0337d045a0c9066c73cff2382efc21
975 md workflow-validate wds wds/wds-2-trigger-mapping/workflow-validate.md a8108c0f35d9f98cbcc9d77230cfb9fc64d1c96f5c32c2b5f004ada89719ba40
976 md workflow-validate wds wds/wds-3-scenarios/workflow-validate.md 217dcf7e869af08569bd823da357dcbc2853a341309e7d85a12a170bcfaac824
977 md workflow-validate wds wds/wds-4-ux-design/workflow-validate.md 9a44a0bb86fa2609537dbe81c174fbd3b73cba5237dada1306d2225d02227a50
978 md workflow-videos wds wds/wds-6-asset-generation/workflow-videos.md 8a2efb15c497be5d648d919deb8706c42959aec1e3f5800dc3f6710f9144e247
979 md workflow-view wds wds/wds-7-design-system/workflow-view.md cbb5aedce610904bddf8418e8dc2f2ff48d2bffe8380fc33aab9fef4014349cd
980 md workflow-visual wds wds/wds-4-ux-design/workflow-visual.md 358b3d3009403646d8f7259930d4bbc7ad0af1f60cfa278b5f8cafe05bb43481
981 md workflow-wireframes wds wds/wds-6-asset-generation/workflow-wireframes.md 7af3e70d734e9556f53a33039d4f549c90391b8453cbaff17d380fb6faf062cf
982 md workshop-c-placeholder-pages wds wds/wds-4-ux-design/data/page-creation-flows/workshop-c-placeholder-pages.md 4af728531656fc7e8143426b6a541a608e7cd3b769dc002b89028bdcfbf6b709
983 md workshop-page-creation wds wds/wds-4-ux-design/data/page-creation-flows/workshop-page-creation.md a78220922edc9ce0d3ddbff5cb295131a0989f2f1fd8f4d4089ea6c135c6fa9a
984 md workshop-page-process wds wds/wds-4-ux-design/data/page-creation-flows/workshop-page-process.md 7cb2560753858174833f6e9859b83fa38b96af0941e1af84fa829b5a9a871273
985 toml customize wds wds/wds-agent-freya-ux/customize.toml 10085891e9ce15a2eb0d77f6d3a76ff266b0313dd12ae81d36aebbb00662805e
986 toml customize wds wds/wds-agent-saga-analyst/customize.toml bbdb71c3675b1bbbb61850f943e064e0cd9edea694327a632c31132a67d971dd
987 xml workflow wds wds/wds-3-scenarios/workflow.xml 2df65878a5f478700bd1740012682c0fdf91924f69f6ea4cd7d660986ab51e22
988 xml workflow-specify wds wds/wds-4-ux-design/workflow-specify.xml 7bfd1ba5c1a1d08afac2d0fd44114dd289077df4df4db618c7c350621ef4cfc1
989 yaml config wds wds/config.yaml 6779dab7c10393757b7ecf87ee9240061e2063e7777fb70ae72bf5e6a7144fbf
990 yaml design-delivery.template wds wds/wds-4-ux-design/templates/design-delivery.template.yaml 90f89ab05cfedb482866af69bfb78e4b466b3772ce99ebca835a1b0790f2c957
991 yaml platform-requirements.template wds wds/wds-0-project-setup/resources/wds-1-project-brief/templates/platform-requirements.template.yaml 35c1c99f144f6ab59a20257f735a25bdea6ebfff21854b7cf62f361fcf2643e6
992 yaml platform-requirements.template wds wds/wds-1-project-brief/templates/platform-requirements.template.yaml 35c1c99f144f6ab59a20257f735a25bdea6ebfff21854b7cf62f361fcf2643e6
993 yaml test-scenario.template wds wds/wds-4-ux-design/templates/test-scenario.template.yaml 569a9395d560a98bf051832da082deec61b56176fea2131c6c178e06867354d4
994 yaml work-file-template wds wds/wds-5-agentic-development/templates/work-file-template.yaml a11370277e14a50678069808e979239e17ecab181cadd4e984b4999d84eb521f

View File

@@ -0,0 +1,55 @@
installation:
version: 6.6.0
installDate: 2026-05-14T18:39:13.627Z
lastUpdated: 2026-05-14T18:41:47.723Z
modules:
- name: core
version: 6.6.0
installDate: 2026-05-14T18:39:13.562Z
lastUpdated: 2026-05-14T18:41:47.618Z
source: built-in
npmPackage: null
repoUrl: null
- name: bmm
version: 6.6.0
installDate: 2026-05-14T18:39:13.601Z
lastUpdated: 2026-05-14T18:41:47.619Z
source: built-in
npmPackage: null
repoUrl: null
- name: cis
version: v0.2.0
installDate: 2026-05-14T18:41:44.094Z
lastUpdated: 2026-05-14T18:41:47.640Z
source: external
npmPackage: bmad-creative-intelligence-suite
repoUrl: https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite
channel: stable
sha: 14a63b893c07173b7a6cfe0fb6a9a72ba51d3cf1
- name: suno
version: v1.7.2
installDate: 2026-05-14T18:41:44.112Z
lastUpdated: 2026-05-14T18:41:47.679Z
source: community
npmPackage: null
repoUrl: https://github.com/zarlor/suno-band-manager
channel: stable
sha: cacb3326bd53ab73cca85c81432b13f0e31749f5
registryApprovedTag: v1.7.2
registryApprovedSha: cacb3326bd53ab73cca85c81432b13f0e31749f5
- name: wds
version: v0.1.0
installDate: 2026-05-14T18:41:45.381Z
lastUpdated: 2026-05-14T18:41:47.723Z
source: community
npmPackage: bmad-method-wds-expansion
repoUrl: https://github.com/bmad-code-org/bmad-method-wds-expansion
channel: stable
sha: 35500f44eb445fe7ffd12292c58108a81e19e65e
registryApprovedTag: v0.1.0
ides:
- claude-code
- cursor
- antigravity
- kilo
- opencode

View File

@@ -0,0 +1,71 @@
canonicalId,name,description,module,path
"bmad-advanced-elicitation","bmad-advanced-elicitation","Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team.","core","_bmad/core/bmad-advanced-elicitation/SKILL.md"
"bmad-brainstorming","bmad-brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.","core","_bmad/core/bmad-brainstorming/SKILL.md"
"bmad-customize","bmad-customize","Authors and updates customization overrides for installed BMad skills. Use when the user says 'customize bmad', 'override a skill', 'change agent behavior', or 'customize a workflow'.","core","_bmad/core/bmad-customize/SKILL.md"
"bmad-distillator","bmad-distillator","Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'.","core","_bmad/core/bmad-distillator/SKILL.md"
"bmad-editorial-review-prose","bmad-editorial-review-prose","Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose","core","_bmad/core/bmad-editorial-review-prose/SKILL.md"
"bmad-editorial-review-structure","bmad-editorial-review-structure","Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure","core","_bmad/core/bmad-editorial-review-structure/SKILL.md"
"bmad-help","bmad-help","Analyzes current state and user query to answer BMad questions or recommend the next skill(s) to use. Use when user asks for help, bmad help, what to do next, or what to start with in BMad.","core","_bmad/core/bmad-help/SKILL.md"
"bmad-index-docs","bmad-index-docs","Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder","core","_bmad/core/bmad-index-docs/SKILL.md"
"bmad-party-mode","bmad-party-mode","Orchestrates group discussions between installed BMAD agents, enabling natural multi-agent conversations where each agent is a real subagent with independent thinking. Use when user requests party mode, wants multiple agent perspectives, group discussion, roundtable, or multi-agent conversation about their project.","core","_bmad/core/bmad-party-mode/SKILL.md"
"bmad-review-adversarial-general","bmad-review-adversarial-general","Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something","core","_bmad/core/bmad-review-adversarial-general/SKILL.md"
"bmad-review-edge-case-hunter","bmad-review-edge-case-hunter","Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs.","core","_bmad/core/bmad-review-edge-case-hunter/SKILL.md"
"bmad-shard-doc","bmad-shard-doc","Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document","core","_bmad/core/bmad-shard-doc/SKILL.md"
"bmad-agent-analyst","bmad-agent-analyst","Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst.","bmm","_bmad/bmm/1-analysis/bmad-agent-analyst/SKILL.md"
"bmad-agent-tech-writer","bmad-agent-tech-writer","Technical documentation specialist and knowledge curator. Use when the user asks to talk to Paige or requests the tech writer.","bmm","_bmad/bmm/1-analysis/bmad-agent-tech-writer/SKILL.md"
"bmad-document-project","bmad-document-project","Document brownfield projects for AI context. Use when the user says ""document this project"" or ""generate project docs""","bmm","_bmad/bmm/1-analysis/bmad-document-project/SKILL.md"
"bmad-prfaq","bmad-prfaq","Working Backwards PRFAQ challenge to forge product concepts. Use when the user requests to 'create a PRFAQ', 'work backwards', or 'run the PRFAQ challenge'.","bmm","_bmad/bmm/1-analysis/bmad-prfaq/SKILL.md"
"bmad-product-brief","bmad-product-brief","Create or update product briefs through guided or autonomous discovery. Use when the user requests to create or update a Product Brief.","bmm","_bmad/bmm/1-analysis/bmad-product-brief/SKILL.md"
"bmad-domain-research","bmad-domain-research","Conduct domain and industry research. Use when the user says wants to do domain research for a topic or industry","bmm","_bmad/bmm/1-analysis/research/bmad-domain-research/SKILL.md"
"bmad-market-research","bmad-market-research","Conduct market research on competition and customers. Use when the user says they need market research","bmm","_bmad/bmm/1-analysis/research/bmad-market-research/SKILL.md"
"bmad-technical-research","bmad-technical-research","Conduct technical research on technologies and architecture. Use when the user says they would like to do or produce a technical research report","bmm","_bmad/bmm/1-analysis/research/bmad-technical-research/SKILL.md"
"bmad-agent-pm","bmad-agent-pm","Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager.","bmm","_bmad/bmm/2-plan-workflows/bmad-agent-pm/SKILL.md"
"bmad-agent-ux-designer","bmad-agent-ux-designer","UX designer and UI specialist. Use when the user asks to talk to Sally or requests the UX designer.","bmm","_bmad/bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md"
"bmad-create-prd","bmad-create-prd","Create a PRD from scratch. Use when the user says ""lets create a product requirements document"" or ""I want to create a new PRD""","bmm","_bmad/bmm/2-plan-workflows/bmad-create-prd/SKILL.md"
"bmad-create-ux-design","bmad-create-ux-design","Plan UX patterns and design specifications. Use when the user says ""lets create UX design"" or ""create UX specifications"" or ""help me plan the UX""","bmm","_bmad/bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md"
"bmad-edit-prd","bmad-edit-prd","Edit an existing PRD. Use when the user says ""edit this PRD"".","bmm","_bmad/bmm/2-plan-workflows/bmad-edit-prd/SKILL.md"
"bmad-validate-prd","bmad-validate-prd","Validate a PRD against standards. Use when the user says ""validate this PRD"" or ""run PRD validation""","bmm","_bmad/bmm/2-plan-workflows/bmad-validate-prd/SKILL.md"
"bmad-agent-architect","bmad-agent-architect","System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect.","bmm","_bmad/bmm/3-solutioning/bmad-agent-architect/SKILL.md"
"bmad-check-implementation-readiness","bmad-check-implementation-readiness","Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says ""check implementation readiness"".","bmm","_bmad/bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md"
"bmad-create-architecture","bmad-create-architecture","Create architecture solution design decisions for AI agent consistency. Use when the user says ""lets create architecture"" or ""create technical architecture"" or ""create a solution design""","bmm","_bmad/bmm/3-solutioning/bmad-create-architecture/SKILL.md"
"bmad-create-epics-and-stories","bmad-create-epics-and-stories","Break requirements into epics and user stories. Use when the user says ""create the epics and stories list""","bmm","_bmad/bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md"
"bmad-generate-project-context","bmad-generate-project-context","Create project-context.md with AI rules. Use when the user says ""generate project context"" or ""create project context""","bmm","_bmad/bmm/3-solutioning/bmad-generate-project-context/SKILL.md"
"bmad-agent-dev","bmad-agent-dev","Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent.","bmm","_bmad/bmm/4-implementation/bmad-agent-dev/SKILL.md"
"bmad-checkpoint-preview","bmad-checkpoint-preview","LLM-assisted human-in-the-loop review. Make sense of a change, focus attention where it matters, test. Use when the user says ""checkpoint"", ""human review"", or ""walk me through this change"".","bmm","_bmad/bmm/4-implementation/bmad-checkpoint-preview/SKILL.md"
"bmad-code-review","bmad-code-review","Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says ""run code review"" or ""review this code""","bmm","_bmad/bmm/4-implementation/bmad-code-review/SKILL.md"
"bmad-correct-course","bmad-correct-course","Manage significant changes during sprint execution. Use when the user says ""correct course"" or ""propose sprint change""","bmm","_bmad/bmm/4-implementation/bmad-correct-course/SKILL.md"
"bmad-create-story","bmad-create-story","Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says ""create the next story"" or ""create story [story identifier]""","bmm","_bmad/bmm/4-implementation/bmad-create-story/SKILL.md"
"bmad-dev-story","bmad-dev-story","Execute story implementation following a context filled story spec file. Use when the user says ""dev this story [story file]"" or ""implement the next story in the sprint plan""","bmm","_bmad/bmm/4-implementation/bmad-dev-story/SKILL.md"
"bmad-qa-generate-e2e-tests","bmad-qa-generate-e2e-tests","Generate end to end automated tests for existing features. Use when the user says ""create qa automated tests for [feature]""","bmm","_bmad/bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md"
"bmad-quick-dev","bmad-quick-dev","Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.","bmm","_bmad/bmm/4-implementation/bmad-quick-dev/SKILL.md"
"bmad-retrospective","bmad-retrospective","Post-epic review to extract lessons and assess success. Use when the user says ""run a retrospective"" or ""lets retro the epic [epic]""","bmm","_bmad/bmm/4-implementation/bmad-retrospective/SKILL.md"
"bmad-sprint-planning","bmad-sprint-planning","Generate sprint status tracking from epics. Use when the user says ""run sprint planning"" or ""generate sprint plan""","bmm","_bmad/bmm/4-implementation/bmad-sprint-planning/SKILL.md"
"bmad-sprint-status","bmad-sprint-status","Summarize sprint status and surface risks. Use when the user says ""check sprint status"" or ""show sprint status""","bmm","_bmad/bmm/4-implementation/bmad-sprint-status/SKILL.md"
"bmad-cis-agent-brainstorming-coach","bmad-cis-agent-brainstorming-coach","Elite brainstorming specialist for facilitated ideation sessions. Use when the user asks to talk to Carson or requests the Brainstorming Specialist.","cis","_bmad/cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md"
"bmad-cis-agent-creative-problem-solver","bmad-cis-agent-creative-problem-solver","Master problem solver for systematic problem-solving methodologies. Use when the user asks to talk to Dr. Quinn or requests the Master Problem Solver.","cis","_bmad/cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md"
"bmad-cis-agent-design-thinking-coach","bmad-cis-agent-design-thinking-coach","Design thinking maestro for human-centered design processes. Use when the user asks to talk to Maya or requests the Design Thinking Maestro.","cis","_bmad/cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md"
"bmad-cis-agent-innovation-strategist","bmad-cis-agent-innovation-strategist","Disruptive innovation oracle for business model innovation and strategic disruption. Use when the user asks to talk to Victor or requests the Disruptive Innovation Oracle.","cis","_bmad/cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md"
"bmad-cis-agent-presentation-master","bmad-cis-agent-presentation-master","Visual communication and presentation expert for slide decks, pitch decks, and visual storytelling. Use when the user asks to talk to Caravaggio or requests the Presentation Expert.","cis","_bmad/cis/skills/bmad-cis-agent-presentation-master/SKILL.md"
"bmad-cis-agent-storyteller","bmad-cis-agent-storyteller","Master storyteller for compelling narratives using proven frameworks. Use when the user asks to talk to Sophia or requests the Master Storyteller.","cis","_bmad/cis/skills/bmad-cis-agent-storyteller/SKILL.md"
"bmad-cis-design-thinking","bmad-cis-design-thinking","Guide human-centered design processes using empathy-driven methodologies. Use when the user says ""lets run design thinking"" or ""I want to apply design thinking""","cis","_bmad/cis/skills/bmad-cis-design-thinking/SKILL.md"
"bmad-cis-innovation-strategy","bmad-cis-innovation-strategy","Identify disruption opportunities and architect business model innovation. Use when the user says ""lets create an innovation strategy"" or ""I want to find disruption opportunities""","cis","_bmad/cis/skills/bmad-cis-innovation-strategy/SKILL.md"
"bmad-cis-problem-solving","bmad-cis-problem-solving","Apply systematic problem-solving methodologies to complex challenges. Use when the user says ""guide me through structured problem solving"" or ""I want to crack this challenge with guided problem solving techniques""","cis","_bmad/cis/skills/bmad-cis-problem-solving/SKILL.md"
"bmad-cis-storytelling","bmad-cis-storytelling","Craft compelling narratives using story frameworks. Use when the user says ""help me with storytelling"" or ""I want to create a narrative through storytelling""","cis","_bmad/cis/skills/bmad-cis-storytelling/SKILL.md"
"suno-agent-band-manager","suno-agent-band-manager","Orchestrates Suno song package creation. Use when user says 'talk to Mac', 'Band Manager', or 'create a song for Suno'.","suno","_bmad/suno/suno-agent-band-manager/SKILL.md"
"suno-band-profile-manager","suno-band-profile-manager","Manages band identity profiles for Suno music generation. Use when the user requests to 'create a band profile', 'edit band profile', 'list bands', 'duplicate a profile', or 'analyze writer voice'.","suno","_bmad/suno/suno-band-profile-manager/SKILL.md"
"suno-feedback-elicitor","suno-feedback-elicitor","Guides post-generation feedback refinement for Suno music output. Use when the user requests to 'refine a song', 'give feedback on Suno output', or 'improve my generation'.","suno","_bmad/suno/suno-feedback-elicitor/SKILL.md"
"suno-lyric-transformer","suno-lyric-transformer","Transforms poems and text into Suno-ready structured lyrics. Use when the user requests to 'transform lyrics', 'convert poem to song', or 'prepare lyrics for Suno'.","suno","_bmad/suno/suno-lyric-transformer/SKILL.md"
"suno-setup","suno-setup","Sets up Suno Band Manager module in a project. Use when the user requests to 'install suno module', 'configure Suno Band Manager', or 'setup Suno Band Manager'.","suno","_bmad/suno/suno-setup/SKILL.md"
"suno-style-prompt-builder","suno-style-prompt-builder","Generates model-aware Suno style prompts. Use when user says 'build a style prompt', 'generate style prompt', or 'create a Suno prompt'.","suno","_bmad/suno/suno-style-prompt-builder/SKILL.md"
"wds-0-alignment-signoff","wds-0-alignment-signoff","Create alignment around your idea before starting the project","wds","_bmad/wds/wds-0-alignment-signoff/SKILL.md"
"wds-0-project-setup","wds-0-project-setup","Project onboarding - determine project type, complexity, tech stack, and route to correct phase","wds","_bmad/wds/wds-0-project-setup/SKILL.md"
"wds-1-project-brief","wds-1-project-brief","Establish project context - foundation for all design work","wds","_bmad/wds/wds-1-project-brief/SKILL.md"
"wds-2-trigger-mapping","wds-2-trigger-mapping","Map business goals to user psychology through structured workshops","wds","_bmad/wds/wds-2-trigger-mapping/SKILL.md"
"wds-3-scenarios","wds-3-scenarios","Create UX scenario outlines from Trigger Map through structured micro-steps","wds","_bmad/wds/wds-3-scenarios/SKILL.md"
"wds-4-ux-design","wds-4-ux-design","Transform ideas into detailed visual specifications through scenario-driven design","wds","_bmad/wds/wds-4-ux-design/SKILL.md"
"wds-5-agentic-development","wds-5-agentic-development","AI-assisted development, testing, and reverse engineering through structured agent collaboration","wds","_bmad/wds/wds-5-agentic-development/SKILL.md"
"wds-6-asset-generation","wds-6-asset-generation","Generate visual and text assets from specifications through AI-powered creative production","wds","_bmad/wds/wds-6-asset-generation/SKILL.md"
"wds-7-design-system","wds-7-design-system","Create, import, browse, and maintain design system components and tokens","wds","_bmad/wds/wds-7-design-system/SKILL.md"
"wds-8-product-evolution","wds-8-product-evolution","Brownfield improvements — the full WDS pipeline in miniature for existing products","wds","_bmad/wds/wds-8-product-evolution/SKILL.md"
"wds-agent-freya-ux","wds-agent-freya-ux","Strategic UX designer and design thinking partner for WDS. Use when the user asks to talk to Freya or requests the WDS designer.","wds","_bmad/wds/wds-agent-freya-ux/SKILL.md"
"wds-agent-saga-analyst","wds-agent-saga-analyst","Strategic business analyst and product discovery partner for WDS. Use when the user asks to talk to Saga or requests the WDS analyst.","wds","_bmad/wds/wds-agent-saga-analyst/SKILL.md"
1 canonicalId name description module path
2 bmad-advanced-elicitation bmad-advanced-elicitation Push the LLM to reconsider, refine, and improve its recent output. Use when user asks for deeper critique or mentions a known deeper critique method, e.g. socratic, first principles, pre-mortem, red team. core _bmad/core/bmad-advanced-elicitation/SKILL.md
3 bmad-brainstorming bmad-brainstorming Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate. core _bmad/core/bmad-brainstorming/SKILL.md
4 bmad-customize bmad-customize Authors and updates customization overrides for installed BMad skills. Use when the user says 'customize bmad', 'override a skill', 'change agent behavior', or 'customize a workflow'. core _bmad/core/bmad-customize/SKILL.md
5 bmad-distillator bmad-distillator Lossless LLM-optimized compression of source documents. Use when the user requests to 'distill documents' or 'create a distillate'. core _bmad/core/bmad-distillator/SKILL.md
6 bmad-editorial-review-prose bmad-editorial-review-prose Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose core _bmad/core/bmad-editorial-review-prose/SKILL.md
7 bmad-editorial-review-structure bmad-editorial-review-structure Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure core _bmad/core/bmad-editorial-review-structure/SKILL.md
8 bmad-help bmad-help Analyzes current state and user query to answer BMad questions or recommend the next skill(s) to use. Use when user asks for help, bmad help, what to do next, or what to start with in BMad. core _bmad/core/bmad-help/SKILL.md
9 bmad-index-docs bmad-index-docs Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder core _bmad/core/bmad-index-docs/SKILL.md
10 bmad-party-mode bmad-party-mode Orchestrates group discussions between installed BMAD agents, enabling natural multi-agent conversations where each agent is a real subagent with independent thinking. Use when user requests party mode, wants multiple agent perspectives, group discussion, roundtable, or multi-agent conversation about their project. core _bmad/core/bmad-party-mode/SKILL.md
11 bmad-review-adversarial-general bmad-review-adversarial-general Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something core _bmad/core/bmad-review-adversarial-general/SKILL.md
12 bmad-review-edge-case-hunter bmad-review-edge-case-hunter Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs. core _bmad/core/bmad-review-edge-case-hunter/SKILL.md
13 bmad-shard-doc bmad-shard-doc Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document core _bmad/core/bmad-shard-doc/SKILL.md
14 bmad-agent-analyst bmad-agent-analyst Strategic business analyst and requirements expert. Use when the user asks to talk to Mary or requests the business analyst. bmm _bmad/bmm/1-analysis/bmad-agent-analyst/SKILL.md
15 bmad-agent-tech-writer bmad-agent-tech-writer Technical documentation specialist and knowledge curator. Use when the user asks to talk to Paige or requests the tech writer. bmm _bmad/bmm/1-analysis/bmad-agent-tech-writer/SKILL.md
16 bmad-document-project bmad-document-project Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs" bmm _bmad/bmm/1-analysis/bmad-document-project/SKILL.md
17 bmad-prfaq bmad-prfaq Working Backwards PRFAQ challenge to forge product concepts. Use when the user requests to 'create a PRFAQ', 'work backwards', or 'run the PRFAQ challenge'. bmm _bmad/bmm/1-analysis/bmad-prfaq/SKILL.md
18 bmad-product-brief bmad-product-brief Create or update product briefs through guided or autonomous discovery. Use when the user requests to create or update a Product Brief. bmm _bmad/bmm/1-analysis/bmad-product-brief/SKILL.md
19 bmad-domain-research bmad-domain-research Conduct domain and industry research. Use when the user says wants to do domain research for a topic or industry bmm _bmad/bmm/1-analysis/research/bmad-domain-research/SKILL.md
20 bmad-market-research bmad-market-research Conduct market research on competition and customers. Use when the user says they need market research bmm _bmad/bmm/1-analysis/research/bmad-market-research/SKILL.md
21 bmad-technical-research bmad-technical-research Conduct technical research on technologies and architecture. Use when the user says they would like to do or produce a technical research report bmm _bmad/bmm/1-analysis/research/bmad-technical-research/SKILL.md
22 bmad-agent-pm bmad-agent-pm Product manager for PRD creation and requirements discovery. Use when the user asks to talk to John or requests the product manager. bmm _bmad/bmm/2-plan-workflows/bmad-agent-pm/SKILL.md
23 bmad-agent-ux-designer bmad-agent-ux-designer UX designer and UI specialist. Use when the user asks to talk to Sally or requests the UX designer. bmm _bmad/bmm/2-plan-workflows/bmad-agent-ux-designer/SKILL.md
24 bmad-create-prd bmad-create-prd Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD" bmm _bmad/bmm/2-plan-workflows/bmad-create-prd/SKILL.md
25 bmad-create-ux-design bmad-create-ux-design Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX" bmm _bmad/bmm/2-plan-workflows/bmad-create-ux-design/SKILL.md
26 bmad-edit-prd bmad-edit-prd Edit an existing PRD. Use when the user says "edit this PRD". bmm _bmad/bmm/2-plan-workflows/bmad-edit-prd/SKILL.md
27 bmad-validate-prd bmad-validate-prd Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation" bmm _bmad/bmm/2-plan-workflows/bmad-validate-prd/SKILL.md
28 bmad-agent-architect bmad-agent-architect System architect and technical design leader. Use when the user asks to talk to Winston or requests the architect. bmm _bmad/bmm/3-solutioning/bmad-agent-architect/SKILL.md
29 bmad-check-implementation-readiness bmad-check-implementation-readiness Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness". bmm _bmad/bmm/3-solutioning/bmad-check-implementation-readiness/SKILL.md
30 bmad-create-architecture bmad-create-architecture Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design" bmm _bmad/bmm/3-solutioning/bmad-create-architecture/SKILL.md
31 bmad-create-epics-and-stories bmad-create-epics-and-stories Break requirements into epics and user stories. Use when the user says "create the epics and stories list" bmm _bmad/bmm/3-solutioning/bmad-create-epics-and-stories/SKILL.md
32 bmad-generate-project-context bmad-generate-project-context Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context" bmm _bmad/bmm/3-solutioning/bmad-generate-project-context/SKILL.md
33 bmad-agent-dev bmad-agent-dev Senior software engineer for story execution and code implementation. Use when the user asks to talk to Amelia or requests the developer agent. bmm _bmad/bmm/4-implementation/bmad-agent-dev/SKILL.md
34 bmad-checkpoint-preview bmad-checkpoint-preview LLM-assisted human-in-the-loop review. Make sense of a change, focus attention where it matters, test. Use when the user says "checkpoint", "human review", or "walk me through this change". bmm _bmad/bmm/4-implementation/bmad-checkpoint-preview/SKILL.md
35 bmad-code-review bmad-code-review Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code" bmm _bmad/bmm/4-implementation/bmad-code-review/SKILL.md
36 bmad-correct-course bmad-correct-course Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change" bmm _bmad/bmm/4-implementation/bmad-correct-course/SKILL.md
37 bmad-create-story bmad-create-story Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]" bmm _bmad/bmm/4-implementation/bmad-create-story/SKILL.md
38 bmad-dev-story bmad-dev-story Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan" bmm _bmad/bmm/4-implementation/bmad-dev-story/SKILL.md
39 bmad-qa-generate-e2e-tests bmad-qa-generate-e2e-tests Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]" bmm _bmad/bmm/4-implementation/bmad-qa-generate-e2e-tests/SKILL.md
40 bmad-quick-dev bmad-quick-dev Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature. bmm _bmad/bmm/4-implementation/bmad-quick-dev/SKILL.md
41 bmad-retrospective bmad-retrospective Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]" bmm _bmad/bmm/4-implementation/bmad-retrospective/SKILL.md
42 bmad-sprint-planning bmad-sprint-planning Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan" bmm _bmad/bmm/4-implementation/bmad-sprint-planning/SKILL.md
43 bmad-sprint-status bmad-sprint-status Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status" bmm _bmad/bmm/4-implementation/bmad-sprint-status/SKILL.md
44 bmad-cis-agent-brainstorming-coach bmad-cis-agent-brainstorming-coach Elite brainstorming specialist for facilitated ideation sessions. Use when the user asks to talk to Carson or requests the Brainstorming Specialist. cis _bmad/cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md
45 bmad-cis-agent-creative-problem-solver bmad-cis-agent-creative-problem-solver Master problem solver for systematic problem-solving methodologies. Use when the user asks to talk to Dr. Quinn or requests the Master Problem Solver. cis _bmad/cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md
46 bmad-cis-agent-design-thinking-coach bmad-cis-agent-design-thinking-coach Design thinking maestro for human-centered design processes. Use when the user asks to talk to Maya or requests the Design Thinking Maestro. cis _bmad/cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md
47 bmad-cis-agent-innovation-strategist bmad-cis-agent-innovation-strategist Disruptive innovation oracle for business model innovation and strategic disruption. Use when the user asks to talk to Victor or requests the Disruptive Innovation Oracle. cis _bmad/cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md
48 bmad-cis-agent-presentation-master bmad-cis-agent-presentation-master Visual communication and presentation expert for slide decks, pitch decks, and visual storytelling. Use when the user asks to talk to Caravaggio or requests the Presentation Expert. cis _bmad/cis/skills/bmad-cis-agent-presentation-master/SKILL.md
49 bmad-cis-agent-storyteller bmad-cis-agent-storyteller Master storyteller for compelling narratives using proven frameworks. Use when the user asks to talk to Sophia or requests the Master Storyteller. cis _bmad/cis/skills/bmad-cis-agent-storyteller/SKILL.md
50 bmad-cis-design-thinking bmad-cis-design-thinking Guide human-centered design processes using empathy-driven methodologies. Use when the user says "lets run design thinking" or "I want to apply design thinking" cis _bmad/cis/skills/bmad-cis-design-thinking/SKILL.md
51 bmad-cis-innovation-strategy bmad-cis-innovation-strategy Identify disruption opportunities and architect business model innovation. Use when the user says "lets create an innovation strategy" or "I want to find disruption opportunities" cis _bmad/cis/skills/bmad-cis-innovation-strategy/SKILL.md
52 bmad-cis-problem-solving bmad-cis-problem-solving Apply systematic problem-solving methodologies to complex challenges. Use when the user says "guide me through structured problem solving" or "I want to crack this challenge with guided problem solving techniques" cis _bmad/cis/skills/bmad-cis-problem-solving/SKILL.md
53 bmad-cis-storytelling bmad-cis-storytelling Craft compelling narratives using story frameworks. Use when the user says "help me with storytelling" or "I want to create a narrative through storytelling" cis _bmad/cis/skills/bmad-cis-storytelling/SKILL.md
54 suno-agent-band-manager suno-agent-band-manager Orchestrates Suno song package creation. Use when user says 'talk to Mac', 'Band Manager', or 'create a song for Suno'. suno _bmad/suno/suno-agent-band-manager/SKILL.md
55 suno-band-profile-manager suno-band-profile-manager Manages band identity profiles for Suno music generation. Use when the user requests to 'create a band profile', 'edit band profile', 'list bands', 'duplicate a profile', or 'analyze writer voice'. suno _bmad/suno/suno-band-profile-manager/SKILL.md
56 suno-feedback-elicitor suno-feedback-elicitor Guides post-generation feedback refinement for Suno music output. Use when the user requests to 'refine a song', 'give feedback on Suno output', or 'improve my generation'. suno _bmad/suno/suno-feedback-elicitor/SKILL.md
57 suno-lyric-transformer suno-lyric-transformer Transforms poems and text into Suno-ready structured lyrics. Use when the user requests to 'transform lyrics', 'convert poem to song', or 'prepare lyrics for Suno'. suno _bmad/suno/suno-lyric-transformer/SKILL.md
58 suno-setup suno-setup Sets up Suno Band Manager module in a project. Use when the user requests to 'install suno module', 'configure Suno Band Manager', or 'setup Suno Band Manager'. suno _bmad/suno/suno-setup/SKILL.md
59 suno-style-prompt-builder suno-style-prompt-builder Generates model-aware Suno style prompts. Use when user says 'build a style prompt', 'generate style prompt', or 'create a Suno prompt'. suno _bmad/suno/suno-style-prompt-builder/SKILL.md
60 wds-0-alignment-signoff wds-0-alignment-signoff Create alignment around your idea before starting the project wds _bmad/wds/wds-0-alignment-signoff/SKILL.md
61 wds-0-project-setup wds-0-project-setup Project onboarding - determine project type, complexity, tech stack, and route to correct phase wds _bmad/wds/wds-0-project-setup/SKILL.md
62 wds-1-project-brief wds-1-project-brief Establish project context - foundation for all design work wds _bmad/wds/wds-1-project-brief/SKILL.md
63 wds-2-trigger-mapping wds-2-trigger-mapping Map business goals to user psychology through structured workshops wds _bmad/wds/wds-2-trigger-mapping/SKILL.md
64 wds-3-scenarios wds-3-scenarios Create UX scenario outlines from Trigger Map through structured micro-steps wds _bmad/wds/wds-3-scenarios/SKILL.md
65 wds-4-ux-design wds-4-ux-design Transform ideas into detailed visual specifications through scenario-driven design wds _bmad/wds/wds-4-ux-design/SKILL.md
66 wds-5-agentic-development wds-5-agentic-development AI-assisted development, testing, and reverse engineering through structured agent collaboration wds _bmad/wds/wds-5-agentic-development/SKILL.md
67 wds-6-asset-generation wds-6-asset-generation Generate visual and text assets from specifications through AI-powered creative production wds _bmad/wds/wds-6-asset-generation/SKILL.md
68 wds-7-design-system wds-7-design-system Create, import, browse, and maintain design system components and tokens wds _bmad/wds/wds-7-design-system/SKILL.md
69 wds-8-product-evolution wds-8-product-evolution Brownfield improvements — the full WDS pipeline in miniature for existing products wds _bmad/wds/wds-8-product-evolution/SKILL.md
70 wds-agent-freya-ux wds-agent-freya-ux Strategic UX designer and design thinking partner for WDS. Use when the user asks to talk to Freya or requests the WDS designer. wds _bmad/wds/wds-agent-freya-ux/SKILL.md
71 wds-agent-saga-analyst wds-agent-saga-analyst Strategic business analyst and product discovery partner for WDS. Use when the user asks to talk to Saga or requests the WDS analyst. wds _bmad/wds/wds-agent-saga-analyst/SKILL.md

16
_bmad/bmm/config.yaml Normal file
View File

@@ -0,0 +1,16 @@
# BMM Module Configuration
# Generated by BMAD installer
# Version: 6.6.0
# Date: 2026-05-14T18:41:47.586Z
user_skill_level: intermediate
planning_artifacts: "{project-root}/_bmad-output/planning-artifacts"
implementation_artifacts: "{project-root}/_bmad-output/implementation-artifacts"
project_knowledge: "{project-root}/docs"
# Core Configuration Values
user_name: Devparsa
project_name: Momento
communication_language: French
document_output_language: English
output_folder: "{project-root}/_bmad-output"

33
_bmad/bmm/module-help.csv Normal file
View File

@@ -0,0 +1,33 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,,anytime,,,false,project-knowledge,*
BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,,anytime,,,false,output_folder,project context
BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,,anytime,,,false,implementation_artifacts,spec and project implementation
BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,,anytime,,,false,planning_artifacts,change proposal
BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,planning_artifacts,brainstorming session
BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,,1-analysis,,,false,planning_artifacts|project-knowledge,research documents
BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
BMad Method,bmad-product-brief,Create Brief,CB,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
BMad Method,bmad-create-prd,Create PRD,CP,Expert led facilitation to produce your Product Requirements Document.,,,2-planning,,,true,planning_artifacts,prd
BMad Method,bmad-validate-prd,Validate PRD,VP,,,[path],2-planning,bmad-create-prd,,false,planning_artifacts,prd validation report
BMad Method,bmad-edit-prd,Edit PRD,EP,,,[path],2-planning,bmad-validate-prd,,false,planning_artifacts,updated prd
BMad Method,bmad-create-ux-design,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,,2-planning,bmad-create-prd,,false,planning_artifacts,ux design
BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,,3-solutioning,,,true,planning_artifacts,architecture
BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,,3-solutioning,bmad-create-architecture,,true,planning_artifacts,epics and stories
BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,,4-implementation,,,true,implementation_artifacts,sprint status
BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,,4-implementation,bmad-sprint-planning,,false,,
BMad Method,bmad-create-story,Create Story,CS,Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.,create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
BMad Method,bmad-create-story,Validate Story,VS,Validates story readiness and completeness before development work begins.,validate,,4-implementation,bmad-create-story:create,bmad-dev-story,false,implementation_artifacts,story validation report
BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,,4-implementation,bmad-create-story:validate,,true,,
BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,,4-implementation,bmad-dev-story,,false,,
BMad Method,bmad-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,,4-implementation,,,false,,
BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
1 module skill display-name menu-code description action args phase after before required output-location outputs
2 BMad Method _meta false https://docs.bmad-method.org/llms.txt
3 BMad Method bmad-document-project Document Project DP Analyze an existing project to produce useful documentation. anytime false project-knowledge *
4 BMad Method bmad-generate-project-context Generate Project Context GPC Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects. anytime false output_folder project context
5 BMad Method bmad-quick-dev Quick Dev QQ Unified intent-in code-out workflow: clarify plan implement review and present. anytime false implementation_artifacts spec and project implementation
6 BMad Method bmad-correct-course Correct Course CC Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories. anytime false planning_artifacts change proposal
7 BMad Method bmad-agent-tech-writer Write Document WD Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review. write anytime false project-knowledge document
8 BMad Method bmad-agent-tech-writer Update Standards US Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions. update-standards anytime false _bmad/_memory/tech-writer-sidecar standards
9 BMad Method bmad-agent-tech-writer Mermaid Generate MG Create a Mermaid diagram based on user description. Will suggest diagram types if not specified. mermaid anytime false planning_artifacts mermaid diagram
10 BMad Method bmad-agent-tech-writer Validate Document VD Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority. validate [path] anytime false planning_artifacts validation report
11 BMad Method bmad-agent-tech-writer Explain Concept EC Create clear technical explanations with examples and diagrams for complex concepts. explain [topic] anytime false project_knowledge explanation
12 BMad Method bmad-brainstorming Brainstorm Project BP Expert guided facilitation through a single or multiple techniques. 1-analysis false planning_artifacts brainstorming session
13 BMad Method bmad-market-research Market Research MR Market analysis competitive landscape customer needs and trends. 1-analysis false planning_artifacts|project-knowledge research documents
14 BMad Method bmad-domain-research Domain Research DR Industry domain deep dive subject matter expertise and terminology. 1-analysis false planning_artifacts|project_knowledge research documents
15 BMad Method bmad-technical-research Technical Research TR Technical feasibility architecture options and implementation approaches. 1-analysis false planning_artifacts|project_knowledge research documents
16 BMad Method bmad-product-brief Create Brief CB An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you. -A 1-analysis false planning_artifacts product brief
17 BMad Method bmad-prfaq PRFAQ Challenge WB Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief. -H 1-analysis false planning_artifacts prfaq document
18 BMad Method bmad-create-prd Create PRD CP Expert led facilitation to produce your Product Requirements Document. 2-planning true planning_artifacts prd
19 BMad Method bmad-validate-prd Validate PRD VP [path] 2-planning bmad-create-prd false planning_artifacts prd validation report
20 BMad Method bmad-edit-prd Edit PRD EP [path] 2-planning bmad-validate-prd false planning_artifacts updated prd
21 BMad Method bmad-create-ux-design Create UX CU Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. 2-planning bmad-create-prd false planning_artifacts ux design
22 BMad Method bmad-create-architecture Create Architecture CA Guided workflow to document technical decisions. 3-solutioning true planning_artifacts architecture
23 BMad Method bmad-create-epics-and-stories Create Epics and Stories CE 3-solutioning bmad-create-architecture true planning_artifacts epics and stories
24 BMad Method bmad-check-implementation-readiness Check Implementation Readiness IR Ensure PRD UX Architecture and Epics Stories are aligned. 3-solutioning bmad-create-epics-and-stories true planning_artifacts readiness report
25 BMad Method bmad-sprint-planning Sprint Planning SP Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story. 4-implementation true implementation_artifacts sprint status
26 BMad Method bmad-sprint-status Sprint Status SS Anytime: Summarize sprint status and route to next workflow. 4-implementation bmad-sprint-planning false
27 BMad Method bmad-create-story Create Story CS Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation. create 4-implementation bmad-sprint-planning bmad-create-story:validate true implementation_artifacts story
28 BMad Method bmad-create-story Validate Story VS Validates story readiness and completeness before development work begins. validate 4-implementation bmad-create-story:create bmad-dev-story false implementation_artifacts story validation report
29 BMad Method bmad-dev-story Dev Story DS Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed. 4-implementation bmad-create-story:validate true
30 BMad Method bmad-code-review Code Review CR Story cycle: If issues back to DS if approved then next CS or ER if epic complete. 4-implementation bmad-dev-story false
31 BMad Method bmad-checkpoint-preview Checkpoint CK Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs. 4-implementation false
32 BMad Method bmad-qa-generate-e2e-tests QA Automation Test QA Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that. 4-implementation bmad-dev-story false implementation_artifacts test suite
33 BMad Method bmad-retrospective Retrospective ER Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC. 4-implementation bmad-code-review false implementation_artifacts retrospective

13
_bmad/cis/config.yaml Normal file
View File

@@ -0,0 +1,13 @@
# CIS Module Configuration
# Generated by BMAD installer
# Version: 6.6.0
# Date: 2026-05-14T18:41:47.587Z
visual_tools: intermediate
# Core Configuration Values
user_name: Devparsa
project_name: Momento
communication_language: French
document_output_language: English
output_folder: "{project-root}/_bmad-output"

View File

@@ -0,0 +1,7 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
Creative Intelligence Suite,_meta,,,,,,,,,false,https://cis-docs.bmad-method.org/llms.txt,
Creative Intelligence Suite,bmad-cis-innovation-strategy,Innovation Strategy,IS,Identify disruption opportunities and architect business model innovation.,,anytime,,,false,output_folder,innovation strategy
Creative Intelligence Suite,bmad-cis-problem-solving,Problem Solving,PS,Apply systematic problem-solving methodologies to crack complex challenges.,,anytime,,,false,output_folder,problem solution
Creative Intelligence Suite,bmad-cis-design-thinking,Design Thinking,DT,Guide human-centered design processes using empathy-driven methodologies.,,anytime,,,false,output_folder,design thinking
Creative Intelligence Suite,bmad-brainstorming,Brainstorming,BS,Facilitate brainstorming sessions using one or more techniques.,,anytime,,,false,output_folder,brainstorming session results
Creative Intelligence Suite,bmad-cis-storytelling,Storytelling,ST,Craft compelling narratives using proven story frameworks and techniques.,,anytime,,,false,output_folder,narrative/story
1 module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
2 Creative Intelligence Suite,_meta,,,,,,,,,false,https://cis-docs.bmad-method.org/llms.txt,
3 Creative Intelligence Suite,bmad-cis-innovation-strategy,Innovation Strategy,IS,Identify disruption opportunities and architect business model innovation.,,anytime,,,false,output_folder,innovation strategy
4 Creative Intelligence Suite,bmad-cis-problem-solving,Problem Solving,PS,Apply systematic problem-solving methodologies to crack complex challenges.,,anytime,,,false,output_folder,problem solution
5 Creative Intelligence Suite,bmad-cis-design-thinking,Design Thinking,DT,Guide human-centered design processes using empathy-driven methodologies.,,anytime,,,false,output_folder,design thinking
6 Creative Intelligence Suite,bmad-brainstorming,Brainstorming,BS,Facilitate brainstorming sessions using one or more techniques.,,anytime,,,false,output_folder,brainstorming session results
7 Creative Intelligence Suite,bmad-cis-storytelling,Storytelling,ST,Craft compelling narratives using proven story frameworks and techniques.,,anytime,,,false,output_folder,narrative/story

151
_bmad/config.toml Normal file
View File

@@ -0,0 +1,151 @@
# ─────────────────────────────────────────────────────────────────
# Installer-managed. Regenerated on every install — treat as read-only.
#
# Direct edits to this file will be overwritten on the next install.
# To change an install answer durably, re-run the installer (your prior
# answers are remembered as defaults). To pin a value regardless of
# install answers, or to add custom agents / override descriptors, use:
# _bmad/custom/config.toml (team, committed)
# _bmad/custom/config.user.toml (personal, gitignored)
# Those files are never touched by the installer.
# ─────────────────────────────────────────────────────────────────
[core]
project_name = "Momento"
document_output_language = "English"
output_folder = "{project-root}/_bmad-output"
[modules.bmm]
planning_artifacts = "{project-root}/_bmad-output/planning-artifacts"
implementation_artifacts = "{project-root}/_bmad-output/implementation-artifacts"
project_knowledge = "{project-root}/docs"
[modules.cis]
visual_tools = "intermediate"
[modules.suno]
suno_tier = "free"
default_mode = "demo"
band_profiles_folder = "{project-root}/docs/band-profiles"
songbook_folder = "{project-root}/docs/songbook"
[modules.wds]
project_knowledge = "{project-root}/docs"
project_type = "digital_product"
design_artifacts = "{project-root}/design-artifacts"
design_system_mode = "none"
methodology_version = "wds-v6"
product_languages = ["en"]
design_experience = "intermediate"
[agents.bmad-agent-analyst]
module = "bmm"
team = "software-development"
name = "Mary"
title = "Business Analyst"
icon = "📊"
description = "Channels Porter's strategic rigor and Minto's Pyramid Principle, grounds every finding in verifiable evidence, represents every stakeholder voice. Speaks like a treasure hunter narrating the find: thrilled by every clue, precise once the pattern emerges."
[agents.bmad-agent-tech-writer]
module = "bmm"
team = "software-development"
name = "Paige"
title = "Technical Writer"
icon = "📚"
description = "Master of CommonMark, DITA, and OpenAPI; turns complex concepts into accessible structured docs, favors diagrams over walls of text, every word earning its place. Speaks like the patient teacher you wish you'd had, using analogies that make complex things feel simple."
[agents.bmad-agent-pm]
module = "bmm"
team = "software-development"
name = "John"
title = "Product Manager"
icon = "📋"
description = "Drives Jobs-to-be-Done over template filling, user value first, technical feasibility is a constraint not the driver. Speaks like a detective interrogating a cold case: short questions, sharper follow-ups, every 'why?' tightening the net."
[agents.bmad-agent-ux-designer]
module = "bmm"
team = "software-development"
name = "Sally"
title = "UX Designer"
icon = "🎨"
description = "Balances empathy with edge-case rigor, starts simple and evolves through feedback, every decision serves a genuine user need. Speaks like a filmmaker pitching the scene before the code exists, painting user stories that make you feel the problem."
[agents.bmad-agent-architect]
module = "bmm"
team = "software-development"
name = "Winston"
title = "System Architect"
icon = "🏗️"
description = "Favors boring technology for stability, developer productivity as architecture, ties every decision to business value. Speaks like a seasoned engineer at the whiteboard: measured, always laying out trade-offs rather than verdicts."
[agents.bmad-agent-dev]
module = "bmm"
team = "software-development"
name = "Amelia"
title = "Senior Software Engineer"
icon = "💻"
description = "Test-first discipline (red, green, refactor), 100% pass before review, no fluff all precision. Speaks like a terminal prompt: exact file paths, AC IDs, and commit-message brevity — every statement citable."
[agents.bmad-cis-agent-storyteller]
module = "cis"
team = "creative"
name = "Sophia"
title = "Master Storyteller"
icon = "📖"
description = "Channels Robert McKee's structural rigor and Joseph Campbell's mythic-arc discipline, grounds every tale in timeless human truths, finds the authentic story before styling the surface, makes the abstract concrete through vivid sensory detail. Speaks like a bard weaving an epic — flowery, whimsical, every sentence enraptures and pulls the listener deeper."
[agents.bmad-cis-agent-design-thinking-coach]
module = "cis"
team = "creative"
name = "Maya"
title = "Design Thinking Maestro"
icon = "🎨"
description = "Channels Tim Brown's IDEO empathy-first playbook and Don Norman's human-centered rigor, believes design is about THEM not us, treats failure as feedback, designs WITH users not FOR them. Speaks like a jazz musician — improvising around themes, vivid sensory metaphors, playfully challenging every assumption."
[agents.bmad-cis-agent-brainstorming-coach]
module = "cis"
team = "creative"
name = "Carson"
title = "Elite Brainstorming Specialist"
icon = "🧠"
description = "Channels Alex Osborn's brainstorming foundations and Keith Johnstone's improv-born yes-and instinct, knows psychological safety unlocks the wildest ideas, treats today's absurdity as tomorrow's obvious innovation, uses humor and play as serious tools. Speaks like an enthusiastic improv coach — high-energy, YES AND everything, celebrating the wildest thinking in the room."
[agents.bmad-cis-agent-creative-problem-solver]
module = "cis"
team = "creative"
name = "Dr. Quinn"
title = "Master Problem Solver"
icon = "🔬"
description = "Channels Genrich Altshuller's TRIZ discipline and Donella Meadows's systems-thinking clarity, treats every problem as a system revealing its weakest point, hunts root causes relentlessly, knows the right question beats a fast answer. Speaks like Sherlock mixed with a playful scientist — deductive, curious, punctuating every breakthrough with an unmistakable AHA."
[agents.bmad-cis-agent-innovation-strategist]
module = "cis"
team = "creative"
name = "Victor"
title = "Disruptive Innovation Oracle"
icon = "⚡"
description = "Channels Clayton Christensen's disruption theory and Kim & Mauborgne's Blue Ocean reframing, believes markets reward genuine new value, calls innovation without business-model thinking theater, treats incremental thinking as the prelude to obsolescence. Speaks like a chess grandmaster — bold declarations, strategic silences, devastatingly simple questions that collapse weeks of deliberation into a single move."
[agents.bmad-cis-agent-presentation-master]
module = "cis"
team = "creative"
name = "Caravaggio"
title = "Visual Communication + Presentation Expert"
icon = "🎬"
description = "Channels Nancy Duarte's presentation architecture and Saul Bass's cinematic graphic instinct, knows visual hierarchy drives attention, cuts every frame that isn't inform-persuade-or-transition, tests the 3-second rule on everything. Speaks like an energetic creative director — sarcastic wit, dramatic reveals, celebrates bold choices and roasts bad design with humor."
[agents.wds-agent-freya-ux]
module = "wds"
team = "ux-design"
name = "Freya"
title = "WDS Designer"
icon = "🎨"
description = "Norse goddess of beauty, magic, and strategy, thinks WITH you not FOR you, starts with WHY before HOW — design without strategy is decoration, creates artifacts developers can trust: detailed specs, prototypes, and design systems. Speaks as a creative collaborator with strategic depth — asks WHY? before WHAT?, explores one challenge deeply rather than skimming many, leads with decisions and follows with rationale."
[agents.wds-agent-saga-analyst]
module = "wds"
team = "ux-design"
name = "Saga"
title = "WDS Analyst"
icon = "📚"
description = "Goddess of stories and wisdom, treats analysis like a treasure hunt — excited by clues, thrilled by patterns, builds understanding through conversation not interrogation, creates the North Star documents (Product Brief + Trigger Map). Asks questions that spark aha! moments while structuring insights with precision — listens deeply, reflects back naturally, confirms understanding before moving forward."

17
_bmad/config.user.toml Normal file
View File

@@ -0,0 +1,17 @@
# ─────────────────────────────────────────────────────────────────
# Installer-managed. Regenerated on every install — treat as read-only.
# Holds install answers scoped to YOU personally.
#
# Direct edits to this file will be overwritten on the next install.
# To change an answer durably, re-run the installer (your prior answers
# are remembered as defaults). For pinned overrides or custom sections
# the installer does not know about, use _bmad/custom/config.user.toml
# — it is never touched by the installer.
# ─────────────────────────────────────────────────────────────────
[core]
user_name = "Devparsa"
communication_language = "French"
[modules.bmm]
user_skill_level = "intermediate"

10
_bmad/core/config.yaml Normal file
View File

@@ -0,0 +1,10 @@
# CORE Module Configuration
# Generated by BMAD installer
# Version: 6.6.0
# Date: 2026-05-14T18:41:47.587Z
user_name: Devparsa
project_name: Momento
communication_language: French
document_output_language: English
output_folder: "{project-root}/_bmad-output"

View File

@@ -0,0 +1,13 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
Core,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
Core,bmad-brainstorming,Brainstorming,BSP,Use early in ideation or when stuck generating ideas.,,,anytime,,,false,{output_folder}/brainstorming,brainstorming session
Core,bmad-party-mode,Party Mode,PM,Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate.,,,anytime,,,false,,
Core,bmad-help,BMad Help,BH,,,,anytime,,,false,,
Core,bmad-index-docs,Index Docs,ID,Use when LLM needs to understand available docs without loading everything.,,,anytime,,,false,,
Core,bmad-shard-doc,Shard Document,SD,Use when doc becomes too large (>500 lines) to manage effectively.,,[path],anytime,,,false,,
Core,bmad-editorial-review-prose,Editorial Review - Prose,EP,Use after drafting to polish written content.,,[path],anytime,,,false,report located with target document,three-column markdown table with suggested fixes
Core,bmad-editorial-review-structure,Editorial Review - Structure,ES,Use when doc produced from multiple subprocesses or needs structural improvement.,,[path],anytime,,,false,report located with target document,
Core,bmad-review-adversarial-general,Adversarial Review,AR,"Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews.",,[path],anytime,,,false,,
Core,bmad-review-edge-case-hunter,Edge Case Hunter Review,ECH,Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven.,,[path],anytime,,,false,,
Core,bmad-distillator,Distillator,DG,Use when you need token-efficient distillates that preserve all information for downstream LLM consumption.,,[path],anytime,,,false,adjacent to source document or specified output_path,distillate markdown file(s)
Core,bmad-customize,BMad Customize,BC,"Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required.",,,anytime,,,false,{project-root}/_bmad/custom,TOML override files
1 module skill display-name menu-code description action args phase after before required output-location outputs
2 Core _meta false https://docs.bmad-method.org/llms.txt
3 Core bmad-brainstorming Brainstorming BSP Use early in ideation or when stuck generating ideas. anytime false {output_folder}/brainstorming brainstorming session
4 Core bmad-party-mode Party Mode PM Orchestrate multi-agent discussions when you need multiple perspectives or want agents to collaborate. anytime false
5 Core bmad-help BMad Help BH anytime false
6 Core bmad-index-docs Index Docs ID Use when LLM needs to understand available docs without loading everything. anytime false
7 Core bmad-shard-doc Shard Document SD Use when doc becomes too large (>500 lines) to manage effectively. [path] anytime false
8 Core bmad-editorial-review-prose Editorial Review - Prose EP Use after drafting to polish written content. [path] anytime false report located with target document three-column markdown table with suggested fixes
9 Core bmad-editorial-review-structure Editorial Review - Structure ES Use when doc produced from multiple subprocesses or needs structural improvement. [path] anytime false report located with target document
10 Core bmad-review-adversarial-general Adversarial Review AR Use for quality assurance or before finalizing deliverables. Code Review in other modules runs this automatically, but also useful for document reviews. [path] anytime false
11 Core bmad-review-edge-case-hunter Edge Case Hunter Review ECH Use alongside adversarial review for orthogonal coverage — method-driven not attitude-driven. [path] anytime false
12 Core bmad-distillator Distillator DG Use when you need token-efficient distillates that preserve all information for downstream LLM consumption. [path] anytime false adjacent to source document or specified output_path distillate markdown file(s)
13 Core bmad-customize BMad Customize BC Use when you want to change how an agent or workflow behaves — add persistent facts, swap templates, insert activation hooks, or customize menus. Scans what's customizable, picks the right scope (agent vs workflow), writes the override to _bmad/custom/, and verifies the merge. No TOML hand-authoring required. anytime false {project-root}/_bmad/custom TOML override files

1
_bmad/custom/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.user.toml

7
_bmad/custom/config.toml Normal file
View File

@@ -0,0 +1,7 @@
# Team / enterprise overrides for _bmad/config.toml.
# Committed to the repo — applies to every developer on the project.
# Tables deep-merge over base config; keyed entries merge by key.
# Example: override an agent descriptor, or add a new agent.
#
# [agents.bmad-agent-pm]
# description = "Prefers short, bulleted PRDs over narrative drafts."

View File

@@ -0,0 +1,176 @@
#!/usr/bin/env python3
"""
Resolve BMad's central config using four-layer TOML merge.
Reads from four layers (highest priority last):
1. {project-root}/_bmad/config.toml (installer-owned team)
2. {project-root}/_bmad/config.user.toml (installer-owned user)
3. {project-root}/_bmad/custom/config.toml (human-authored team, committed)
4. {project-root}/_bmad/custom/config.user.toml (human-authored user, gitignored)
Outputs merged JSON to stdout. Errors go to stderr.
Requires Python 3.11+ (uses stdlib `tomllib`). No `uv`, no `pip install`,
no virtualenv — plain `python3` is sufficient.
python3 resolve_config.py --project-root /abs/path/to/project
python3 resolve_config.py --project-root ... --key core
python3 resolve_config.py --project-root ... --key agents
Merge rules (same as resolve_customization.py):
- Scalars: override wins
- Tables: deep merge
- Arrays of tables where every item shares `code` or `id`: merge by that key
- All other arrays: append
"""
import argparse
import json
import sys
from pathlib import Path
try:
import tomllib
except ImportError:
sys.stderr.write(
"error: Python 3.11+ is required (stdlib `tomllib` not found).\n"
)
sys.exit(3)
_MISSING = object()
_KEYED_MERGE_FIELDS = ("code", "id")
def load_toml(file_path: Path, required: bool = False) -> dict:
if not file_path.exists():
if required:
sys.stderr.write(f"error: required config file not found: {file_path}\n")
sys.exit(1)
return {}
try:
with file_path.open("rb") as f:
parsed = tomllib.load(f)
if not isinstance(parsed, dict):
return {}
return parsed
except tomllib.TOMLDecodeError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to parse {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
except OSError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to read {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
def _detect_keyed_merge_field(items):
if not items or not all(isinstance(item, dict) for item in items):
return None
for candidate in _KEYED_MERGE_FIELDS:
if all(item.get(candidate) is not None for item in items):
return candidate
return None
def _merge_by_key(base, override, key_name):
result = []
index_by_key = {}
for item in base:
if not isinstance(item, dict):
continue
if item.get(key_name) is not None:
index_by_key[item[key_name]] = len(result)
result.append(dict(item))
for item in override:
if not isinstance(item, dict):
result.append(item)
continue
key = item.get(key_name)
if key is not None and key in index_by_key:
result[index_by_key[key]] = dict(item)
else:
if key is not None:
index_by_key[key] = len(result)
result.append(dict(item))
return result
def _merge_arrays(base, override):
base_arr = base if isinstance(base, list) else []
override_arr = override if isinstance(override, list) else []
keyed_field = _detect_keyed_merge_field(base_arr + override_arr)
if keyed_field:
return _merge_by_key(base_arr, override_arr, keyed_field)
return base_arr + override_arr
def deep_merge(base, override):
if isinstance(base, dict) and isinstance(override, dict):
result = dict(base)
for key, over_val in override.items():
if key in result:
result[key] = deep_merge(result[key], over_val)
else:
result[key] = over_val
return result
if isinstance(base, list) and isinstance(override, list):
return _merge_arrays(base, override)
return override
def extract_key(data, dotted_key: str):
parts = dotted_key.split(".")
current = data
for part in parts:
if isinstance(current, dict) and part in current:
current = current[part]
else:
return _MISSING
return current
def main():
parser = argparse.ArgumentParser(
description="Resolve BMad central config using four-layer TOML merge.",
)
parser.add_argument(
"--project-root", "-p", required=True,
help="Absolute path to the project root (contains _bmad/)",
)
parser.add_argument(
"--key", "-k", action="append", default=[],
help="Dotted field path to resolve (repeatable). Omit for full dump.",
)
args = parser.parse_args()
project_root = Path(args.project_root).resolve()
bmad_dir = project_root / "_bmad"
base_team = load_toml(bmad_dir / "config.toml", required=True)
base_user = load_toml(bmad_dir / "config.user.toml")
custom_team = load_toml(bmad_dir / "custom" / "config.toml")
custom_user = load_toml(bmad_dir / "custom" / "config.user.toml")
merged = deep_merge(base_team, base_user)
merged = deep_merge(merged, custom_team)
merged = deep_merge(merged, custom_user)
if args.key:
output = {}
for key in args.key:
value = extract_key(merged, key)
if value is not _MISSING:
output[key] = value
else:
output = merged
sys.stdout.write(json.dumps(output, indent=2, ensure_ascii=False) + "\n")
if __name__ == "__main__":
main()

View File

@@ -0,0 +1,230 @@
#!/usr/bin/env python3
"""
Resolve customization for a BMad skill using three-layer TOML merge.
Reads customization from three layers (highest priority first):
1. {project-root}/_bmad/custom/{name}.user.toml (personal, gitignored)
2. {project-root}/_bmad/custom/{name}.toml (team/org, committed)
3. {skill-root}/customize.toml (skill defaults)
Skill name is derived from the basename of the skill directory.
Outputs merged JSON to stdout. Errors go to stderr.
Requires Python 3.11+ (uses stdlib `tomllib`). No `uv`, no `pip install`,
no virtualenv — plain `python3` is sufficient.
python3 resolve_customization.py --skill /abs/path/to/skill-dir
python3 resolve_customization.py --skill ... --key agent
python3 resolve_customization.py --skill ... --key agent.menu
Merge rules (purely structural — no field-name special-casing):
- Scalars (string, int, bool, float): override wins
- Tables: deep merge (recursively apply these rules)
- Arrays of tables where every item shares the *same* identifier
field (every item has `code`, or every item has `id`):
merge by that key (matching keys replace, new keys append)
- All other arrays — including arrays where only some items have
`code` or `id`, or where items mix the two keys:
append (base items followed by override items)
No removal mechanism — overrides cannot delete base items. To suppress
a default, fork the skill or override the item by code with a no-op
description/prompt.
"""
import argparse
import json
import sys
from pathlib import Path
try:
import tomllib
except ImportError:
sys.stderr.write(
"error: Python 3.11+ is required (stdlib `tomllib` not found).\n"
"Install a newer Python or run the resolution manually per the\n"
"fallback instructions in the skill's SKILL.md.\n"
)
sys.exit(3)
_MISSING = object()
_KEYED_MERGE_FIELDS = ("code", "id")
def find_project_root(start: Path):
current = start.resolve()
while True:
if (current / "_bmad").exists() or (current / ".git").exists():
return current
parent = current.parent
if parent == current:
return None
current = parent
def load_toml(file_path: Path, required: bool = False) -> dict:
if not file_path.exists():
if required:
sys.stderr.write(f"error: required customization file not found: {file_path}\n")
sys.exit(1)
return {}
try:
with file_path.open("rb") as f:
parsed = tomllib.load(f)
if not isinstance(parsed, dict):
if required:
sys.stderr.write(f"error: {file_path} did not parse to a table\n")
sys.exit(1)
return {}
return parsed
except tomllib.TOMLDecodeError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to parse {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
except OSError as error:
level = "error" if required else "warning"
sys.stderr.write(f"{level}: failed to read {file_path}: {error}\n")
if required:
sys.exit(1)
return {}
def _detect_keyed_merge_field(items):
"""Return 'code' or 'id' if every table item carries that *same* field.
All items must share the same identifier (all `code`, or all `id`).
Mixed arrays — where some items use `code` and others use `id` —
return None and fall through to append semantics. This is intentional:
mixing identifier keys within one array is a schema smell, and
append-fallback is safer than guessing which key should merge.
"""
if not items or not all(isinstance(item, dict) for item in items):
return None
for candidate in _KEYED_MERGE_FIELDS:
if all(item.get(candidate) is not None for item in items):
return candidate
return None
def _merge_by_key(base, override, key_name):
result = []
index_by_key = {}
for item in base:
if not isinstance(item, dict):
continue
if item.get(key_name) is not None:
index_by_key[item[key_name]] = len(result)
result.append(dict(item))
for item in override:
if not isinstance(item, dict):
result.append(item)
continue
key = item.get(key_name)
if key is not None and key in index_by_key:
result[index_by_key[key]] = dict(item)
else:
if key is not None:
index_by_key[key] = len(result)
result.append(dict(item))
return result
def _merge_arrays(base, override):
"""Shape-aware array merge. Base + override combined tables may opt into
keyed merge if every item has `code` or `id`. Otherwise: append."""
base_arr = base if isinstance(base, list) else []
override_arr = override if isinstance(override, list) else []
keyed_field = _detect_keyed_merge_field(base_arr + override_arr)
if keyed_field:
return _merge_by_key(base_arr, override_arr, keyed_field)
return base_arr + override_arr
def deep_merge(base, override):
"""Recursively merge override into base using structural rules.
- Table + table: deep merge
- Array + array: shape-aware (keyed merge if all items have code/id, else append)
- Anything else: override wins
"""
if isinstance(base, dict) and isinstance(override, dict):
result = dict(base)
for key, over_val in override.items():
if key in result:
result[key] = deep_merge(result[key], over_val)
else:
result[key] = over_val
return result
if isinstance(base, list) and isinstance(override, list):
return _merge_arrays(base, override)
return override
def extract_key(data, dotted_key: str):
parts = dotted_key.split(".")
current = data
for part in parts:
if isinstance(current, dict) and part in current:
current = current[part]
else:
return _MISSING
return current
def main():
parser = argparse.ArgumentParser(
description="Resolve customization for a BMad skill using three-layer TOML merge.",
add_help=True,
)
parser.add_argument(
"--skill", "-s", required=True,
help="Absolute path to the skill directory (must contain customize.toml)",
)
parser.add_argument(
"--key", "-k", action="append", default=[],
help="Dotted field path to resolve (repeatable). Omit for full dump.",
)
args = parser.parse_args()
skill_dir = Path(args.skill).resolve()
skill_name = skill_dir.name
defaults_path = skill_dir / "customize.toml"
defaults = load_toml(defaults_path, required=True)
# Prefer the project that contains this skill. Only fall back to cwd if
# the skill isn't inside a recognizable project tree (unusual but possible
# for standalone skills invoked directly). Using cwd first is unsafe when
# an ancestor of cwd happens to have a stray _bmad/ from another project.
project_root = find_project_root(skill_dir) or find_project_root(Path.cwd())
team = {}
user = {}
if project_root:
custom_dir = project_root / "_bmad" / "custom"
team = load_toml(custom_dir / f"{skill_name}.toml")
user = load_toml(custom_dir / f"{skill_name}.user.toml")
merged = deep_merge(defaults, team)
merged = deep_merge(merged, user)
if args.key:
output = {}
for key in args.key:
value = extract_key(merged, key)
if value is not _MISSING:
output[key] = value
else:
output = merged
sys.stdout.write(json.dumps(output, indent=2, ensure_ascii=False) + "\n")
if __name__ == "__main__":
main()

16
_bmad/suno/config.yaml Normal file
View File

@@ -0,0 +1,16 @@
# SUNO Module Configuration
# Generated by BMAD installer
# Version: 6.6.0
# Date: 2026-05-14T18:41:47.587Z
suno_tier: free
default_mode: demo
band_profiles_folder: "{project-root}/docs/band-profiles"
songbook_folder: "{project-root}/docs/songbook"
# Core Configuration Values
user_name: Devparsa
project_name: Momento
communication_language: French
document_output_language: English
output_folder: "{project-root}/_bmad-output"

View File

@@ -0,0 +1,13 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
Suno Band Manager,suno-setup,Setup Suno Module,SU,"Install or update Suno Band Manager module config and help entries.",configure,"{-H: headless mode}|{inline values: skip prompts with provided values}",anytime,,,false,{project-root}/_bmad,config.yaml and config.user.yaml
Suno Band Manager,suno-agent-band-manager,Create Song,CS,"Create a complete Suno-ready song package with style prompt + lyrics + parameters through guided creative conversation.",create-song,,anytime,suno-band-profile-manager:manage-profiles,,false,{songbook_folder},song package
Suno Band Manager,suno-agent-band-manager,Refine Song,RS,"Post-generation refinement: translate feedback into concrete Suno parameter adjustments.",refine-song,,anytime,suno-agent-band-manager:create-song,,false,{songbook_folder},refined song package
Suno Band Manager,suno-agent-band-manager,Browse Songbook,SB,"Browse past songs and successful prompts from your creative history.",browse-songbook,,anytime,suno-agent-band-manager:create-song,,false,{songbook_folder},
Suno Band Manager,suno-agent-band-manager,Save Memory,SM,"Save current session context to Mac's memory for next time.",save-memory,,anytime,,,false,,
Suno Band Manager,suno-band-profile-manager,Manage Bands,MB,"Create, edit, list, duplicate, or delete band identity profiles with genre, vocal direction, and writer voice.",manage-profiles,"{-H: headless mode}|{--headless:create|edit|load|delete|duplicate|validate}",anytime,,suno-style-prompt-builder:build-style-prompt,false,{band_profiles_folder},band profile YAML
Suno Band Manager,suno-band-profile-manager,Analyze Writer Voice,WV,"Extract writing voice patterns from samples and store in a band profile.",analyze-writer-voice,,anytime,,suno-lyric-transformer:transform-lyrics,false,{band_profiles_folder},writer voice analysis
Suno Band Manager,suno-band-profile-manager,Profile Health Check,HC,"Assess profile completeness and quality beyond structural validation.",health-check,,anytime,suno-band-profile-manager:manage-profiles,,false,,health assessment
Suno Band Manager,suno-style-prompt-builder,Build Style Prompt,SP,"Generate model-aware Suno style prompts with creativity modes, wild card variants, and exclusion prompts optimized for your chosen model tier.",build-style-prompt,"{-H: headless mode}|{--headless:from-profile|custom|refine|migrate}",anytime,suno-band-profile-manager:manage-profiles,,false,,style prompt package
Suno Band Manager,suno-lyric-transformer,Transform Lyrics,TL,"Transform poems and text into Suno-ready structured lyrics with metatags and cliche detection.",transform-lyrics,"{-H: headless mode}|{--headless:transform|refine}",anytime,suno-band-profile-manager:manage-profiles,,false,{songbook_folder},structured lyrics
Suno Band Manager,suno-lyric-transformer,Analyze Lyrics,AL,"Analyze raw text for song structure potential without transforming — returns structure analysis, syllable patterns, and character budget.",analyze-lyrics,"{-H: headless mode}",anytime,,,false,,structure analysis
Suno Band Manager,suno-feedback-elicitor,Feedback Loop,FL,"Guided post-generation feedback loop that translates subjective reactions into concrete parameter adjustments.",elicit-feedback,"{-H: headless mode}|{--headless:analyze|adjustments}",anytime,"suno-style-prompt-builder:build-style-prompt,suno-lyric-transformer:transform-lyrics",,false,,adjustment recommendations
1 module skill display-name menu-code description action args phase after before required output-location outputs
2 Suno Band Manager suno-setup Setup Suno Module SU Install or update Suno Band Manager module config and help entries. configure {-H: headless mode}|{inline values: skip prompts with provided values} anytime false {project-root}/_bmad config.yaml and config.user.yaml
3 Suno Band Manager suno-agent-band-manager Create Song CS Create a complete Suno-ready song package with style prompt + lyrics + parameters through guided creative conversation. create-song anytime suno-band-profile-manager:manage-profiles false {songbook_folder} song package
4 Suno Band Manager suno-agent-band-manager Refine Song RS Post-generation refinement: translate feedback into concrete Suno parameter adjustments. refine-song anytime suno-agent-band-manager:create-song false {songbook_folder} refined song package
5 Suno Band Manager suno-agent-band-manager Browse Songbook SB Browse past songs and successful prompts from your creative history. browse-songbook anytime suno-agent-band-manager:create-song false {songbook_folder}
6 Suno Band Manager suno-agent-band-manager Save Memory SM Save current session context to Mac's memory for next time. save-memory anytime false
7 Suno Band Manager suno-band-profile-manager Manage Bands MB Create, edit, list, duplicate, or delete band identity profiles with genre, vocal direction, and writer voice. manage-profiles {-H: headless mode}|{--headless:create|edit|load|delete|duplicate|validate} anytime suno-style-prompt-builder:build-style-prompt false {band_profiles_folder} band profile YAML
8 Suno Band Manager suno-band-profile-manager Analyze Writer Voice WV Extract writing voice patterns from samples and store in a band profile. analyze-writer-voice anytime suno-lyric-transformer:transform-lyrics false {band_profiles_folder} writer voice analysis
9 Suno Band Manager suno-band-profile-manager Profile Health Check HC Assess profile completeness and quality beyond structural validation. health-check anytime suno-band-profile-manager:manage-profiles false health assessment
10 Suno Band Manager suno-style-prompt-builder Build Style Prompt SP Generate model-aware Suno style prompts with creativity modes, wild card variants, and exclusion prompts optimized for your chosen model tier. build-style-prompt {-H: headless mode}|{--headless:from-profile|custom|refine|migrate} anytime suno-band-profile-manager:manage-profiles false style prompt package
11 Suno Band Manager suno-lyric-transformer Transform Lyrics TL Transform poems and text into Suno-ready structured lyrics with metatags and cliche detection. transform-lyrics {-H: headless mode}|{--headless:transform|refine} anytime suno-band-profile-manager:manage-profiles false {songbook_folder} structured lyrics
12 Suno Band Manager suno-lyric-transformer Analyze Lyrics AL Analyze raw text for song structure potential without transforming — returns structure analysis, syllable patterns, and character budget. analyze-lyrics {-H: headless mode} anytime false structure analysis
13 Suno Band Manager suno-feedback-elicitor Feedback Loop FL Guided post-generation feedback loop that translates subjective reactions into concrete parameter adjustments. elicit-feedback {-H: headless mode}|{--headless:analyze|adjustments} anytime suno-style-prompt-builder:build-style-prompt,suno-lyric-transformer:transform-lyrics false adjustment recommendations

20
_bmad/wds/config.yaml Normal file
View File

@@ -0,0 +1,20 @@
# WDS Module Configuration
# Generated by BMAD installer
# Version: 6.6.0
# Date: 2026-05-14T18:41:47.588Z
project_knowledge: "{project-root}/docs"
project_type: digital_product
design_artifacts: "{project-root}/design-artifacts"
design_system_mode: none
methodology_version: wds-v6
product_languages:
- en
design_experience: intermediate
# Core Configuration Values
user_name: Devparsa
project_name: Momento
communication_language: French
document_output_language: English
output_folder: "{project-root}/_bmad-output"

19
_bmad/wds/module-help.csv Normal file
View File

@@ -0,0 +1,19 @@
module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs
Web Design Studio,bmad-wds-idun,Wake Idun,IDUN,Setup and governance agent. Interviews org to configure Agent Space and authority model.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-saga,Wake Saga,SAGA,Strategic Analyst agent for Phases 1-2. Scans repos and offers next steps.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-freya,Wake Freya,FREYA,UX Designer agent for Phases 3-4. Checks prerequisites and offers next steps.,,,0-wds-agents,,,false,,
Web Design Studio,bmad-wds-alignment,Alignment & Signoff,AS,Stakeholder buy-in pitch and service agreement. Skip if building your own product.,,,0-wds-pitch,,,false,design_artifacts/A-Product-Brief,pitch service-agreement signoff
Web Design Studio,bmad-wds-project-brief,Project Brief,PB,Define product vision positioning and success criteria. Every design decision traces back to this.,,,1-wds-strategy,,,true,design_artifacts/A-Product-Brief,project-brief.md
Web Design Studio,bmad-wds-trigger-mapping,Trigger Mapping,TM,Map business goals to user psychology. Create personas and score features against driving forces.,,,1-wds-strategy,bmad-wds-project-brief,,true,design_artifacts/B-Trigger-Map,trigger-map.md personas/ feature-impact-analysis.md
Web Design Studio,bmad-wds-platform-requirements,Platform Requirements,PR,Technical boundaries: platforms devices integrations constraints. Skip for simple landing pages.,,,1-wds-strategy,bmad-wds-project-brief,,false,design_artifacts/A-Product-Brief,platform-requirements.md
Web Design Studio,bmad-wds-outline-scenarios,Outline Scenarios,OS,Define user journeys as persona+goal+outcome. Each connects to a Trigger Map driving force.,,,2-wds-design,bmad-wds-trigger-mapping,,true,design_artifacts/C-UX-Scenarios,scenario-overview.md
Web Design Studio,bmad-wds-conceptual-sketching,Conceptual Sketching,CS,Fast rough visual exploration before detailed specification. Skip for straightforward scenarios.,,,2-wds-design,bmad-wds-outline-scenarios,,false,design_artifacts/C-UX-Scenarios,sketches
Web Design Studio,bmad-wds-storyboarding,Storyboarding,SB,Sequence the user journey through screens with entry points transitions and error paths. Skip for simple scenarios.,,,2-wds-design,bmad-wds-outline-scenarios,,false,design_artifacts/C-UX-Scenarios,storyboards
Web Design Studio,bmad-wds-conceptual-specs,Conceptual Specifications,SP,Document every design decision for every element on every page. Developers build directly from this.,,,2-wds-design,bmad-wds-outline-scenarios,,true,design_artifacts/C-UX-Scenarios,page-specs scenario-specs
Web Design Studio,bmad-wds-functional-components,Functional Components,FI,Extract reusable patterns from specs into component definitions. Skip if Design System Mode None.,,,2-wds-design,bmad-wds-conceptual-specs,,false,design_artifacts/C-UX-Scenarios,component-candidates
Web Design Studio,bmad-wds-visual-design,Visual Design,VD,Transform specs into styled HTML prototypes with Figma round-trips.,,,2-wds-design,bmad-wds-conceptual-specs,,false,design_artifacts/C-UX-Scenarios,html-prototypes visual-designs
Web Design Studio,bmad-wds-design-system,Design System,DS,Manage component library and design tokens. Skip if Design System Mode None.,,,2-wds-design,bmad-wds-functional-components,,false,design_artifacts/D-Design-System,components/ design-tokens.md
Web Design Studio,bmad-wds-design-delivery,Design Delivery,DD,Validate specs are complete and package as DD yaml files for development handoff.,,,2-wds-design,bmad-wds-conceptual-specs,,true,design_artifacts/E-Development,delivery-package acceptance-criteria
Web Design Studio,bmad-wds-agentic-development,Agentic Development,AD,Iterative build-verify cycle with design log tracking and browser verification.,,,3-wds-build,bmad-wds-design-delivery,,false,_progress/agent-experiences,experience-documents
Web Design Studio,bmad-wds-usability-testing,Acceptance Testing,AT,Test on real users in their environment with retrospective think-aloud sessions.,,,3-wds-build,bmad-wds-agentic-development,,false,design_artifacts/E-Development,test-results findings
Web Design Studio,bmad-wds-product-evolution,Product Evolution,PE,Continuous improvement: feedback to Trigger Map to spec update to code to verify.,,,3-wds-build,bmad-wds-usability-testing,,false,design_artifacts,updated-artifacts
1 module skill display-name menu-code description action args phase after before required output-location outputs
2 Web Design Studio bmad-wds-idun Wake Idun IDUN Setup and governance agent. Interviews org to configure Agent Space and authority model. 0-wds-agents false
3 Web Design Studio bmad-wds-saga Wake Saga SAGA Strategic Analyst agent for Phases 1-2. Scans repos and offers next steps. 0-wds-agents false
4 Web Design Studio bmad-wds-freya Wake Freya FREYA UX Designer agent for Phases 3-4. Checks prerequisites and offers next steps. 0-wds-agents false
5 Web Design Studio bmad-wds-alignment Alignment & Signoff AS Stakeholder buy-in pitch and service agreement. Skip if building your own product. 0-wds-pitch false design_artifacts/A-Product-Brief pitch service-agreement signoff
6 Web Design Studio bmad-wds-project-brief Project Brief PB Define product vision positioning and success criteria. Every design decision traces back to this. 1-wds-strategy true design_artifacts/A-Product-Brief project-brief.md
7 Web Design Studio bmad-wds-trigger-mapping Trigger Mapping TM Map business goals to user psychology. Create personas and score features against driving forces. 1-wds-strategy bmad-wds-project-brief true design_artifacts/B-Trigger-Map trigger-map.md personas/ feature-impact-analysis.md
8 Web Design Studio bmad-wds-platform-requirements Platform Requirements PR Technical boundaries: platforms devices integrations constraints. Skip for simple landing pages. 1-wds-strategy bmad-wds-project-brief false design_artifacts/A-Product-Brief platform-requirements.md
9 Web Design Studio bmad-wds-outline-scenarios Outline Scenarios OS Define user journeys as persona+goal+outcome. Each connects to a Trigger Map driving force. 2-wds-design bmad-wds-trigger-mapping true design_artifacts/C-UX-Scenarios scenario-overview.md
10 Web Design Studio bmad-wds-conceptual-sketching Conceptual Sketching CS Fast rough visual exploration before detailed specification. Skip for straightforward scenarios. 2-wds-design bmad-wds-outline-scenarios false design_artifacts/C-UX-Scenarios sketches
11 Web Design Studio bmad-wds-storyboarding Storyboarding SB Sequence the user journey through screens with entry points transitions and error paths. Skip for simple scenarios. 2-wds-design bmad-wds-outline-scenarios false design_artifacts/C-UX-Scenarios storyboards
12 Web Design Studio bmad-wds-conceptual-specs Conceptual Specifications SP Document every design decision for every element on every page. Developers build directly from this. 2-wds-design bmad-wds-outline-scenarios true design_artifacts/C-UX-Scenarios page-specs scenario-specs
13 Web Design Studio bmad-wds-functional-components Functional Components FI Extract reusable patterns from specs into component definitions. Skip if Design System Mode None. 2-wds-design bmad-wds-conceptual-specs false design_artifacts/C-UX-Scenarios component-candidates
14 Web Design Studio bmad-wds-visual-design Visual Design VD Transform specs into styled HTML prototypes with Figma round-trips. 2-wds-design bmad-wds-conceptual-specs false design_artifacts/C-UX-Scenarios html-prototypes visual-designs
15 Web Design Studio bmad-wds-design-system Design System DS Manage component library and design tokens. Skip if Design System Mode None. 2-wds-design bmad-wds-functional-components false design_artifacts/D-Design-System components/ design-tokens.md
16 Web Design Studio bmad-wds-design-delivery Design Delivery DD Validate specs are complete and package as DD yaml files for development handoff. 2-wds-design bmad-wds-conceptual-specs true design_artifacts/E-Development delivery-package acceptance-criteria
17 Web Design Studio bmad-wds-agentic-development Agentic Development AD Iterative build-verify cycle with design log tracking and browser verification. 3-wds-build bmad-wds-design-delivery false _progress/agent-experiences experience-documents
18 Web Design Studio bmad-wds-usability-testing Acceptance Testing AT Test on real users in their environment with retrospective think-aloud sessions. 3-wds-build bmad-wds-agentic-development false design_artifacts/E-Development test-results findings
19 Web Design Studio bmad-wds-product-evolution Product Evolution PE Continuous improvement: feedback to Trigger Map to spec update to code to verify. 3-wds-build bmad-wds-usability-testing false design_artifacts updated-artifacts