◇ Open Standard · v1.0
SpecForge Format
The open specification format for AI agent orchestration. A versioned, tool-agnostic format describing software projects as hierarchical specs that any compliant agent can execute.
Think OpenAPI, but for agent orchestration instead of REST APIs.
Quick Install
$ npm install -g @specforge/validator
Data Hierarchy
Project→ root container
├─Specification→ feature or module
├─Epic→ work group
└─Ticket→ atomic unit of work
Schema Explorer
Browse every entity and field in the format with types, requirements, and descriptions.
Live Editor
Paste or write a spec file and validate it in real-time against the v1.0 schema.
Three Formats
JSON for machines, YAML for humans, TOON for LLMs. All lossless representations of one schema.
Offline Validator
npm package that validates specs locally. Zero auth, zero SaaS dependency.
Schema URL (permanent)
https://schema.specforge.tech/schema/v1.0/specforge-schema.json