What problem does it solve? Building a complete system from scratch involves many disciplines — requirements, architecture, design, coding, testing, security, documentation, and release — and skipping or misordering any step produces unreliable deliveries. This Skill acts as a universal orchestrator that drives the entire lifecycle in a deterministic sequence with explicit quality gates between phases. ## Core Features & Use Cases - Ten-stage gated pipeline: discovery/requirements, business assessment (optional), architecture with ADRs, UX/UI design with approved mockups, construction, real executed tests, security review, documentation, release, and a final audit verdict. - Routing to dedicated tracks: when the target platform has a specialized generator track (e.g., JavaFX desktop, mobile, web frontend), it hands off instead of duplicating that track's work. - Traceability discipline: every requirement maps to at least one task and every task cites its requirement, with a final responsibility audit before delivery. - Use Case: You say "build me a complete web app from idea to deployment" — the Skill starts with requirements discovery, waits for your approval at each phase gate, invokes the right specialist skills in order, and finishes with tested, documented, released software plus an auditor's readiness verdict. ## Quick Start Use spec-projeto-completo to take my app idea from discovery through architecture, design, construction, testing, and release with approval gates at each phase.