๐ SPTFlo Plugin - Quickstart Guide โ
Get started with SPTFlo in 5 minutes!
๐ฆ Installation โ
Quick Install (Recommended) โ
In Claude Code:
/plugin add spt/sptflo
/restartLocal Installation โ
bash
# Clone the repository
git clone https://github.com/smartpointstech/sptflo.git
cd sptfloThen in Claude Code:
/plugin add .
/restartโ Verify Installation โ
In Claude Code:
/plugin listLook for sptflo in the active plugins.
Try a command:
/coordination-swarm-initOr type / to see all 150+ commands.
๐ฏ Your First Swarm โ
1. Initialize a Swarm โ
In Claude Code, run:
/coordination-swarm-initThis creates a hierarchical swarm with:
- Automatic agent spawning
- Cross-session memory
- Performance optimization
2. Spawn Specialized Agents โ
/coordination-agent-spawnChoose from 74+ agents:
coder- Code implementationtester- Test creationreviewer- Code reviewplanner- Project planning- And 70 more!
3. Orchestrate a Task โ
/coordination-task-orchestrate "Build a REST API with authentication"The swarm automatically:
- Analyzes requirements
- Spawns appropriate agents
- Coordinates parallel execution
- Monitors progress
- Reports results
๐ป Common Workflows โ
Full-Stack Development โ
bash
# Initialize development swarm
/swarm-development
# Spawns: backend-dev, coder, tester, reviewer
# Orchestrates: design โ implement โ test โ reviewSMART TDD Workflow โ
bash
# Specification phase
/smart-modes specification "Shopping cart system"
# Architecture design
/smart-architect
# TDD implementation
/smart-tdd
# Review and optimize
/smart-reviewer
/smart-optimizerGitHub Automation โ
bash
# Analyze repository
/github-repo-analyze
# Multi-agent PR review
/github-code-review-swarm
# Automated PR management
/github-pr-manager
# Release coordination
/github-release-manager๐งช Try These Commands โ
Monitoring โ
bash
/monitoring-status # System overview
/monitoring-swarm-monitor # Real-time swarm view
/monitoring-agent-metrics # Performance metricsAnalysis โ
bash
/analysis-performance-report # Performance analysis
/analysis-bottleneck-detect # Find bottlenecks
/analysis-token-usage # Token consumptionOptimization โ
bash
/optimization-auto-topology # Auto-select topology
/optimization-parallel-execution # Parallel task execution
/optimization-cache-manage # Cache management๐จ Agent Showcase โ
Core Development Agents โ
/coordination-agent-spawn coder
/coordination-agent-spawn tester
/coordination-agent-spawn reviewerGitHub Automation Agents โ
/coordination-agent-spawn pr-manager
/coordination-agent-spawn code-review-swarm
/coordination-agent-spawn release-managerSwarm Coordination Agents โ
/coordination-agent-spawn hierarchical-coordinator
/coordination-agent-spawn mesh-coordinator
/coordination-agent-spawn adaptive-coordinator๐ง MCP Configuration โ
Add MCP Servers โ
bash
# Core MCP (required)
claude mcp add sptflo npx sptflo@alpha mcp start
# Enhanced coordination (optional)
claude mcp add spt-swarm npx spt-swarm mcp start
# Cloud features (optional - requires auth)
claude mcp add flow-nexus npx flow-nexus@latest mcp startTest MCP Integration โ
In Claude Code:
List available MCP tools for sptfloExpected: 40+ tools including:
swarm_initagent_spawntask_orchestratememory_usageneural_train- And more!
๐ Example: Build a Todo App โ
Step 1: Initialize โ
/coordination-swarm-initStep 2: Specify Requirements โ
/smart-modes specification "Todo app with React frontend and Express backend"Step 3: Design Architecture โ
/smart-architectStep 4: TDD Implementation โ
/smart-tddStep 5: Monitor Progress โ
/monitoring-swarm-monitorStep 6: Review & Optimize โ
/smart-reviewer
/smart-optimizerStep 7: Performance Report โ
/analysis-performance-report๐ Troubleshooting โ
Commands Not Found โ
bash
# Verify installation
bash scripts/verify.sh
# Check commands directory
ls ~/.claude/commands/
# Restart Claude CodeMCP Not Working โ
bash
# Check settings
cat ~/.claude/settings.json
# Verify MCP package
npx sptflo@alpha --version
# Reinstall if needed
npm install -g @smartpointstech/sptflo@alphaAgents Not Spawning โ
bash
# Check agents directory
ls ~/.claude/agents/
# Verify permissions
chmod -R 755 ~/.claude/agents/
# Restart Claude Code๐ Next Steps โ
- Explore Commands: Browse
~/.claude/commands/for all 150+ commands - Try Agents: Experiment with different specialized agents
- Read User Guide:
docs/USER_GUIDE.mdfor detailed documentation - Check Examples:
docs/EXAMPLES.mdfor real-world usage - Join Community: GitHub Discussions for help and sharing
๐ Quick Reference โ
Most Used Commands โ
| Command | Purpose |
|---|---|
/coordination-swarm-init | Initialize swarm |
/coordination-agent-spawn | Spawn agents |
/coordination-task-orchestrate | Orchestrate tasks |
/smart-tdd | TDD workflow |
/github-pr-manager | PR management |
/monitoring-status | System status |
/analysis-performance-report | Performance |
Most Used Agents โ
| Agent | Purpose |
|---|---|
coder | Code implementation |
tester | Test creation |
reviewer | Code review |
planner | Project planning |
backend-dev | Backend development |
pr-manager | PR automation |
๐ You're Ready! โ
Start building with SPTFlo's enterprise AI agent orchestration.
Happy coding! ๐