Skip to content

Commit 82b8ce4

Browse files
Testimonialladislav-bihariclaude
authored
Add cognitive-squad to community extension catalog (#1870)
- 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: Ladislav Bihari <ladislav.bihari@statsperform.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2cf332d commit 82b8ce4

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The following community-contributed extensions are available in [`catalog.commun
7575
| Archive Extension | Archive merged features into main project memory. | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
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) |
78+
| 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) |
7879
| 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) |
7980
| 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) |
8081
| 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) |

extensions/catalog.community.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,50 @@
105105
"created_at": "2026-02-22T00:00:00Z",
106106
"updated_at": "2026-02-22T00:00:00Z"
107107
},
108+
"cognitive-squad": {
109+
"name": "Cognitive Squad",
110+
"id": "cognitive-squad",
111+
"description": "19-function cognitive agent squad for autonomous pre-code analysis — 7 core agents, 7 specialists, 4 learning functions with feedback loop",
112+
"author": "Testimonial",
113+
"version": "0.1.0",
114+
"download_url": "https://github.com/Testimonial/cognitive-squad/archive/refs/tags/v0.1.0.zip",
115+
"repository": "https://github.com/Testimonial/cognitive-squad",
116+
"homepage": "https://github.com/Testimonial/cognitive-squad",
117+
"documentation": "https://github.com/Testimonial/cognitive-squad/blob/main/README.md",
118+
"changelog": "https://github.com/Testimonial/cognitive-squad/blob/main/CHANGELOG.md",
119+
"license": "MIT",
120+
"requires": {
121+
"speckit_version": ">=0.3.0",
122+
"tools": [
123+
{
124+
"name": "understanding",
125+
"version": ">=3.4.0",
126+
"required": false
127+
},
128+
{
129+
"name": "spec-kit-reverse-eng",
130+
"version": ">=1.0.0",
131+
"required": false
132+
}
133+
]
134+
},
135+
"provides": {
136+
"commands": 7,
137+
"hooks": 1
138+
},
139+
"tags": [
140+
"ai-agents",
141+
"cognitive",
142+
"pre-code",
143+
"analysis",
144+
"multi-agent"
145+
],
146+
"verified": false,
147+
"downloads": 0,
148+
"stars": 0,
149+
"created_at": "2026-03-16T00:00:00Z",
150+
"updated_at": "2026-03-16T00:00:00Z"
151+
},
108152
"docguard": {
109153
"name": "DocGuard \u2014 CDD Enforcement",
110154
"id": "docguard",

0 commit comments

Comments
 (0)