What problem does it solve? It prevents premature implementation by enforcing a read-only planning mode where the AI asks clarifying questions and explores tradeoffs before any code is written, solving the blank page problem and reducing rework from wrong assumptions. ## Core Features & Use Cases - Read-Only Enforcement: Blocks all write, edit, and file-modifying operations while allowing read, search, and git inspection commands. - Interleaved Questioning: Questions and partial plans alternate in dialogue so decisions crystallize through conversation rather than a rigid question-then-plan sequence. - Tradeoff Presentation: Presents multiple options with pros, cons, and best-fit scenarios so users make informed architectural choices. - Use Case: When a user asks to add authentication, the skill guides a back-and-forth covering session strategy, password hashing, and storage before any schema or endpoint is sketched. ## Quick Start Activate plan mode and ask the AI to help you plan a new feature through questions before writing any code.