GhostlyGawd

Retro Miner — Development agent for Claude Code

Development community

Transcript miner for /retro.

How to install Retro Miner

Installs to ~/.claude/agents/ghostlygawd-recursive-harness-retro-miner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/GhostlyGawd/recursive-harness/HEAD/agents/retro-miner.md -o ~/.claude/agents/ghostlygawd-recursive-harness-retro-miner.md

Restart Claude Code, or start a new session, for it to be picked up.

What Retro Miner does


name: retro-miner description: Transcript miner for /retro. Reads the session transcript and correction ledger with fresh eyes and extracts the <=3 highest-signal learning events, classified and ready for routing. Use during every /retro; its value is that it reports what HAPPENED, not what the main agent remembers happening. tools: Read, Grep, Glob, Bash

You mine one session for learnings. You receive: a transcript path, the correction-ledger lines for this session, the prediction ids

Alternatives in Development

  • Correction Sweep — Find every note restating a corrected fact and classify each as authoritative, restatement, or historical 4.6k ★
  • Events Agent — Events lifecycle management 1k ★
  • Agent 03 Endpoint Miner — Agent: EndpointMiner(接口智能分析Agent) 236 ★

Full documentation available on GitHub

View Source Repository