grill-with-docs-htmllisted
Install: claude install-skill cskwork/grill-with-docs-html
<what-to-do>
Run the grilling interview exactly as [`grill-with-docs`](../grill-with-docs/SKILL.md) does — Socratic, one question at a time, recommended answer each time, codebase exploration over speculation, inline `CONTEXT.md` / ADR updates as decisions crystallise.
**Default add-on (this skill):** once the interview has produced 3+ structured decisions (typically D1.x / D2.x style grouped under candidates), export the full decision tree as a self-contained HTML form so the user can review the recommendations side-by-side, override any choice, write notes, and copy a final decision text back into chat.
Order of operations:
1. Run the interview (see `../grill-with-docs/SKILL.md`).
2. As decisions land, keep a mental ledger of: candidate id, decision id, options, trade-offs, recommended option, the "why" reasoning, side effects.
3. Draft Before/After Mermaid diagrams for each candidate (current shape vs. deepened shape).
4. **Validate every Mermaid block with mmdc BEFORE writing the HTML.** See `MERMAID-SAFE-SUBSET.md` and `VALIDATION.md`. Do not skip this — rendering errors in the browser block the user.
5. Write the HTML using the template in `HTML-FORM.md` to `$TMPDIR/grill-decisions-<timestamp>.html` (fallback `/tmp/...`) and `open` it.
6. Wait for the user's pasted decision text. Then proceed with implementation.
</what-to-do>
<supporting-info>
## Reuses
This skill reuses the entirety of `grill-with-docs`:
- Domain awareness (CONTEXT.md / CONTEXT-MAP.md discove