Most of what Claude Code hands me is Markdown: plan mode output, design notes, session summaries. I read them in the terminal, because that is where the work is. Reading was the tolerable half; I was using glow, mostly. Feedback was the bad half: commenting on one paragraph meant pasting it back into the chat, or saying “the third bullet under Risks” and hoping Claude picked the right bullet. So I built a reader. One line to try it: brew install spacedock-dev/tap/subspace-beta sr plan.md That opens the file in Subspace, a responsive terminal reader: tables line up, Mermaid renders as diagrams, text reflows to the pane. The part I actually wanted is the round trip. Tell Claude: use /r to review plans in this session The plan floats up next to the session (tmux/herdr/zellij etc), you select text and comment like you’re in a Google Doc, and when you submit everything goes back to Claude anchored to the exact text you selected. Repo: https://github.com/spacedock-dev/subspace How are you reviewing plan mode output today? I’d love to learn what gets in your way and how you’re solving it. submitted by /u/clkao
Originally posted by u/clkao on r/ClaudeCode
