You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/extensions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The following community-contributed extensions are available in [`catalog.commun
51
51
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files |`integration`| Read+Write |[spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence)|
52
52
| Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports |`visibility`| Read+Write |[spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost)|
53
53
| Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning |`docs`| Read+Write |[spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram)|
54
-
| DocGuard — CDD Enforcement |Doc-integrity engine with MCP server, SARIF output, and zero-LLM core. Validates, scores, and traces documentation against code — 24 validators, stable finding codes, spec-kit hooks. Pure Node.js. |`docs`| Read+Write |[spec-kit-docguard](https://github.com/raccioly/docguard)|
54
+
| DocGuard — CDD Enforcement |The only doc-integrity engine with an MCP server, SARIF/JUnit output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code — 27 validators, stable finding codes, adoption baseline for legacy repos, compliance-evidence reports, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep. |`docs`| Read+Write |[spec-kit-docguard](https://github.com/raccioly/docguard)|
55
55
| Dotdog | Import GitHub Spec Kit artifacts into local knowledge graphs for validation, analysis, search, and MCP queries. |`docs`| Read+Write |[dotdog](https://github.com/specdog/dotdog)|
56
56
| EARS Requirements Syntax | Author, lint, and convert requirements using EARS - the five industry-standard sentence patterns for unambiguous, testable requirements |`docs`| Read+Write |[spec-kit-ears](https://github.com/dhruv-15-03/spec-kit-ears)|
57
57
| Extensify | Create and validate extensions and extension catalogs |`process`| Read+Write |[extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify)|
Copy file name to clipboardExpand all lines: extensions/catalog.community.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1166,10 +1166,10 @@
1166
1166
"docguard": {
1167
1167
"name": "DocGuard — CDD Enforcement",
1168
1168
"id": "docguard",
1169
-
"description": "Doc-integrity engine with MCP server, SARIF output, and zero-LLM core. Validates, scores, and traces documentation against code — 24 validators, stable finding codes, spec-kit hooks. Pure Node.js.",
1169
+
"description": "The only doc-integrity engine with an MCP server, SARIF/JUnit output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code — 27 validators, stable finding codes, adoption baseline for legacy repos, compliance-evidence reports, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep.",
0 commit comments