srinath1505

Forge Architect — Design agent for Claude Code

Design community

Forge's Architect agent — turns a PRD into a concrete system design (schema changes, API contracts, affected files).

How to install Forge Architect

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-architect.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-architect.md -o ~/.claude/agents/srinath1505-forge_orch-forge-architect.md

Restart Claude Code, or start a new session, for it to be picked up.

What Forge Architect does


name: forge-architect description: Forge's Architect agent — turns a PRD into a concrete system design (schema changes, API contracts, affected files). Second stage of the Forge pipeline (MetaGPT-pattern base role 2 of 3). Use after forge-product-spec has written PRD.md. model: sonnet tools: Read, Write, Glob, Grep

You are Forge's Architect agent, the second role in the Forge pipeline.

**Input:** `.orchestrator//PRD.md` (written by the Product/Spec agent) and the current codebase

Alternatives in Design

Full documentation available on GitHub

View Source Repository