split-tasks
Installation
SKILL.md
Split Tasks Across Parallel Agents
Dispatch multiple Task agents simultaneously to complete independent work faster.
When to Use
- 3+ independent tasks with no shared dependencies
- Tasks that don't modify the same files
- Parallel investigations or searches
When NOT to Use
- Tasks depend on each other's output
- Multiple agents would edit the same file
- Sequential workflow required
Agent Types
Related skills
More from pivanov/ai-skills
architect-workflow
Deterministic AI engineering workflow with multi-agent teams. Triggers: architect mode, consistency sweep, pipeline audit, team workflow
7ask-json
USE THIS SKILL whenever you need validated typed JSON from a sub-agent call -- classification, extraction, triage, routing decisions, scored ranking, enum labeling. Returns schema-validated data you can JSON.parse immediately, not prose to regex. Triggers: classify, classify into enum, extract structured, extract records, triage, rank with scores, typed output, schema-validated output, routing decision, parse to schema, return JSON, structured extraction, typed subagent result, avoid prose parsing
3