What problem does it solve?
This Skill removes the manual overhead of resolving many small, ready-to-fix todos by orchestrating parallel subagents that implement each proposed change and update the todo ledger, reducing reviewer ping-pong and backlog friction.
Core Features & Use Cases
- Automated Parallel Fixes: Plan and dispatch one subagent per ready todo, passing file paths (not contents) and aggregating results.
- Safe Orchestration: Build a dependency graph, skip blocked items, enforce a four-state completion protocol (DONE, DONE_WITH_CONCERNS, BLOCKED, NEEDS_CONTEXT), and perform two-stage review before committing.
- Commit, Update, and Report: Stage/commit diffs per todo, rename and update todo files with resolution metadata, optionally post GitHub PR back-references, and produce structured or human-readable run summaries.
- Modes & Filtering: Operate interactively, autofix, report-only, or headless; filter by priority, source, PR, or explicit todo numbers.
Quick Start
Run /todo-resolve in mode:interactive to plan, review, and dispatch parallel subagents for ready todos.