Same MCP Server. 22 Tools.
PLANNING
Conversational — You + Claude Code
1
Create specification
create_specification
2
Describe goals, constraints, tech stack
3
Decompose into epics & tickets
create_epic, create_ticket
4
Map dependency graph
add_dependency
5
Link blueprints
link_blueprint
6
Run Planning Review
review_planning
7
Refine on findings → re-run until Gate 1
IMPLEMENTATION
Autonomous — Agent Teams
1
Orchestrator reads spec & dep graph
O
2
Spawn workers per epic (parallel)
W
W
W
3
Workers: claim → session →
implement → close ticket
4
Validators check acceptance criteria
V
5
Gate 2 passes → reviewed → completed
Generated by specforge init
.mcp.json
CLAUDE.md
.claude/agents/
orchestrator.md
← orchestrator
worker.md
← worker
validator.md
← validator
conventions.md
.claude/skills/
Orchestrator
Worker
Validator