todo-resolve

Resolve ready todos in parallel and document lessons learned.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill todo-resolve-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-resolve
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/todo-resolve
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill todo-resolve-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve approved todos using parallel processing, document lessons learned, then clean up. Only ready todos are resolved. Pending todo items are skipped and reported at the end to keep focus on actionable work.

Core Features & Use Cases

  • Analyze and partition todos by status (ready, pending, complete) to determine scope.
  • Plan and spawn per-item resolution tasks in parallel, with dependency-aware batching and clear progress summaries.
  • Commit changes, mark todos resolved, and capture lessons learned in a solution document for future reference.
  • Clean up completed artifacts and provide a consolidated report of skipped pendings when present.

Quick Start

Run the todo-resolve workflow to batch-resolve all ready todos and document 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 approved todos in a triage workflow?

Batch-resolving approved todos involves filtering items by ready status, spawning parallel per-item resolution tasks, committing changes, and documenting lessons learned in a final cleanup step. This workflow requires explicit support for parallel task execution and per-item resolution agents.

What happens to pending todo items during parallel processing?

Pending todo items are automatically skipped during parallel processing to maintain focus on actionable work. The workflow generates a consolidated report of all skipped pending items at the end of the resolution cycle.

Can I filter specific todos for resolution using IDs or patterns?

You can filter specific todos for resolution using optional IDs or patterns. The workflow applies these filters to partition todos by status (ready, pending, complete) and determine the processing scope before spawning parallel resolution tasks.

Does todo triage support dependency-aware batching in code-review environments?

Todo triage supports dependency-aware batching in code-review environments by coordinating parallel processing across per-item resolution agents. It plans resolution tasks based on dependencies and provides clear progress summaries throughout the workflow.

How are lessons learned documented after resolving todos?

Lessons learned are documented in a solution document after todos are resolved. The workflow commits changes, marks todos as resolved, and captures lessons for future reference before cleaning up completed artifacts.