jsampieri

7 mods across 1 repository, 5 stars between them.

tandem

02

jsampieri/tandem-skills

Plugin Claude Code

Take a coding change from idea to PR at the right level of ceremony: triage the size and risk, plan it in phases, and run implementer + reviewer subagents with a quality gate between phases.

5 1mo ago A tokens not measured

gated-review-loop

03

jsampieri/tandem-skills

Skill Claude CodeCodex

Implement a large or risky change as a phased loop: per phase, spawn an implementer subagent and a reviewer subagent, and only advance to the next phase once the reviewer approves. Keeps quality high with clean per-agent context and no external orchestration. Use for Tier 3 work from implementation-triage — multiple…

5 1mo ago A 104 tokens

jsampieri/tandem-skills

Skill Claude CodeCodex

Decide how much delegation ceremony a coding task deserves before starting it: do it inline, hand it to a single implementer subagent, or run a full phased implementer + reviewer gated loop. Calibrates to the size and risk of the change, not to whether a plan doc exists. Use when asked how to approach a change…

5 1mo ago A 98 tokens

issues-to-plans

05

jsampieri/tandem-skills

Skill Claude CodeCodex

Investiga un conjunto de issues de Linear contra el codebase (research paralelo read-only por clusters) y produce un plan de implementación por fases para cada uno en docs/, listo para ejecutar con gated-review-loop o single-implementer. Usala cuando el dev diga "investigá estos issues y armá los planes", "preparame…

5 1mo ago A 141 tokens

phase-planner

06

jsampieri/tandem-skills

Skill Claude CodeCodex

Turn a task, spec, or PRD into a phased implementation plan before any code is written — sequential phases, each independently reviewable, with clear scope and acceptance criteria, ordered by dependency and risk. Feeds directly into gated-review-loop. Uses the Prisma PM skill for problem framing and requirements when…

5 1mo ago A 96 tokens

single-implementer

07

jsampieri/tandem-skills

Skill Claude CodeCodex

Delegate an isolated but bulky change to a single implementer subagent to offload context, or parallelize several independent small changes across implementer subagents — without a dedicated reviewer. Review is a code-review pass or your own read. Use for Tier 2 work from implementation-triage: a self-contained change…

5 1mo ago A 84 tokens