12 specialists. Pick one, copy its prompt, go — no clone, no setup script.
View on GitHubRun the full system
Copying a prompt above works on its own — paste it, done, nothing installed. Installing Forge adds the other half: an orchestrator that pulls in the right specialists on its own, project after project, instead of you hunting for one prompt at a time.
Step 01
One-time setup, any project.
git clone https://github.com/CafeLabsCorp/forge.git forge cd forge ./scripts/setup-symlinks.sh
Symlinks every agent into ~/.claude/agents/ — Claude Code picks them up right away, no restart.
Step 02
In Claude Code, in your own project folder:
"I have an idea for an app that helps small gyms schedule classes and manage member check-ins."
Any plain description works. Already mid-project? Say "let's loop in the team" instead — the orchestrator switches to triage mode.
Step 03
No command to run — this is what happens automatically:
It scopes the idea, delegates to whichever specialists apply — design, backend, mobile, whichever the project actually needs — and synthesizes everything back into one plan, flagging any trade-off a specialist raised along the way.
Prerequisites, customizing the roster for your own stack, and the full architecture doc all live in the repo. See the full walkthrough in the README →