Conversation
…ision deck One skill, one paradigm: the spec is now a deck of items (decision | question | report | table), one screen each, with a progress rail, intro and summary screens, per-item skip, live stats and localStorage persistence. Decisions enforce a written justification per option (exit 2 without it) and at most one recommended option. Copy-JSON is the default flow: the CLI renders a self-contained HTML page to ~/.mkd/, opens the browser and exits 0; the user pastes the result JSON back into the chat. --wait keeps the old blocking handshake (loopback server + per-run x-mkd-token, result JSON on stdout) and is the only mode with image paste (the server persists the bytes). Distribution drops the compiled global binary: the AI runs 'bun <skill-dir>/cli/index.ts <spec>' straight from the skill directory. BREAKING CHANGE: the wokitoki blocks spec and the toki binary are gone; capabilities survive as deck item types under the new spec.
…the deck model SKILL.md now documents the no-install run (bun from the skill dir), the four item types, the justified-options hard rule, the copy-JSON default protocol and the --wait contract. references/schema.md mirrors the new validator; examples.md ships four worked decks; setup.md drops the binary build. CI smoke now renders a deck in copy mode instead of compiling a binary.
This was referenced Aug 21, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Fuses the
wokitokiskill with the validated Catch-Up decisions prototype into a single renamed skill:mkd(Make Decision) — a browser-based decision-deck CLI.items(decision|question|report|table), one screen each, with a navigable progress rail, intro + summary screens, per-item skip (= decide later), live stats and localStorage persistence.justification(exit 2 without it); at most onerecommendedoption per decision.~/.mkd/deck-<name>.html, opens the browser and exits 0; the user pastes the Result JSON back into the chat as the execution contract.--waitkeeps the blocking loopback handshake (per-runx-mkd-token, Result JSON on stdout) and is the only mode with clipboard-image paste.bun <skill-dir>/cli/index.ts <spec>straight from the skill directory. All output stays under~/.mkd/(zero footprint in the consumer repo).Breaking
The
wokitokiblocks spec and thetokibinary are gone; every capability survives as a deck item type under the new spec. Downstream installers must switchUSER_LEVEL_SKILLSfromwokitokitomkd.Verification
bun run types:check+bun run lint:checkgreen; CI smoke now renders a deck in copy mode.--waitsubmit (exit 0, stdout-only JSON), mobile 390px with no horizontal scroll.