PL
>
Install
mkdir -p .claude/skills/plan-igorilic && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14319" && unzip -o skill.zip -d .claude/skills/plan-igorilic && rm skill.zipInstalls to .claude/skills/plan-igorilic
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Entry point for all new work. Orchestrates the full agent pipeline: architect (Opus) designs spec+todo, tdd-developer (Sonnet) implements via TDD, qa (Opus) hunts spec/impl gaps, reviewer (Sonnet) reviews code. Triggers on: plan, new feature, start work, build feature.269 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
About this skill
Pipeline: /plan <description or ticket ID>
architect (Opus) → spec.md + todo.md (atomic steps)
↓ per step:
tdd-developer (Sonnet) → RED→GREEN→REFACTOR → commit
qa (Opus) → adversarial test + spec-gap & security hunt
reviewer (Sonnet) → present findings → user triages
↓ max 3 fix loops, then next step
Usage
/plan <description>→ architect creates spec + todo- Approve plan, then:
Use tdd-developer on Step 1 of <todo>.md - After each step:
Use qa to verify→Use reviewer to review - Triage: [F]ix / [T]ech debt / [I]gnore → next step