docs: learning-UX roadmap + anchors design doc - #25
Closed
jonasbrami wants to merge 1 commit into
Closed
Conversation
Investigates the current cognit quiz interface and lays out a 10-feature plan to accelerate the learning loop, split into two tracks: - Track A (ship now, no host-wake dependency): inline code context, immediate feedback, confidence, teach-back, card view, coverage map, cross-PR memory. - Track B (gated on a host-wake spike): in-UI steering, drill-this, activity panel. The decisive constraint: the host owns the terminal TTY and the web app (its MCP child) has no path to the host's stdin, so the host is strictly turn-based. Track B rests on a host-wake mechanism; the brief documents the validated long-poll design. 01-anchors.md specs the Track A foundation (optional per-question `anchor`). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
Not merging a separate docs PR — collapsed the design docs into a single brief roadmap (docs/design/learning-ux.md) that rides with the anchors PR (#26). Avoiding a growing tree of per-feature md files. |
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
Adds the design docs for a learning-acceleration UX effort on the cognit quiz interface.
00-brief.md— investigates the current interface and lays out 10 features in a two-track roadmap:01-anchors.md— full design for the Track A foundation (optional per-questionanchor).The key finding
The host owns the terminal TTY and the web app (its MCP child) has no path to the host's stdin, so the host is strictly turn-based. Anything where "click in the browser → host reacts without touching the terminal" (Track B) rests on a host-wake mechanism that didn't exist. The brief documents the validated long-poll design for it.
Notes
01-anchors.mdis in the stacked PR (feat/anchors).🤖 Generated with Claude Code