---
name: Cross-Examine
slug: cross-examine
category: Quality
description: "Cross-Examine interviews the user relentlessly about a plan or design until shared understanding is reached, asking one question at a time and resolving each branch of the decision tree. Use it when someone wants to stress-test a plan, get grilled on a design, or says \"grill me\"."
github: "https://github.com/zebbern/claude-code-guide/tree/main/skills/cross-examine"
language: Python
stars: 4571
forks: 459
install: "npx degit https://github.com/zebbern/claude-code-guide/tree/main/skills/cross-examine ~/.claude/skills/cross-examine"
installs_to: ~/.claude/skills/cross-examine
source_path: skills/cross-examine/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/zebbern/claude-code-guide"
added: 2026-08-16T07:01:14.962Z
last_synced: 2026-08-16T07:01:14.962Z
canonical_url: "https://dirskills.com/skills/cross-examine"
---

# Cross-Examine

Cross-Examine interviews the user relentlessly about a plan or design until shared understanding is reached, asking one question at a time and resolving each branch of the decision tree. Use it when someone wants to stress-test a plan, get grilled on a design, or says "grill me".

**Install:**

```bash
npx degit https://github.com/zebbern/claude-code-guide/tree/main/skills/cross-examine ~/.claude/skills/cross-examine
```

## README

Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.

Ask the questions one at a time.

If a question can be answered by exploring the codebase, explore the codebase instead.
