Orchestrates the agent pipeline for new features through planning, coding, testing, and review.
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.Key capabilities
- →Architect designs specifications and to-do lists
- →TDD-developer implements features via TDD
- →QA hunts for spec/implementation gaps
- →Reviewer reviews code and presents findings
- →Triage findings into fix, tech debt, or ignore
How it works
The skill orchestrates a multi-agent pipeline where an architect creates specs, a developer implements via TDD, QA verifies, and a reviewer checks the code, with a triage step for findings.
Inputs & outputs
When to use plan
- →Plan a new feature
- →Execute development pipeline
- →Audit spec gaps
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
When not to use it
- →When a single, atomic task needs to be executed without a full pipeline
Limitations
- →Requires manual approval of the plan
- →Requires manual invocation of subsequent steps like `tdd-developer`, `qa`, and `reviewer`
- →Limited to a maximum of 3 fix loops before moving to the next step
How it compares
This skill automates and structures the entire development workflow through a series of specialized agents, providing a guided process compared to a manual, less coordinated approach.
Compared to similar skills
plan side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| plan (this skill) | 0 | 1mo | No flags | Intermediate |
| brainstorming | 93 | 4mo | Review | Beginner |
| spec-workflow | 10 | 8mo | No flags | Intermediate |
| feature-design-assistant | 6 | 7mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
brainstorming
obra
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
spec-workflow
TencentCloudBase
Standard software engineering workflow for requirement analysis, technical design, and task planning. Use this skill when developing new features, complex architecture designs, multi-module integrations, or projects involving database/UI design.
feature-design-assistant
davila7
Turn ideas into fully formed designs and specs through natural collaborative dialogue. Use when planning new features, designing architecture, or making significant changes to the codebase.
validate-agent
parcadei
Validation agent that validates plan tech choices against current best practices
plan
matheusht
Turn research findings into a small, reviewable implementation plan before editing.
orchestrate
chiricos
Orquesta un flujo multi-agente de 6 fases (explorar, refinar, planificar, ejecutar, implementar tests, verificar) para abordar tareas complejas sin saturar la ventana de contexto. Solo el usuario puede invocar esta skill.