Agent skill
babysitter:plan
Plan a babysitter workflow without executing it. Focus on creating the best process possible.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/plan-a5c-ai-babysitter
SKILL.md
babysitter:plan
Plan a complex workflow without executing it. This command goes through the full interview and process creation phases but does NOT create a run or execute any tasks.
Workflow
1. Interview Phase
Same as /babysitter:call:
- Research the repo structure
- Search the process library for relevant specializations/methodologies
- Gather user intent, requirements, goals, and scope
- Use wrapper discovery helpers to find available skills/agents.
- If invoking SDK CLI directly, use:
babysitter skill:discover --plugin-root "$CODEX_PLUGIN_ROOT" --json
2. Process Creation
Create the complete process .js file with all task definitions, quality gates, and convergence loops. Also generate:
<process-name>.diagram.md— Visual process flow diagram<process-name>.process.md— High-level process description
3. Review
Present the process to the user for review. The process should be complete and ready to run — the user can later execute it with /babysitter:call or /babysitter:yolo.
4. Output
Store the process files in .a5c/processes/:
.a5c/processes/
├── <process-name>.js # Process definition
├── <process-name>-inputs.json # Default inputs
├── <process-name>.diagram.md # Visual diagram
└── <process-name>.process.md # Description
Do NOT create a run. The plan is the deliverable.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?