GhostlyGawd

Retro Backlog — Communication skill for Claude Code

Communication community

Sweep PAST sessions that were never retro'd — mine each for learnings and route them, skipping sessions already in the durable retro-done ledger.

How to install Retro Backlog

Installs to ~/.claude/skills/ghostlygawd-recursive-harness-retro-backlog/SKILL.md

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

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

What Retro Backlog does


description: Sweep PAST sessions that were never retro'd — mine each for learnings and route them, skipping sessions already in the durable retro-done ledger. Run from a fresh chat to clear a backlog; /retro only covers the current session.

`/retro` mines ONLY the current session. This command sweeps the BACKLOG: prior sessions whose transcripts are on disk but were never retro'd. It reads the durable `state/retro_log.jsonl` ledger (written by `harness retro-done`, NOT the ephemeral `re

Alternatives in Communication

Full documentation available on GitHub

View Source Repository