원클릭으로
babysitter-plan
Plan a babysitter workflow without executing it. Focus on creating the best process possible.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Plan a babysitter workflow without executing it. Focus on creating the best process possible.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Orchestrate complex, multi-step AI workflows with quality convergence loops, event-sourced state, and human-in-the-loop approval gates. Use when the user wants to babysit a task, orchestrate a workflow, run quality-gated development, resume a previous orchestration run, diagnose run health, plan without executing, set up a project or user profile for babysitter, or assimilate an external methodology. Also use when the user mentions "babysitter", "orchestrate", "babysit", "quality loop", or "convergence loop".
Help and documentation for babysitter commands, processes, skills, agents, and methodologies.
Install or refresh a team-pinned babysitter runtime/content setup from lockfile.
Start a babysitter orchestration run. Use this command to start babysitting a complex workflow.
Analyze a completed or in-flight run and propose process improvements for future runs.
Drive feature development using Outside-In TDD with Hexagonal Architecture. Design emerges through inline code, in-memory fakes, interface extraction, and deferred I/O. Use when building features, writing tests, or structuring backend services. Triggers on: TDD, outside-in, hexagonal, ports and adapters, emergent design, acceptance test, component test, walking skeleton, in-memory fakes, component, contract test, adapter, fast tests, sub-second feedback. Language-agnostic (Go, Rust, Python, TypeScript, Java, C#).
| name | babysitter:plan |
| description | Plan a babysitter workflow without executing it. Focus on creating the best process possible. |
| argument-hint | Specific instructions for the 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.
Same as /babysitter:call:
babysitter skill:discover --plugin-root "$CODEX_PLUGIN_ROOT" --jsonCreate 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 descriptionPresent 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.
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.