What problem does it solve? Unstructured coding sessions often lead to untested code, oversized changes, and forgotten user preferences. This Skill provides a disciplined workflow for planning, executing, and verifying code changes while keeping the user in control of every step. ## Core Features & Use Cases - Structured Planning: Breaks multi-step implementation requests into independently testable steps with clear outputs and verification criteria. - Verification Guidance: Enforces test runs, screenshot reviews, and output checks before any code is delivered. - Preference Memory: Stores explicitly requested coding preferences in ~/code/memory.md so future sessions respect your style. - Use Case: When asked to build a login page, the Skill breaks the work into testable steps, tracks progress across multiple requests, suggests running tests after each function, and waits for your approval before proceeding. ## Quick Start Ask the agent to implement a feature and have it break the work into testable steps with verification after each one.