What problem does it solve?
Coding teams and individuals need a structured, non-autonomous workflow to plan, implement, and verify software tasks while keeping user control and local memory intact. This guide provides a repeatable framework for breaking down coding requests, guiding execution, and validating outcomes without auto-execution.
Core Features & Use Cases
- Planning templates and references (planning.md) to decompose complex requests into testable steps.
- Execution guidance (execution.md) that progresses only with user approval and keeps progress visible.
- Verification readiness (verification.md) with checks for outputs, tests, and UI validations, updating the user as work proceeds.
- Local memory management (memory-template.md) for storing user preferences when requested and maintaining privacy.
Quick Start
Describe your coding task and let the agent generate a plan, implement steps, and verify results with user approval.