What problem does it solve?
This Skill plans swarm-ready tasks from a chosen source and emits a structured OrchPlan that can be executed across multiple agents. It ensures tasks are atomic, dependencies are explicit, and work can be scheduled in parallel where safe.
Core Features & Use Cases
- Atomic task decomposition: break down sources into independent tasks with explicit dependencies.
- Dependency-aware planning: schedule tasks based on readiness and lock-based scope to avoid conflicts.
- Source detection and normalization: read SLICES.md, beads lists, or plan-N.md, auto-remediate common issues, and produce a canonical OrchPlan.
- Optional pipelines: emit planning pipelines to drive execution or review.
Quick Start
Run the select skill against a repository containing a SLICES.md or a plan-*.md to generate an OrchPlan. Review the decided waves and the decision trace to coordinate manual writeback.