Quick Start β’ Features β’ Docs β’ Contributing
| Commands | Droids | Modes | MCP Servers |
|---|---|---|---|
| 30 | 20 | 7 | 8 |
| Slash Commands | Specialized AI | Behavioral | Integrations |
30 slash commands covering the complete development lifecycle from brainstorming to deployment.
SuperDroid adapts SuperClaude Framework's command/droid/mode architecture for Factory Droid CLI. It provides 30 slash commands, 20 specialized droids, and 7 behavioral modes for structured development workflows.
Note: This is a prompt-level adaptation focusing on commands, droids, and modes. SuperClaude's pytest plugin, PM agent modules, and MCP code integration are not included (yet).
This project is not affiliated with or endorsed by Factory AI. Factory Droid CLI is a product built and maintained by Factory AI.
# Install from PyPI
pipx install superdroid
# Install commands, droids, and modes
superdroid install
# Verify installation
superdroid doctor# Install globally from npm
npm install -g @frexxis/superdroid
# Install commands, droids, and modes
superdroid install
# Verify installation
superdroid doctor# Clone and install
git clone https://github.com/Frexxis/SuperDroid.git
cd SuperDroid
./install.sh# Clone the repository
git clone https://github.com/Frexxis/SuperDroid.git
cd SuperDroid
# Copy commands
mkdir -p ~/.factory/commands/sd
cp -r .factory/commands/* ~/.factory/commands/sd/
# Copy droids
cp -r .factory/droids/* ~/.factory/droids/
# Copy modes
cp -r .factory/modes/* ~/.factory/modes/After installation:
- Restart Droid CLI to load new commands
- Enable Custom Droids:
/settingsβ Custom Droids β Enable - Verify: Type
/sd-helpto see all commands
/sd-research- Deep web research (enhanced with Tavily MCP)/sd-brainstorm- Structured brainstorming/sd-implement- Code implementation/sd-test- Testing workflows/sd-pm- Project management/sd- Show all 30 available commands
For 2-3x faster execution and 30-50% fewer tokens, configure MCP servers in ~/.factory/mcp.json:
# Recommended MCP servers:
# - Tavily: Web search for Deep Research
# - Context7: Official documentation lookup
# - Sequential: Token-efficient reasoning
# - Playwright: Browser automationPerformance Comparison:
- Without MCPs: Fully functional, standard performance β
- With MCPs: 2-3x faster, 30-50% fewer tokens β‘
|
Domain expertise on demand:
|
Efficient framework design:
|
|
8 powerful servers supported:
|
Adaptive modes for different contexts:
|
SuperDroid includes comprehensive Deep Research capabilities:
|
|
# Basic research
/sd-research "latest AI developments 2024"
# Deep research
/sd-research "quantum computing breakthroughs" --depth exhaustive
# Domain-filtered (with Tavily MCP)
/sd-research "React patterns" --domains reactjs.org,github.com| Depth | Sources | Time | Best For |
|---|---|---|---|
| Quick | 5-10 | ~2min | Quick facts |
| Standard | 10-20 | ~5min | General research |
| Deep | 20-40 | ~8min | Comprehensive |
| Exhaustive | 40+ | ~10min | Academic-level |
| π Getting Started | π User Guides | π Reference |
|---|---|---|
|
|
|
Click to expand full command list
/sd-brainstorm- Structured brainstorming/sd-design- System architecture/sd-estimate- Time/effort estimation/sd-spec-panel- Specification analysis
/sd-implement- Code implementation/sd-build- Build workflows/sd-improve- Code improvements/sd-cleanup- Refactoring/sd-explain- Code explanation
/sd-test- Test generation/sd-analyze- Code analysis/sd-troubleshoot- Debugging/sd-reflect- Retrospectives
/sd-document- Doc generation/sd-help- Command help
/sd-git- Git operations
/sd-pm- Project management/sd-task- Task tracking/sd-workflow- Workflow automation
/sd-research- Deep web research/sd-business-panel- Business analysis
/sd-agent- Invoke droids/index-repo- Repository indexing/sd-index- Quick indexing/sd-recommend- Command recommendations/sd-select-tool- Tool selection/sd-spawn- Parallel tasks/sd-load- Load sessions/sd-save- Save sessions/sd- Show all commands
We welcome contributions of all kinds!
| Priority | Area | Description |
|---|---|---|
| π High | Commands | Add new slash commands |
| π€ High | Droids | Create specialized droids |
| π Medium | Documentation | Improve guides & examples |
| π§ͺ Medium | Testing | Test and validate features |
- Inspired by SuperClaude Framework
- Built for Factory Droid CLI
Made with β€οΈ for developers who push boundaries