What problem does it solve?
This Skill addresses the challenge of coordinating multiple tasks by delegating work to spawned subagents, enabling parallel execution while preserving correct ordering through dependency-aware waves.
Core Features & Use Cases
- Inline parallel task execution: parse and schedule inline task lists, spawn workers, and manage frontier execution.
- Dependency-respecting waves: ensure tasks run in an order that honors dependencies and commits/validates per step.
- Safe orchestration: orchestrator handles planning, liveness monitoring, and post-step validation; avoids direct task execution unless explicitly allowed.
- Use cases include large task batches, patch/apply workflows, and automated multi-step operations that require worker tooling.
Quick Start
Invoke the mesh skill with an inline task list using the $mesh command in your message. For example, provide a list of tasks; then reply with $mesh confirm to run exactly this task list (no copy/paste).