From a3d7d75b168c7641aa7d3d4d790b787ca5ea9efe Mon Sep 17 00:00:00 2001 From: Ladislav Bihari Date: Mon, 16 Mar 2026 22:50:53 +0100 Subject: [PATCH 1/3] Add cognitive-squad to community extension catalog - Extension ID: cognitive-squad - Version: 0.1.0 - Author: Testimonial - 19-function cognitive agent squad for autonomous pre-code analysis - 7 core agents, 7 specialists, 4 learning functions, feedback loop - Requires: spec-kit >=0.3.0, optionally understanding >=3.4.0 Repository: https://github.com/Testimonial/cognitive-squad Co-Authored-By: Claude Opus 4.6 (1M context) --- extensions/README.md | 1 + extensions/catalog.community.json | 44 +++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/extensions/README.md b/extensions/README.md index 8db3d7dd0e..b7c40803bd 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 d2ce824154..dd03fb1053 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", From 4657bf6dca76494658c08f3700f84678abfb6a5b Mon Sep 17 00:00:00 2001 From: Ladislav Bihari Date: Tue, 17 Mar 2026 22:31:37 +0100 Subject: [PATCH 2/3] Update cognitive-squad catalog entry: 28 functions, 10 commands Updated from initial 19-function pre-code-only version to full lifecycle: - 7 core + 7 specialists + 9 build + 4 learning + 1 feedback = 28 functions - 10 commands: run, build, verify, status, innovate, investigate, ground, feedback, resume, change - Added: ENGINEERING MANAGER, VERIFICATION (backpropagation), CHANGE CONTROLLER - Added: Requirements Traceability Matrix, Process Metrics, Knowledge Transfer - Aligned with ISO 12207, SWEBOK v4.0, CMMI v3.0, V-Model, ATAM Co-Authored-By: Claude Opus 4.6 (1M context) --- extensions/README.md | 2 +- extensions/catalog.community.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/README.md b/extensions/README.md index b7c40803bd..91b122da26 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -75,7 +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) | +| Cognitive Squad | 28-function cognitive agent squad for complete development lifecycle — understanding, building with quality gates, backpropagation verification, and learning | [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 dd03fb1053..3950f0eff9 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -108,7 +108,7 @@ "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", + "description": "28-function cognitive agent squad for complete development lifecycle — understanding, building with quality gates, backpropagation verification, and learning", "author": "Testimonial", "version": "0.1.0", "download_url": "https://github.com/Testimonial/cognitive-squad/archive/refs/tags/v0.1.0.zip", @@ -133,14 +133,14 @@ ] }, "provides": { - "commands": 7, + "commands": 10, "hooks": 1 }, "tags": [ "ai-agents", "cognitive", - "pre-code", - "analysis", + "full-lifecycle", + "verification", "multi-agent" ], "verified": false, From 0eb1c87ffa21581dbe8207d4b6f393e6a78fbc90 Mon Sep 17 00:00:00 2001 From: Ladislav Bihari Date: Wed, 18 Mar 2026 11:41:02 +0100 Subject: [PATCH 3/3] Update cognitive-squad description to version-independent wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from count-based "28-function..." to capability-based description that won't need updating with each new agent: "Multi-agent cognitive system with Triadic Model: understanding, internalization, application — with quality gates, backpropagation verification, and self-healing" Co-Authored-By: Claude Opus 4.6 (1M context) --- extensions/README.md | 6 +----- extensions/catalog.community.json | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/extensions/README.md b/extensions/README.md index 8ad8e8cdba..946eabab6f 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -75,11 +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) | -<<<<<<< add-cognitive-squad-extension -| Cognitive Squad | 28-function cognitive agent squad for complete development lifecycle — understanding, building with quality gates, backpropagation verification, and learning | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) | -======= -| 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) | ->>>>>>> main +| 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) | | 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 a6e5f0d6d9..3acbc6b8d9 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -108,7 +108,7 @@ "cognitive-squad": { "name": "Cognitive Squad", "id": "cognitive-squad", - "description": "28-function cognitive agent squad for complete development lifecycle — understanding, building with quality gates, backpropagation verification, and learning", + "description": "Multi-agent cognitive system with Triadic Model: understanding, internalization, application — with quality gates, backpropagation verification, and self-healing", "author": "Testimonial", "version": "0.1.0", "download_url": "https://github.com/Testimonial/cognitive-squad/archive/refs/tags/v0.1.0.zip",