story-development
// Implement user stories with test-driven development methodology.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
Story Development
Implement user stories with test-driven development methodology.
Agent
Amelia (Developer) - bmad-dev-amelia
Workflow
- Read entire story and acceptance criteria
- Write failing tests for each criterion
- Implement minimum code to pass tests
- Refactor while keeping tests green
- Run full test suite
- Document implementation decisions
Inputs
projectName- Project namestory- Story with acceptance criteria and tasksarchitecture- Architecture decisions (optional)
Outputs
- Implementation with passing tests
- Files changed list
- Acceptance criteria verification
- Implementation notes
Process Files
bmad-orchestrator.js- Phase 4 story developmentbmad-implementation.js- Sprint story development