Skip to content

Commit cf049cc

Browse files
github-actions[bot]CopilotRSginer
authored
[extension] Update BDD extension to v1.0.3 (#4299)
* Update BDD extension to v1.0.3 Update bdd extension submitted by @RSginer: - extensions/catalog.community.json (version, download_url, homepage, documentation, name, updated_at) - docs/community/extensions.md community extensions table Closes #4277 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs(extensions.md): update bdd extension table row order (#4308) Update the extensions table catalog to folow sorting rules --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Rubén Soler <r.solerginer@gmail.com>
1 parent f5d0422 commit cf049cc

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following community-contributed extensions are available in [`catalog.commun
4242
| Atlas | Synthesize spec-kit specs into faithful, interactive architecture storybooks & doc portals. | `docs` | Read-only | [spec-kit-atlas](https://github.com/ashbrener/spec-kit-atlas) |
4343
| Azure Cosmos DB | Best-practice Azure Cosmos DB code generation and review for any AI coding agent | `code` | Read+Write | [spec-kit-cosmosdb](https://github.com/AzureCosmosDB/spec-kit-cosmosdb) |
4444
| 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) |
45+
| BDD | Convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage | `process` | Read+Write | [spec-kit-bdd](https://github.com/RSginer/spec-kit-bdd) |
4546
| 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) |
4647
| Blueprint Index — Living Architecture Map | A living architecture map for spec-driven projects, kept honest by a deterministic, low-friction, machine-first CI gate (JSON, self-healable) that blocks only when the map contradicts the specs or code. Brownfield or greenfield. | `process` | Read+Write | [spec-kit-blueprint](https://github.com/ogil109/spec-kit-blueprint) |
4748
| 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) |
@@ -151,7 +152,6 @@ The following community-contributed extensions are available in [`catalog.commun
151152
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
152153
| Spec Trace | Build a requirement → test traceability matrix from spec.md and the test suite — surface untested requirements and orphan tests | `code` | Read+Write | [spec-kit-trace](https://github.com/Quratulain-bilal/spec-kit-trace) |
153154
| Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement | `process` | Read+Write | [spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate) |
154-
| Spec-Kit BDD | ATDD/BDD extension: convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage | `process` | Read+Write | [spec-kit-bdd](https://github.com/RSginer/spec-kit-bdd) |
155155
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
156156
| SpecAssay Check | Gate 2 refuses silent gaps and emits a trace-manifest (trace-manifest.json). | `visibility` | Read+Write | [specassay](https://github.com/rdryfoos/specassay) |
157157
| SpecJudge — right-size the model before you implement | Recommends the model that fits your tasks, citing the spec fragment behind every level. | `process` | Read-only | [SpecJudge](https://github.com/JoaquinRuiz/SpecJudge) |

extensions/catalog.community.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -605,15 +605,15 @@
605605
"updated_at": "2026-03-03T00:00:00Z"
606606
},
607607
"bdd": {
608-
"name": "Spec-Kit BDD",
608+
"name": "BDD",
609609
"id": "bdd",
610-
"description": "ATDD/BDD extension: convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage.",
610+
"description": "Convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage.",
611611
"author": "RSginer",
612-
"version": "1.0.2",
613-
"download_url": "https://github.com/RSginer/spec-kit-bdd/archive/refs/tags/v1.0.2.zip",
612+
"version": "1.0.3",
613+
"download_url": "https://github.com/RSginer/spec-kit-bdd/archive/refs/tags/v1.0.3.zip",
614614
"repository": "https://github.com/RSginer/spec-kit-bdd",
615-
"homepage": "https://github.com/RSginer/spec-kit-bdd",
616-
"documentation": "https://github.com/RSginer/spec-kit-bdd/blob/main/docs/usage.md",
615+
"homepage": "https://rsginer.github.io/spec-kit-bdd/",
616+
"documentation": "https://rsginer.github.io/spec-kit-bdd/",
617617
"changelog": "https://github.com/RSginer/spec-kit-bdd/releases",
618618
"license": "MIT",
619619
"category": "process",
@@ -662,7 +662,7 @@
662662
"downloads": 0,
663663
"stars": 0,
664664
"created_at": "2026-07-15T00:00:00Z",
665-
"updated_at": "2026-07-15T00:00:00Z"
665+
"updated_at": "2026-08-24T00:00:00Z"
666666
},
667667
"blueprint": {
668668
"name": "Blueprint",

0 commit comments

Comments
 (0)