md-redline: GUI tool for reviewing and handing off markdown docs to Claude

md-redline is a local GUI tool designed to improve the workflow of reviewing and iterating on markdown documents generated by Claude. The tool addresses the clunky feedback loop that occurs when working with raw markdown files in CLI environments.
How it works
The workflow described by the creator is:
- Claude generates a markdown document from a prompt (e.g., "write a feature spec for magic link authentication")
- Open the file with
mdr /path/to/spec.md - Review and leave inline comments directly in the GUI (examples given: "out of scope", "what does this mean?")
- Click the hand-off button which copies instructions to paste into Claude
- Claude addresses the comments and updates the document
- Review the diffs in md-redline
Technical details
The comments are stored as HTML markers directly within the .md file. These markers are invisible in GitHub and VS Code preview but Claude can read them with a plain file read operation. The tool runs locally with no account, cloud service, or database required. It works with Claude Code or any AI agent that can read files.
The creator mentions using this tool as a product manager who no longer writes specs or stories manually. Instead, Claude generates them, the creator reviews and provides feedback through md-redline, Claude updates based on that feedback, and then the document is handed over to developers (human or agents) for implementation.
The tool is open source with an MIT license and available on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Context-Engineered Study System for Claude Code Acts as Persistent Tutor
A developer built a study system using Claude Code that tracks progress across sessions, probes understanding, works through exercises, and adapts to learning styles. The system uses structured markdown files to shape agent behavior and includes tools for extracting textbook pages from PDFs.

7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation
A developer open-sourced a 7-command Claude Code pipeline that handles SEO research, writing, optimization, and publishing. Costs $0.45/post (Perplexity API), runs in 15 min/day. Results: 18× monthly impressions in 12 months.

Symphony workflow automation tool works with Claude Code
A developer got the Symphony spec working with Claude Code to automate ticket-to-PR workflows, using Node/TypeScript initially but noting Elixir might be better. The tool requires separate API key setup and billing beyond Claude subscriptions.

mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment
mycrab.space has released SKILL.md, a Markdown blueprint for defining app dependencies and configuration, and a Prompt Autocomposer that generates ready-to-use deployment commands from these files. The system enables zero-config deployment of applications like VS Code in browser, personal music clouds, and AI agent interfaces.