Skip to content

Commit 919f092

Browse files
Add spec-reference-loader to community catalog (#2285)
- Extension ID: spec-reference-loader - Version: 1.0.0 - Author: KevinBrown5280 - Description: Reads the ## References section from the current feature spec and loads the listed files into context
1 parent 8d99f03 commit 919f092

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ The following community-contributed extensions are available in [`catalog.commun
244244
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
245245
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |
246246
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |
247+
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
247248
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
248249
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
249250
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |

extensions/catalog.community.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,6 +1827,37 @@
18271827
"created_at": "2026-04-01T00:00:00Z",
18281828
"updated_at": "2026-04-01T00:00:00Z"
18291829
},
1830+
"spec-reference-loader": {
1831+
"name": "Spec Reference Loader",
1832+
"id": "spec-reference-loader",
1833+
"description": "Reads the ## References section from the current feature spec and loads the listed files into context",
1834+
"author": "KevinBrown5280",
1835+
"version": "1.0.0",
1836+
"download_url": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/archive/refs/tags/v1.0.0.zip",
1837+
"repository": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader",
1838+
"homepage": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader",
1839+
"documentation": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/blob/main/README.md",
1840+
"changelog": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/blob/main/CHANGELOG.md",
1841+
"license": "MIT",
1842+
"requires": {
1843+
"speckit_version": ">=0.6.0"
1844+
},
1845+
"provides": {
1846+
"commands": 1,
1847+
"hooks": 6
1848+
},
1849+
"tags": [
1850+
"context",
1851+
"references",
1852+
"docs",
1853+
"hooks"
1854+
],
1855+
"verified": false,
1856+
"downloads": 0,
1857+
"stars": 0,
1858+
"created_at": "2026-04-20T00:00:00Z",
1859+
"updated_at": "2026-04-20T00:00:00Z"
1860+
},
18301861
"speckit-utils": {
18311862
"name": "SDD Utilities",
18321863
"id": "speckit-utils",

0 commit comments

Comments
 (0)