POWERED BY SLASHDEV CLI
AGENT SWARM
ORCHESTRATED MULTI-AGENT DEVELOPMENT
- 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.
“STOP BUILDING ALONE. LAUNCH A HIERARCHICAL TEAM OF AI AGENTS THAT ANALYZE, PLAN, IMPLEMENT, REVIEW, AND QA YOUR CODE — AUTONOMOUSLY.”
THE ARCHITECTURE
ANALYST
EXPLOREScans your entire codebase to detect the stack, framework conventions, file structure, and existing patterns. Produces a context document that all downstream agents consume.
PLANNER
PLANTakes 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.
IMPLEMENTER(S)
BUILDWrites 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.
REVIEWER
REVIEWPerforms a thorough code review focusing on security vulnerabilities, performance issues, maintainability concerns, and adherence to project conventions.
QA AGENT
VERIFYAudits test quality to ensure meaningful assertions exist. Counts API requests per frontend page and flags pages making excessive calls. Runs in parallel with Reviewer.
KEY BEHAVIORS
STACK DETECTION
Detects and adapts to Laravel, React, Flutter, Vue, Rails, Django, or any framework. The Analyst reads your codebase before any work begins.
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.
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.
FRONTEND DESIGN ENFORCEMENT
Every frontend implementer invokes the /frontend-design skill before writing UI code. Ensures distinctive, production-grade interfaces — no generic AI slop.
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.
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).
Running slashdev setup also installs 29 skills from gstack by Garry Tan, covering planning, design, building, shipping, and safety.
SETUP GUIDE
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/
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
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.
EXAMPLE OUTPUT
Analyst → Detected: Next.js 16 + React 19 (Pages Router)
Stack: Frontend-only (no backend changes needed)
Planner → 4 files to create, 1 to modify
Tests planned: 3 test files
Frontend Implementer → Created 4 files, modified 1
/frontend-design skill invoked ✓
Tests written: 12 assertions across 3 files
Reviewer → SHIP ✓
QA Agent → PASS ✓
API Requests: /new-page loads 2 endpoints (OK)
5 files changed, 12 tests passing
ALL AVAILABLE SKILLS
After running slashdev setup, these skill categories are available in Claude Code. 29 skills from gstack plus 6 SlashDev originals.
PLANNING & STRATEGY
DESIGN
BUILDING & TESTING
SHIPPING & DEPLOYMENT
SAFETY & CONTROL
ONE COMMAND.
FIVE AGENTS.
Five agents. 35+ skills. Your code writes itself while you focus on what matters.