Skip to content

Commit f6fc01f

Browse files
Ricardo AcciolyRicardo Accioly
authored andcommitted
feat: add DocGuard CDD enforcement extension to community catalog
DocGuard is a Canonical-Driven Development enforcement tool that generates, validates, scores, and traces project documentation against 51 automated checks. Provides 6 commands: - guard: 51-check validation with quality labels - diagnose: AI-ready fix prompts - score: CDD maturity scoring (0-100) - trace: ISO 29119 traceability matrix - generate: Reverse-engineer docs from codebase - init: Initialize CDD with compliance profiles Features: - Zero dependencies (pure Node.js) - Config-aware traceability (respects .docguard.json) - Orphan file detection - Research-backed (AITPG/TRACE, IEEE TSE/TMLCN 2026) npm: https://www.npmjs.com/package/docguard-cli GitHub: https://github.com/raccioly/docguard
1 parent c883952 commit f6fc01f

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

extensions/catalog.community.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,48 @@
7474
"created_at": "2026-02-22T00:00:00Z",
7575
"updated_at": "2026-02-22T00:00:00Z"
7676
},
77+
"docguard": {
78+
"name": "DocGuard — CDD Enforcement",
79+
"id": "docguard",
80+
"description": "Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 51 automated checks with config-aware traceability, quality labels, and AI-ready fix prompts. Zero dependencies.",
81+
"author": "raccioly",
82+
"version": "0.7.3",
83+
"download_url": "https://github.com/raccioly/docguard/archive/refs/tags/v0.7.3.zip",
84+
"repository": "https://github.com/raccioly/docguard",
85+
"homepage": "https://www.npmjs.com/package/docguard-cli",
86+
"documentation": "https://github.com/raccioly/docguard/blob/main/extensions/spec-kit-docguard/README.md",
87+
"changelog": "https://github.com/raccioly/docguard/blob/main/CHANGELOG.md",
88+
"license": "MIT",
89+
"requires": {
90+
"speckit_version": ">=0.1.0",
91+
"tools": [
92+
{
93+
"name": "node",
94+
"version": ">=18.0.0",
95+
"required": true
96+
}
97+
]
98+
},
99+
"provides": {
100+
"commands": 6,
101+
"hooks": 1
102+
},
103+
"tags": [
104+
"documentation",
105+
"validation",
106+
"quality",
107+
"cdd",
108+
"traceability",
109+
"ai-agents",
110+
"enforcement",
111+
"scoring"
112+
],
113+
"verified": false,
114+
"downloads": 0,
115+
"stars": 0,
116+
"created_at": "2026-03-13T00:00:00Z",
117+
"updated_at": "2026-03-13T00:00:00Z"
118+
},
77119
"doctor": {
78120
"name": "Project Health Check",
79121
"id": "doctor",

0 commit comments

Comments
 (0)