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

SecureContext: An MCP Plugin for Persistent Memory and Token Reduction in Claude Code
SecureContext is an open-source MCP plugin that provides MemGPT-style persistence across Claude Code sessions, reduces input tokens by ~87% through targeted context recall, and isolates credentials via a security sandbox.

Building a $6.4k Local LLM Server: TCO Breakdown vs API Costs
A developer shares a detailed total cost of ownership for a 4x MI100 local server running llama.cpp, compared to API equivalents including OpenAI and Z.AI coding plans.

Flavian: A WordPress Development Framework with 24 Specialized Claude Code Agents
Flavian is an open-source WordPress development framework built around Claude Code, featuring 24 specialized agents for tasks like frontend development, security audits, and Figma-to-WordPress conversion. The creator found domain-specific agents significantly outperform general-purpose ones for WordPress development.

PocketTeam: A Claude Code Pipeline with Hook-Based Safety and Learning Agents
PocketTeam is a Claude Code pipeline that implements 9 safety layers at the tool-call level to block dangerous operations like writes to .env or rm -rf commands. The system includes an Observer agent that analyzes completed tasks and writes structured learnings to improve future agent performance.