بنقرة واحدة
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.