Agent skill

babysitter:retrospect

Analyze a completed or in-flight run and propose process improvements for future runs.

Stars 163
Forks 31

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

  1. Resolve target run
  • If run ID is provided, use it.
  • Otherwise select the latest run under .a5c/runs.
  1. Collect run evidence
  • Read run status/events/task outputs:
bash
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
  1. Analyze against process library
  • Use bundled upstream process library at:
    • upstream/babysitter/skills/babysit/process
  • Compare what was executed vs relevant methodologies/specializations.
  1. 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)
  1. If user approves, apply improvements
  • Update process files under .a5c/processes and/or codex harness config/docs.
  • Suggest contribution flow to upstream Babysitter for generally useful changes.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results