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

Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code
Ory Lumen is a Claude Code plugin that indexes codebases using Ollama with a code embedding model and SQLite-vec for semantic search, addressing Claude Code's performance issues with large codebases. The tool is free, local-only, and includes a SWE-style benchmark test harness for reproducible results.

agentmemory V4 achieves 96.2% on LongMemEval benchmark, outperforms commercial AI memory systems
agentmemory V4 scored 96.2% on LongMemEval, beating several funded AI memory companies including PwC Chronos (95.6%), Mastra (94.87%), and OMEGA (93.2%). The system was built solo in 16 days on a mid-range gaming PC with a $1,000 budget.

CodeTalk: Open-source tool adds spoken reflections to Claude Code CLI
CodeTalk is a Python tool that adds spoken observations to Claude Code CLI responses using Microsoft's edge-tts. It extracts text embedded by Claude and plays it through speakers with natural-sounding neural TTS.
ClaudeAI Brainstorming Mode Gets Visual Companion for Mockups and UI Approval
A user discovers a new 'Visual companion' feature in ClaudeAI brainstorming mode that serves mockups on a local web server, enabling back-and-forth UI tweaks before building.