/html-codesign
A decision page someone can operate and send back.
What it does
Builds a single self-contained HTML file that turns a decision into something a person can operate: a step-through wizard, one question per screen, each with context and an argued recommendation. The reader picks, skips, or asks back, then exports the decision as Markdown and JSON with stable IDs — so "keep the first, swap the second" produces a diffable v2.
When to reach for it
When the person deciding is not in the conversation, or wants to review alone rather than in a live dialog.
It's working if
- Someone who was never in the chat can answer every question from its own screen.
- Skipping is a real answer, and the export says so.
- The exported IDs survive into v2 unchanged.
Install this skill
Then type /html-codesign in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s html-codesignOr install the whole use-html-theme plugin — this skill plus 2 others.
/plugin install use-html-theme@smorinlabs-harnessWhere it fits
- /question-walkthrough — the live alternative — the same questions, in chat, one at a time.
- /html-explain — the sibling for material that is already settled.
- /use-html-theme — owns how the page looks; this one owns structure and exports.