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

Multi-LLM Paper-Trading Bot with Claude Opus as Lead Engineer and Gemini as Strategist: Architecture Breakdown
A solo builder shares a 4,900-LOC paper-trading bot on Alpaca where Claude Opus 4 (Engineer) has veto power over Gemini Pro (Strategist), with a 270+ entry disagreement log called the Strategist Codex.

OpenMind adds visual mind map interface to OpenClaw installations
OpenMind is an open-source tool that transforms OpenClaw installations into interactive, live-editable mind maps with real-time memory visualization, hot-swappable logic, and full-text search across all nodes.

Using an MCP Server to Optimize React Native Apps with Claude Code
An MCP server streams live runtime data from a React Native app into Claude Code, identifying performance issues like Zustand store thrashing and unnecessary re-renders.

Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming
Mia is a daemon that runs on your machine and pairs with a native Android app over P2P, allowing you to kick off and monitor long-running AI coding tasks from your phone. It supports OpenCode, Claude Code, Gemini CLI, and Codex agents, streaming output directly to your device in real time.