Specswarm
Description
SDD Specification driven development orchestration plugins for Claude Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SpecSwarm v7.19.3
Spec-driven development for Claude Code. Build → Fix → Modify → Ship, with quality gates, multi-agent orchestration, version-controlled specs, **autonomous chunk execution** (v7.1.0–v7.10.0), and the **AUTO-MAGIC loop** (v7.13.0–v7.17.0): a taste model that learns your rulings, assume-first clarification, adversarial verification with teeth, and `/ss:go` — a full feature ladder with a median of ≤4 human touchpoints. v7.18.0 adds the **mentor→builder conduct loop** (`/ss:conduct` + `/ss:mentor-init`), extracted from ~500 audited production dispatches.
Install
# 1. Add the marketplace
/plugin marketplace add MartyBonacci/specswarm
# 2. Install SpecSwarm
/plugin install ss@specswarm-marketplace
Restart Claude Code to activate the plugin. *(Upgrading from v5.x? See [Migrating from v5.x](#migrating-from-v5x) at the bottom.)*
The core commands
| Command | What it does |
|---|---|
/ss:go |
The default entry point (v7.17.0) — the full ladder end-to-end, pausing only at 4 human touchpoints |
/ss:init |
Set up or refresh project knowledge: tech stack, constitution, quality gates |
/ss:build |
Spec → plan → tasks → implement → quality score (pre-v7.17 ladder; still supported) |
/ss:fix |
Test-driven bug fix with auto-retry and silent-failure audit |
/ss:modify |
Behavior change with impact analysis and backward-compat plan |
/ss:ship |
Multi-agent review + quality gate + merge to parent branch |
v7.1.0–v7.18.0 autonomous-loop commands
The core commands above remain the canonical loop (with `/ss:go` as the v7.17.0 default entry point). The v7.1+ commands compose with them to enable single-session execution and unattended chunks. Each is optional; the core loop works without any of them.
| Command | Since | What it
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11