Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By a5c-ai
Implementation of the babysitter technique - continuous orchestration loops for deterministic development. Run Claude in a loop with orchestration steps based on the babysitter-sdk and technique.
npx claudepluginhub a5c-ai/babysitter --plugin babysitterAssimilate an external methodology, harness, or specification into babysitter process definitions with skills and agents.
---
Clean up .a5c/runs and .a5c/processes directories. Aggregates insights from completed/failed runs into docs/run-history-insights.md, then removes old run data and orphaned process files.
---
Diagnose babysitter run health - journal integrity, state cache, effects, locks, sessions, logs, and disk usage
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.
Self-evolving Claude Code system that learns from corrections, manages context, and improves every session
OpenAgentsControl — multi-agent orchestration for Claude Code. Context-aware development with skills, subagents, parallel execution, and automated code review.
Autonomous session orchestrator for Claude Code - manages multi-phase development workflows
Turn a stated need into a full system design by mining the Atlas knowledge graph.
Orchestrate complex, multi-step workflows with event-sourced state management, hook-based extensibility, and human-in-the-loop approval
Enforce obedience to agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.
https://github.com/user-attachments/assets/8c3b0078-9396-48e8-aa43-5f40da30c20b
Babysitter enforces obedience to agentic workforces, enabling them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration. Define your workflow in code - Babysitter enforces every step, ensures quality gates pass before progression, requires human approval at breakpoints, and records every decision in an immutable journal. Your agents do exactly what the process permits, nothing more.
Babysitter supports multiple AI coding harnesses. Install the plugin for your harness of choice:
Native marketplace install:
claude plugin marketplace add a5c-ai/babysitter
claude plugin install --scope user babysitter@a5c.ai
Restart Claude Code, then type /skills to verify "babysit" appears.
After cloning this repo, From within the Codex CLI:
codex
> /plugins
Navigate to the "babysitter" entry and select "Install".
Via the Cursor marketplace or npm:
npm install -g @a5c-ai/babysitter-cursor
npm install -g @a5c-ai/babysitter-gemini
babysitter-gemini install --global
Via the GitHub Copilot CLI marketplace, or:
npm install -g @a5c-ai/babysitter-github
Native Pi plugin install:
pi install npm:@a5c-ai/babysitter-pi
Native omp plugin install:
omp plugin install @a5c-ai/babysitter-omp
npm install -g @a5c-ai/babysitter-opencode
The postinstall script copies the plugin to .opencode/plugins/babysitter/ automatically.
Babysitter ships with a built-in internal harness that runs processes programmatically without any external AI coding agent. This is useful for CI/CD pipelines, scripts, automated testing, and headless orchestration:
npm install -g @a5c-ai/babysitter-sdk
# Run a process definition using the internal harness
babysitter harness:call --harness internal --process .a5c/processes/my-process.js#process --workspace .
# Or run a free-form prompt
babysitter harness:call --harness internal --prompt "run lint and tests" --workspace .
The internal harness uses the SDK's built-in Pi execution engine directly. It supports all capabilities (Programmatic, SessionBinding, StopHook, HeadlessPrompt) and requires no external CLI.