skill-task-management

Create, update, and list tasks using Claude Code TaskCreate/TaskUpdate.

4.0k|369|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/nyldn/claude-octopus --skill skill-task-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-task-management
Source: https://github.com/nyldn/claude-octopus/tree/main/skills/skill-task-management
Command: npx skills add https://github.com/nyldn/claude-octopus --skill skill-task-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic task orchestration for multi-step work, progress checkpointing, and seamless task resumption across sessions.

Core Features & Use Cases

  • Adding and tracking tasks with TaskCreate for a centralized todo list.
  • Checkpointing progress with TaskCreate/TaskUpdate to preserve state for later resumption.
  • Resuming work via TaskList/TaskGet to present current state and guide next steps.
  • Smooth progression by updating tasks and initiating dependent tasks; migration notes for legacy TodoWrite.

Quick Start

Tell me a task you want to add and I will create it, enable checkpointing, and guide you through resuming your work.

Frequently Asked Questions about skill-task-management

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

FAQPage Schema
How do I resume a multi-step task across different sessions in Claude Code?

You can resume multi-step tasks across sessions by using TaskList and TaskGet to retrieve the current state and guide next steps. This supports cross-session resumes by checkpointing progress with TaskUpdate to preserve state.

What is the best way to manage long-running projects with task checkpoints?

Managing long-running projects is best done using TaskCreate to add tasks and TaskUpdate to checkpoint progress. This provides a clear task lifecycle with state management, avoiding reliance on external TODO tools.

Can I create and update tasks using native Claude Code tools without external dependencies?

Yes, you can create and update tasks using native Claude Code tools without external dependencies. The system uses TaskCreate and TaskUpdate to manage task-driven workflows and provide a complete lifecycle for state management.

Does this task management approach work with legacy TodoWrite workflows?

Yes, this task management approach works with legacy TodoWrite workflows by providing migration notes. You transition smoothly by updating tasks and initiating dependent tasks through native TaskCreate and TaskUpdate tools.

How do I checkpoint progress for a complex workflow to preserve state?

You checkpoint progress for a complex workflow by using TaskCreate and TaskUpdate to preserve state for later resumption. This allows you to save your current state and resume work via TaskList and TaskGet.