sc-spawn
Installation
SKILL.md
Task Orchestration
Decompose complex requests into manageable subtasks and coordinate their execution.
When to use
- Breaking down complex multi-step tasks
- Orchestrating parallel work streams
- Managing task dependencies
- Coordinating large-scale changes
- Executing batch operations efficiently
Instructions
Usage
/sc:spawn [task] [--sequential|--parallel] [--validate]