DevForgeAI

Spec-driven development framework for Claude Code

Transform vague business ideas into production-ready code with zero technical debt through enforced TDD, quality gates, and immutable architectural constraints.

View on GitHub
- - - - - - - - -

Quick Start

From zero to spec-driven development in 8 commands. Each step feeds into the next, building a complete governed workflow.

claude-code
Node.js >= 18 npm >= 8 Git Claude Code Terminal
- - - - - - - - -

The Development Pipeline

Click any stage to explore what happens at each step of the spec-driven workflow.

- - - - - - - - -

Command Explorer

46 slash commands organized by workflow phase. Click any command to see example usage.

- - - - - - - - -

10-Phase TDD Development Cycle

The /dev command orchestrates a strict Red-Green-Refactor cycle with AC verification, integration testing, and quality gates.

- - - - - - - - -

4 Quality Gates

Non-negotiable checkpoints that enforce coverage thresholds, constraint compliance, and release readiness.

Coverage Thresholds (Gate 2)

Business Logic
95%
Application
85%
Infrastructure
80%
- - - - - - - - -

6 Constitutional Context Files

Immutable constraints that govern all AI agent behavior. Changes require an Architecture Decision Record (ADR) and user approval.

How to Change a Constitutional File

Propose Change Create ADR User Approval /create-context Propagation
- - - - - - - - -

Architecture

A layered architecture where slash commands invoke skills, which delegate to specialized subagents, all governed by immutable context files.

Layer 3 — User Interface
Slash Commands
46 commands
Layer 2 — Orchestration
Skills
26 inline prompt expansions
Layer 1 — Execution
Subagents
44 isolated specialists
Foundation — Governance
Constitutional Context Files
6 immutable constraint documents

Subagent Categories

- - - - - - - - -

Get Started

Three steps to spec-driven development.

1
Install
npx devforgeai install
2
Configure
/create-context
3
Build
/dev STORY-001
get started
$ npx devforgeai install
  DevForgeAI installed successfully!
  44 agents, 26 skills, 46 commands ready.
  Next: run /create-context to set up your project
DevForgeAI — Spec-Driven Development for Claude Code