Claude Squad is an open-source terminal application that manages several AI coding-agent sessions at once, each in its own isolated Git workspace. It is agent-agnostic — it can drive Claude Code alongside other agents — and it is a clean, lightweight way to run parallel experiments and supervise them from a single terminal. Where Claude Squad manages sessions and leaves you to direct each one, Maestro adds a specialised role sequence, dependency ordering, and quality gates that decide when work advances and merges.
| Capability | Claude Squad | Maestro |
|---|---|---|
| Licence and cost | Open source, free | Community free; Pro from $9/user/mo |
| Primary purpose | Terminal session manager for parallel agents | Role-specialised orchestration engine |
| Runtime | TODO-VERIFY | Python / pip |
| Agent support | Multiple agents (TODO-VERIFY exact list) | Claude Code |
| Parallel isolation | Separate Git workspace per session | One Git worktree per crew |
| Role specialisation | None — you drive each session | Six roles: PLN → BLD → TST → DOC → SEC → REL |
| Dependency-ordered work | TODO-VERIFY | Enforced via dependsOn between orders |
| Acceptance-criteria gates | TODO-VERIFY | TST validates each AC; REL blocks merge on failure |
| Built-in secret detection | TODO-VERIFY | Yes — pretool scan, fail-closed |
| OWASP / CWE scanning | TODO-VERIFY | Yes — posttool scanner |
| Air-gapped mode | TODO-VERIFY | Yes — refuses all egress except localhost |
| Support | Community | Community, priority, and Enterprise SLA |
TODO-VERIFY marks a Claude Squad capability we have not independently confirmed. We would rather flag it than misstate a competitor.