Show HN: What's Next – end a Claude Code turn with a choice, not prose Developer kvit released What's Next, a free MIT-licensed Claude Code plugin that ends an agent turn with a keyboard-selectable card of two to four options instead of a prose report, built on Claude Code's AskUserQuestion tool. The plugin installs via `/plugin install whats-next@kvit`, ships with environment controls including REPORT_GATE=off and REPORT_GATE_MAX_BLOCKS (default 2), and its reorder logic in internal/order passes 14/14 tests. A Claude Code plugin. It changes how a turn ends: instead of a long end of turn report it finishes with a short report and a question/suggestion you respond to by selecting one of two to four options. By kvit https://kvit.app . Free and MIT licensed — read why a turn should end with a choice https://blog.kvit.app/posts/ending-a-turn-with-a-choice/ . When Claude finishes a piece of work, the thing you have to act on — do this next, or answer that, or it stopped because of this — sits inside prose. You read the paragraph, then type "what's next" or "continue", and pay for another round trip to get back to where the work was already pointing. Claude Code already has the right widget for this: the AskUserQuestion tool draws a card of labelled options, keyboard-selectable, with free text always available. This plugin makes that call the way a working turn ends, and checks that it happened. /plugin marketplace add https://github.com/kvitapp/kvit-plugins.git /plugin install whats-next@kvit That is all. The next session starts with the convention in force, and removing the plugin removes it. Installing copies the plugin's files into ~/.claude/plugins/cache/