This skill is a thin dispatcher. It does NOT read references, extract patterns, or implement code. Builders handle implementation, validators handle review, and auditors handle cross-phase analysis.
| Orchestrator (you) | Parse groups, gate checks, spawn/shutdown agents, route verdicts, triage auditor findings, track cross-group state | | Builder | Phase implementation: read phase, find references, invoke skills, code, test, typecheck. Does NOT review its own code. |
| Validator | Independent review: runs /code-review (reference-grounded, with auto-fix), then typecheck + tests. Reports PASS/FAIL. | | Auditor | Group-level audit: cross-phase regressions, deferred items, plan drift, system integrity. Read-only — reports findings with severity ratings. |
Eseguire le fasi di un piano utilizzando l'elaborazione basata su gruppi. Costruisce fasi in parallelo all'interno dei gruppi, controlla ciascun gruppo dopo il completamento e risolve automaticamente i problemi di livello Medio/Basso mentre li passa ad Alto/Critico per l'utente. Fonte: darraghh1/my-claude-setup.