bmad-method 6.1.1-next.34 → 6.1.1-next.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/package.json +1 -1
  2. package/src/bmm/agents/pm.agent.yaml +1 -1
  3. package/src/bmm/module-help.csv +1 -1
  4. package/src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml +0 -5
  5. package/src/core/tasks/bmad-create-prd/SKILL.md +6 -0
  6. package/src/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
  7. package/src/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
  8. package/src/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
  9. package/src/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
  10. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01-init.md +7 -20
  11. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01b-continue.md +29 -20
  12. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02-discovery.md +6 -23
  13. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02b-vision.md +4 -17
  14. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02c-executive-summary.md +4 -17
  15. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-03-success.md +4 -17
  16. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-04-journeys.md +4 -17
  17. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-05-domain.md +6 -20
  18. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-06-innovation.md +7 -23
  19. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-07-project-type.md +5 -21
  20. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-08-scoping.md +4 -17
  21. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-09-functional.md +4 -17
  22. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-10-nonfunctional.md +4 -17
  23. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-11-polish.md +5 -19
  24. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-12-complete.md +3 -12
  25. package/src/{bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md → core/tasks/bmad-create-prd/workflow.md} +2 -4
  26. /package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/templates/prd-template.md +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.1.1-next.34",
4
+ "version": "6.1.1-next.35",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -20,7 +20,7 @@ agent:
20
20
 
21
21
  menu:
22
22
  - trigger: CP or fuzzy match on create-prd
23
- exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md"
23
+ exec: "skill:bmad-create-prd"
24
24
  description: "[CP] Create PRD: Expert led facilitation to produce your Product Requirements Document"
25
25
 
26
26
  - trigger: VP or fuzzy match on validate-prd
@@ -15,7 +15,7 @@ bmm,1-analysis,Market Research,MR,20,_bmad/bmm/workflows/1-analysis/research/wor
15
15
  bmm,1-analysis,Domain Research,DR,21,skill:bmad-domain-research,bmad-bmm-domain-research,false,analyst,Create Mode,"Industry domain deep dive subject matter expertise and terminology","planning_artifacts|project_knowledge","research documents",
16
16
  bmm,1-analysis,Technical Research,TR,22,skill:bmad-technical-research,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents",
17
17
  bmm,1-analysis,Create Brief,CB,30,skill:bmad-create-product-brief,bmad-bmm-create-product-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief",
18
- bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
18
+ bmm,2-planning,Create PRD,CP,10,skill:bmad-create-prd,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
19
19
  bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
20
20
  bmm,2-planning,Edit PRD,EP,25,skill:bmad-edit-prd,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd",
21
21
  bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design",
@@ -1,8 +1,3 @@
1
- workflow-create-prd.md:
2
- canonicalId: bmad-create-prd
3
- type: workflow
4
- description: "Create a PRD from scratch. Use when the user says 'lets create a product requirements document' or 'I want to create a new PRD'"
5
-
6
1
  workflow-validate-prd.md:
7
2
  canonicalId: bmad-validate-prd
8
3
  type: workflow
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-create-prd
3
+ description: 'Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"'
4
+ ---
5
+
6
+ Follow the instructions in [workflow.md](workflow.md).
@@ -0,0 +1,15 @@
1
+ domain,signals,complexity,key_concerns,required_knowledge,suggested_workflow,web_searches,special_sections
2
+ healthcare,"medical,diagnostic,clinical,FDA,patient,treatment,HIPAA,therapy,pharma,drug",high,"FDA approval;Clinical validation;HIPAA compliance;Patient safety;Medical device classification;Liability","Regulatory pathways;Clinical trial design;Medical standards;Data privacy;Integration requirements","domain-research","FDA software medical device guidance {date};HIPAA compliance software requirements;Medical software standards {date};Clinical validation software","clinical_requirements;regulatory_pathway;validation_methodology;safety_measures"
3
+ fintech,"payment,banking,trading,investment,crypto,wallet,transaction,KYC,AML,funds,fintech",high,"Regional compliance;Security standards;Audit requirements;Fraud prevention;Data protection","KYC/AML requirements;PCI DSS;Open banking;Regional laws (US/EU/APAC);Crypto regulations","domain-research","fintech regulations {date};payment processing compliance {date};open banking API standards;cryptocurrency regulations {date}","compliance_matrix;security_architecture;audit_requirements;fraud_prevention"
4
+ govtech,"government,federal,civic,public sector,citizen,municipal,voting",high,"Procurement rules;Security clearance;Accessibility (508);FedRAMP;Privacy;Transparency","Government procurement;Security frameworks;Accessibility standards;Privacy laws;Open data requirements","domain-research","government software procurement {date};FedRAMP compliance requirements;section 508 accessibility;government security standards","procurement_compliance;security_clearance;accessibility_standards;transparency_requirements"
5
+ edtech,"education,learning,student,teacher,curriculum,assessment,K-12,university,LMS",medium,"Student privacy (COPPA/FERPA);Accessibility;Content moderation;Age verification;Curriculum standards","Educational privacy laws;Learning standards;Accessibility requirements;Content guidelines;Assessment validity","domain-research","educational software privacy {date};COPPA FERPA compliance;WCAG education requirements;learning management standards","privacy_compliance;content_guidelines;accessibility_features;curriculum_alignment"
6
+ aerospace,"aircraft,spacecraft,aviation,drone,satellite,propulsion,flight,radar,navigation",high,"Safety certification;DO-178C compliance;Performance validation;Simulation accuracy;Export controls","Aviation standards;Safety analysis;Simulation validation;ITAR/export controls;Performance requirements","domain-research + technical-model","DO-178C software certification;aerospace simulation standards {date};ITAR export controls software;aviation safety requirements","safety_certification;simulation_validation;performance_requirements;export_compliance"
7
+ automotive,"vehicle,car,autonomous,ADAS,automotive,driving,EV,charging",high,"Safety standards;ISO 26262;V2X communication;Real-time requirements;Certification","Automotive standards;Functional safety;V2X protocols;Real-time systems;Testing requirements","domain-research","ISO 26262 automotive software;automotive safety standards {date};V2X communication protocols;EV charging standards","safety_standards;functional_safety;communication_protocols;certification_requirements"
8
+ scientific,"research,algorithm,simulation,modeling,computational,analysis,data science,ML,AI",medium,"Reproducibility;Validation methodology;Peer review;Performance;Accuracy;Computational resources","Scientific method;Statistical validity;Computational requirements;Domain expertise;Publication standards","technical-model","scientific computing best practices {date};research reproducibility standards;computational modeling validation;peer review software","validation_methodology;accuracy_metrics;reproducibility_plan;computational_requirements"
9
+ legaltech,"legal,law,contract,compliance,litigation,patent,attorney,court",high,"Legal ethics;Bar regulations;Data retention;Attorney-client privilege;Court system integration","Legal practice rules;Ethics requirements;Court filing systems;Document standards;Confidentiality","domain-research","legal technology ethics {date};law practice management software requirements;court filing system standards;attorney client privilege technology","ethics_compliance;data_retention;confidentiality_measures;court_integration"
10
+ insuretech,"insurance,claims,underwriting,actuarial,policy,risk,premium",high,"Insurance regulations;Actuarial standards;Data privacy;Fraud detection;State compliance","Insurance regulations by state;Actuarial methods;Risk modeling;Claims processing;Regulatory reporting","domain-research","insurance software regulations {date};actuarial standards software;insurance fraud detection;state insurance compliance","regulatory_requirements;risk_modeling;fraud_detection;reporting_compliance"
11
+ energy,"energy,utility,grid,solar,wind,power,electricity,oil,gas",high,"Grid compliance;NERC standards;Environmental regulations;Safety requirements;Real-time operations","Energy regulations;Grid standards;Environmental compliance;Safety protocols;SCADA systems","domain-research","energy sector software compliance {date};NERC CIP standards;smart grid requirements;renewable energy software standards","grid_compliance;safety_protocols;environmental_compliance;operational_requirements"
12
+ process_control,"industrial automation,process control,PLC,SCADA,DCS,HMI,operational technology,OT,control system,cyberphysical,MES,historian,instrumentation,I&C,P&ID",high,"Functional safety;OT cybersecurity;Real-time control requirements;Legacy system integration;Process safety and hazard analysis;Environmental compliance and permitting;Engineering authority and PE requirements","Functional safety standards;OT security frameworks;Industrial protocols;Process control architecture;Plant reliability and maintainability","domain-research + technical-model","IEC 62443 OT cybersecurity requirements {date};functional safety software requirements {date};industrial process control architecture;ISA-95 manufacturing integration","functional_safety;ot_security;process_requirements;engineering_authority"
13
+ building_automation,"building automation,BAS,BMS,HVAC,smart building,lighting control,fire alarm,fire protection,fire suppression,life safety,elevator,access control,DDC,energy management,sequence of operations,commissioning",high,"Life safety codes;Building energy standards;Multi-trade coordination and interoperability;Commissioning and ongoing operational performance;Indoor environmental quality and occupant comfort;Engineering authority and PE requirements","Building automation protocols;HVAC and mechanical controls;Fire alarm, fire protection, and life safety design;Commissioning process and sequence of operations;Building codes and energy standards","domain-research","smart building software architecture {date};BACnet integration best practices;building automation cybersecurity {date};ASHRAE building standards","life_safety;energy_compliance;commissioning_requirements;engineering_authority"
14
+ gaming,"game,player,gameplay,level,character,multiplayer,quest",redirect,"REDIRECT TO GAME WORKFLOWS","Game design","game-brief","NA","NA"
15
+ general,"",low,"Standard requirements;Basic security;User experience;Performance","General software practices","continue","software development best practices {date}","standard_requirements"
@@ -0,0 +1,197 @@
1
+ # BMAD PRD Purpose
2
+
3
+ **The PRD is the top of the required funnel that feeds all subsequent product development work in rhw BMad Method.**
4
+
5
+ ---
6
+
7
+ ## What is a BMAD PRD?
8
+
9
+ A dual-audience document serving:
10
+ 1. **Human Product Managers and builders** - Vision, strategy, stakeholder communication
11
+ 2. **LLM Downstream Consumption** - UX Design → Architecture → Epics → Development AI Agents
12
+
13
+ Each successive document becomes more AI-tailored and granular.
14
+
15
+ ---
16
+
17
+ ## Core Philosophy: Information Density
18
+
19
+ **High Signal-to-Noise Ratio**
20
+
21
+ Every sentence must carry information weight. LLMs consume precise, dense content efficiently.
22
+
23
+ **Anti-Patterns (Eliminate These):**
24
+ - ❌ "The system will allow users to..." → ✅ "Users can..."
25
+ - ❌ "It is important to note that..." → ✅ State the fact directly
26
+ - ❌ "In order to..." → ✅ "To..."
27
+ - ❌ Conversational filler and padding → ✅ Direct, concise statements
28
+
29
+ **Goal:** Maximum information per word. Zero fluff.
30
+
31
+ ---
32
+
33
+ ## The Traceability Chain
34
+
35
+ **PRD starts the chain:**
36
+ ```
37
+ Vision → Success Criteria → User Journeys → Functional Requirements → (future: User Stories)
38
+ ```
39
+
40
+ **In the PRD, establish:**
41
+ - Vision → Success Criteria alignment
42
+ - Success Criteria → User Journey coverage
43
+ - User Journey → Functional Requirement mapping
44
+ - All requirements traceable to user needs
45
+
46
+ **Why:** Each downstream artifact (UX, Architecture, Epics, Stories) must trace back to documented user needs and business objectives. This chain ensures we build the right thing.
47
+
48
+ ---
49
+
50
+ ## What Makes Great Functional Requirements?
51
+
52
+ ### FRs are Capabilities, Not Implementation
53
+
54
+ **Good FR:** "Users can reset their password via email link"
55
+ **Bad FR:** "System sends JWT via email and validates with database" (implementation leakage)
56
+
57
+ **Good FR:** "Dashboard loads in under 2 seconds for 95th percentile"
58
+ **Bad FR:** "Fast loading time" (subjective, unmeasurable)
59
+
60
+ ### SMART Quality Criteria
61
+
62
+ **Specific:** Clear, precisely defined capability
63
+ **Measurable:** Quantifiable with test criteria
64
+ **Attainable:** Realistic within constraints
65
+ **Relevant:** Aligns with business objectives
66
+ **Traceable:** Links to source (executive summary or user journey)
67
+
68
+ ### FR Anti-Patterns
69
+
70
+ **Subjective Adjectives:**
71
+ - ❌ "easy to use", "intuitive", "user-friendly", "fast", "responsive"
72
+ - ✅ Use metrics: "completes task in under 3 clicks", "loads in under 2 seconds"
73
+
74
+ **Implementation Leakage:**
75
+ - ❌ Technology names, specific libraries, implementation details
76
+ - ✅ Focus on capability and measurable outcomes
77
+
78
+ **Vague Quantifiers:**
79
+ - ❌ "multiple users", "several options", "various formats"
80
+ - ✅ "up to 100 concurrent users", "3-5 options", "PDF, DOCX, TXT formats"
81
+
82
+ **Missing Test Criteria:**
83
+ - ❌ "The system shall provide notifications"
84
+ - ✅ "The system shall send email notifications within 30 seconds of trigger event"
85
+
86
+ ---
87
+
88
+ ## What Makes Great Non-Functional Requirements?
89
+
90
+ ### NFRs Must Be Measurable
91
+
92
+ **Template:**
93
+ ```
94
+ "The system shall [metric] [condition] [measurement method]"
95
+ ```
96
+
97
+ **Examples:**
98
+ - ✅ "The system shall respond to API requests in under 200ms for 95th percentile as measured by APM monitoring"
99
+ - ✅ "The system shall maintain 99.9% uptime during business hours as measured by cloud provider SLA"
100
+ - ✅ "The system shall support 10,000 concurrent users as measured by load testing"
101
+
102
+ ### NFR Anti-Patterns
103
+
104
+ **Unmeasurable Claims:**
105
+ - ❌ "The system shall be scalable" → ✅ "The system shall handle 10x load growth through horizontal scaling"
106
+ - ❌ "High availability required" → ✅ "99.9% uptime as measured by cloud provider SLA"
107
+
108
+ **Missing Context:**
109
+ - ❌ "Response time under 1 second" → ✅ "API response time under 1 second for 95th percentile under normal load"
110
+
111
+ ---
112
+
113
+ ## Domain-Specific Requirements
114
+
115
+ **Auto-Detect and Enforce Based on Project Context**
116
+
117
+ Certain industries have mandatory requirements that must be present:
118
+
119
+ - **Healthcare:** HIPAA Privacy & Security Rules, PHI encryption, audit logging, MFA
120
+ - **Fintech:** PCI-DSS Level 1, AML/KYC compliance, SOX controls, financial audit trails
121
+ - **GovTech:** NIST framework, Section 508 accessibility (WCAG 2.1 AA), FedRAMP, data residency
122
+ - **E-Commerce:** PCI-DSS for payments, inventory accuracy, tax calculation by jurisdiction
123
+
124
+ **Why:** Missing these requirements in the PRD means they'll be missed in architecture and implementation, creating expensive rework. During PRD creation there is a step to cover this - during validation we want to make sure it was covered. For this purpose steps will utilize a domain-complexity.csv and project-types.csv.
125
+
126
+ ---
127
+
128
+ ## Document Structure (Markdown, Human-Readable)
129
+
130
+ ### Required Sections
131
+ 1. **Executive Summary** - Vision, differentiator, target users
132
+ 2. **Success Criteria** - Measurable outcomes (SMART)
133
+ 3. **Product Scope** - MVP, Growth, Vision phases
134
+ 4. **User Journeys** - Comprehensive coverage
135
+ 5. **Domain Requirements** - Industry-specific compliance (if applicable)
136
+ 6. **Innovation Analysis** - Competitive differentiation (if applicable)
137
+ 7. **Project-Type Requirements** - Platform-specific needs
138
+ 8. **Functional Requirements** - Capability contract (FRs)
139
+ 9. **Non-Functional Requirements** - Quality attributes (NFRs)
140
+
141
+ ### Formatting for Dual Consumption
142
+
143
+ **For Humans:**
144
+ - Clear, professional language
145
+ - Logical flow from vision to requirements
146
+ - Easy for stakeholders to review and approve
147
+
148
+ **For LLMs:**
149
+ - ## Level 2 headers for all main sections (enables extraction)
150
+ - Consistent structure and patterns
151
+ - Precise, testable language
152
+ - High information density
153
+
154
+ ---
155
+
156
+ ## Downstream Impact
157
+
158
+ **How the PRD Feeds Next Artifacts:**
159
+
160
+ **UX Design:**
161
+ - User journeys → interaction flows
162
+ - FRs → design requirements
163
+ - Success criteria → UX metrics
164
+
165
+ **Architecture:**
166
+ - FRs → system capabilities
167
+ - NFRs → architecture decisions
168
+ - Domain requirements → compliance architecture
169
+ - Project-type requirements → platform choices
170
+
171
+ **Epics & Stories (created after architecture):**
172
+ - FRs → user stories (1 FR could map to 1-3 stories potentially)
173
+ - Acceptance criteria → story acceptance tests
174
+ - Priority → sprint sequencing
175
+ - Traceability → stories map back to vision
176
+
177
+ **Development AI Agents:**
178
+ - Precise requirements → implementation clarity
179
+ - Test criteria → automated test generation
180
+ - Domain requirements → compliance enforcement
181
+ - Measurable NFRs → performance targets
182
+
183
+ ---
184
+
185
+ ## Summary: What Makes a Great BMAD PRD?
186
+
187
+ ✅ **High Information Density** - Every sentence carries weight, zero fluff
188
+ ✅ **Measurable Requirements** - All FRs and NFRs are testable with specific criteria
189
+ ✅ **Clear Traceability** - Each requirement links to user need and business objective
190
+ ✅ **Domain Awareness** - Industry-specific requirements auto-detected and included
191
+ ✅ **Zero Anti-Patterns** - No subjective adjectives, implementation leakage, or vague quantifiers
192
+ ✅ **Dual Audience Optimized** - Human-readable AND LLM-consumable
193
+ ✅ **Markdown Format** - Professional, clean, accessible to all stakeholders
194
+
195
+ ---
196
+
197
+ **Remember:** The PRD is the foundation. Quality here ripples through every subsequent phase. A dense, precise, well-traced PRD makes UX design, architecture, epic breakdown, and AI development dramatically more effective.
@@ -0,0 +1,11 @@
1
+ project_type,detection_signals,key_questions,required_sections,skip_sections,web_search_triggers,innovation_signals
2
+ api_backend,"API,REST,GraphQL,backend,service,endpoints","Endpoints needed?;Authentication method?;Data formats?;Rate limits?;Versioning?;SDK needed?","endpoint_specs;auth_model;data_schemas;error_codes;rate_limits;api_docs","ux_ui;visual_design;user_journeys","framework best practices;OpenAPI standards","API composition;New protocol"
3
+ mobile_app,"iOS,Android,app,mobile,iPhone,iPad","Native or cross-platform?;Offline needed?;Push notifications?;Device features?;Store compliance?","platform_reqs;device_permissions;offline_mode;push_strategy;store_compliance","desktop_features;cli_commands","app store guidelines;platform requirements","Gesture innovation;AR/VR features"
4
+ saas_b2b,"SaaS,B2B,platform,dashboard,teams,enterprise","Multi-tenant?;Permission model?;Subscription tiers?;Integrations?;Compliance?","tenant_model;rbac_matrix;subscription_tiers;integration_list;compliance_reqs","cli_interface;mobile_first","compliance requirements;integration guides","Workflow automation;AI agents"
5
+ developer_tool,"SDK,library,package,npm,pip,framework","Language support?;Package managers?;IDE integration?;Documentation?;Examples?","language_matrix;installation_methods;api_surface;code_examples;migration_guide","visual_design;store_compliance","package manager best practices;API design patterns","New paradigm;DSL creation"
6
+ cli_tool,"CLI,command,terminal,bash,script","Interactive or scriptable?;Output formats?;Config method?;Shell completion?","command_structure;output_formats;config_schema;scripting_support","visual_design;ux_principles;touch_interactions","CLI design patterns;shell integration","Natural language CLI;AI commands"
7
+ web_app,"website,webapp,browser,SPA,PWA","SPA or MPA?;Browser support?;SEO needed?;Real-time?;Accessibility?","browser_matrix;responsive_design;performance_targets;seo_strategy;accessibility_level","native_features;cli_commands","web standards;WCAG guidelines","New interaction;WebAssembly use"
8
+ game,"game,player,gameplay,level,character","REDIRECT TO USE THE BMad Method Game Module Agent and Workflows - HALT","game-brief;GDD","most_sections","game design patterns","Novel mechanics;Genre mixing"
9
+ desktop_app,"desktop,Windows,Mac,Linux,native","Cross-platform?;Auto-update?;System integration?;Offline?","platform_support;system_integration;update_strategy;offline_capabilities","web_seo;mobile_features","desktop guidelines;platform requirements","Desktop AI;System automation"
10
+ iot_embedded,"IoT,embedded,device,sensor,hardware","Hardware specs?;Connectivity?;Power constraints?;Security?;OTA updates?","hardware_reqs;connectivity_protocol;power_profile;security_model;update_mechanism","visual_ui;browser_support","IoT standards;protocol specs","Edge AI;New sensors"
11
+ blockchain_web3,"blockchain,crypto,DeFi,NFT,smart contract","Chain selection?;Wallet integration?;Gas optimization?;Security audit?","chain_specs;wallet_support;smart_contracts;security_audit;gas_optimization","traditional_auth;centralized_db","blockchain standards;security patterns","Novel tokenomics;DAO structure"
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-01-init'
3
- description: 'Initialize the PRD workflow by detecting continuation state and setting up the document'
4
-
5
- # File References
6
- nextStepFile: './step-02-discovery.md'
7
- continueStepFile: './step-01b-continue.md'
8
- outputFile: '{planning_artifacts}/prd.md'
9
-
10
- # Template Reference
11
- prdTemplate: '../templates/prd-template.md'
12
- ---
13
-
14
1
  # Step 1: Workflow Initialization
15
2
 
16
3
  **Progress: Step 1 of 11** - Next: Project Discovery
@@ -71,11 +58,11 @@ First, check if the output document already exists:
71
58
 
72
59
  ### 2. Handle Continuation (If Document Exists)
73
60
 
74
- If the document exists and has frontmatter with `stepsCompleted` BUT `step-11-complete` is NOT in the list, follow the Continuation Protocol since the document is incomplete:
61
+ If the document exists and has frontmatter with `stepsCompleted` BUT `step-12-complete` is NOT in the list, follow the Continuation Protocol since the document is incomplete:
75
62
 
76
63
  **Continuation Protocol:**
77
64
 
78
- - **STOP immediately** and load `{continueStepFile}`
65
+ - **STOP immediately** and load `./step-01b-continue.md`
79
66
  - Do not proceed with any initialization tasks
80
67
  - Let step-01b handle all continuation logic
81
68
  - This is an auto-proceed situation - no user choice needed
@@ -89,7 +76,7 @@ If no document exists or no `stepsCompleted` in frontmatter:
89
76
  Discover and load context documents using smart discovery. Documents can be in the following locations:
90
77
  - {planning_artifacts}/**
91
78
  - {output_folder}/**
92
- - {product_knowledge}/**
79
+ - {project_knowledge}/**
93
80
  - docs/**
94
81
 
95
82
  Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
@@ -97,7 +84,7 @@ Also - when searching - documents can be a single markdown file, or a folder wit
97
84
  Try to discover the following:
98
85
  - Product Brief (`*brief*.md`)
99
86
  - Research Documents (`/*research*.md`)
100
- - Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
87
+ - Project Documentation (generally multiple documents might be found for this in the `{project_knowledge}` or `docs` folder.)
101
88
  - Project Context (`**/project-context.md`)
102
89
 
103
90
  <critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
@@ -114,7 +101,7 @@ Try to discover the following:
114
101
 
115
102
  **Document Setup:**
116
103
 
117
- - Copy the template from `{prdTemplate}` to `{outputFile}`
104
+ - Copy the template from `../templates/prd-template.md` to `{outputFile}`
118
105
  - Initialize frontmatter with proper structure including inputDocuments array.
119
106
 
120
107
  #### C. Present Initialization Results
@@ -151,7 +138,7 @@ Display menu after setup report:
151
138
 
152
139
  #### Menu Handling Logic:
153
140
 
154
- - IF C: Update output file frontmatter, adding this step name to the end of the list of stepsCompleted, then read fully and follow: {nextStepFile}
141
+ - IF C: Update output file frontmatter, adding this step name to the end of the list of stepsCompleted, then read fully and follow: ./step-02-discovery.md
155
142
  - IF user provides additional files: Load them, update inputDocuments and documentCounts, redisplay report
156
143
  - IF user asks questions: Answer and redisplay menu
157
144
 
@@ -162,7 +149,7 @@ Display menu after setup report:
162
149
 
163
150
  ## CRITICAL STEP COMPLETION NOTE
164
151
 
165
- ONLY WHEN [C continue option] is selected and [frontmatter properly updated with this step added to stepsCompleted and documentCounts], will you then read fully and follow: `{nextStepFile}` to begin project discovery.
152
+ ONLY WHEN [C continue option] is selected and [frontmatter properly updated with this step added to stepsCompleted and documentCounts], will you then read fully and follow: `./step-02-discovery.md` to begin project discovery.
166
153
 
167
154
  ---
168
155
 
@@ -1,11 +1,3 @@
1
- ---
2
- name: 'step-01b-continue'
3
- description: 'Resume an interrupted PRD workflow from the last completed step'
4
-
5
- # File References
6
- outputFile: '{planning_artifacts}/prd.md'
7
- ---
8
-
9
1
  # Step 1B: Workflow Continuation
10
2
 
11
3
  ## STEP GOAL:
@@ -70,21 +62,38 @@ Review the frontmatter to understand:
70
62
 
71
63
  ### 3. Determine Next Step
72
64
 
73
- **Simplified Next Step Logic:**
74
- 1. Get the last element from the `stepsCompleted` array (this is the filename of the last completed step, e.g., "step-03-success.md")
75
- 2. Load that step file and read its frontmatter
76
- 3. Extract the `nextStepFile` value from the frontmatter
77
- 4. That's the next step to load!
65
+ **Step Sequence Lookup:**
66
+
67
+ Use the following ordered sequence to determine the next step from the last completed step:
68
+
69
+ | Last Completed | Next Step |
70
+ |---|---|
71
+ | step-01-init.md | step-02-discovery.md |
72
+ | step-02-discovery.md | step-02b-vision.md |
73
+ | step-02b-vision.md | step-02c-executive-summary.md |
74
+ | step-02c-executive-summary.md | step-03-success.md |
75
+ | step-03-success.md | step-04-journeys.md |
76
+ | step-04-journeys.md | step-05-domain.md |
77
+ | step-05-domain.md | step-06-innovation.md |
78
+ | step-06-innovation.md | step-07-project-type.md |
79
+ | step-07-project-type.md | step-08-scoping.md |
80
+ | step-08-scoping.md | step-09-functional.md |
81
+ | step-09-functional.md | step-10-nonfunctional.md |
82
+ | step-10-nonfunctional.md | step-11-polish.md |
83
+ | step-11-polish.md | step-12-complete.md |
84
+
85
+ 1. Get the last element from the `stepsCompleted` array
86
+ 2. Look it up in the table above to find the next step
87
+ 3. That's the next step to load!
78
88
 
79
89
  **Example:**
80
90
  - If `stepsCompleted = ["step-01-init.md", "step-02-discovery.md", "step-03-success.md"]`
81
91
  - Last element is `"step-03-success.md"`
82
- - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md`, read its frontmatter
83
- - Read fully and follow: `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md`
92
+ - Table lookup → next step is `./step-04-journeys.md`
84
93
 
85
94
  ### 4. Handle Workflow Completion
86
95
 
87
- **If `stepsCompleted` array contains `"step-11-complete.md"`:**
96
+ **If `stepsCompleted` array contains `"step-12-complete.md"`:**
88
97
  "Great news! It looks like we've already completed the PRD workflow for {{project_name}}.
89
98
 
90
99
  The final document is ready at `{outputFile}` with all sections completed.
@@ -104,7 +113,7 @@ What would be most helpful?"
104
113
 
105
114
  **Current Progress:**
106
115
  - Last completed: {last step filename from stepsCompleted array}
107
- - Next up: {nextStepFile determined from that step's frontmatter}
116
+ - Next up: {next step from lookup table}
108
117
  - Context documents available: {len(inputDocuments)} files
109
118
 
110
119
  **Document Status:**
@@ -119,7 +128,7 @@ Display: "**Select an Option:** [C] Continue to {next step name}"
119
128
 
120
129
  #### Menu Handling Logic:
121
130
 
122
- - IF C: Read fully and follow the {nextStepFile} determined in step 3
131
+ - IF C: Read fully and follow the next step determined from the lookup table in step 3
123
132
  - IF Any other comments or queries: respond and redisplay menu
124
133
 
125
134
  #### EXECUTION RULES:
@@ -129,7 +138,7 @@ Display: "**Select an Option:** [C] Continue to {next step name}"
129
138
 
130
139
  ## CRITICAL STEP COMPLETION NOTE
131
140
 
132
- ONLY WHEN [C continue option] is selected and [current state confirmed], will you then read fully and follow: {nextStepFile} to resume the workflow.
141
+ ONLY WHEN [C continue option] is selected and [current state confirmed], will you then read fully and follow the next step (from the lookup table) to resume the workflow.
133
142
 
134
143
  ---
135
144
 
@@ -146,7 +155,7 @@ ONLY WHEN [C continue option] is selected and [current state confirmed], will yo
146
155
 
147
156
  - Discovering new input documents instead of reloading existing ones
148
157
  - Modifying content from already completed steps
149
- - Failing to extract nextStepFile from the last completed step's frontmatter
158
+ - Failing to determine the next step from the lookup table
150
159
  - Proceeding without user confirmation of current state
151
160
 
152
161
  **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
@@ -1,20 +1,3 @@
1
- ---
2
- name: 'step-02-discovery'
3
- description: 'Discover project type, domain, and context through collaborative dialogue'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02b-vision.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Data Files
10
- projectTypesCSV: '../data/project-types.csv'
11
- domainComplexityCSV: '../data/domain-complexity.csv'
12
-
13
- # Task References
14
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
15
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
16
- ---
17
-
18
1
  # Step 2: Project Discovery
19
2
 
20
3
  **Progress: Step 2 of 13** - Next: Product Vision
@@ -97,7 +80,7 @@ Read the frontmatter from `{outputFile}` to get document counts:
97
80
  **Attempt subprocess data lookup:**
98
81
 
99
82
  **Project Type Lookup:**
100
- "Your task: Lookup data in {projectTypesCSV}
83
+ "Your task: Lookup data in ../data/project-types.csv
101
84
 
102
85
  **Search criteria:**
103
86
  - Find row where project_type matches {{detectedProjectType}}
@@ -109,7 +92,7 @@ project_type, detection_signals
109
92
  **Do NOT return the entire CSV - only the matching row.**"
110
93
 
111
94
  **Domain Complexity Lookup:**
112
- "Your task: Lookup data in {domainComplexityCSV}
95
+ "Your task: Lookup data in ../data/domain-complexity.csv
113
96
 
114
97
  **Search criteria:**
115
98
  - Find row where domain matches {{detectedDomain}}
@@ -186,9 +169,9 @@ Present the project classification for review, then display menu:
186
169
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Product Vision (Step 2b of 13)"
187
170
 
188
171
  #### Menu Handling Logic:
189
- - IF A: Read fully and follow: {advancedElicitationTask} with the current classification, process the enhanced insights that come back, ask user if they accept the improvements, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
190
- - IF P: Read fully and follow: {partyModeWorkflow} with the current classification, process the collaborative insights, ask user if they accept the changes, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
191
- - IF C: Save classification to {outputFile} frontmatter, add this step name to the end of stepsCompleted array, then read fully and follow: {nextStepFile}
172
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current classification, process the enhanced insights that come back, ask user if they accept the improvements, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
173
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current classification, process the collaborative insights, ask user if they accept the changes, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
174
+ - IF C: Save classification to {outputFile} frontmatter, add this step name to the end of stepsCompleted array, then read fully and follow: ./step-02b-vision.md
192
175
  - IF Any other: help user respond, then redisplay menu
193
176
 
194
177
  #### EXECUTION RULES:
@@ -198,7 +181,7 @@ Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Pr
198
181
 
199
182
  ## CRITICAL STEP COMPLETION NOTE
200
183
 
201
- ONLY WHEN [C continue option] is selected and [classification saved to frontmatter], will you then read fully and follow: `{nextStepFile}` to explore product vision.
184
+ ONLY WHEN [C continue option] is selected and [classification saved to frontmatter], will you then read fully and follow: `./step-02b-vision.md` to explore product vision.
202
185
 
203
186
  ---
204
187
 
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-02b-vision'
3
- description: 'Discover the product vision and differentiator through collaborative dialogue'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02c-executive-summary.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 2b: Product Vision Discovery
15
2
 
16
3
  **Progress: Step 2b of 13** - Next: Executive Summary
@@ -114,9 +101,9 @@ Present your understanding of the product vision for review, then display menu:
114
101
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Executive Summary (Step 2c of 13)"
115
102
 
116
103
  #### Menu Handling Logic:
117
- - IF A: Read fully and follow: {advancedElicitationTask} with the current vision insights, process the enhanced insights that come back, ask user if they accept the improvements, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
118
- - IF P: Read fully and follow: {partyModeWorkflow} with the current vision insights, process the collaborative insights, ask user if they accept the changes, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
119
- - IF C: Update {outputFile} frontmatter by adding this step name to the end of stepsCompleted array, then read fully and follow: {nextStepFile}
104
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current vision insights, process the enhanced insights that come back, ask user if they accept the improvements, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
105
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current vision insights, process the collaborative insights, ask user if they accept the changes, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
106
+ - IF C: Update {outputFile} frontmatter by adding this step name to the end of stepsCompleted array, then read fully and follow: ./step-02c-executive-summary.md
120
107
  - IF Any other: help user respond, then redisplay menu
121
108
 
122
109
  #### EXECUTION RULES:
@@ -126,7 +113,7 @@ Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Ex
126
113
 
127
114
  ## CRITICAL STEP COMPLETION NOTE
128
115
 
129
- ONLY WHEN [C continue option] is selected and [stepsCompleted updated], will you then read fully and follow: `{nextStepFile}` to generate the Executive Summary.
116
+ ONLY WHEN [C continue option] is selected and [stepsCompleted updated], will you then read fully and follow: `./step-02c-executive-summary.md` to generate the Executive Summary.
130
117
 
131
118
  ---
132
119
 
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-02c-executive-summary'
3
- description: 'Generate and append the Executive Summary section to the PRD document'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 2c: Executive Summary Generation
15
2
 
16
3
  **Progress: Step 2c of 13** - Next: Success Criteria
@@ -104,9 +91,9 @@ Present the executive summary content for user review, then display menu:
104
91
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Success Criteria (Step 3 of 13)"
105
92
 
106
93
  #### Menu Handling Logic:
107
- - IF A: Read fully and follow: {advancedElicitationTask} with the current executive summary content, process the enhanced content that comes back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
108
- - IF P: Read fully and follow: {partyModeWorkflow} with the current executive summary content, process the collaborative improvements, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
109
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
94
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current executive summary content, process the enhanced content that comes back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
95
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current executive summary content, process the collaborative improvements, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
96
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-03-success.md
110
97
  - IF Any other: help user respond, then redisplay menu
111
98
 
112
99
  #### EXECUTION RULES:
@@ -139,7 +126,7 @@ Where:
139
126
 
140
127
  ## CRITICAL STEP COMPLETION NOTE
141
128
 
142
- ONLY WHEN [C continue option] is selected and [content appended to document], will you then read fully and follow: `{nextStepFile}` to define success criteria.
129
+ ONLY WHEN [C continue option] is selected and [content appended to document], will you then read fully and follow: `./step-03-success.md` to define success criteria.
143
130
 
144
131
  ---
145
132
 
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-03-success'
3
- description: 'Define comprehensive success criteria covering user, business, and technical success'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 3: Success Criteria Definition
15
2
 
16
3
  **Progress: Step 3 of 11** - Next: User Journey Mapping
@@ -176,9 +163,9 @@ Present the success criteria content for user review, then display menu:
176
163
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to User Journey Mapping (Step 4 of 11)"
177
164
 
178
165
  #### Menu Handling Logic:
179
- - IF A: Read fully and follow: {advancedElicitationTask} with the current success criteria content, process the enhanced success metrics that come back, ask user "Accept these improvements to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
180
- - IF P: Read fully and follow: {partyModeWorkflow} with the current success criteria, process the collaborative improvements to metrics and scope, ask user "Accept these changes to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
181
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
166
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current success criteria content, process the enhanced success metrics that come back, ask user "Accept these improvements to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
167
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current success criteria, process the collaborative improvements to metrics and scope, ask user "Accept these changes to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
168
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-04-journeys.md
182
169
  - IF Any other: help user respond, then redisplay menu
183
170
 
184
171
  #### EXECUTION RULES:
@@ -222,6 +209,6 @@ If working in regulated domains (healthcare, fintech, govtech):
222
209
 
223
210
  ## NEXT STEP:
224
211
 
225
- After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md` to map user journeys.
212
+ After user selects 'C' and content is saved to document, load `./step-04-journeys.md` to map user journeys.
226
213
 
227
214
  Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-04-journeys'
3
- description: 'Map ALL user types that interact with the system with narrative story-based journeys'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 4: User Journey Mapping
15
2
 
16
3
  **Progress: Step 4 of 11** - Next: Domain Requirements
@@ -156,9 +143,9 @@ Present the user journey content for review, then display menu:
156
143
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Domain Requirements (Step 5 of 11)"
157
144
 
158
145
  #### Menu Handling Logic:
159
- - IF A: Read fully and follow: {advancedElicitationTask} with the current journey content, process the enhanced journey insights that come back, ask user "Accept these improvements to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
160
- - IF P: Read fully and follow: {partyModeWorkflow} with the current journeys, process the collaborative journey improvements and additions, ask user "Accept these changes to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
161
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
146
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current journey content, process the enhanced journey insights that come back, ask user "Accept these improvements to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
147
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current journeys, process the collaborative journey improvements and additions, ask user "Accept these changes to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
148
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-05-domain.md
162
149
  - IF Any other: help user respond, then redisplay menu
163
150
 
164
151
  #### EXECUTION RULES:
@@ -209,6 +196,6 @@ When user selects 'C', append the content directly to the document using the str
209
196
 
210
197
  ## NEXT STEP:
211
198
 
212
- After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md`.
199
+ After user selects 'C' and content is saved to document, load `./step-05-domain.md`.
213
200
 
214
201
  Remember: Do NOT proceed to step-05 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,24 +1,10 @@
1
- ---
2
- name: 'step-05-domain'
3
- description: 'Explore domain-specific requirements for complex domains (optional step)'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
- domainComplexityCSV: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv'
9
-
10
- # Task References
11
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
12
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
13
- ---
14
-
15
1
  # Step 5: Domain-Specific Requirements (Optional)
16
2
 
17
3
  **Progress: Step 5 of 13** - Next: Innovation Focus
18
4
 
19
5
  ## STEP GOAL:
20
6
 
21
- For complex domains only that have a mapping in {domainComplexityCSV}, explore domain-specific constraints, compliance requirements, and technical considerations that shape the product.
7
+ For complex domains only that have a mapping in ../data/domain-complexity.csv, explore domain-specific constraints, compliance requirements, and technical considerations that shape the product.
22
8
 
23
9
  ## MANDATORY EXECUTION RULES (READ FIRST):
24
10
 
@@ -93,7 +79,7 @@ Proceed with domain exploration.
93
79
 
94
80
  **Attempt subprocess data lookup:**
95
81
 
96
- "Your task: Lookup data in {domainComplexityCSV}
82
+ "Your task: Lookup data in ../data/domain-complexity.csv
97
83
 
98
84
  **Search criteria:**
99
85
  - Find row where domain matches {{domainFromStep02}}
@@ -155,9 +141,9 @@ Acknowledge the domain and explore what makes it complex:
155
141
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue - Save and Proceed to Innovation (Step 6 of 13)"
156
142
 
157
143
  #### Menu Handling Logic:
158
- - IF A: Read fully and follow: {advancedElicitationTask}, and when finished redisplay the menu
159
- - IF P: Read fully and follow: {partyModeWorkflow}, and when finished redisplay the menu
160
- - IF C: Save content to {outputFile}, update frontmatter, then read fully and follow: {nextStepFile}
144
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation, and when finished redisplay the menu
145
+ - IF P: Read fully and follow: `{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md` and when finished redisplay the menu
146
+ - IF C: Save content to {outputFile}, update frontmatter, then read fully and follow: ./step-06-innovation.md
161
147
  - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#n-present-menu-options)
162
148
 
163
149
  #### EXECUTION RULES:
@@ -179,7 +165,7 @@ If step was skipped, append nothing and proceed.
179
165
 
180
166
  ## CRITICAL STEP COMPLETION NOTE
181
167
 
182
- ONLY WHEN [C continue option] is selected and [content saved or skipped], will you then read fully and follow: `{nextStepFile}` to explore innovation.
168
+ ONLY WHEN [C continue option] is selected and [content saved or skipped], will you then read fully and follow: `./step-06-innovation.md` to explore innovation.
183
169
 
184
170
  ---
185
171
 
@@ -1,19 +1,3 @@
1
- ---
2
- name: 'step-06-innovation'
3
- description: 'Detect and explore innovative aspects of the product (optional step)'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Data Files
10
- projectTypesCSV: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv'
11
-
12
- # Task References
13
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
14
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
15
- ---
16
-
17
1
  # Step 6: Innovation Discovery
18
2
 
19
3
  **Progress: Step 6 of 11** - Next: Project Type Analysis
@@ -65,7 +49,7 @@ Detect and explore innovation patterns in the product, focusing on what makes it
65
49
 
66
50
  Load innovation signals specific to this project type:
67
51
 
68
- - Load `{projectTypesCSV}` completely
52
+ - Load `../data/project-types.csv` completely
69
53
  - Find the row where `project_type` matches detected type from step-02
70
54
  - Extract `innovation_signals` (semicolon-separated list)
71
55
  - Extract `web_search_triggers` for potential innovation research
@@ -156,9 +140,9 @@ Present the innovation content for review, then display menu:
156
140
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Project Type Analysis (Step 7 of 11)"
157
141
 
158
142
  #### Menu Handling Logic:
159
- - IF A: Read fully and follow: {advancedElicitationTask} with the current innovation content, process the enhanced innovation insights that come back, ask user "Accept these improvements to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
160
- - IF P: Read fully and follow: {partyModeWorkflow} with the current innovation content, process the collaborative innovation exploration and ideation, ask user "Accept these changes to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
161
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
143
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current innovation content, process the enhanced innovation insights that come back, ask user "Accept these improvements to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
144
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current innovation content, process the collaborative innovation exploration and ideation, ask user "Accept these changes to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
145
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-07-project-type.md
162
146
  - IF Any other: help user respond, then redisplay menu
163
147
 
164
148
  #### EXECUTION RULES:
@@ -177,7 +161,7 @@ Display: "**Select:** [A] Advanced Elicitation - Let's try to find innovative an
177
161
 
178
162
  ### Menu Handling Logic:
179
163
  - IF A: Proceed with content generation anyway, then return to menu
180
- - IF C: Skip this step, then read fully and follow: {nextStepFile}
164
+ - IF C: Skip this step, then read fully and follow: ./step-07-project-type.md
181
165
 
182
166
  ### EXECUTION RULES:
183
167
  - ALWAYS halt and wait for user input after presenting menu
@@ -213,7 +197,7 @@ When user selects 'C', append the content directly to the document using the str
213
197
 
214
198
  ## SKIP CONDITIONS:
215
199
 
216
- Skip this step and load `{nextStepFile}` if:
200
+ Skip this step and load `./step-07-project-type.md` if:
217
201
 
218
202
  - No innovation signals detected in conversation
219
203
  - Product is incremental improvement rather than breakthrough
@@ -222,6 +206,6 @@ Skip this step and load `{nextStepFile}` if:
222
206
 
223
207
  ## NEXT STEP:
224
208
 
225
- After user selects 'C' and content is saved to document (or step is skipped), load `{nextStepFile}`.
209
+ After user selects 'C' and content is saved to document (or step is skipped), load `./step-07-project-type.md`.
226
210
 
227
211
  Remember: Do NOT proceed to step-07 until user explicitly selects 'C' from the A/P/C menu (or confirms step skip)!
@@ -1,19 +1,3 @@
1
- ---
2
- name: 'step-07-project-type'
3
- description: 'Conduct project-type specific discovery using CSV-driven guidance'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Data Files
10
- projectTypesCSV: '../data/project-types.csv'
11
-
12
- # Task References
13
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
14
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
15
- ---
16
-
17
1
  # Step 7: Project-Type Deep Dive
18
2
 
19
3
  **Progress: Step 7 of 11** - Next: Scoping
@@ -56,7 +40,7 @@ Conduct project-type specific discovery using CSV-driven guidance to define tech
56
40
 
57
41
  **Attempt subprocess data lookup:**
58
42
 
59
- "Your task: Lookup data in {projectTypesCSV}
43
+ "Your task: Lookup data in ../data/project-types.csv
60
44
 
61
45
  **Search criteria:**
62
46
  - Find row where project_type matches {{projectTypeFromStep02}}
@@ -173,9 +157,9 @@ Present the project-type content for review, then display menu:
173
157
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Scoping (Step 8 of 11)"
174
158
 
175
159
  #### Menu Handling Logic:
176
- - IF A: Read fully and follow: {advancedElicitationTask} with the current project-type content, process the enhanced technical insights that come back, ask user "Accept these improvements to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
177
- - IF P: Read fully and follow: {partyModeWorkflow} with the current project-type requirements, process the collaborative technical expertise and validation, ask user "Accept these changes to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
178
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
160
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current project-type content, process the enhanced technical insights that come back, ask user "Accept these improvements to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
161
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current project-type requirements, process the collaborative technical expertise and validation, ask user "Accept these changes to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
162
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-08-scoping.md
179
163
  - IF Any other: help user respond, then redisplay menu
180
164
 
181
165
  #### EXECUTION RULES:
@@ -233,6 +217,6 @@ When user selects 'C', append the content directly to the document using the str
233
217
 
234
218
  ## NEXT STEP:
235
219
 
236
- After user selects 'C' and content is saved to document, load `{nextStepFile}` to define project scope.
220
+ After user selects 'C' and content is saved to document, load `./step-08-scoping.md` to define project scope.
237
221
 
238
222
  Remember: Do NOT proceed to step-08 (Scoping) until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-08-scoping'
3
- description: 'Define MVP boundaries and prioritize features across development phases'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 8: Scoping Exercise - MVP & Future Features
15
2
 
16
3
  **Progress: Step 8 of 11** - Next: Functional Requirements
@@ -184,9 +171,9 @@ Present the scoping decisions for review, then display menu:
184
171
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Functional Requirements (Step 9 of 11)"
185
172
 
186
173
  #### Menu Handling Logic:
187
- - IF A: Read fully and follow: {advancedElicitationTask} with the current scoping analysis, process the enhanced insights that come back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
188
- - IF P: Read fully and follow: {partyModeWorkflow} with the scoping context, process the collaborative insights on MVP and roadmap decisions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
189
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
174
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current scoping analysis, process the enhanced insights that come back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
175
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the scoping context, process the collaborative insights on MVP and roadmap decisions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
176
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-09-functional.md
190
177
  - IF Any other: help user respond, then redisplay menu
191
178
 
192
179
  #### EXECUTION RULES:
@@ -224,6 +211,6 @@ When user selects 'C', append the content directly to the document using the str
224
211
 
225
212
  ## NEXT STEP:
226
213
 
227
- After user selects 'C' and content is saved to document, load {nextStepFile}.
214
+ After user selects 'C' and content is saved to document, load ./step-09-functional.md.
228
215
 
229
216
  Remember: Do NOT proceed to step-09 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-09-functional'
3
- description: 'Synthesize all discovery into comprehensive functional requirements'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 9: Functional Requirements Synthesis
15
2
 
16
3
  **Progress: Step 9 of 11** - Next: Non-Functional Requirements
@@ -182,9 +169,9 @@ Present the functional requirements for review, then display menu:
182
169
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Non-Functional Requirements (Step 10 of 11)"
183
170
 
184
171
  #### Menu Handling Logic:
185
- - IF A: Read fully and follow: {advancedElicitationTask} with the current FR list, process the enhanced capability coverage that comes back, ask user if they accept the additions, if yes update content then redisplay menu, if no keep original content then redisplay menu
186
- - IF P: Read fully and follow: {partyModeWorkflow} with the current FR list, process the collaborative capability validation and additions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
187
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
172
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current FR list, process the enhanced capability coverage that comes back, ask user if they accept the additions, if yes update content then redisplay menu, if no keep original content then redisplay menu
173
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current FR list, process the collaborative capability validation and additions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
174
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-10-nonfunctional.md
188
175
  - IF Any other: help user respond, then redisplay menu
189
176
 
190
177
  #### EXECUTION RULES:
@@ -227,6 +214,6 @@ Emphasize to user: "This FR list is now binding. Any feature not listed here wil
227
214
 
228
215
  ## NEXT STEP:
229
216
 
230
- After user selects 'C' and content is saved to document, load {nextStepFile} to define non-functional requirements.
217
+ After user selects 'C' and content is saved to document, load ./step-10-nonfunctional.md to define non-functional requirements.
231
218
 
232
219
  Remember: Do NOT proceed to step-10 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-10-nonfunctional'
3
- description: 'Define quality attributes that matter for this specific product'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 10: Non-Functional Requirements
15
2
 
16
3
  **Progress: Step 10 of 12** - Next: Polish Document
@@ -169,9 +156,9 @@ Present the non-functional requirements for review, then display menu:
169
156
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Polish Document (Step 11 of 12)"
170
157
 
171
158
  #### Menu Handling Logic:
172
- - IF A: Read fully and follow: {advancedElicitationTask} with the current NFR content, process the enhanced quality attribute insights that come back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
173
- - IF P: Read fully and follow: {partyModeWorkflow} with the current NFR list, process the collaborative technical validation and additions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
174
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
159
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the current NFR content, process the enhanced quality attribute insights that come back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
160
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the current NFR list, process the collaborative technical validation and additions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
161
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-11-polish.md
175
162
  - IF Any other: help user respond, then redisplay menu
176
163
 
177
164
  #### EXECUTION RULES:
@@ -238,6 +225,6 @@ When user selects 'C', append the content directly to the document using the str
238
225
 
239
226
  ## NEXT STEP:
240
227
 
241
- After user selects 'C' and content is saved to document, load {nextStepFile} to finalize the PRD and complete the workflow.
228
+ After user selects 'C' and content is saved to document, load ./step-11-polish.md to finalize the PRD and complete the workflow.
242
229
 
243
230
  Remember: Do NOT proceed to step-11 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,17 +1,3 @@
1
- ---
2
- name: 'step-11-polish'
3
- description: 'Optimize and polish the complete PRD document for flow, coherence, and readability'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
- purposeFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
9
-
10
- # Task References
11
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
12
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
13
- ---
14
-
15
1
  # Step 11: Document Polish
16
2
 
17
3
  **Progress: Step 11 of 12** - Next: Complete PRD
@@ -56,7 +42,7 @@ Optimize the complete PRD document for flow, coherence, and professional present
56
42
 
57
43
  **CRITICAL:** Load the PRD purpose document first:
58
44
 
59
- - Read `{purposeFile}` to understand what makes a great BMAD PRD
45
+ - Read `../data/prd-purpose.md` to understand what makes a great BMAD PRD
60
46
  - Internalize the philosophy: information density, traceability, measurable requirements
61
47
  - Keep the dual-audience nature (humans + LLMs) in mind
62
48
 
@@ -186,9 +172,9 @@ Present the polished document for review, then display menu:
186
172
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Complete PRD (Step 12 of 12)"
187
173
 
188
174
  #### Menu Handling Logic:
189
- - IF A: Read fully and follow: {advancedElicitationTask} with the polished document, process the enhanced refinements that come back, ask user "Accept these polish improvements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original polish then redisplay menu
190
- - IF P: Read fully and follow: {partyModeWorkflow} with the polished document, process the collaborative refinements to flow and coherence, ask user "Accept these polish changes? (y/n)", if yes update content with improvements then redisplay menu, if no keep original polish then redisplay menu
191
- - IF C: Save the polished document to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
175
+ - IF A: Read fully and follow: skill:bmad-advanced-elicitation with the polished document, process the enhanced refinements that come back, ask user "Accept these polish improvements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original polish then redisplay menu
176
+ - IF P: Read fully and follow: {project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md with the polished document, process the collaborative refinements to flow and coherence, ask user "Accept these polish changes? (y/n)", if yes update content with improvements then redisplay menu, if no keep original polish then redisplay menu
177
+ - IF C: Save the polished document to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-12-complete.md
192
178
  - IF Any other: help user respond, then redisplay menu
193
179
 
194
180
  #### EXECUTION RULES:
@@ -230,6 +216,6 @@ When user selects 'C', replace the entire document content with the polished ver
230
216
 
231
217
  ## NEXT STEP:
232
218
 
233
- After user selects 'C' and polished document is saved, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md` to complete the workflow.
219
+ After user selects 'C' and polished document is saved, load `./step-12-complete.md` to complete the workflow.
234
220
 
235
221
  Remember: Do NOT proceed to step-12 until user explicitly selects 'C' from the A/P/C menu and polished document is saved!
@@ -1,12 +1,3 @@
1
- ---
2
- name: 'step-12-complete'
3
- description: 'Complete the PRD workflow, update status files, and suggest next steps including validation'
4
-
5
- # File References
6
- outputFile: '{planning_artifacts}/prd.md'
7
- validationFlow: '../steps-v/step-v-01-discovery.md'
8
- ---
9
-
10
1
  # Step 12: Workflow Completion
11
2
 
12
3
  **Final Step - Complete the PRD**
@@ -60,8 +51,8 @@ Inform user that the PRD is complete and polished:
60
51
 
61
52
  Update the main workflow status file if there is one:
62
53
 
63
- - Load `{status_file}` from workflow configuration (if exists)
64
- - Update workflow_status["prd"] = "{default_output_file}"
54
+ - Check workflow configuration for a status file (if one exists)
55
+ - Update workflow_status["prd"] = "{outputFile}"
65
56
  - Save file, preserving all comments and structure
66
57
  - Mark current timestamp as completion time
67
58
 
@@ -71,7 +62,7 @@ Offer validation workflows to ensure PRD is ready for implementation:
71
62
 
72
63
  **Available Validation Workflows:**
73
64
 
74
- **Option 1: Check Implementation Readiness** (`{checkImplementationReadinessWorkflow}`)
65
+ **Option 1: Check Implementation Readiness** (`skill:bmad-check-implementation-readiness`)
75
66
  - Validates PRD has all information needed for development
76
67
  - Checks epic coverage completeness
77
68
  - Reviews UX alignment with requirements
@@ -1,8 +1,6 @@
1
1
  ---
2
- name: create-prd
3
- description: 'Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"'
4
2
  main_config: '{project-root}/_bmad/bmm/config.yaml'
5
- nextStep: './steps-c/step-01-init.md'
3
+ outputFile: '{planning_artifacts}/prd.md'
6
4
  ---
7
5
 
8
6
  # PRD Create Workflow
@@ -61,4 +59,4 @@ Load and read full config from {main_config} and resolve:
61
59
 
62
60
  "**Create Mode: Creating a new PRD from scratch.**"
63
61
 
64
- Read fully and follow: `{nextStep}` (steps-c/step-01-init.md)
62
+ Read fully and follow: `./steps-c/step-01-init.md`