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

Pretticlaw: A Lighter Alternative to OpenClaw with Faster Setup
Pretticlaw is a lightweight alternative to OpenClaw that requires only 2 commands for setup, has a 30MB footprint, and responds in 2-3 seconds with an inbuilt dashboard on port 6767.

Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates
Forge is an open-source Claude Code plugin that adds file locking, automated test gates, and 22 governance agents to prevent collisions and drift in AI-generated code workflows. It's MIT licensed and installs via the Claude plugin marketplace.

angular-grab: Tool for Extracting Angular Component Context for AI Agents
angular-grab is a dev-only tool that lets you point at any UI element in an Angular dev server, press Cmd+C, and copy the full component stack trace with file paths and HTML to your clipboard for pasting into AI agents.

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.