From c88d91507819234d123adad461f7067d20c91afb Mon Sep 17 00:00:00 2001 From: yoinks-yoinks Date: Sun, 21 Jun 2026 16:41:12 +0500 Subject: [PATCH 1/2] docs: add spec-driven-with-beads to community schemas table --- docs/customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customization.md b/docs/customization.md index 3c20a1d65..c7c54d9ab 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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` | @yoinks-yoinks | [yoinks-yoinks/openspec-schemas](https://github.com/yoinks-yoinks/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. From 33c1f9a2e22a76a5ce00dda4c559c8915428e0b0 Mon Sep 17 00:00:00 2001 From: yoinks-yoinks Date: Sun, 21 Jun 2026 19:07:37 +0500 Subject: [PATCH 2/2] fix: update github url to mehmood-baryalai --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index c7c54d9ab..dd8950ba9 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -346,7 +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` | @yoinks-yoinks | [yoinks-yoinks/openspec-schemas](https://github.com/yoinks-yoinks/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. | +| `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.