Forgia

CLI Reference

The forgia CLI manages the local vault, runs SDDs, and inspects project state.

Installation

Install via mise (recommended):

mise install forgia

Or build from source:

git clone https://github.com/Forgia-Labs/forgia
cd forgia
go build -o forgia ./cmd/forgia/

Commands

CommandDescription
forgia initInitialize the Forgia vault in a project
forgia statusShow FD and SDD status across the vault
forgia doctorDiagnose missing dependencies
forgia execExecute a single SDD against an agent runtime
forgia batch FD-NNNExecute all SDDs for an FD in parallel

Claude Code slash commands

Most of the Forgia workflow runs through Claude Code slash commands, not the CLI:

CommandDescription
/fd-newCreate a new Feature Design
/fd-reviewGate review before SDD generation
/fd-sddGenerate SDDs from an approved FD
/fd-verifyVerify all SDDs are done before closing
/fd-closeArchive and close a completed FD
/sdd-assignAssign an SDD to an agent backend

The CLI handles infrastructure and automation; the slash commands handle the design and review workflow.