grilling
v0.2.0A relentless design interview: work the problem as a tree, ask every question whose prerequisites are settled in one round, and treat fact-finding as the agent's job rather than the user's
By fblissjr2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install grilling for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install grilling-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/fblissjr/fb-claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/grilling/.
Plugin files
├── .claude-plugin/plugin.json└── skills/grilling/SKILL.md
Included Skills1
Interview the user until a plan, design, or decision is fully specified, by working a design tree in rounds rather than asking questions as they occur. Each round asks every question whose prerequisites are already settled, with a recommended answer attached, and the session ends when nothing is left unasked. Use when the user says "grill me", "stress-test this", "poke holes in this", "interview me", "what am I not thinking about", or when a plan is about to be built and its unknowns have not been enumerated. Finding facts is the agent's job; only decisions go to the user. Do NOT use to review work already done (use a postmortem or code review) or to answer a question the codebase can settle on its own.
Plugin manifests1
{
"name": "grilling",
"version": "0.2.0",
"description": "A relentless design interview: work the problem as a tree, ask every question whose prerequisites are settled in one round, and treat fact-finding as the agent's job rather than the user's",
"author": {
"name": "fblissjr"
},
"repository": "https://github.com/fblissjr/fb-claude-skills"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[grilling on Agent Plugins Marketplace](https://pluginsmp.com/plugins/grilling-2)