Skip to content

Commit f97c8e9

Browse files
Testimonialladislav-bihariclaude
authored
Update cognitive-squad catalog entry β€” Triadic Model, full lifecycle (#1884)
Updated description to version-independent wording: "Multi-agent cognitive system with Triadic Model: understanding, internalization, application β€” with quality gates, backpropagation verification, and self-healing" Changes: - description: version-independent (no counts) - provides.commands: 7 β†’ 10 - tags: pre-code,analysis β†’ full-lifecycle,verification - updated_at: bumped to 2026-03-18 Co-authored-by: Ladislav Bihari <ladislav.bihari@statsperform.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cfd99ad commit f97c8e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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 analysis β€” 7 core agents, 7 specialists, 4 learning functions with feedback loop | [cognitive-squad](https://github.com/Testimonial/cognitive-squad) |
78+
| 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) |
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 NPM runtime 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
| 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: 5 additions & 5 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 analysis β€” 7 core agents, 7 specialists, 4 learning functions with feedback loop",
111+
"description": "Multi-agent cognitive system with Triadic Model: understanding, internalization, application β€” with quality gates, backpropagation verification, and self-healing",
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,21 +133,21 @@
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,
147147
"downloads": 0,
148148
"stars": 0,
149149
"created_at": "2026-03-16T00:00:00Z",
150-
"updated_at": "2026-03-16T00:00:00Z"
150+
"updated_at": "2026-03-18T00:00:00Z"
151151
},
152152
"docguard": {
153153
"name": "DocGuard \u2014 CDD Enforcement",

0 commit comments

Comments
Β (0)