narumiruna/skills

grilling-designs

Interview the user one decision at a time to stress-test a plan or design until goals, constraints, assumptions, tradeoffs, risks, and verification are explicit. Use only when the user asks to be grilled or names “grilling designs.”

First seen Jul 4, 2026

Installation

$ npx skills add narumiruna/skills --skill grilling-designs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from narumiruna/skills · top by installs.

npx skills add narumiruna/skills

Browse all from narumiruna/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 13
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,525 B
  • docs SUMMARY.md 260 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 39 installs

SKILL.md

Grilling Designs

Build a live decision tree from the user's goal, constraints, stakeholders, flows, dependencies, risks, and success criteria.

Loop

  1. Resolve answers available from repository files, callers, configuration, docs, tests, or commands before questioning the user.
  2. Select the highest-leverage unresolved decision that unlocks later branches.
  3. Ask exactly one question with:

- Question: the one decision needed next. - Options: a numbered list of credible choices. - Recommended answer: the option you recommend and the deciding rationale.

  1. Incorporate the answer, resolve dependent branches, and repeat. If it conflicts with evidence or an earlier decision, state the conflict and ask the smallest clarifying question.

Prioritize goal/success, constraints/non-goals, architecture facts, interfaces/data/state ownership, failure/security/migration/rollout/observability, then test and verification criteria.

Do not draft a plan while major branches remain. When the user requests a plan after the interview, use writing-plans with the agreed decisions.

Stop when no major unresolved branch remains. Return the agreed decisions, remaining risks or unknowns, and the recommended next action.