task-management

Organize and track revision tasks in paper/revision/todo.md.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/shusuke-ioku/r2 --skill task-management-shusuke-ioku
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/shusuke-ioku/r2/tree/main/src/r2/template/.claude/skills/task-management
Command: npx skills add https://github.com/shusuke-ioku/r2 --skill task-management-shusuke-ioku

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the revision dashboard (paper/revision/todo.md): adds tasks from reviews, sessions, or user requests; marks items done with results; evaluates progress; updates the progress bar and lane counts. Single source of truth for what needs doing and what has been done. Trigger on: "add task," "mark done," "what's left," "todo status," "update todos," "action items," "what should I work on next," "prioritize," or any mention of paper/revision/todo.md. Also trigger proactively: (1) after a review skill run, (2) at session end when substantive work was discussed, (3) after completing any analysis or writing task that corresponds to an open item.

Core Features & Use Cases

  • Central Revision Dashboard: paper/revision/todo.md acts as the persistent queue for active and completed revision work.
  • ADD — New tasks: from reviews, sessions, user requests; DONE — mark items complete; UPDATE — refresh progress and lane counts; EVALUATE — compute remaining work.
  • Use Case: After a negative reviewer comment, add a new item to todo.md, complete it after revision, and watch the progress bar update automatically.

Quick Start

Create a new task entry in paper/revision/todo.md and let the dashboard reflect your progress.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I track revision tasks from peer reviews in a single dashboard?

Track revision tasks by maintaining a central todo.md file that acts as a persistent queue for active and completed work. Add items from peer reviews, mark them done, and evaluate remaining work automatically.

What is the best way to automate todo updates after a writing or analysis session?

Automate todo updates by triggering task management at session end or after completing analysis tasks. The system evaluates substantive work discussed and updates the progress dashboard and lane counts accordingly.

How do I prioritize action items from a negative reviewer comment?

Prioritize action items by adding new entries from reviewer comments to todo.md. Complete the revision work, mark items done with results, and watch the progress bar update automatically.

Can I use a markdown file as a single source of truth for revision progress tracking?

Yes, a markdown file serves as the single source of truth for revision progress tracking. It organizes active and completed tasks, updates progress bars, and presents lane counts to show what needs doing.

Does task management work without external dependencies or components?

Yes, task management operates without external dependencies or components. It functions independently to organize revision tasks, update progress dashboards, and ensure no item is forgotten across sessions.

When should I not use a centralized todo file for workflow management?

A centralized todo file is not ideal for workflows requiring real-time collaboration or complex task dependencies. It is designed for sequential revision tracking rather than concurrent multi-user project management.