What problem does it solve? Planning and design work often stalls on unresolved decision branches, and asking the user for every judgment call breaks flow. This Skill drives the agent to investigate the codebase, conventions, and docs itself, resolve each decision point one by one, and deliver a complete decision log without asking the user any questions. ## Core Features & Use Cases - Autonomous Branch Resolution: Walks the design tree depth-first, resolving one decision at a time through investigation, proposal, devil's-advocate rebuttal, and adoption. - Evidence-Based Decisions: Requires examining the codebase, existing conventions, and documentation before each decision instead of guessing. - Decision Log Output: Produces a final table of every decision with its rationale and confidence level (high/medium/low), flagging low-confidence items for review. - Use Case: When drafting an implementation plan for a new feature, ask the agent to self-grill the design so every open question—naming, data model, error handling, compatibility—is decided with documented reasoning before coding starts. ## Quick Start Use the grill-self skill to work through all open design decisions for this feature plan without asking me any questions, then show me the decision log.