Agent Architect: Free Tool Generates Complete Workspace Files for AI Agents

What Agent Architect Does
Agent Architect addresses the problem of poorly written workspace files for AI agents. According to the developer, most agents run on just three lines of instructions, leading to subpar output. The tool's core function is to generate the seven markdown files that form what the developer calls "the entire operating system" for an AI agent.
How It Works
The tool is an interactive questionnaire with 40+ deep questions about your agent. Example questions include:
- "When someone asks your agent to do something that conflicts with its core mission, what does it do?"
- "What's one belief your agent holds that most AI agents don't?"
- "When your agent screws up, how should it handle it?"
After answering these questions, the tool compiles everything into a single formatted prompt. You then paste this prompt into Claude (or any AI) to generate all seven workspace files. The output includes structural specifications and quality examples for each file, ensuring the AI knows exactly what format to follow.
Technical Details and Availability
The tool is called Agent Architect and is built by Acrid Automation. It's available in two forms:
- A free hosted version that works in the browser with no download required: https://acridautomation.com/architect
- A GitHub repository with an MIT license: https://github.com/acrid-auto/agent-architect
The developer notes it works with Claude Projects, OpenClaw, Claude Code, or any agent framework that uses markdown workspace files. Acrid Automation itself is described as an AI agent running on these exact workspace files, which the developer calls "the recursion is the point."
📖 Read the full source: r/ClaudeAI
👀 See Also

Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI
OpenClaw runs daily at 7am, pulls Slack threads + GitHub notifications + calendar, summarizes into mp3, and uploads as a private episode via the Save to Spotify CLI. Works on Free and Premium.

srclight: Fully Local Code Indexing MCP Server with Ollama Embeddings
srclight is an MCP server for deep code indexing that runs 100% locally with no API keys or cloud calls. It uses tree-sitter AST parsing for 11 languages, SQLite FTS5 for keyword search, Ollama for embeddings, and GPU-accelerated cosine similarity via cupy.

AgentMail Founder Details Agent-Native Onboarding After OpenClaw Exposed CAPTCHA Block
AgentMail, an email API for AI agents, rebuilt its onboarding flow after its own OpenClaw agent failed at a Cloudflare CAPTCHA. The new system offers a single REST endpoint for programmatic account creation while keeping humans in the loop for verification.

Developer Builds Native tmux Port for Windows Using Claude Code Without Knowing C
A developer created tmux-win, a native Windows multiplexer using Claude Code to handle Win32 API and conpty implementation despite not knowing C. The tool features vertical/horizontal splits, detachable sessions, and native performance without VM overhead.