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

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
md-redline: GUI tool for reviewing and handing off markdown docs to Claude
Ad

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
Ad

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

Ad

👀 See Also

AiPayGen: An AI Agent Marketplace with MCP Integration for Claude Code
Tools

AiPayGen: An AI Agent Marketplace with MCP Integration for Claude Code

AiPayGen is a marketplace with 142 AI agents across 27 categories including finance, legal, healthcare, DevOps, security, and marketing. It functions as an MCP server for direct use in Claude Code, allowing users to browse, invoke, and manage agents through specific commands.

OpenClawRadar
memv MCP Server: Persistent Structured Memory for AI Agents
Tools

memv MCP Server: Persistent Structured Memory for AI Agents

memv, an open-source Python memory layer for agents, now ships with an MCP server. It provides five tools for persistent, structured memory with per-user isolation and LLM-optional extraction.

OpenClawRadar
nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure
Tools

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure

nervx is a pip-installable CLI tool that parses repositories with tree-sitter, builds a SQLite graph of functions and imports, and generates a NERVX.md structural map. It automatically adds instructions to CLAUDE.md that teach Claude to use nervx navigation, reducing grep searches by 65% and output tokens by 48% in testing.

OpenClawRadar
Privacy-First MCP Server Directory Launches with Documented Data Handling Policies
Tools

Privacy-First MCP Server Directory Launches with Documented Data Handling Policies

A new directory at toolora.dev/mcp-hub lists MCP servers with documented data handling policies, including local vs hosted classification, what data each tool transmits, and whether accounts are required. The creator also provides a browser test method to verify privacy claims.

OpenClawRadar