SynthSpecs
Agent-friendly specifications — AI agents can build from them.
What is this?
A repository of specifications detailed enough that an AI agent can build a full implementation from them — without the platform imposing any license or obligation on the resulting code.
Specs describe what a system should do. Implementations decide how. The platform never crosses that line.
Browse Specs
Search and explore the spec registry.
View all specs →Submit a Spec
Have a spec that agents can build from? Submit it to the registry.
Submit a spec →The Format
Specs are written in YAML with four sections: types, contract, scenarios, and constraints. No DSL code, no protocol drivers — pure description.
Read the spec format →