implement-full-spec

Installation
SKILL.md

Implement Full Spec

This skill turns a parent ticket (audit, RFC, multi-finding report, etc.) with N actionable subtasks into a clean stack of N pull requests — and then keeps driving that stack to merge-ready by addressing every comment and review on every PR until reviewers are satisfied. It is the durable version of the workflow proven out on a real multi-finding security audit (24 P1/P2/P3 findings → 24 stacked PRs → multi-round bot review-response cycle).

Dependencies — check these first

This skill orchestrates two skills that ship as separate plugins. Before Phase B, confirm both are installed and invocable:

  • dev-team (plugin: dev-team) — the per-subtask Dev → QA → Reviewer → commit loop that Phase B runs once per subtask.
  • pr-autopilot (plugin: pr-autopilot) — owns the single-PR review mechanics that Phase C delegates to.

If either /dev-team or /pr-autopilot is unavailable, stop and tell the operator to install the missing plugin(s) from the same marketplace — e.g. /plugin install dev-team and /plugin install pr-autopilot — then re-run. Do not reimplement those loops inline.

When to use this skill

Triggers when the operator points at a parent containing multiple actionable subtasks AND wants each subtask to land as its own PR. Common phrasings:

Installs
7
GitHub Stars
15
First Seen
Jun 16, 2026
implement-full-spec — donnfelker/loop-skills