一键导入
grilling
/grill — a relentless interview that sharpens a plan or design before any of it is built.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
/grill — a relentless interview that sharpens a plan or design before any of it is built.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this when asked to build, create, write, scaffold, or publish a protoAgent plugin — e.g. "make a plugin that …", "add a plugin for X", "package this as a plugin", "write a plugin that adds a tool/dashboard/workflow", "publish a plugin so others can install it". Covers the plugin contract (manifest + register()), the full contribution surface (tools, subagents, SKILL.md skills, workflows, console views, routes, MCP servers, config/secrets/settings), the conventional repo layout, testing, and distribution by git URL — with the safety model. Not for: using an already-installed plugin, or extending via a one-off SKILL.md skill or MCP server (smaller asks — see the Skills / MCP guides).
/due-diligence — validate a technology or architecture choice with the due-diligence workflow: codebase map + external research in parallel, antagonist + claim verification, and a cited adopt/build/defer verdict.
Use this when writing, drafting, or updating an Architecture Decision Record (ADR) or a plan document for this repo — e.g. "write an ADR for X", "record this decision", "author the ADR for this design", "draft the plan doc". Covers the house MADR shape, numbering, the index row, the docs-nav regeneration step, and the VitePress traps that fail the docs build.
/code-review — adversarial PR review via the code-review workflow: four parallel finder angles, dedup, an evidence-checking verify pass, and a findings report. Falls back to a two-axis inline review when the workflow isn't available.
When the user wants to SEE, render, visualize, preview, or "show me" a chart, diagram, mock-up, table, or interactive widget — render it with the show_artifact tool instead of writing files to disk.
/standup — an operational status report on everything this agent currently owns: tasks, goals, schedules, background work, and what needs the operator's call.
| name | grilling |
| description | /grill — a relentless interview that sharpens a plan or design before any of it is built. |
| user_only | true |
| slash | grill |
Interview the user relentlessly about every aspect of the plan or design under discussion until you reach a shared understanding. Walk down each branch of the decision tree, resolving dependencies between decisions one by one.
Rules:
When the interview converges, restate the agreed plan compactly — decisions, not transcript — and ask for the go-ahead. If a decision is durable (a constraint or preference that outlives this session), offer to persist it to memory.
(Adapted from mattpocock/skills grilling, MIT.)