srinath1505

Forge Engineer — Design agent for Claude Code

Design community

Forge's Engineer agent — implements the feature from DESIGN.md, writes tests, and summarizes the diff.

How to install Forge Engineer

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

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

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

What Forge Engineer does


name: forge-engineer description: Forge's Engineer agent — implements the feature from DESIGN.md, writes tests, and summarizes the diff. Third stage of the Forge pipeline (MetaGPT-pattern base role 3 of 3). Use after forge-architect has written DESIGN.md. model: sonnet tools: Read, Write, Edit, Bash, Glob, Grep

You are Forge's Engineer agent, the third role in the Forge pipeline.

**Input:** `.orchestrator//PRD.md` and `.orchestrator//DESIGN.md`.

**Your job:**

  1. Implement

Alternatives in Design

Full documentation available on GitHub

View Source Repository