diff --git a/docs/community/extensions.md b/docs/community/extensions.md index ebd49f380d..f915ae791c 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -35,6 +35,7 @@ The following community-contributed extensions are available in [`catalog.commun | Architecture Workflow | Generate or reverse project-level 4+1 architecture views with per-view and full-workflow commands | `docs` | Read+Write | [spec-kit-arch](https://github.com/bigsmartben/spec-kit-arch) | | Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) | | Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | `integration` | Read+Write | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) | +| Spec-Kit BDD | ATDD/BDD extension: convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage | `docs` | Read+Write | [spec-kit-bdd](https://github.com/RSginer/spec-kit-bdd) | | Blueprint | Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs | `docs` | Read+Write | [spec-kit-blueprint](https://github.com/chordpli/spec-kit-blueprint) | | Branch Convention | Configurable branch and folder naming conventions for /specify with presets and custom patterns | `process` | Read+Write | [spec-kit-branch-convention](https://github.com/Quratulain-bilal/spec-kit-branch-convention) | | Brownfield Bootstrap | Bootstrap spec-kit for existing codebases — auto-discover architecture and adopt SDD incrementally | `process` | Read+Write | [spec-kit-brownfield](https://github.com/Quratulain-bilal/spec-kit-brownfield) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index d10c680be4..0f021f12d1 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -395,6 +395,41 @@ "created_at": "2026-03-03T00:00:00Z", "updated_at": "2026-03-03T00:00:00Z" }, + "bdd": { + "name": "Spec-Kit BDD", + "id": "bdd", + "description": "ATDD/BDD extension: convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage.", + "author": "RSginer", + "version": "1.0.0", + "download_url": "https://github.com/RSginer/spec-kit-bdd/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/RSginer/spec-kit-bdd", + "homepage": "https://github.com/RSginer/spec-kit-bdd", + "documentation": "https://github.com/RSginer/spec-kit-bdd/blob/main/README.md", + "changelog": "https://github.com/RSginer/spec-kit-bdd/blob/main/CHANGELOG.md", + "license": "MIT", + "category": "docs", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.2.0" + }, + "provides": { + "commands": 3, + "hooks": 2 + }, + "tags": [ + "bdd", + "gherkin", + "atdd", + "acceptance-testing", + "tdd", + "quality" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-07-14T00:00:00Z", + "updated_at": "2026-07-14T00:00:00Z" + }, "blueprint": { "name": "Blueprint", "id": "blueprint",