원클릭으로
split-tasks
Split 3+ independent tasks across parallel agents. Triggers: run in parallel, split tasks, do these at once
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Split 3+ independent tasks across parallel agents. Triggers: run in parallel, split tasks, do these at once
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
Deterministic AI engineering workflow with multi-agent teams. Triggers: architect mode, consistency sweep, pipeline audit, team workflow
| name | split-tasks |
| description | Split 3+ independent tasks across parallel agents. Triggers: run in parallel, split tasks, do these at once |
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."