What problem does it solve? Backlogs, bug reports, and design docs pile up as vague, duplicated, or stale work items that nobody can safely hand to a builder. This Skill turns that raw input into a reviewed dispatch plan — each task scoped, deduplicated, dependency-wired, and ordered — so a human can approve handoffs in minutes instead of re-triaging everything themselves. ## Core Features & Use Cases - One-at-a-time triage: Surfaces each finding as a single decision with a concrete recommendation, keeping open questions tracked until answered or explicitly parked. - Tracker verification: Checks task statuses against actual repository history, matching commits by meaning rather than by task-id grep, so stale or already-shipped work is caught. - Dependency mapping and dispatch ordering: Reads every task in the set, flags duplicates, cycles, file conflicts, and vague descriptions, then recommends what runs in parallel versus sequentially. - Use Case: Point it at a design doc for a half-built feature. It compares the doc against code and existing tasks, reports whether the doc is fully, partly, or not yet decomposed, and drafts actionable tasks for the remainder — ready for arbe-delegate to launch builders once approved. ## Quick Start Ask the agent to triage the open backlog for a feature area and hand back a dispatch order with dependencies wired.