todo-resolve

Batch-resolve ready todos in parallel and document lessons learned.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/jaydubya818/New_baseline --skill todo-resolve-jaydubya818
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-resolve
Source: https://github.com/jaydubya818/New_baseline/tree/main/skills/compound-engineering/plugins/compound-engineering/skills/todo-resolve
Command: npx skills add https://github.com/jaydubya818/New_baseline --skill todo-resolve-jaydubya818

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ready-to-be-resolved todos slow down reviews and maintenance. This skill batch-resolves only todos with status ready, in parallel, to accelerate triage after code reviews or planning sessions.

Core Features & Use Cases

  • Parallel resolution of ready todos with per-item processing
  • Automatic documentation of lessons learned through the ce:compound workflow
  • Cleanup of completed todos and clear reporting of pending items

Quick Start

Execute batch-resolve on all ready todos, then review the results and the lessons learned.

Frequently Asked Questions about todo-resolve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch resolve ready todos to speed up triage after a code review?

Batch resolving ready todos processes multiple items in parallel to accelerate triage after code reviews. It skips pending todos, commits resolved changes, and reports leftover items requiring attention.

What is the best way to automate todo triage during engineering workflow sessions?

Automating todo triage during engineering workflows uses a compound workflow to document lessons learned while resolving ready items in parallel. It creates a per-run scratch workspace, commits changes, and cleans up completed files.

Can I resolve pending todos in parallel with this automation workflow?

Parallel resolution with this automation workflow only applies to todos marked as ready. Pending todos are intentionally skipped and reported as leftovers for separate review.

How does the compound engineering workflow document lessons learned from resolved todos?

The compound engineering workflow documents lessons learned by processing resolved todos through a compound workflow. It operates within a scratch workspace under the context directory, committing changes and cleaning up completed files.

Does todo-resolve clean up completed files after batch processing finishes?

Todo-resolve cleans up completed files after batch processing by committing resolved changes within a per-run scratch workspace. This ensures the workspace remains organized and only pending items are reported as leftovers.