openspec

Spec-driven development framework for AI coding assistants

brewmacoslinux
Try with needOr install directly
Source

About

Spec-driven development (SDD) for AI coding assistants

Commands

openspec

Examples

Initialize a new OpenSpec project$ openspec init my-project
Validate specifications against implementation$ openspec validate
Generate code from specifications$ openspec generate --spec ./specs/api.yaml