bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.5

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 (162) hide show
  1. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  2. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  3. package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
  4. package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
  5. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  6. package/.claude/commands/bmad/core/workflows/README.md +10 -0
  7. package/.claude/settings.local.json +4 -8
  8. package/CHANGELOG.md +305 -0
  9. package/README.md +88 -39
  10. package/bmad/_cfg/agent-manifest.csv +2 -1
  11. package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
  12. package/bmad/_cfg/files-manifest.csv +40 -62
  13. package/bmad/_cfg/ides/claude-code.yaml +1 -1
  14. package/bmad/_cfg/manifest.yaml +4 -3
  15. package/bmad/_cfg/task-manifest.csv +4 -1
  16. package/bmad/_cfg/tool-manifest.csv +1 -0
  17. package/bmad/_cfg/workflow-manifest.csv +3 -1
  18. package/bmad/bmb/config.yaml +2 -2
  19. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  20. package/bmad/bmm/README.md +79 -120
  21. package/bmad/bmm/README.md.bak +169 -0
  22. package/bmad/bmm/agents/analyst.md.bak +67 -0
  23. package/bmad/bmm/agents/architect.md +0 -1
  24. package/bmad/bmm/agents/architect.md.bak +73 -0
  25. package/bmad/bmm/agents/dev.md.bak +69 -0
  26. package/bmad/bmm/agents/pm.md.bak +76 -0
  27. package/bmad/bmm/agents/sm.md +1 -1
  28. package/bmad/bmm/agents/sm.md.bak +85 -0
  29. package/bmad/bmm/agents/tea.md.bak +72 -0
  30. package/bmad/bmm/agents/tech-writer.md +82 -0
  31. package/bmad/bmm/agents/ux-designer.md.bak +71 -0
  32. package/bmad/bmm/config.yaml +2 -2
  33. package/bmad/bmm/docs/README.md +235 -0
  34. package/bmad/bmm/docs/agents-guide.md +1057 -0
  35. package/bmad/bmm/docs/brownfield-guide.md +471 -972
  36. package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
  37. package/bmad/bmm/docs/faq.md +589 -0
  38. package/bmad/bmm/docs/glossary.md +321 -0
  39. package/bmad/bmm/docs/party-mode.md +224 -0
  40. package/bmad/bmm/docs/quick-spec-flow.md +64 -57
  41. package/bmad/bmm/docs/quick-start.md +72 -47
  42. package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
  43. package/bmad/bmm/docs/troubleshooting.md +680 -0
  44. package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
  45. package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
  46. package/bmad/bmm/docs/workflows-analysis.md +670 -0
  47. package/bmad/bmm/docs/workflows-implementation.md +1758 -0
  48. package/bmad/bmm/docs/workflows-planning.md +1086 -0
  49. package/bmad/bmm/docs/workflows-solutioning.md +726 -0
  50. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
  52. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  53. package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
  54. package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
  55. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  56. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
  57. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  58. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  59. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  60. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  61. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  62. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  63. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  64. package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
  65. package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
  66. package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
  67. package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
  68. package/bmad/cis/agents/storyteller.md.bak +59 -0
  69. package/bmad/cis/config.yaml +2 -2
  70. package/bmad/core/agents/bmad-master.md.bak +15 -13
  71. package/bmad/core/config.yaml +2 -2
  72. package/bmad/core/tasks/workflow.xml +1 -11
  73. package/package.json +1 -1
  74. package/src/core/tasks/workflow.xml +1 -11
  75. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  76. package/src/modules/bmm/README.md +1 -1
  77. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  78. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  79. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  80. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  81. package/src/modules/bmm/docs/README.md +9 -9
  82. package/src/modules/bmm/docs/agents-guide.md +46 -98
  83. package/src/modules/bmm/docs/brownfield-guide.md +211 -90
  84. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  85. package/src/modules/bmm/docs/faq.md +10 -10
  86. package/src/modules/bmm/docs/glossary.md +36 -42
  87. package/src/modules/bmm/docs/party-mode.md +110 -1122
  88. package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
  89. package/src/modules/bmm/docs/quick-start.md +29 -29
  90. package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
  91. package/src/modules/bmm/docs/troubleshooting.md +1 -1
  92. package/src/modules/bmm/docs/workflows-implementation.md +20 -21
  93. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
  111. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  112. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  114. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  115. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  116. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  117. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  118. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  119. package/bmad/bmm/tasks/retrospective.xml +0 -104
  120. package/bmad/bmm/testarch/README.md +0 -311
  121. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  122. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  123. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  124. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  125. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  126. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  127. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  128. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  129. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  130. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  131. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  132. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  133. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  134. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  135. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  136. package/bmad/bmm/workflows/README.md +0 -256
  137. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  138. package/bmad/bmm/workflows/testarch/README.md +0 -26
  139. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  140. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  141. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  142. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  143. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  144. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  145. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  146. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  147. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  148. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  149. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  150. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  151. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  152. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  153. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  154. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  155. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  156. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  157. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  158. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  159. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  160. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  161. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  162. /package/bmad/bmm/agents/{paige.md → paige.md.bak} +0 -0
@@ -545,7 +545,7 @@ To change locations, edit config.yaml then re-run workflows.
545
545
  - Read docs/architecture.md (from document-project)
546
546
  - Understand current system design
547
547
  3. **For Level 3-4**:
548
- - Run architecture-review workflow before planning
548
+ - Run validate-architecture workflow before planning
549
549
  - Use integration-planning workflow
550
550
  4. **Explicitly document integration strategy** in architecture:
551
551
  - How new components fit existing structure
@@ -10,18 +10,18 @@ Phase 4 (Implementation) workflows manage the iterative sprint-based development
10
10
 
11
11
  ## Quick Reference
12
12
 
13
- | Workflow | Agent | Duration | Purpose |
14
- | --------------------- | --------- | -------------- | ------------------------------------ |
15
- | **sprint-planning** | SM | 30-60 min | Initialize sprint tracking file |
16
- | **epic-tech-context** | Architect | 15-30 min/epic | Epic-specific technical guidance |
17
- | **create-story** | SM | 10-20 min | Create next story from epics |
18
- | **story-context** | PM | 10-15 min | Assemble dynamic story context |
19
- | **dev-story** | DEV | 2-8 hours | Implement story with tests |
20
- | **code-review** | DEV | 30-60 min | Senior dev review of completed story |
21
- | **correct-course** | SM | 30-90 min | Handle mid-sprint changes |
22
- | **retrospective** | SM | 60-90 min | Post-epic review and lessons |
23
- | **workflow-status** | All | 2-5 min | Check "what should I do now?" |
24
- | **document-project** | Analyst | 1-3 hours | Document brownfield projects |
13
+ | Workflow | Agent | Duration | Purpose |
14
+ | --------------------- | ------- | -------------- | ------------------------------------ |
15
+ | **sprint-planning** | SM | 30-60 min | Initialize sprint tracking file |
16
+ | **epic-tech-context** | SM | 15-30 min/epic | Epic-specific technical guidance |
17
+ | **create-story** | SM | 10-20 min | Create next story from epics |
18
+ | **story-context** | PM | 10-15 min | Assemble dynamic story context |
19
+ | **dev-story** | DEV | 2-8 hours | Implement story with tests |
20
+ | **code-review** | DEV | 30-60 min | Senior dev review of completed story |
21
+ | **correct-course** | SM | 30-90 min | Handle mid-sprint changes |
22
+ | **retrospective** | SM | 60-90 min | Post-epic review and lessons |
23
+ | **workflow-status** | All | 2-5 min | Check "what should I do now?" |
24
+ | **document-project** | Analyst | 1-3 hours | Document brownfield projects |
25
25
 
26
26
  ---
27
27
 
@@ -69,13 +69,12 @@ Every story moves through this lifecycle:
69
69
 
70
70
  Phase 4 involves coordination between agents:
71
71
 
72
- | Agent | Primary Workflows | Role |
73
- | ------------- | ------------------------------------------------------------ | --------------------------- |
74
- | **SM** | sprint-planning, create-story, correct-course, retrospective | Orchestration, tracking |
75
- | **Architect** | epic-tech-context | Technical guidance per epic |
76
- | **PM** | story-context | Context assembly |
77
- | **DEV** | dev-story, code-review | Implementation, quality |
78
- | **Analyst** | document-project | Documentation (brownfield) |
72
+ | Agent | Primary Workflows | Role |
73
+ | ----------- | ------------------------------------------------------------------------------- | -------------------------- |
74
+ | **SM** | sprint-planning, epic-tech-context, create-story, correct-course, retrospective | Orchestration, tracking |
75
+ | **PM** | story-context | Context assembly |
76
+ | **DEV** | dev-story, code-review | Implementation, quality |
77
+ | **Analyst** | document-project | Documentation (brownfield) |
79
78
 
80
79
  ---
81
80
 
@@ -256,7 +255,7 @@ epics:
256
255
 
257
256
  Generate epic-specific technical context document that provides implementation guidance, patterns, and technical decisions for a single epic. Bridges architecture and story implementation.
258
257
 
259
- **Agent:** Architect
258
+ **Agent:** SM (Scrum Master)
260
259
  **Phase:** 4 (Implementation)
261
260
  **Required:** Optional (recommended for Level 3-4)
262
261
  **Typical Duration:** 15-30 minutes per epic
@@ -974,7 +973,7 @@ Tests Added:
974
973
 
975
974
  ### Purpose
976
975
 
977
- Perform a Senior Developer code review on a completed story flagged Ready for Review, leveraging story-context, epic tech-spec, repo docs, MCP servers for latest best-practices, and web search as fallback.
976
+ Perform a Senior Developer code review on a completed story flagged Ready for Review, leveraging story-context, epic-tech-context, repo docs, MCP servers for latest best-practices, and web search as fallback.
978
977
 
979
978
  **Agent:** DEV (Senior Developer persona)
980
979
  **Phase:** 4 (Implementation)
@@ -70,7 +70,7 @@ Phase 3 (Solutioning) workflows translate **what** to build (from Planning) into
70
70
  **Level 3-4 (Required Solutioning):**
71
71
 
72
72
  - Planning: Standard/Comprehensive PRD
73
- - Solutioning: **Required** architecture + epic tech-spec
73
+ - Solutioning: **Required** architecture + epic-tech-context
74
74
  - Gate Check: **Required** solutioning-gate-check
75
75
  - Implementation: dev-story guided by architecture
76
76
 
@@ -64,7 +64,7 @@
64
64
  <i>Primary: Sarah (PO), Bob (SM), James (Dev)</i>
65
65
  <i>Secondary: Murat (TEA)</i>
66
66
  </context>
67
- <context type="architecture-review">
67
+ <context type="validate-architecture">
68
68
  <i>Primary: Winston (Architect), James (Dev), Murat (TEA)</i>
69
69
  <i>Secondary: Sarah (PO)</i>
70
70
  </context>
@@ -9,26 +9,8 @@
9
9
  <critical>Communicate all responses in {communication_language} and tailor to {user_skill_level}</critical>
10
10
  <critical>Generate all documents in {document_output_language}</critical>
11
11
  <critical>SAVE PROGRESS after each major step - use <template-output> tags throughout</critical>
12
-
13
12
  <critical>DOCUMENT OUTPUT: Professional, specific, actionable UX design decisions WITH RATIONALE. User skill level ({user_skill_level}) affects conversation style ONLY, not document content.</critical>
14
-
15
- ## 📚 Input Document Discovery
16
-
17
- This workflow requires: PRD or product brief, and may reference epics/stories, brainstorming documents, or brownfield project documentation.
18
-
19
- **Discovery Process** (execute for each referenced document):
20
-
21
- 1. **Search for whole document first** - Use fuzzy file matching to find the complete document
22
- 2. **Check for sharded version** - If whole document not found, look for `{doc-name}/index.md`
23
- 3. **If sharded version found**:
24
- - Read `index.md` to understand the document structure
25
- - Read ALL section files listed in the index
26
- - Treat the combined content as if it were a single document
27
- 4. **Brownfield projects**: The `document-project` workflow always creates `{output_folder}/docs/index.md`
28
-
29
- **Priority**: If both whole and sharded versions exist, use the whole document.
30
-
31
- **Fuzzy matching**: Be flexible with document names - users may use variations in naming conventions.
13
+ <critical>Input documents specified in workflow.yaml input_file_patterns - workflow engine handles fuzzy matching, whole vs sharded document discovery automatically</critical>
32
14
 
33
15
  <step n="0" goal="Validate workflow readiness" tag="workflow-status">
34
16
  <action>Check if {output_folder}/bmm-workflow-status.yaml exists</action>
@@ -234,21 +234,22 @@
234
234
  - [ ] Dependencies on external systems documented
235
235
  - [ ] Data requirements specified
236
236
 
237
- ### Level-Appropriate Detail
237
+ ### Track-Appropriate Detail
238
238
 
239
- **If Level 2:**
240
-
241
- - [ ] PRD supports lightweight tech-spec workflow
242
- - [ ] 5-15 story scope reasonable for project size
243
- - [ ] Complexity appropriate for small team/solo dev
244
-
245
- **If Level 3-4:**
239
+ **If BMad Method:**
246
240
 
247
241
  - [ ] PRD supports full architecture workflow
248
242
  - [ ] Epic structure supports phased delivery
249
- - [ ] Scope appropriate for team-based development
243
+ - [ ] Scope appropriate for product/platform development
250
244
  - [ ] Clear value delivery through epic sequence
251
245
 
246
+ **If Enterprise Method:**
247
+
248
+ - [ ] PRD addresses enterprise requirements (security, compliance, multi-tenancy)
249
+ - [ ] Epic structure supports extended planning phases
250
+ - [ ] Scope includes security, devops, and test strategy considerations
251
+ - [ ] Clear value delivery with enterprise gates
252
+
252
253
  ---
253
254
 
254
255
  ## 10. Quality and Polish
@@ -9,55 +9,44 @@
9
9
 
10
10
  ## Overview
11
11
 
12
- This document provides the detailed epic breakdown for {{project_name}}, expanding on the high-level epic list in the [PRD](./PRD.md).
12
+ This document provides the complete epic and story breakdown for {{project_name}}, decomposing the requirements from the [PRD](./PRD.md) into implementable stories.
13
13
 
14
- Each epic includes:
14
+ {{epics_summary}}
15
15
 
16
- - Expanded goal and value proposition
17
- - Complete story breakdown with user stories
18
- - Acceptance criteria for each story
19
- - Story sequencing and dependencies
16
+ ---
20
17
 
21
- **Epic Sequencing Principles:**
18
+ <!-- Repeat for each epic (N = 1, 2, 3...) -->
22
19
 
23
- - Epic 1 establishes foundational infrastructure and initial functionality
24
- - Subsequent epics build progressively, each delivering significant end-to-end value
25
- - Stories within epics are vertically sliced and sequentially ordered
26
- - No forward dependencies - each story builds only on previous work
20
+ ## Epic {{N}}: {{epic_title_N}}
27
21
 
28
- ---
22
+ {{epic_goal_N}}
29
23
 
30
- {{epic_details}}
24
+ <!-- Repeat for each story (M = 1, 2, 3...) within epic N -->
31
25
 
32
- ---
26
+ ### Story {{N}}.{{M}}: {{story_title_N_M}}
33
27
 
34
- ## Story Guidelines Reference
28
+ As a {{user_type}},
29
+ I want {{capability}},
30
+ So that {{value_benefit}}.
35
31
 
36
- **Story Format:**
32
+ **Acceptance Criteria:**
37
33
 
38
- ```
39
- **Story [EPIC.N]: [Story Title]**
34
+ **Given** {{precondition}}
35
+ **When** {{action}}
36
+ **Then** {{expected_outcome}}
40
37
 
41
- As a [user type],
42
- I want [goal/desire],
43
- So that [benefit/value].
38
+ **And** {{additional_criteria}}
44
39
 
45
- **Acceptance Criteria:**
46
- 1. [Specific testable criterion]
47
- 2. [Another specific criterion]
48
- 3. [etc.]
40
+ **Prerequisites:** {{dependencies_on_previous_stories}}
41
+
42
+ **Technical Notes:** {{implementation_guidance}}
49
43
 
50
- **Prerequisites:** [Dependencies on previous stories, if any]
51
- ```
44
+ <!-- End story repeat -->
52
45
 
53
- **Story Requirements:**
46
+ ---
54
47
 
55
- - **Vertical slices** - Complete, testable functionality delivery
56
- - **Sequential ordering** - Logical progression within epic
57
- - **No forward dependencies** - Only depend on previous work
58
- - **AI-agent sized** - Completable in 2-4 hour focused session
59
- - **Value-focused** - Integrate technical enablers into value-delivering stories
48
+ <!-- End epic repeat -->
60
49
 
61
50
  ---
62
51
 
63
- **For implementation:** Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown.
52
+ _For implementation: Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown._