一键导入
babysitter-resume
Resume orchestrating an existing babysitter run.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume orchestrating an existing babysitter run.
用 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.
Plan a babysitter workflow without executing it. Focus on creating the best process possible.
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.
| name | babysitter:resume |
| description | Resume orchestrating an existing babysitter run. |
| argument-hint | [recent|tag:<tag>|search:<query>|list|name <alias>|tag +/-<tag>|sessionId] |
Resume an existing babysitter orchestration run that was paused, interrupted, or left incomplete.
If a selector is provided, use the session index:
recent -> most recently updated sessiontag:<tag> -> latest session tagged with <tag>search:<query> -> latest session matching alias/tag/session idlist -> return indexed sessionsname <alias> -> set alias on most recent sessiontag +<tag> / tag -<tag> -> add/remove tag on most recent sessionIf no selector is provided, default to recent.
For fallback/manual mode, discover incomplete runs:
babysitter run:status --runs-dir .a5c/runs --json
Look for runs with status: "waiting" or status: "executed" (not completed/failed). Suggest the most recent incomplete run.
babysitter session:resume \
--session-id "${CODEX_THREAD_ID:-$CODEX_SESSION_ID}" \
--state-dir "$CODEX_PLUGIN_ROOT/skills/babysitter/state" \
--run-id <runId> \
--runs-dir .a5c/runs \
--json
Resume iterating from the current state:
babysitter run:iterate .a5c/runs/<runId> --json --iteration <n> --plugin-root "$CODEX_PLUGIN_ROOT"
Handle pending effects as in /babysitter:call:
task:postWhen completionProof is emitted, return it wrapped in <promise>PROOF</promise>.