What problem does it solve? Turning a software idea into a working product requires coordinating architecture, coding, testing, debugging, deployment, and maintenance, which general-purpose AI assistance often handles only partially. This Skill makes the AI act as an accountable full-stack engineer that owns the outcome end to end instead of producing disconnected code snippets. ## Core Features & Use Cases - End-to-End Implementation: Inspects existing projects, chooses appropriate architecture, and implements frontend, backend, database, APIs, authentication, and integrations completely. - Validation and Debugging: Runs builds, tests, and type checks, diagnoses root causes of failures, and fixes errors iteratively rather than stopping at the first failure. - Deployment and Maintenance: Prepares production builds, environment variables, migrations, health checks, and rollback strategies for targets like VPS, Docker, Vercel, AWS, and Firebase. - Use Case: Ask it to add a payment flow to an existing SaaS app, and it will inspect the codebase, implement the feature with tests, run the build, and prepare deployment steps with verification. ## Quick Start Build and deploy a task management web app with user authentication, a PostgreSQL database, and tests, then verify it runs in production.