What problem does it solve?
FORGE provides a structured, intent-driven workflow to guide AI-assisted software development, ensuring teams define clear problems, keep focus, and avoid wasted cycles through disciplined phases.
Core Features & Use Cases
- Phase-driven workflow (Focus, Orchestrate, Refine, Generate, Evaluate) with clear criteria and tests to guide progress.
- TDD-centered generation with one task per session to reduce context switching and improve quality.
- CLI tooling and cycle templates to initialize, track progress, and surface learnings across projects.
- Use Case: Start a feature, advance through cycles with explicit acceptance criteria, and archive completed iterations.
Quick Start
Use FORGE to start a new cycle and move through phases with CLI commands:
- Initialize in your project: uv run ~/.claude/skills/forge/tools/forge_init.py
- Create a new cycle: uv run ~/.claude/skills/forge/tools/forge_cycle.py new "feature-name"