What problem does it solve?
Plans, specs, and designs often contain hidden contradictions, tangled dependencies, and unspoken assumptions that only surface after costly implementation. This Skill stress-tests a position through relentless one-at-a-time questioning before you commit to it.
Core Features & Use Cases
- Sequential Interrogation: Asks one question at a time, each carrying a recommended answer the user can confirm or precisely dispute.
- Fact vs. Decision Separation: Looks up verifiable facts in the repository, git history, and configs instead of asking, while reserving genuine decisions for the user.
- Contradiction Detection: Names conflicting answers explicitly and follows the dependency tree of decisions rather than a fixed checklist.
- Use Case: Before a hard-to-reverse database migration, have the design attacked question by question until every edge case — token expiry, rollback behavior, failure modes — is explicitly settled or flagged as open.
Quick Start
Ask the AI to pressure-test your migration plan by interviewing you one question at a time until the design holds or breaks.