What problem does it solve? When a prompt mixes questions with instructions, AI assistants often jump straight into implementation, leaving questions unanswered and changes unapproved. This Skill enforces a discussion-first workflow where every question is answered and explicit user approval is obtained before any implementation begins. ## Core Features & Use Cases - Question-First Handling: Identifies and answers every question in a mixed prompt to a satisfactory degree before any code changes. - Approval Gate: Explicitly waits for user confirmation before starting implementation, preventing premature or unwanted changes. - Action-Implying Questions: When a question implies an action, it briefly describes the proposed solution and treats approval as authorization to implement it. - Use Case: You paste a message like "Why is the build failing? Should we upgrade the dependency? Also fix the lint errors." The Skill answers both questions, proposes a fix plan, and waits for your go-ahead before touching any files. ## Quick Start Use the qq skill to answer all my questions and address my instructions, then wait for my approval before implementing anything.