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

LLM Skirmish: A Real-Time Strategy Game Benchmark for AI Coding Agents
LLM Skirmish is a benchmark where AI agents write code to play 1v1 real-time strategy games against each other. It uses a modified Screeps API and tests in-context learning across five tournament rounds.

Prompt-Master: Claude Skill for Generating Accurate AI Tool Prompts
Prompt-Master is a free Claude skill that writes accurate prompts for various AI tools including Cursor, Claude Code, GPT, Midjourney, Kling, and Eleven Labs. The tool has reached 600+ stars on GitHub and processes 4000+ traffic.

Claude Code Plugin Launches DOOM in Terminal While AI Thinks
A developer created a Claude Code plugin that displays DOOM as a tmux popup overlay during AI processing. The plugin uses doom-ascii, a terminal-based DOOM source port, and automatically launches/dismisses with prompts.

Savant Commander 48B: A Custom Qwen 3 Mixture-of-Experts Model with 12 Distilled Models
Savant Commander 48B is a custom Qwen 3 Mixture-of-Experts model with hand-coded routing that combines 12 distilled models from providers like Claude, Gemini, OpenAI, and Deepseek. It features 256K context length and allows prompt-controlled activation of specific distilled models.