Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/a5c-ai/babysitter

Works with Git. The repository opens in your current directory.

๐Ÿงช
AI EngineeringJavaScript

Story Development

by a5c-ai

Implement user stories with a test-driven development methodology. The agent writes failing tests for acceptance criteria, implements code to pass them, and refactors while maintaining test coverage.

1.6K stars94 forksAdded 2026/07/20
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-agentsai-automationbabysitterclaude-codeclaude-code-skillsclaude-code-workflowsclaude-skillsclaude-workflowscodex-plugincodex-skillscodex-workflowhermes-pluginpi-extensiontrustworthy-aivibe-coding

Documentation

README

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