Atelier v0.3 adds targeted markdown revisions with Claude Code

Atelier v0.3 is a free VS Code extension for creating specifications and managing agent workflows using file-based tools. Specifications are stored as Markdown files in your repository, and the kanban board functionality uses your TODO.md file.
Key Features in v0.3
The latest version introduces a feature where you can highlight sections of markdown documents and send them directly to Claude Code for revisions. When you do this:
- The agent reads your feedback and provides targeted revisions directly within the markdown editor
- You can click on any revision to see which specific feedback it addresses
- Each revision includes the agent's description of how it addressed your feedback
- You can accept or reject individual edits
- All content remains editable, allowing you to make changes without waiting for the agent
According to the developer, this approach improves iteration on specifications with Claude Code by keeping you in the editing flow while the agent researches the codebase. This eliminates the need to scroll through terminal output to match requests with responses. The tool also helps maintain technical documentation in repositories without requiring you to keep all details in memory when designing new features.
This type of tool is useful for developers who work with AI coding agents and want to maintain documentation alongside their code.
📖 Read the full source: r/ClaudeAI
👀 See Also

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.

A 4-tier knowledge base architecture to improve AI agent accuracy
A developer built a structured knowledge base with 200+ articles to provide domain-specific context to AI agents, implementing a 4-tier pipeline with query classification that cut token costs by ~40%.

SynapsCAD: Open-Source Desktop App for OpenSCAD with Claude AI Integration
SynapsCAD is an open-source desktop application that combines an OpenSCAD code editor, real-time 3D viewport, and AI assistant. Built entirely in Rust with Bevy 0.15 and egui, it supports Claude API integration for natural language 3D CAD coding.

MCP Server for Semantic Search in Obsidian Vaults
A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.