What problem does it solve? After code reviews or triage sessions, approved todos pile up and resolving them one by one is slow and error-prone. This Skill batch-resolves all ready todos with parallel agents, commits the changes, and captures lessons learned. ## Core Features & Use Cases - Status-aware triage: Scans todo files and partitions them by status, resolving only ready items while reporting skipped pending ones. - Parallel resolution: Spawns a resolver agent per todo, batching large sets into groups of four with dependency-aware ordering and a mermaid execution diagram. - Knowledge capture: Commits changes, marks todos resolved, then runs the compound workflow to document patterns in docs/solutions/ before cleaning up resolved files. - Use Case: After a ce:review session leaves eight approved fix todos, run this Skill to resolve them in parallel batches, commit the fixes, and record the architectural insights discovered. ## Quick Start Resolve all ready todos from the latest review session and document any lessons learned.