sprint-planning ยท diff

git:20260507.8dfdcb4 to git:20260601.da7723a

33 added, 33 removed. Audit C to C.

- ---
+ ---
graph:
domains: [domain:software-engineering]
skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
workflows: [workflow:feature-development]
topics: [topic:developer-experience]
roles: [role:tech-lead, role:backend-engineer]
- ---
-
- # Sprint Planning
-
- Plan implementation sprints with story selection, goal definition, and execution ordering.
-
- ## Agent
- Bob (Scrum Master) - `bmad-sm-bob`
-
- ## Workflow
- 1. Review available stories from epic backlog
- 2. Consider velocity from previous sprints
- 3. Select stories forming coherent sprint goal
- 4. Validate stories are implementation-ready
- 5. Order by dependency and priority
- 6. Define sprint goal and identify blockers
-
- ## Inputs
- - `projectName` - Project name
- - `sprintNumber` - Current sprint number
- - `epics` - Available epics and stories
- - `previousSprints` - Previous sprint results (optional)
-
- ## Outputs
- - Sprint goal and selected stories
- - Execution order with dependencies
- - Story point commitment
- - Blocker identification
-
- ## Process Files
- - `bmad-orchestrator.js` - Phase 4 sprint planning
- - `bmad-implementation.js` - Standalone implementation
+ ---
+
+ # Sprint Planning
+
+ Plan implementation sprints with story selection, goal definition, and execution ordering.
+
+ ## Agent
+ Bob (Scrum Master) - `bmad-sm-bob`
+
+ ## Workflow
+ 1. Review available stories from epic backlog
+ 2. Consider velocity from previous sprints
+ 3. Select stories forming coherent sprint goal
+ 4. Validate stories are implementation-ready
+ 5. Order by dependency and priority
+ 6. Define sprint goal and identify blockers
+
+ ## Inputs
+ - `projectName` - Project name
+ - `sprintNumber` - Current sprint number
+ - `epics` - Available epics and stories
+ - `previousSprints` - Previous sprint results (optional)
+
+ ## Outputs
+ - Sprint goal and selected stories
+ - Execution order with dependencies
+ - Story point commitment
+ - Blocker identification
+
+ ## Process Files
+ - `bmad-orchestrator.js` - Phase 4 sprint planning
+ - `bmad-implementation.js` - Standalone implementation