Agent skill
babysitter:retrospect
Analyze a completed or in-flight run and propose process improvements for future runs.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/retrospect
SKILL.md
babysitter:retrospect
Run a structured retrospective over the last babysitter execution and convert findings into actionable process/library improvements.
Workflow
- Resolve target run
- If run ID is provided, use it.
- Otherwise select the latest run under
.a5c/runs.
- Collect run evidence
- Read run status/events/task outputs:
babysitter run:status .a5c/runs/<runId> --json
babysitter task:list .a5c/runs/<runId> --json
- Inspect trace and event stream:
.a5c/runs/<runId>/run-trace.jsonl.a5c/events/events.jsonl
- Analyze against process library
- Use bundled upstream process library at:
upstream/babysitter/skills/babysit/process
- Compare what was executed vs relevant methodologies/specializations.
- Produce retrospective output
- Include:
- What worked well
- What failed or slowed convergence
- Concrete process modifications (tasks/hooks/policies/budgets/breakpoints)
- Suggested library contributions (processes/skills/agents/docs)
- If user approves, apply improvements
- Update process files under
.a5c/processesand/or codex harness config/docs. - Suggest contribution flow to upstream Babysitter for generally useful changes.
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?