by a5c-ai
Babysitter enables Claude Code to manage sophisticated development workflows through deterministic, resumable orchestration
# Add to your Claude Code skills
git clone https://github.com/a5c-ai/babysitterhttps://a5c.ai
Orchestrate complex, multi-step workflows with human-in-the-loop approval, iterative refinement, and quality convergence.
Getting Started | Documentation | Community
</div>https://github.com/user-attachments/assets/8c3b0078-9396-48e8-aa43-5f40da30c20b
Babysitter is an orchestration framework for Claude Code that enables deterministic, event-sourced workflow management. It allows you to build complex, multi-step development processes with built-in quality gates, human approval checkpoints, and automatic iteration until quality targets are met. Babysitter works seamlessly with your existing subagents, skills, and tools, orchestrating them into sophisticated workflows.
No comments yet. Be the first to share your thoughts!
npm install -g @a5c-ai/babysitter@latest @a5c-ai/babysitter-sdk@latest @a5c-ai/babysitter-breakpoints@latest
claude plugin marketplace add a5c-ai/babysitter
claude plugin install --scope user babysitter@a5c.ai
claude plugin enable --scope user babysitter@a5c.ai
Then restart Claude Code.
Type /skills in Claude Code to verify "babysit" appears.
claude "/babysitter:call implement user authentication with TDD"
Or in natural language:
Use the babysitter skill to implement user authentication with TDD
Claude will create an orchestration run, execute tasks step-by-step, handle quality checks and approvals, and continue until completion.
+-----------------------------------------------------------------+
| Babysitter Loop |
| |
| +----------+ +----------+ +----------+ ...