diff --git a/extensions/README.md b/extensions/README.md index 8db3d7dd0..b7c40803b 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -75,6 +75,7 @@ The following community-contributed extensions are available in [`catalog.commun | Archive Extension | Archive merged features into main project memory. | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) | | 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) | | 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) | +| Cognitive Squad | 19-function cognitive agent squad for autonomous pre-code analysis — 7 core agents, 7 specialists, 4 learning functions with feedback loop | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) | | DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) | | 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) | | Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index d2ce82415..dd03fb105 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -105,6 +105,50 @@ "created_at": "2026-02-22T00:00:00Z", "updated_at": "2026-02-22T00:00:00Z" }, + "cognitive-squad": { + "name": "Cognitive Squad", + "id": "cognitive-squad", + "description": "19-function cognitive agent squad for autonomous pre-code analysis — 7 core agents, 7 specialists, 4 learning functions with feedback loop", + "author": "Testimonial", + "version": "0.1.0", + "download_url": "https://github.com/Testimonial/cognitive-squad/archive/refs/tags/v0.1.0.zip", + "repository": "https://github.com/Testimonial/cognitive-squad", + "homepage": "https://github.com/Testimonial/cognitive-squad", + "documentation": "https://github.com/Testimonial/cognitive-squad/blob/main/README.md", + "changelog": "https://github.com/Testimonial/cognitive-squad/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.3.0", + "tools": [ + { + "name": "understanding", + "version": ">=3.4.0", + "required": false + }, + { + "name": "spec-kit-reverse-eng", + "version": ">=1.0.0", + "required": false + } + ] + }, + "provides": { + "commands": 7, + "hooks": 1 + }, + "tags": [ + "ai-agents", + "cognitive", + "pre-code", + "analysis", + "multi-agent" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-16T00:00:00Z", + "updated_at": "2026-03-16T00:00:00Z" + }, "docguard": { "name": "DocGuard \u2014 CDD Enforcement", "id": "docguard",