What problem does it solve? Small improvements to a live product often get over-engineered into full project phases or built without regard for existing patterns, creating duplicate solutions and broken conventions. This Skill provides a disciplined, lightweight workflow for shipping contained enhancements that fit naturally into what already exists. ## Core Features & Use Cases - Context-First Building: Reads existing backlog, design files, process flows, and code before writing anything, ensuring the change extends current patterns rather than creating parallel solutions. - Scope Discipline: Forces a one-sentence scope statement with explicit boundaries, verifiable done criteria, and a clear list of what will not change. - Lite QA and Isolated Deploys: Runs targeted verification on affected screens and deploys the enhancement alone on its own branch, never bundled with other work. - Use Case: A solo builder wants to add a status filter to an existing orders screen. The Skill guides them to review the current design and data sources, scope the change to one sentence, build on an enhancement/ branch matching existing code patterns, verify in the browser, and deploy independently. ## Quick Start Ask the assistant to add a small improvement to your existing app, for example: add a date-range filter to the reports screen using the current design and data patterns.