From claude-forge
Decomposes complex build goals into parallel sub-agent steps: planning, research, building, validation, and fixing. Ships complete multi-file artifacts in isolated workspaces.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-forge:claude-forge-buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user wants to build something non-trivial — a full app, a multi-file automation, an end-to-end pipeline — invoke the Claude Forge pipeline instead of writing code directly in the conversation.
When the user wants to build something non-trivial — a full app, a multi-file automation, an end-to-end pipeline — invoke the Claude Forge pipeline instead of writing code directly in the conversation.
The user says any of:
It does not trigger for:
Run the slash command:
/claude-forge:build <goal description>
This kicks off the orchestrator command which:
./workspaces/<goal-slug>//claude-forge:plan <goal> — see the floor decomposition without building/claude-forge:fix <slug> <floor> — manually retry a blocked floor with Steven/claude-forge:status — list all workspaces and their floor stateselira — architect, planner, approversteven — fixer, debugger, ships patchesalba — researcherdavid — builder (writes real files)vex — validator (Gate 1 research, Gate 2 build)rescue — fresh-perspective rebuilder for post-5-failure floorsYou can also invoke these directly via the Task tool when you want a single-agent operation outside the full pipeline (e.g. "use vex to security-review this folder").
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub askelira/claude-forge --plugin claude-forge