Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ Community schemas are not vendored into OpenSpec core — they live in their own
| Schema | Maintainer | Repository | Description |
|--------|-----------|-----------|-------------|
| `superpowers-bridge` | @JiangWay | [JiangWay/openspec-schemas](https://github.com/JiangWay/openspec-schemas/tree/main/superpowers-bridge) | Integrates OpenSpec's artifact governance with [obra/superpowers](https://github.com/obra/superpowers) execution skills (brainstorming, writing-plans, TDD via subagents, code review, finishing). Adds an evidence-first `retrospective` artifact filling a gap Superpowers does not natively cover. |
| `spec-driven-with-beads` | @mehmood-baryalai | [mehmood-baryalai/openspec-schemas](https://github.com/mehmood-baryalai/openspec-schemas/tree/main/openspec/schemas/spec-driven-with-beads) | Uses [Beads](https://github.com/gastownhall/beads) (`bd`) as the task execution backend. The `tasks` phase seeds Beads issues via `bd create` + `bd dep add`; the `apply` phase drives work through `bd ready`/`bd update --claim`/`bd close` instead of tracking a flat markdown checklist. |

> Want to contribute a community schema? Open an issue with a link to your repository, or submit a PR adding a row to this table.

Expand Down