What problem does it solve?
Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill systematically interrogates a plan through relentless one-at-a-time questioning until every decision branch is resolved and both sides share a common understanding.
Core Features & Use Cases
- Systematic Plan Interrogation: Walks down each branch of the design decision tree, resolving dependencies between decisions one by one.
- Recommended Answers: Provides a recommended answer alongside each question so the user can accept, reject, or refine it.
- Codebase-Grounded Questions: Explores the codebase directly to answer questions that can be resolved from existing code instead of asking the user.
- Use Case: Before implementing a new feature architecture, invoke this Skill to get grilled on data flow, error handling, and edge cases, surfacing gaps before any code is written.
Quick Start
Ask the assistant to cross-examine you on your current plan or design, answering each question one at a time until every decision is resolved.