Skills grilling
🔥

grilling

Safe

Stress-test any plan before you build it

Plans often fail because hidden assumptions go unchallenged. This skill makes the AI relentlessly interview you about every aspect of your design, surfacing gaps and resolving dependencies one question at a time.

Supports: Claude Codex Code(CC)
🥉 74 Bronze
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

Toggle on and start using

Test it

Using "grilling". Grill me on my plan to add dark mode to my React app.

Expected outcome:

What styling approach are you considering — CSS variables, a theme provider library, or something else? I recommend CSS variables with a ThemeProvider context because it keeps the toggle logic minimal and works well with SSR.

[waits for user response before continuing]

Using "grilling". I'm planning to switch from REST to GraphQL. Grill me.

Expected outcome:

What's the primary motivation — reducing over-fetching, simplifying the client, or something else? I'd recommend starting with over-fetching as the anchor because it makes the strongest cost case for the migration.

[waits for user response before continuing]

Security Audit

Safe
v1 • 6/23/2026

Static analysis flagged 3 instances of 'Weak cryptographic algorithm' at SKILL.md:3 and SKILL.md:6. After manual review, all 3 are FALSE POSITIVES — the file contains only plain markdown text (a skill description and instructions for an interview workflow) with no executable code, no cryptographic operations, and no security-relevant patterns. The file is 11 lines of natural language instructions with no scripts, network calls, filesystem access, or external commands.

1
Files scanned
11
Lines analyzed
0
findings
1
Total audits
No security issues found

Detected Patterns

False Positive: Weak Cryptographic Algorithm
Audited by: claude

Quality Score

38
Architecture
100
Maintainability
85
Content
50
Community
100
Security
91
Spec Compliance

What You Can Build

Review an architecture decision

Stress-test a proposed system architecture before writing code by having the AI challenge every assumption and dependency.

Validate a product roadmap

Walk through a product plan branch by branch, resolving sequencing and dependency questions one at a time.

Pressure-test a side project idea

Use the grilling workflow to find weak spots in a hobby or side project plan before investing time building it.

Try These Prompts

Basic plan review
Grill me on my plan to add a user notification system to my app.
Architecture stress test
I'm designing a microservices architecture for a logistics platform. Grill me on every aspect until we reach a shared understanding.
Dependency-focused review
Grill me about my migration plan from PostgreSQL to MongoDB, focusing on how each decision depends on the others.
Codebase-informed interview
Grill me about my plan to refactor the authentication module. Explore the codebase first before asking questions.

Best Practices

  • Start with a clear, specific plan statement so the AI knows what to grill you about
  • Answer each question honestly — the value comes from surfacing weak assumptions, not defending them
  • Use the recommended answers as a starting point, but make your own final decision
  • Allow codebase exploration when relevant — it reduces the number of questions you need to answer manually

Avoid

  • Do not use this skill for tasks that require immediate execution or code generation
  • Do not expect multiple questions at once — the skill is intentionally one-question-at-a-time
  • Do not skip providing a recommended answer when asking the AI to continue, as it loses the coaching value

Frequently Asked Questions

What triggers the grilling workflow?
Any message containing the word 'grill' or phrases like 'stress-test my plan', 'interview me about', or 'challenge my design' will activate this skill.
How many questions will the AI ask?
The AI asks one question at a time and waits for your response before continuing. The total number depends on the complexity of your plan.
Can the AI explore my codebase instead of asking?
Yes. If a question can be answered by exploring the codebase, the AI will explore the codebase instead of asking you.
Does the AI make decisions for me?
No. The AI provides a recommended answer for each question, but the final decision is always yours.
Is this skill safe to use?
Yes. This skill contains only natural language instructions. It does not execute code, access the network, modify files, or run external commands.
What tools does this skill work with?
This skill is compatible with Claude, Codex, and Claude Code.

Developer Details

File structure

📄 SKILL.md