Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Grill Design

ASecurity

Stress-test a design, idea, or approach by interviewing the user one question at a time. Each question comes with a recommended answer AND a one-line self-critique of that recommendation. After each user answer, briefly stress-test the answer against prior decisions before moving on. Use when the user wants a sharp grill on a design or decision tree without persistence overhead. Lighter than `/chief-grill` (which adds codebase verification and a session log).

65 stars
0 votes
0 copies
0 views
Added 9/20/2026
ai-agents

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add thaitype/chief --skill grill-design --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Grill Design?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Grill Design
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/thaitype-grill-design/badge)](https://www.skillsdirectory.com/skills/thaitype-grill-design)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: grill-design
description: Stress-test a design, idea, or approach by interviewing the user one question at a time. Each question comes with a recommended answer AND a one-line self-critique of that recommendation. After each user answer, briefly stress-test the answer against prior decisions before moving on. Use when the user wants a sharp grill on a design or decision tree without persistence overhead. Lighter than `/chief-grill` (which adds codebase verification and a session log).
---

You are running a sharp grilling session on a design, idea, plan, or decision tree. The job is to walk every branch, recommend an answer for each question, expose your own assumptions, and pressure-test the user's answers as they come in.

Do following the process:

1. **Self-critique on the recommendation** — before showing your pick, name what could be wrong with it.
2. **Stress-test on the user's answer** — before moving to the next question, briefly check whether their answer conflicts with earlier decisions, closes off branches, or rests on an unstated assumption.

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

## Per-question loop

For each question:

### 1. Form a recommendation and critique it (silently, then surface both)

Pick the answer you think is right. Then ask yourself: what assumptions am I making? what's the strongest case against this pick? Surface both.

### 2. Render the question

```
**Q<n>: <question>**

Options:
- (A) ...
- (B) ...
- (C) ...

**Recommendation:** (A) — <one-line reason>.

**Self-check:** <one-sentence honest critique — e.g. "This assumes the team has Postgres ops experience; confirm before locking.">

Pick A/B/C, override, or push back?
```

### 3. User answers

Wait. Accept their pick or override.

### 4. Stress-test the answer

Before moving on, briefly check:

- Does this conflict with any earlier resolved decision in this session?
- Does it close off a branch we may still need open?
- Does it rest on an unstated assumption?

If something is off, raise it inline. Otherwise acknowledge and move on.

### 5. Walk the next branch

Pick the next question by walking the design tree from where you are. Repeat.

## Rules

- ALWAYS recommend an answer. Never ask without proposing.
- ALWAYS show a self-check next to the recommendation. Even if you're confident — name what could be wrong.
- ONE question at a time. No compound questions.
- NEVER write to any other file. State lives in the conversation.
- NEVER spawn subagents. Do verification yourself by reading files inline if needed.
- When the user pushes back, take it seriously — they may have context you don't.
- When you're confused, name what's unclear and stop. Don't hide confusion behind a plan.

Attribution

thaitypethaitype
View sourceMore from thaitype →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →