Skip to content

docs: learning-UX roadmap + anchors design doc - #25

Closed
jonasbrami wants to merge 1 commit into
mainfrom
docs/learning-ux-roadmap
Closed

docs: learning-UX roadmap + anchors design doc#25
jonasbrami wants to merge 1 commit into
mainfrom
docs/learning-ux-roadmap

Conversation

@jonasbrami

Copy link
Copy Markdown
Owner

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:
    • 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.
  • 01-anchors.md — full design for the Track A foundation (optional per-question anchor).

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

  • Docs only — no code change.
  • The implementation of 01-anchors.md is in the stacked PR (feat/anchors).
  • The host-wake spike that cleared Track B is a local throwaway (not committed).

🤖 Generated with Claude Code

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>
@jonasbrami

Copy link
Copy Markdown
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.

@jonasbrami jonasbrami closed this May 29, 2026
@jonasbrami
jonasbrami deleted the docs/learning-ux-roadmap branch May 29, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant