Babysitter plan
Plan a babysitter run. use this command to plan a complex workflow, without actually running it.
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/plugins/babysitter-codex/skills/plan" ~/.claude/skills/a5c-ai-babysitter-plan && rm -rf "$T"
manifest:
plugins/babysitter-codex/skills/plan/SKILL.mdsource content
plan
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). focus on creating the best process possible, but without creating and running the actual run.