🚀 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! 🎉