What problem does it solve? Coordinating substantial, multi-stage development tasks (features, redesigns, migrations, audits) by hand leads to context overload, file collisions between parallel changes, and unverified results. This Skill provides an executable delivery cycle that delegates work to subagents, enforces quality gates, and requires real browser verification before committing. ## Core Features & Use Cases - Plan-First with Approval Gates: Maps the problem space first, asks critical questions one decision at a time, and requires approval before hard-to-reverse steps. - Parallel Agent Waves: Runs a discovery wave of parallel recon agents returning structured specs, then a build wave with disjoint file ownership, contract-first schemas, and a single composition agent owning shared files. - Adversarial Verification & Green Gate: A dedicated critic agent reviews correctness and design quality, followed by a full typecheck/lint/test gate executed directly, not trusted from agent reports. - Mandatory Visual Browser Check: Serves the built artifact, loads demo data, tests interactions via element references, works around rAF throttling, and captures screenshots before any commit. - Use Case: Implementing a multi-package feature across a Turborepo monorepo — schema package first, parallel feature slices, integration, full green gate, browser inspection, then grouped conventional commits and PR after approval. ## Quick Start Ask the AI to orchestrate the implementation of your multi-step feature or redesign, describing the task in one sentence after the /orchestrate command.