tackle-todos

Consolidate TODO and FIXME comments into a prioritized backlog and dispatch parallel agents.

15|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/moriyoshi/winterbaume --skill tackle-todos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tackle-todos
Source: https://github.com/moriyoshi/winterbaume/tree/main/.agents/skills/tackle-todos
Command: npx skills add https://github.com/moriyoshi/winterbaume --skill tackle-todos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read TODO.md and scan source code for TODO/FIXME comments, build a consolidated list, then dispatch parallel agents to address as many items as possible.

Core Features & Use Cases

  • Consolidate TODOs from repository tasks and code comments into a deduplicated, priority-ranked backlog.
  • Dispatch parallel agents to address as many items as possible across crates, with isolation and test guidance.
  • Use optional filter to scope work by service/crate.

Quick Start

Run the tackle-todos workflow to collect all TODO items and dispatch parallel agents to address them.

Frequently Asked Questions about tackle-todos

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

FAQPage Schema
How do I consolidate TODO and FIXME comments across my source code and TODO.md?

To consolidate TODO items, this workflow scans source code for TODO/FIXME comments and reads TODO.md, then deduplicates and priority-ranks them into a single backlog. It collects scattered tasks into one organized list.

Can I automate resolving multiple code TODOs in parallel?

Yes, you can automate resolving code TODOs by dispatching parallel agents. After consolidating the backlog, the workflow dispatches multiple agents simultaneously to address items across crates with isolation and test guidance.

What tools are required to run automated task dispatch for repository TODOs?

Automated task dispatch requires a controlled environment with Bash, Read, Write, Edit, Grep, Glob, and Agent tooling. These tools collect, plan, and execute tasks by scanning files and applying changes.

How do I scope TODO consolidation to a specific service or crate?

You can scope TODO consolidation to a specific service or crate by applying an optional filter. This restricts the parallel agents and scanning logic to operate only within the defined project scope.

What is the best way to deduplicate and prioritize outstanding project TODOs?

The best way to deduplicate and prioritize outstanding project TODOs is using an automated consolidation workflow. It reads task files and code comments, removes duplicates, ranks priorities, and dispatches agents to resolve them.