一键导入
retrospect
Analysis for a run and its results, process, suggestions for process improvements, process optimizations, fixes, etc. for the next runs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analysis for a run and its results, process, suggestions for process improvements, process optimizations, fixes, etc. for the next runs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute via @babysitter. Use this skill when asked to babysit a task, do anything that is structured process-driven (even a loop) or whenever it is called explicitly. (babysit, babysitter, with a process, orchestrate, orchestrate a run, workflow, loop until, etc.)
manage Babysitter blueprints. Use this command to list installed blueprints, browse marketplaces, install, update, uninstall, configure, or create a new blueprint.
Orchestrate a babysitter run. use this command to start babysitting a complex workflow.
Pre-deploy gate that scans built JS chunks for forbidden substring markers (saga-era / obsolete code paths) listed in a project-local forbidden-markers.txt
Clean up .a5c/runs and .a5c/processes directories. Aggregates insights from completed/failed runs into docs/run-history-insights.md, then removes old run data and orphaned process files.
Submit feedback or contribute to babysitter project
| name | retrospect |
| description | Analysis for a run and its results, process, suggestions for process improvements, process optimizations, fixes, etc. for the next runs. |
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md).
create and run a retrospect process:
--all or "all runs": list all completed/failed runs and analyze collectivelyWhen analyzing multiple runs, the retrospect process should additionally cover:
implementations notes (for the process):
After retrospect analysis, suggest running /babysitter:cleanup to clean up old run data and reclaim disk space.
- Ending by explicitly prompting the user to contribute back -- even just reporting an issue is valuable, they don't need to implement the fix themselves. After analysis, display a clear call-to-action:
"You've identified [specific insight/improvement]. This could help other babysitter users too. Run `/babysitter:contrib` to share it upstream -- you can either report it as an issue or submit a PR with the fix."
Route to the specific contrib workflow based on what the user wants to do:
**Just reporting (no code changes needed):**
- Found a bug or weakness in a process -> `/babysitter:contrib bug report: [description of what went wrong]`
- Found missing or confusing documentation -> `/babysitter:contrib documentation question: [what was unclear]`
- Have an idea for improvement but don't want to implement it -> `/babysitter:contrib feature request: [description]`
**Contributing code changes:**
- Process/skill/agent improvements -> `/babysitter:contrib library contribution: [description]`
- Bug fixes in SDK or CLI -> `/babysitter:contrib bugfix: [description]`
- Plugin instruction improvements -> `/babysitter:contrib library contribution: improved [plugin-name] [install|configure|uninstall] instructions`