Story development
Skill a5c-ai/babysitter/library/methodologies/bmad-method/skills/story-development
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill story-developmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, as published. Nobody here has run it
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