Skip to content

Commit 4657bf6

Browse files
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) <noreply@anthropic.com>
1 parent a3d7d75 commit 4657bf6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +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 analysis7 core agents, 7 specialists, 4 learning functions with feedback loop | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) |
78+
| Cognitive Squad | 28-function cognitive agent squad for complete development lifecycleunderstanding, building with quality gates, backpropagation verification, and learning | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) |
7979
| 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) |
8080
| 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) |
8181
| 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"cognitive-squad": {
109109
"name": "Cognitive Squad",
110110
"id": "cognitive-squad",
111-
"description": "19-function cognitive agent squad for autonomous pre-code analysis7 core agents, 7 specialists, 4 learning functions with feedback loop",
111+
"description": "28-function cognitive agent squad for complete development lifecycleunderstanding, building with quality gates, backpropagation verification, and learning",
112112
"author": "Testimonial",
113113
"version": "0.1.0",
114114
"download_url": "https://github.com/Testimonial/cognitive-squad/archive/refs/tags/v0.1.0.zip",
@@ -133,14 +133,14 @@
133133
]
134134
},
135135
"provides": {
136-
"commands": 7,
136+
"commands": 10,
137137
"hooks": 1
138138
},
139139
"tags": [
140140
"ai-agents",
141141
"cognitive",
142-
"pre-code",
143-
"analysis",
142+
"full-lifecycle",
143+
"verification",
144144
"multi-agent"
145145
],
146146
"verified": false,

0 commit comments

Comments
 (0)