Skip to content

Commit dd5c8a5

Browse files
Add spec-reference-loader to community catalog
- 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 b4c4e86 commit dd5c8a5

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ The following community-contributed extensions are available in [`catalog.commun
243243
| 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) |
244244
| 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) |
245245
| 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) |
246+
| 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) |
246247
| 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) |
247248
| 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-) |
248249
| 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: 32 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-04-17T02:00:00Z",
3+
"updated_at": "2026-04-20T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1796,6 +1796,37 @@
17961796
"created_at": "2026-04-01T00:00:00Z",
17971797
"updated_at": "2026-04-01T00:00:00Z"
17981798
},
1799+
"spec-reference-loader": {
1800+
"name": "Spec Reference Loader",
1801+
"id": "spec-reference-loader",
1802+
"description": "Reads the ## References section from the current feature spec and loads the listed files into context",
1803+
"author": "KevinBrown5280",
1804+
"version": "1.0.0",
1805+
"download_url": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/archive/refs/tags/v1.0.0.zip",
1806+
"repository": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader",
1807+
"homepage": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader",
1808+
"documentation": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/blob/main/README.md",
1809+
"changelog": "https://github.com/KevinBrown5280/spec-kit-spec-reference-loader/blob/main/CHANGELOG.md",
1810+
"license": "MIT",
1811+
"requires": {
1812+
"speckit_version": ">=0.6.0"
1813+
},
1814+
"provides": {
1815+
"commands": 1,
1816+
"hooks": 6
1817+
},
1818+
"tags": [
1819+
"context",
1820+
"references",
1821+
"docs",
1822+
"hooks"
1823+
],
1824+
"verified": false,
1825+
"downloads": 0,
1826+
"stars": 0,
1827+
"created_at": "2026-04-20T00:00:00Z",
1828+
"updated_at": "2026-04-20T00:00:00Z"
1829+
},
17991830
"speckit-utils": {
18001831
"name": "SDD Utilities",
18011832
"id": "speckit-utils",

0 commit comments

Comments
 (0)