What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill stress-tests a plan through relentless one-at-a-time questioning before any code is written. ## Core Features & Use Cases - Systematic Interrogation: Walks down each branch of the design tree, resolving dependencies between decisions one by one. - Recommended Answers: Provides a recommended answer with every question so the user can accept, reject, or refine quickly. - Codebase-Grounded Questions: Explores the codebase directly when a question can be answered by reading code instead of asking the user. - Use Case: Before building a new feature, activate this Skill to have every architectural decision, edge case, and dependency challenged in a structured French-language interview until a shared understanding is reached. ## Quick Start Ask the agent to grill you on your implementation plan for the new feature before writing any code.