OpenSpec Custom Schemas (intent-driven-dev) — Summary
OpenSpec Custom Schemas by intent-driven-dev is a community schema library that extends the base OpenSpec CLI with six additional workflow flavors, each targeting a different delivery context: minimalist (user-story + Gherkin), event-driven (Event Storming → AsyncAPI), behaviour-driven (Gherkin scenarios throughout), intent-driven (proposal → Gherkin specs → design → ADR → tasks), linearized (Linear issue binding + spec mirroring), and spec-driven-with-ADR. The schemas plug in directly to OpenSpec's schema system via openspec schema validate and are activated by a single schema: key in openspec/config.yaml. The project demonstrates how OpenSpec's pluggable schema architecture lets domain-specific artifact graphs be distributed as copyable folder trees without forking the CLI. With 43 stars, a YouTube walkthrough, and a companion blog post, it is the most visible community schema pack for OpenSpec. The repository is maintained by a single contributor (the intent-driven.dev blog author) and was last updated in May 2026.
Compared to the seed references: closest to openspec (same CLI, same command surface, same artifact storage) but specifically adds the ADR artifact, AsyncAPI specification artifact, Gherkin requirement format mandates, and Linear project management integration — none of which appear in the default OpenSpec schema.