What problem does it solve? Complex features that span many files or require architectural decisions often fail when implemented ad hoc, leading to missed requirements, inconsistent patterns, and unreviewed code. This Skill structures feature development into gated phases so nothing ships without research validation, plan approval, and code review. ## Core Features & Use Cases - Four-Phase Workflow: Research with confidence scoring (GO/HOLD gate), plan presentation with explicit approval, step-by-step implementation with quality gates every 5 edits, and reviewer-agent code review before commit. - Agent Selection Matrix: Maps each phase to a specialized agent (scout for exploration, orchestrator for planning and implementation, reviewer for security and quality, debugger for systematic investigation). - Use Case: When asked to add a cross-cutting feature like authentication or logging that touches more than 5 files, use this Skill to research the codebase first, present a plan for approval, implement with checkpoints, and review before committing. ## Quick Start Ask the AI to develop a new feature using the orchestrate workflow, starting with a research phase and waiting for plan approval before implementation.