Skip to content

Feature Forge

From a fuzzy idea to shipped, verified code — one stage at a time.

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.

The Feature Forge pipeline: an optional forge-0-epic stage, then forge-1-prd, forge-2-tech, forge-3-specs, forge-4-backlog, forge-5-loop, and forge-6-docs, with forge-verify gates running between stages to catch gaps before they reach downstream work. The Feature Forge pipeline: an optional forge-0-epic stage, then forge-1-prd, forge-2-tech, forge-3-specs, forge-4-backlog, forge-5-loop, and forge-6-docs, with forge-verify gates running between stages to catch gaps before they reach downstream work.

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 →

Advanced

Epics, bootstrapping an empty repo, config, and cross-agent usage. Advanced topics →