remove-task

Remove a single task from a tracker and update progress statistics.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill remove-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-task
Source: https://github.com/HirogaKatageri/hirokata-cc-marketplace/tree/main/plugins/cc-tracker-plugin/skills/remove-task
Command: npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill remove-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables removing a single task from an existing tracker and updating statistics accordingly.

Core Features & Use Cases

  • Remove a Task: Delete the task entry from the tracker while preserving the surrounding structure.
  • Update Progress: Recalculate and update track and overall completion statistics.
  • Plan File Handling: Optionally delete or retain the plan file associated with the task, and warn about dependencies.

Quick Start

Use the skill to remove a specific task, for example: /remove-task my-app --task=05 --confirm

Frequently Asked Questions about remove-task

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

FAQPage Schema
How do I remove a task from a project tracker and update progress statistics?

To remove a task from a project tracker, this skill locates the specified task, deletes the entry, recalculates track and overall completion statistics, and safely updates the tracker metadata. It preserves the surrounding tracker structure during removal.

Can I keep the plan file associated with a task when removing it from the tracker?

Yes, you can optionally retain or delete the plan file associated with a task when removing it from the tracker. The skill handles plan file deletion automatically unless specified otherwise, ensuring safe metadata updates.

What happens to dependent tasks when I delete a task from an interactive project tracker?

When deleting a task from an interactive project tracker, the skill issues warnings about dependent tasks. It safely parses arguments, locates the task, and recalculates progress without breaking the surrounding tracker structure.

How do I use CLI automation to delete a single task across project phases and tracks?

You can use CLI automation to delete a single task across project phases and tracks by parsing arguments like the task ID and confirmation flag. The skill locates the exact entry, removes it, and recalculates overall completion statistics.

Are there limitations when removing tasks from an existing project management tracker?

A key limitation when removing tasks from a project management tracker is the presence of dependent tasks. The skill warns about these dependencies during removal to prevent breaking the project structure, and requires confirmation before deleting.

Does the remove-task skill work with interactive project trackers that span multiple phases?

Yes, the remove-task skill works with interactive project trackers spanning multiple Phases and Tracks. It parses arguments to locate the specific task, recalculates progress, deletes the entry, and safely updates the tracker metadata.