skills/split-tasks/SKILL.md
Split 3+ independent tasks across parallel agents. Triggers: run in parallel, split tasks, do these at once
npx skillsauth add pivanov/ai-skills split-tasksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Dispatch multiple Task agents simultaneously to complete independent work faster.
| Type | Use for |
|------|---------|
| Bash | Running commands, tests, builds |
| general-purpose | Code changes, file edits, research |
| Explore | Codebase investigation, finding patterns |
Each agent needs:
User: "Fix failing tests, update API docs, and add input validation to forms"
Launch in parallel:
After completion: "All 3 tasks complete. Tests passing (fixed X). Docs updated for Y endpoints. Validation added to Z forms."
testing
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
testing
Deterministic AI engineering workflow with multi-agent teams. Triggers: architect mode, consistency sweep, pipeline audit, team workflow
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.