Tab · Insights

Playbooks

Steal a working pattern from your other repos instead of inventing it again. Cross-repo pattern library — patterns, anti-patterns, errors, decisions shared across 2+ repos, plus single-repo candidates ready to promote.

See it in motion

Where to find it

  • Localhost: /playbooks.html
  • API: GET /api/playbooks
  • Keyboard: K then playbook
  • Sidebar: Insights → Playbooks

What it does for you

If you've solved it in repo A, it shows up in repo B.The aggregator scans every tracked repo's patterns/anti-patterns/errors/decisions and surfaces the ones that appear in 2+ repos. The shared list is your team's actual playbook.
Single-repo candidates queued for promotion.When a pattern exists in only one repo but feels universal, it shows up in a Candidates panel. One click promotes it into a shared playbook entry that the next repo can adopt.
Each entry links back to its origin commits.Every shared playbook row carries the originating PR + brain file from each repo it appears in. You see where the move was first made and how it evolved.

Configure

Nothing — pulled from .claude/brain/patterns.md, anti-patterns.md, errors.md, decisions.md across every tracked repo. Match heuristic: title similarity + tag overlap.

Use it well

Open at the start of any new repo. Skim the shared list — most of your scaffolding decisions are already made. Adopt by reference (link to the playbook entry from the new repo's CLAUDE.md) rather than copying the prose.

Read more