What problem does it solve?
Translates vague tasks into deterministic, HTDAG-based work plans by decomposing work into subtasks, mapping them to skills, and coordinating execution across waves and phases.
Core Features & Use Cases
- HTDAG-based decomposition: Breaks tasks into hierarchical graphs for scalable planning and execution.
- Two-stage planner-executor: Separates planning from execution with dynamic expansion on failure.
- Adaptive wave-based execution: Executes independent subtasks in parallel whenever possible, and sequences when needed.
- Phase orchestration: Supports multi-phase workflows with just-in-time DAGs (RESEARCH → PLAN → BUILD → TEST → DEPLOY).
- Conflict prediction & safe concurrency: Predicts file/resource conflicts to avoid parallelization hazards.
- Error handling & recovery: Expands complex nodes into sub-DAGs and retries to robustly complete tasks.
Quick Start
Provide a natural language task and let the skill decompose it into an HTDAG and orchestrate cross-skill execution.