story-development ยท diff

git:20260507.8dfdcb4 to git:20260601.da7723a

32 added, 32 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]
- ---
-
- # Story Development
-
- Implement user stories with test-driven development methodology.
-
- ## Agent
- Amelia (Developer) - `bmad-dev-amelia`
-
- ## Workflow
- 1. Read entire story and acceptance criteria
- 2. Write failing tests for each criterion
- 3. Implement minimum code to pass tests
- 4. Refactor while keeping tests green
- 5. Run full test suite
- 6. Document implementation decisions
-
- ## Inputs
- - `projectName` - Project name
- - `story` - Story with acceptance criteria and tasks
- - `architecture` - Architecture decisions (optional)
-
- ## Outputs
- - Implementation with passing tests
- - Files changed list
- - Acceptance criteria verification
- - Implementation notes
-
- ## Process Files
- - `bmad-orchestrator.js` - Phase 4 story development
- - `bmad-implementation.js` - Sprint story development
+ ---
+
+ # Story Development
+
+ Implement user stories with test-driven development methodology.
+
+ ## Agent
+ Amelia (Developer) - `bmad-dev-amelia`
+
+ ## Workflow
+ 1. Read entire story and acceptance criteria
+ 2. Write failing tests for each criterion
+ 3. Implement minimum code to pass tests
+ 4. Refactor while keeping tests green
+ 5. Run full test suite
+ 6. Document implementation decisions
+
+ ## Inputs
+ - `projectName` - Project name
+ - `story` - Story with acceptance criteria and tasks
+ - `architecture` - Architecture decisions (optional)
+
+ ## Outputs
+ - Implementation with passing tests
+ - Files changed list
+ - Acceptance criteria verification
+ - Implementation notes
+
+ ## Process Files
+ - `bmad-orchestrator.js` - Phase 4 story development
+ - `bmad-implementation.js` - Sprint story development