jsampieri/tandem-skills

5 stars · Last commit 2026-07-20

Claude Code plugin: take a coding change from idea to PR at the right level of ceremony — triage size/risk, plan in phases, run implementer + reviewer subagents with a quality gate.

README preview

# tandem-skills

A Claude Code plugin for taking a coding change from idea to PR at the right level of ceremony —
without over- or under-investing in process.

The `tandem` plugin bundles four skills:

- **implementation-triage** — decide whether a change should be done inline, by a single
  implementer subagent, or by a full gated implementer + reviewer loop. Ceremony tracks the size
  and risk of the change.
- **phase-planner** — turn a task or spec into a phased plan (scope + acceptance criteria per
  phase). Uses the Prisma PM skill for problem framing and requirements when it's installed.
- **single-implementer** — offload an isolated but bulky change to one implementer subagent, or
  parallelize several independent changes. Review is a code-review pass.
- **gated-review-loop** — implement a large or risky change phase by phase: per phase an
  implementer and a reviewer subagent, advancing only when the reviewer approves.

## The idea

Delegation ceremony should match the size and risk of a change, not the existence of a plan doc.

View full repository on GitHub →