/question-walkthrough
Decide a pile of open questions one at a time.
What it does
Takes an unresolved pile — open questions in a doc, undecided to-dos, a plan blocked on four things nobody has answered — and turns it into a sequence of single decisions. Each question arrives with just enough context to make it, and the remaining pile is re-planned after every answer: whatever your last decision made irrelevant gets dropped out loud.
When to reach for it
When a plan has stalled because several things are undecided and none of them are being decided. Also when someone hands you a document with five open questions in it and you want them settled rather than admired.
It's working if
- You answer questions you understand, because the context arrived before the question did.
- The pile gets smaller for reasons other than you answering — questions get dropped as later ones become moot.
- You can stop halfway and the partial decisions still hold.
Install this skill
Then type /question-walkthrough in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s question-walkthroughOr install it as the question-walkthrough plugin.
/plugin install question-walkthrough@smorinlabs-harnessWhere it fits
- /html-codesign — the asynchronous alternative — a shareable decision page instead of a live dialog.
- /explain — supplies the anatomy each question is framed with.
- /project-refine — takes over when the walk keeps converging on one project’s shape.