install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/bmad-method/skills/story-development" ~/.claude/skills/a5c-ai-babysitter-story-development && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/story-development/SKILL.mdsource content
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
- Project nameprojectName
- Story with acceptance criteria and tasksstory
- Architecture decisions (optional)architecture
Outputs
- Implementation with passing tests
- Files changed list
- Acceptance criteria verification
- Implementation notes
Process Files
- Phase 4 story developmentbmad-orchestrator.js
- Sprint story developmentbmad-implementation.js