Domains
Forms
- SKILL.md33.3%
- references66.7%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When an agent or user needs to break down a complex task for a multi-agent team, design task dependency graphs, write clear task descriptions, or monitor/rebalance team workload.
Clear task breakdown with dependency graph, well-specified task docs for each agent, and balanced parallel execution with shorter critical path and higher throughput.
Use Cases
A team lead spawns 4 agents to build a full-stack feature (auth, profile, API, UI). Using this skill, they decompose by file ownership, define blockedBy relations, and write per-agent task specs with acceptance criteria. Agents work without merge conflicts, integration is smooth, and the feature ships in half the time versus sequential work.
During a large migration, progress stalls as one agent is overloaded while another is idle. The user applies the workload monitoring table and rebalancing steps: calls TaskList, reassigns tasks via TaskUpdate, and notifies via SendMessage. Throughput recovers and the critical path is resolved without deadlock.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File