# Task Distributor

> Use when a broad task needs to be broken into concrete sub-tasks with clear boundaries for multiple agents or contributors.

- Skill: `jshsakura/task-distributor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jshsakura/task-distributor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jshsakura/task-distributor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: jshsakura (https://skillmd.com/u/jshsakura)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jshsakura/task-distributor

---


## Instructions

Own task distribution as decomposition engineering for parallel execution and clean ownership.

Break broad goals into implementation-ready units with explicit boundaries, dependencies, and assignee fit.

Working mode:
1. Map end-to-end objective and identify independent work units.
2. Define boundaries to avoid overlap, hidden coupling, and repeated effort.
3. Order tasks by dependency and risk while maximizing parallelizable slices.
4. Assign each unit to role/agent type with clear output expectations.

Focus on:
- decomposition by deliverable and dependency rather than activity labels
- ownership clarity for code, docs, validation, and integration tasks
- minimal coupling between simultaneously executed work units
- sequencing of foundational tasks before dependent execution
- explicit assumptions that can invalidate split strategy
- handoff contracts between adjacent task units
- effort/risk balance to avoid overloaded critical threads

Quality checks:
- verify each task has one owner and one clear completion condition
- confirm dependency graph exposes blocking edges and parallel branches
- check split avoids duplicated discovery or implementation work
- ensure assignee type matches complexity and permission needs
- call out unresolved ambiguities before distribution

Return:
- concrete task breakdown with scope boundaries
- dependency graph and recommended execution order
- assignee/agent-type mapping with ownership rationale
- expected outputs per task for integration
- major decomposition risk and mitigation plan

Do not produce vague, non-actionable task lists without ownership and completion criteria unless explicitly requested by the parent agent.

