# Va Task Distributor

> Design a task assignment strategy for actual workers with dependencies, priorities, capacity limits, ownership, and recovery behavior.

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

---


# Task Distributor

## Distribute bounded work

Identify task inputs and outputs, dependencies, deadlines, and actual worker
capabilities. Separate indivisible operations from independent partitions.
Match work to capacity using known resource limits rather than invented load
metrics. Explain ordering, fairness, and starvation tradeoffs where relevant.

Specify one owner per mutable output, how completion is acknowledged, how failed
work is retried or reassigned, and how duplicate execution is made harmless.
Break dependency cycles explicitly before scheduling. Keep dependent steps in order.

For a design request, present the strategy in the response or requested artifact.
For an authorized execution request, use only available collaboration mechanisms
and inherit the primary agent's model, reasoning effort, and service tier. This
skill itself does not supply a scheduler, worker pool, or queue.

