The Architect banner
Hainrixz Hainrixz

The Architect

Development community

Description

The Architect — A Claude Code meta-agent that designs complete software blueprints. Describe what you want to build, get a self-contained .md file that Claude Code can build autonomously.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

The Architect

A Claude Code meta-agent that designs complete software blueprints.

Describe what you want to build. Get a complete blueprint. Let Claude Code build it for you.

tododeia.com · English · Español

Claude Code Agent Markdown Blueprints MIT License by tododeia.com


English

What is The Architect?

Imagine you want to build a house. Before anyone picks up a hammer, you need a **blueprint** — a detailed plan that shows every room, every wall, every pipe, and every wire. Without it, the builders wouldn't know what to do.

**The Architect does this for software.**

You open this project in [Claude Code](https://claude.com/claude-code), tell it what you want to build (a website, an app, a SaaS, an API — anything), and The Architect:

  1. Asks you smart questions about your idea
  2. Designs the entire system — database, API, frontend, auth, payments, everything
  3. Generates a blueprint file (.md) so detailed that another Claude Code instance can build the whole thing — step by step, without asking you anything

Think of it like this:

You: "I want to build a project management app like Trello"
         ↓
The Architect: asks questions, designs everything
         ↓
Blueprint.md: complete plan with tech stack, database schema,
              API routes, component hierarchy, build orde