Skip to content

Commit 2f25e2d

Browse files
authored
Add conduct extension to community catalog (#1908)
- Extension ID: conduct - Version: 1.0.0 - Author: twbrandon7 - Description: Executes a single spec-kit phase via sub-agent delegation to reduce context pollution.
1 parent 7484eb5 commit 2f25e2d

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The following community-contributed extensions are available in [`catalog.commun
7676
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
7777
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
7878
| Cognitive Squad | Multi-agent cognitive system with Triadic Model: understanding, internalization, application — with quality gates, backpropagation verification, and self-healing | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) |
79+
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
7980
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero NPM runtime dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) |
8081
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
8182
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |

extensions/catalog.community.json

Lines changed: 31 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-03-18T19:53:31Z",
3+
"updated_at": "2026-03-19T12:08:20Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"archive": {
@@ -149,6 +149,36 @@
149149
"created_at": "2026-03-16T00:00:00Z",
150150
"updated_at": "2026-03-18T00:00:00Z"
151151
},
152+
"conduct": {
153+
"name": "Conduct Extension",
154+
"id": "conduct",
155+
"description": "Executes a single spec-kit phase via sub-agent delegation to reduce context pollution.",
156+
"author": "twbrandon7",
157+
"version": "1.0.0",
158+
"download_url": "https://github.com/twbrandon7/spec-kit-conduct-ext/archive/refs/tags/v1.0.0.zip",
159+
"repository": "https://github.com/twbrandon7/spec-kit-conduct-ext",
160+
"homepage": "https://github.com/twbrandon7/spec-kit-conduct-ext",
161+
"documentation": "https://github.com/twbrandon7/spec-kit-conduct-ext/blob/main/README.md",
162+
"changelog": "https://github.com/twbrandon7/spec-kit-conduct-ext/blob/main/CHANGELOG.md",
163+
"license": "MIT",
164+
"requires": {
165+
"speckit_version": ">=0.3.1"
166+
},
167+
"provides": {
168+
"commands": 1,
169+
"hooks": 0
170+
},
171+
"tags": [
172+
"conduct",
173+
"workflow",
174+
"automation"
175+
],
176+
"verified": false,
177+
"downloads": 0,
178+
"stars": 0,
179+
"created_at": "2026-03-19T12:08:20Z",
180+
"updated_at": "2026-03-19T12:08:20Z"
181+
},
152182
"docguard": {
153183
"name": "DocGuard \u2014 CDD Enforcement",
154184
"id": "docguard",

0 commit comments

Comments
 (0)