Skip to content

Commit 4f05eff

Browse files
authored
Add Reqnroll BDD extension to community catalog (#2545)
Add reqnroll-bdd extension submitted by @stenyin (LoogaCY Studio) to: - extensions/catalog.community.json (alphabetical order) - README.md community extensions table Closes #2544
1 parent 59fdca5 commit 4f05eff

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ The following community-contributed extensions are available in [`catalog.commun
258258
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
259259
| Red Team | Adversarial review of specs before /speckit.plan — parallel lens agents surface risks that clarify/analyze structurally can't (prompt injection, integrity gaps, cross-spec drift, silent failures). Produces a structured findings report; no auto-edits to specs. | `docs` | Read+Write | [spec-kit-red-team](https://github.com/ashbrener/spec-kit-red-team) |
260260
| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex](https://github.com/liuyiyu/spec-kit-repoindex) |
261+
| Reqnroll BDD | Adds Reqnroll BDD planning, Gherkin generation, traceability, safe task injection, handoff, and verification to Spec Kit | `process` | Read+Write | [spec-kit-reqnroll-bdd](https://github.com/LoogacyStudio/spec-kit-reqnroll-bdd) |
261262
| Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions | `process` | Read+Write | [spec-kit-retro](https://github.com/arunt14/spec-kit-retro) |
262263
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | `docs` | Read+Write | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
263264
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |

extensions/catalog.community.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-12T21:40:51Z",
3+
"updated_at": "2026-05-13T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2081,6 +2081,44 @@
20812081
"created_at": "2026-03-23T13:30:00Z",
20822082
"updated_at": "2026-03-23T13:30:00Z"
20832083
},
2084+
"reqnroll-bdd": {
2085+
"name": "Reqnroll BDD",
2086+
"id": "reqnroll-bdd",
2087+
"description": "Adds Reqnroll BDD planning, Gherkin generation, traceability, safe task injection, handoff, and verification to Spec Kit.",
2088+
"author": "LoogaCY Studio",
2089+
"version": "1.0.0",
2090+
"download_url": "https://github.com/LoogacyStudio/spec-kit-reqnroll-bdd/archive/refs/tags/v1.0.0.zip",
2091+
"repository": "https://github.com/LoogacyStudio/spec-kit-reqnroll-bdd",
2092+
"homepage": "https://github.com/LoogacyStudio/spec-kit-reqnroll-bdd",
2093+
"documentation": "https://github.com/LoogacyStudio/spec-kit-reqnroll-bdd#readme",
2094+
"changelog": "https://github.com/LoogacyStudio/spec-kit-reqnroll-bdd/blob/main/CHANGELOG.md",
2095+
"license": "MIT",
2096+
"requires": {
2097+
"speckit_version": ">=0.8.0",
2098+
"tools": [
2099+
{
2100+
"name": "dotnet",
2101+
"required": false
2102+
}
2103+
]
2104+
},
2105+
"provides": {
2106+
"commands": 4,
2107+
"hooks": 1
2108+
},
2109+
"tags": [
2110+
"bdd",
2111+
"reqnroll",
2112+
"dotnet",
2113+
"gherkin",
2114+
"acceptance-testing"
2115+
],
2116+
"verified": false,
2117+
"downloads": 0,
2118+
"stars": 0,
2119+
"created_at": "2026-05-13T00:00:00Z",
2120+
"updated_at": "2026-05-13T00:00:00Z"
2121+
},
20842122
"retro": {
20852123
"name": "Retro Extension",
20862124
"id": "retro",

0 commit comments

Comments
 (0)