What problem does it solve? After code review 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 using parallel agents, captures lessons learned, and cleans up the todo files afterward. ## Core Features & Use Cases - Status-aware partitioning: Scans .context/compound-engineering/todos/ and legacy todos/ directories, resolving only ready todos while skipping and reporting pending ones. - Parallel batch execution: Spawns a resolver agent per todo, batching large sets into groups of four with short status summaries to keep context manageable. - Lessons-learned capture: Loads the compound skill after resolution to document patterns and architectural insights in docs/solutions/. - Use Case: After running a code review that produced eight approved fix todos, invoke this Skill to resolve them in parallel, commit the changes, record what was learned, and delete the completed todo files. ## Quick Start Resolve all ready todos from the latest review session and document any lessons learned.