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

Stacks Grilling

ASecurity

Use when a plan, design or decision needs stress-testing before any code is written, when the user asks to be grilled or to have their thinking challenged, or when another skill needs the round-and-frontier interview primitive. Produces a shared understanding, never code.

627 stars
0 votes
0 copies
0 views
Added 9/3/2026
developmenttypescriptgobashtestinggit

Works with

cli

Security Analysis

A100/100

Scanned 9/3/2026

Install to Claude Code

$npx -y skills add stacksjs/stacks --skill stacks-grilling --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Stacks Grilling?

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

Security grade badge for Stacks Grilling
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/stacksjs-stacks-grilling/badge)](https://www.skillsdirectory.com/skills/stacksjs-stacks-grilling)

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

Download Zip
Files
SKILL.md
---
name: stacks-grilling
description: Use when a plan, design or decision needs stress-testing before any code is written, when the user asks to be grilled or to have their thinking challenged, or when another skill needs the round-and-frontier interview primitive. Produces a shared understanding, never code.
license: MIT
compatibility: Bun >= 1.3.0, TypeScript
allowed-tools: Read Edit Write Bash Grep Glob
---

# Grilling

Interview the user relentlessly until you reach a shared understanding. Map the
work as a **design tree**: every decision branches into the decisions that hang
off it.

This is the interview primitive. `stacks-office-hours` runs it to shape a
product idea, `stacks-plan-review` runs it to settle an architecture, and
`stacks-redesign` runs it to pin down an aesthetic direction. Reach for it
directly when you want the interview with no wrapper around it.

Credit: adapted from Matt Pocock's `grilling` skill (MIT),
<https://github.com/mattpocock/skills>.

## Rounds and the frontier

Work the tree in **rounds**. The **frontier** is every decision whose
prerequisites are already settled: the questions you can ask *now* without
guessing at answers you have not heard yet.

Ask the whole frontier in one round. Number each question and give your
recommended answer. Then wait for the user's answers before the next round.

```
❓ **Q1** - **<question title>**: <question body, possibly several paragraphs,
including the options you see>

➡️ <your recommended answer>

---

❓ **Q2** - **<question title>**: <question body>

➡️ <your recommended answer>
```

Each round of answers reshapes the tree. Settled decisions push the frontier
outward and unblock questions that depended on them. Recompute the frontier and
ask the next round. A question whose answer depends on another question still
open in this round belongs to a *later* round, not this one.

## Facts are your job, decisions are the user's

Finding *facts* is never the user's job. When a frontier question needs a fact
from the environment, go get it. In a Stacks project that means reading rather
than asking:

- `config/*.ts` for what is already configured, and which driver is selected.
- `app/Models/` and `storage/framework/defaults/app/Models/` for what the domain
  already models.
- `routes/` for the surface that already exists.
- `buddy list` and `buddy <command> --help` for what the CLI already does.
- `CONTEXT.md` for the terms already settled.
- The relevant `stacks-*` skill for how a subsystem actually behaves.

Do not block on the lookup. A running exploration is an unsettled prerequisite,
so only the questions downstream of it wait. Ask the rest of the frontier now.

The *decisions* are the user's. Put each to them and wait.

## Done

The session is done when the frontier is empty: every branch of the design tree
visited, nothing left silently assumed. Do not act on it until the user confirms
you have reached a shared understanding.

## Do not build

No code during a grilling session. If the user reaches for an implementation
mid-interview, note the decision it implies, add it to the tree, and carry on.
Where a question genuinely cannot be settled in conversation because it needs a
runnable answer, reach for `stacks-prototype` and bring the result back.

## Downstream

> Frontier empty? `/stacks-plan-review` turns the understanding into an
> implementation plan, or `/stacks-new-feature` slices it into tracer bullets.

Attribution

stacksjsstacksjs
View sourceMore from stacksjs →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

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

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →