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.
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
- package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
- package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
- package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/core/workflows/README.md +10 -0
- package/.claude/settings.local.json +4 -8
- package/CHANGELOG.md +305 -0
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +2 -1
- package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
- package/bmad/_cfg/files-manifest.csv +40 -62
- package/bmad/_cfg/ides/claude-code.yaml +1 -1
- package/bmad/_cfg/manifest.yaml +4 -3
- package/bmad/_cfg/task-manifest.csv +4 -1
- package/bmad/_cfg/tool-manifest.csv +1 -0
- package/bmad/_cfg/workflow-manifest.csv +3 -1
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmm/README.md +79 -120
- package/bmad/bmm/README.md.bak +169 -0
- package/bmad/bmm/agents/analyst.md.bak +67 -0
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/architect.md.bak +73 -0
- package/bmad/bmm/agents/dev.md.bak +69 -0
- package/bmad/bmm/agents/pm.md.bak +76 -0
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/sm.md.bak +85 -0
- package/bmad/bmm/agents/tea.md.bak +72 -0
- package/bmad/bmm/agents/tech-writer.md +82 -0
- package/bmad/bmm/agents/ux-designer.md.bak +71 -0
- package/bmad/bmm/config.yaml +2 -2
- package/bmad/bmm/docs/README.md +235 -0
- package/bmad/bmm/docs/agents-guide.md +1057 -0
- package/bmad/bmm/docs/brownfield-guide.md +471 -972
- package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
- package/bmad/bmm/docs/faq.md +589 -0
- package/bmad/bmm/docs/glossary.md +321 -0
- package/bmad/bmm/docs/party-mode.md +224 -0
- package/bmad/bmm/docs/quick-spec-flow.md +64 -57
- package/bmad/bmm/docs/quick-start.md +72 -47
- package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
- package/bmad/bmm/docs/troubleshooting.md +680 -0
- package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
- package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
- package/bmad/bmm/docs/workflows-analysis.md +670 -0
- package/bmad/bmm/docs/workflows-implementation.md +1758 -0
- package/bmad/bmm/docs/workflows-planning.md +1086 -0
- package/bmad/bmm/docs/workflows-solutioning.md +726 -0
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
- package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
- package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
- package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
- package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
- package/bmad/cis/agents/storyteller.md.bak +59 -0
- package/bmad/cis/config.yaml +2 -2
- package/bmad/core/agents/bmad-master.md.bak +15 -13
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -11
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
- package/src/modules/bmm/docs/README.md +9 -9
- package/src/modules/bmm/docs/agents-guide.md +46 -98
- package/src/modules/bmm/docs/brownfield-guide.md +211 -90
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +10 -10
- package/src/modules/bmm/docs/glossary.md +36 -42
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
- package/src/modules/bmm/docs/quick-start.md +29 -29
- package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
- package/src/modules/bmm/docs/troubleshooting.md +1 -1
- package/src/modules/bmm/docs/workflows-implementation.md +20 -21
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
- package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/testarch/README.md +0 -311
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
- package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/bmad/bmm/workflows/4-implementation/README.md +0 -221
- package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/bmad/bmm/workflows/README.md +0 -256
- package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
- package/bmad/bmm/workflows/testarch/README.md +0 -26
- package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
- package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
- package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
- package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
- package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
- package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
- package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
- package/bmad/bmm/workflows/workflow-status/README.md +0 -260
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
- package/src/modules/bmm/docs/workflows-testing.md +0 -1572
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /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
|
|
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
|
|
14
|
-
| --------------------- |
|
|
15
|
-
| **sprint-planning** | SM
|
|
16
|
-
| **epic-tech-context** |
|
|
17
|
-
| **create-story** | SM
|
|
18
|
-
| **story-context** | PM
|
|
19
|
-
| **dev-story** | DEV
|
|
20
|
-
| **code-review** | DEV
|
|
21
|
-
| **correct-course** | SM
|
|
22
|
-
| **retrospective** | SM
|
|
23
|
-
| **workflow-status** | All
|
|
24
|
-
| **document-project** | Analyst
|
|
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
|
|
73
|
-
|
|
|
74
|
-
| **SM**
|
|
75
|
-
| **
|
|
76
|
-
| **
|
|
77
|
-
| **
|
|
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:**
|
|
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
|
|
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
|
|
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
|
|
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
|
-
###
|
|
237
|
+
### Track-Appropriate Detail
|
|
238
238
|
|
|
239
|
-
**If
|
|
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
|
|
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
|
package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md
CHANGED
|
@@ -9,55 +9,44 @@
|
|
|
9
9
|
|
|
10
10
|
## Overview
|
|
11
11
|
|
|
12
|
-
This document provides the
|
|
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
|
-
|
|
14
|
+
{{epics_summary}}
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
- Complete story breakdown with user stories
|
|
18
|
-
- Acceptance criteria for each story
|
|
19
|
-
- Story sequencing and dependencies
|
|
16
|
+
---
|
|
20
17
|
|
|
21
|
-
|
|
18
|
+
<!-- Repeat for each epic (N = 1, 2, 3...) -->
|
|
22
19
|
|
|
23
|
-
|
|
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
|
-
|
|
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
|
-
|
|
28
|
+
As a {{user_type}},
|
|
29
|
+
I want {{capability}},
|
|
30
|
+
So that {{value_benefit}}.
|
|
35
31
|
|
|
36
|
-
**
|
|
32
|
+
**Acceptance Criteria:**
|
|
37
33
|
|
|
38
|
-
|
|
39
|
-
**
|
|
34
|
+
**Given** {{precondition}}
|
|
35
|
+
**When** {{action}}
|
|
36
|
+
**Then** {{expected_outcome}}
|
|
40
37
|
|
|
41
|
-
|
|
42
|
-
I want [goal/desire],
|
|
43
|
-
So that [benefit/value].
|
|
38
|
+
**And** {{additional_criteria}}
|
|
44
39
|
|
|
45
|
-
**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
3. [etc.]
|
|
40
|
+
**Prerequisites:** {{dependencies_on_previous_stories}}
|
|
41
|
+
|
|
42
|
+
**Technical Notes:** {{implementation_guidance}}
|
|
49
43
|
|
|
50
|
-
|
|
51
|
-
```
|
|
44
|
+
<!-- End story repeat -->
|
|
52
45
|
|
|
53
|
-
|
|
46
|
+
---
|
|
54
47
|
|
|
55
|
-
|
|
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
|
-
|
|
52
|
+
_For implementation: Use the `create-story` workflow to generate individual story implementation plans from this epic breakdown._
|