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.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add igorilic/agentic-orchestration --skill plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/igorilic-plan)More formats (shields.io, HTML) on the badges page.
---
name: plan
description: >
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.
disable-model-invocation: true
---
## 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
1. `/plan <description>` → architect creates spec + todo
2. Approve plan, then: `Use tdd-developer on Step 1 of <todo>.md`
3. After each step: `Use qa to verify` → `Use reviewer to review`
4. Triage: [F]ix / [T]ech debt / [I]gnore → next step
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!