Specswarm banner
MartyBonacci MartyBonacci

Specswarm

Development community

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