Skip to content

Update cognitive-squad: 28 functions, 10 commands (full lifecycle)#1884

Open
Testimonial wants to merge 3 commits intogithub:mainfrom
Testimonial:add-cognitive-squad-extension
Open

Update cognitive-squad: 28 functions, 10 commands (full lifecycle)#1884
Testimonial wants to merge 3 commits intogithub:mainfrom
Testimonial:add-cognitive-squad-extension

Conversation

@Testimonial
Copy link
Contributor

Summary

Updates the cognitive-squad catalog entry (merged in #1870) to reflect the expanded extension.

Changes

Field Before After
Functions 19 28
Commands 7 10
Description Pre-code analysis only Complete development lifecycle

New agents since #1870:

  • ENGINEERING MANAGER — orchestrates build loop, phase gates
  • VERIFICATION — backpropagation check (spec → code → 100%?)
  • CHANGE CONTROLLER — handles mid-build spec changes
  • IMPLEMENTER, SPEC GUARD, CODE REVIEWER, TEST GUARDIAN — per-task build agents
  • INTEGRATOR, PROGRESS TRACKER — per-phase and continuous build agents

New commands:

  • /speckit.squad.build — execute building phase
  • /speckit.squad.verify — run backpropagation verification
  • /speckit.squad.change — handle spec changes during build

Standards alignment:

ISO 12207, ISO 25010:2023, SWEBOK v4.0, CMMI v3.0, V-Model, ATAM

🤖 Generated with Claude Code

ladislav-bihari and others added 2 commits March 16, 2026 22:50
- 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) <noreply@anthropic.com>
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>
@Testimonial Testimonial requested a review from mnriem as a code owner March 17, 2026 21:33
@Testimonial
Copy link
Contributor Author

The extension now covers the complete development lifecycle — not just pre-code analysis. I added a full building phase with role-based agents (IMPLEMENTER, SPEC GUARD, CODE REVIEWER, TEST GUARDIAN), an Engineering Manager for build orchestration, and a VERIFICATION agent that performs backpropagation checks to ensure 100% spec-to-code coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants