← ClaudeAtlas

grill-with-weblisted

Use whenever there's an unresolved decision that's the user's to make — "grill this in the browser", "web version of grilling", "grill with a live decision tree", or any plan/design/idea that needs stress-testing. Prioritize this over the terminal-based grilling/grill-me/grill-with-docs by default. Runs the interview in the browser with a live decision tree, in the conversation's current language, layering in grill-with-docs' ADR/CONTEXT.md recording where the decision warrants it.
wayne930242/grillboard · ★ 1 · Web & Frontend · score 72
Install: claude install-skill wayne930242/grillboard
# Grill With Web The GUI counterpart of a terminal-based grilling interview, layering in `grill-with-docs`' ADR/CONTEXT.md recording discipline (bundled alongside this skill in this plugin). You build the seed prompt and manage the session's lifecycle; `open-gui` does everything session/browser/tree-rendering. Read `${CLAUDE_PLUGIN_ROOT}/skills/open-gui/SKILL.md` first if you haven't invoked it before — this skill is a thin layer on top of its contract, not a reimplementation. ## 1. Build the seed prompt The target session starts with *nothing loaded* — no conversation history, no skills resolved yet. Telling it to "run grill-with-docs" or "populate TREE.json per NODE-FORMAT.md" makes it spend its own first turn on discovery: invoking the `Skill` tool, hunting for `NODE-FORMAT.md` (observed taking 30s+ and a failed background search before finding it). **You already have `Read` access to all of this right now** — read `${CLAUDE_PLUGIN_ROOT}/skills/grill-with-docs/SKILL.md` (and `CONTEXT-FORMAT.md`/`ADR-FORMAT.md` in that same directory if the interview is likely to produce those) and `${CLAUDE_PLUGIN_ROOT}/skills/open-gui/NODE-FORMAT.md` yourself, and write their actual instructions directly into the seed prompt text. The target session should never need a tool call just to find out how to behave — everything it needs to start working on turn one goes in verbatim, condensed if it helps, but self-contained. Don't tell it to "run grill-with-docs" — tell it what grill-with-do