What problem does it solve?
This Skill eliminates the inefficiency of sequential turn-by-turn processing for large, parallelizable tasks such as codebase-wide sweeps, cross-source research, multi-source data aggregation, and multi-angle planning, which would require excessive manual effort and context switching if handled one step at a time.
Core Features & Use Cases
- Parallel Sub-Agent Orchestration: Fan out independent sub-tasks to multiple parallel sub-agents for faster execution, with automatic aggregation of results into a single output.
- Non-Blocking Execution: Run workflows in the background without blocking your current turn, with results delivered automatically when complete — no manual polling or waiting required.
- Reusable Command Saving: Save successful workflow runs as persistent, reusable commands that can be invoked with custom JSON arguments for repeated use cases.
- Use Case Example: Run a parallel audit of all packages in a monorepo to collect TODO comments, security issues, or lint errors, then compile the findings into a single consolidated report.
Quick Start
Use the workflows skill to run a parallel audit of all packages in the current codebase to collect all TODO comments and return a consolidated list of findings.