Plugin Claude Code
Plugin marketplace listing 1 plugin: tandem.
Plugin Claude Code
Plugin marketplace listing 1 plugin: tandem.
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.
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…
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…
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…
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…
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…