src/superclaude/commands/spawn.md
/sc:spawn [complex-task] [--strategy sequential|parallel|adaptive] [--depth normal|deep]
Key behaviors:
/sc:spawn "implement user authentication system"
# Breakdown: Database design → Backend API → Frontend UI → Testing
# Coordinates across multiple domains with dependency management
/sc:spawn "migrate legacy monolith to microservices" --strategy adaptive --depth deep
# Enterprise-scale operation with sophisticated orchestration
# Adaptive coordination based on operation characteristics
/sc:spawn "establish CI/CD pipeline with security scanning"
# System-wide infrastructure operation spanning DevOps, Security, Quality domains
# Parallel execution of independent components with validation gates
Will:
Will Not:
STOP AFTER TASK DECOMPOSITION
This command produces a TASK HIERARCHY ONLY - delegates execution to other commands.
Explicitly Will NOT:
Output: Task breakdown document with:
/sc:* command handles each task)Next Step: Execute individual tasks using delegated commands (/sc:implement, /sc:design, /sc:test, etc.)