Let your agent set it up
Already in a coding-agent session? Point it at the repo and it installs the skills, wires the loop runner, and starts Stage 1 — confirming at a few gates. Agent setup →
Feature Forge is a plugin that turns a feature idea into shipped, verified code through a fixed, resumable pipeline. Each stage is a slash command you invoke; state persists between stages, so you can stop and resume anytime.
You write a PRD (what to build); Feature Forge turns it into a tech spec
(how), then granular implementation specs, then a backlog of self-contained
work items. An autonomous loop implements the backlog item by item — running
your tests and committing as it goes — and finally generates docs. A
verify & fix gate runs after every stage — and because it runs in a fresh,
read-only subagent, it’s safe to automate: set autoVerify: true
and each stage is checked for you, hands-off.
Let your agent set it up
Already in a coding-agent session? Point it at the repo and it installs the skills, wires the loop runner, and starts Stage 1 — confirming at a few gates. Agent setup →
Install
Add Feature Forge to Claude Code or any supported agent. Install →
Quick Start
Go from zero to your first shipped feature in a handful of commands. Quick Start →
Key Concepts
PRD, REQ IDs, specs, backlog, the verification gate, the fresh-context loop. Concepts & glossary →
Using the Pipeline
A page per stage: the command, its inputs, what it produces, what you approve. Pipeline overview →
Worked Example
One small feature walked through all six stages with real artifacts. See the walkthrough →
Advanced
Epics, bootstrapping an empty repo, config, and cross-agent usage. Advanced topics →