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

companion-capture: Tool saves Claude Code's ephemeral speech bubbles
companion-capture is an open-source tool that captures Claude Code's companion character speech bubbles before they vanish from the terminal. It saves messages to markdown files and SQLite for search, using VT100 screen buffer parsing to track cursor positions.

Claude Usage Bar Colorizer Browser Extension Built with Claude Code
A developer built a browser extension that recolors Claude's usage bars from green to yellow to red based on percentage thresholds, adds a popup with live usage data, and allows customization of thresholds and colors. The extension only runs on Claude's usage page, stores settings locally, and makes no external network requests.

Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries
A new ClawHub skill called Agent Times enables AI agents to answer real-time queries about news, weather, and cryptocurrency prices. Installation is via npx clawhub install agenttimes, and it provides access to 228K+ articles from 3,576 feeds with sentiment scoring and entity extraction.

gui.new: Tool for Claude to Render Visual Output as Shareable Links
gui.new is a tool that lets Claude render visual output as live shareable links instead of returning code blocks. It's built with Claude, uses Next.js on Vercel with Supabase, and requires no signup.