What problem does it solve?
Implementing a Hyper task requires coordinating subtask work, batching, and remediation steps during the implement phase. This skill provides an orchestrator to manage per-subtask workers, select the next unblocked batch, dispatch work to capable harnesses, and advance the task state.
Core Features & Use Cases
- Orchestrates the implement phase by scanning the task folder for subtask files named T<N>.<M>-<slug>.md and dispatching worker batches (parallel when possible, sequential otherwise).
- Handles quick-scope tasks via remediation passes from checks.md and passes control back to verify; for feature-scope tasks, coordinates multiple subtasks and status transitions.
- Manages verify remediation and remediation passes, updates task frontmatter with status changes, and records completions and blockers for human review.
Quick Start
Initiate the implement phase by loading this skill and supplying a task folder containing task.md, exploration.md, spec.md, and all T<N> subtasks, then await worker progress to verification.