SWARM
AGENTIC SKILL

POWERED BY SLASHDEV CLI

AGENT SWARM

ORCHESTRATED MULTI-AGENT DEVELOPMENT

5
AGENTS
STACKS
35+
SKILLS
1
COMMAND
MARCH 2026
SLASHDEV.IO
TLDRQUICK OVERVIEW
  • One command — /agentswarm — launches five specialized AI agents that analyze your codebase, plan changes, implement code + tests, review for quality, and verify with QA.
  • Stack-agnostic: automatically detects and adapts to Laravel, React, Flutter, Vue, Rails, Django, Next.js, or any framework in your project.
  • Tests are mandatory at every stage. The Planner plans them, the Implementers write them, and the QA Agent verifies their quality and coverage.
  • Backend and frontend implementers run in parallel when possible. Reviewer and QA Agent also run in parallel. Maximum throughput, minimum wait time.
  • Installed via the SlashDev CLI. Run slashdev setup, then invoke /agentswarm in Claude Code. 35+ additional skills included.
THE PROBLEM
STOP BUILDING ALONE. LAUNCH A HIERARCHICAL TEAM OF AI AGENTS THAT ANALYZE, PLAN, IMPLEMENT, REVIEW, AND QA YOUR CODE — AUTONOMOUSLY.
01

THE ARCHITECTURE

ANALYSTEXPLORE
PLANNERPLAN
BACKEND IMPLEMENTERBUILD
FRONTEND IMPLEMENTERBUILD
PARALLEL
REVIEWERREVIEW
QA AGENTVERIFY
PARALLEL

ANALYST

EXPLORE

Scans your entire codebase to detect the stack, framework conventions, file structure, and existing patterns. Produces a context document that all downstream agents consume.

Codebase scanningStack detectionConvention mappingContext generation
01

PLANNER

PLAN

Takes the Analyst's context and the user's task description to produce a file-by-file implementation plan with a comprehensive test plan. Every change is mapped before a single line is written.

File-by-file planningTest plan generationDependency orderingParallel work detection
02

IMPLEMENTER(S)

BUILD

Writes production code AND tests according to the Planner's specification. Backend and frontend implementers run in parallel when no shared files exist. Every frontend implementer invokes /frontend-design.

Code generationTest writingParallel execution/frontend-design invocation
03

REVIEWER

REVIEW

Performs a thorough code review focusing on security vulnerabilities, performance issues, maintainability concerns, and adherence to project conventions.

Security analysisPerformance reviewConvention adherenceSHIP/REVISE verdict
04

QA AGENT

VERIFY

Audits test quality to ensure meaningful assertions exist. Counts API requests per frontend page and flags pages making excessive calls. Runs in parallel with Reviewer.

Test quality auditAPI request countingAssertion verificationPASS/FAIL verdict
05
02

KEY BEHAVIORS

01

STACK DETECTION

Detects and adapts to Laravel, React, Flutter, Vue, Rails, Django, or any framework. The Analyst reads your codebase before any work begins.

Analyst
02

MANDATORY TESTING

The Planner plans tests. The Implementers write tests. The QA Agent verifies test quality. There is no path through the pipeline that skips testing.

Planner + Implementer + QA
03

API REQUEST AUDIT

QA Agent counts API calls per frontend page and flags pages making too many requests. Prevents N+1 query patterns from reaching production.

QA Agent
04

FRONTEND DESIGN ENFORCEMENT

Every frontend implementer invokes the /frontend-design skill before writing UI code. Ensures distinctive, production-grade interfaces — no generic AI slop.

Implementer
05

PARALLEL EXECUTION

Backend and frontend implementers run in parallel when no shared files. Reviewer and QA run in parallel after implementation. Maximum throughput, minimum wait.

All Agents
03

THE SLASHDEV CLI

The SlashDev CLI installs agentic skills into Claude Code. Run slashdev setup once and you get access to every slash command below \u2014 plus 29 additional skills bundled from gstack by Garry Tan.

Requirements: Node.js >= 18.0.0, Claude Code (for Claude Code skills), Anthropic API key (for standalone CLI skills).

SKILLCOMMANDDESCRIPTION
Agentswarm/agentswarmLaunch a full agent team to analyze, plan, implement, and review a task. Adapts to any stack.
Frontend Design/frontend-designDistinctive, production-grade UI design. Avoids generic AI aesthetics.
Code Review/code-reviewSecurity, performance, and maintainability review.
PR Description/pr-descriptionGenerate structured pull request descriptions from diffs.
Scope Estimate/scope-estimateEstimate effort for development tasks.
Bug Diagnosis/bug-diagnosisSystematic root-cause analysis.
STANDALONE CLINO CLAUDE CODE REQUIRED
slashdev design"review my Button component"
slashdev product"write a PRD for user authentication"
slashdev github"create a PR description for the auth feature"
slashdev test"write unit tests for the UserService"
slashdev server"harden the SSH config"
29 ADDITIONAL SKILLS FROM GSTACK

Running slashdev setup also installs 29 skills from gstack by Garry Tan, covering planning, design, building, shipping, and safety.

04

SETUP GUIDE

01

INSTALL

Install the SlashDev CLI globally and run setup to configure hooks and skills.

npm install -g slashdev
slashdev setup

# Prompts for your @slashdev.io email
# Installs hooks and skills to ~/.claude/
02

AUTHENTICATE

Log in and set your Anthropic API key for standalone CLI skills.

slashdev login

# Set your Anthropic API key (for standalone CLI skills)
export ANTHROPIC_API_KEY=your_key_here
03

LAUNCH

Open Claude Code in your project directory and invoke the agentswarm skill.

/agentswarm "Add user profiles with edit page"

# That's it. The swarm handles the rest.
05

EXAMPLE OUTPUT

Claude Code/agentswarm
$/agentswarm"Add user profiles with edit page"
▸PHASE 1: ANALYSIS

Analyst Detected: Next.js 16 + React 19 (Pages Router)

Stack: Frontend-only (no backend changes needed)

▸PHASE 2: PLANNING

Planner 4 files to create, 1 to modify

Tests planned: 3 test files

▸PHASE 3: IMPLEMENTATION

Frontend Implementer Created 4 files, modified 1

/frontend-design skill invoked

Tests written: 12 assertions across 3 files

▸PHASE 4: REVIEW + QA (PARALLEL)

Reviewer SHIP ✓

QA Agent PASS ✓

API Requests: /new-page loads 2 endpoints (OK)

▸COMPLETE

5 files changed, 12 tests passing

06

ALL AVAILABLE SKILLS

After running slashdev setup, these skill categories are available in Claude Code. 29 skills from gstack plus 6 SlashDev originals.

01

PLANNING & STRATEGY

/plan-ceo-reviewCEO-level plan review
/plan-eng-reviewEngineering plan review
/plan-design-reviewDesign plan review
/autoplanAutomated planning
02

DESIGN

/design-consultationDesign consultation
/design-reviewDesign review
/design-shotgunRapid design iteration
03

BUILDING & TESTING

/qaQuality assurance
/reviewCode review
/investigateDeep code investigation
/benchmarkPerformance benchmarking
04

SHIPPING & DEPLOYMENT

/shipShip to production
/land-and-deployMerge and deploy
/canaryCanary deployment
/retroPost-deploy retrospective
05

SAFETY & CONTROL

/carefulExtra-cautious mode
/csoChief Safety Officer
/freezeDeploy freeze
/guardGuardrail enforcement
DEPLOY YOUR SWARM

ONE COMMAND.
FIVE AGENTS.

Five agents. 35+ skills. Your code writes itself while you focus on what matters.