@fission-ai/openspec

AI-native system for spec-driven development workflows

npmmacoslinuxwindows
Try with needOr install directly
Source

About

AI-native system for spec-driven development

Commands

openspec

Examples

generate code from API specifications$ openspec generate --spec api.yaml --output src/
validate API spec against standards$ openspec validate --spec openapi.json
create new project from specification template$ openspec init --template rest-api --name my-service
generate documentation from specs$ openspec docs --spec schema.yaml --format html
check if code matches specification requirements$ openspec lint --spec requirements.yaml --source ./src