edit-task

Update task metadata in a tracker without changing its status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly edit task metadata within a tracker without disrupting status or relationships, enabling rapid refinement of task details.

Core Features & Use Cases

  • Edit task title, description, priority, complexity, and acceptance criteria while preserving structure.
  • Update dependencies and plan references for tasks, all within the tracker workflow.
  • Use cases: adjusting task details after reviews, aligning with new requirements, or refining plans without changing status.

Quick Start

Use the edit-task skill to modify task 03 in tracker "my-app" with appropriate flags such as --title, --description, --priority, etc.

Frequently Asked Questions about edit-task

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

FAQPage Schema
How do I edit task metadata in a tracker without changing its status?

To edit task metadata without changing its status, use a skill that parses arguments, locates the correct tracker and task, applies changes to the entry, and updates related plan files while preserving the current status.

What task details can I update in a tracker while preserving the structure?

You can update a task's title, description, priority, complexity, acceptance criteria, dependencies, and plan references across Phases and Tracks while preserving the structural integrity of the tracker.

How do I update task dependencies and plan references after a requirement review?

Updating task dependencies and plan references after a review involves modifying the specific task entry within the tracker and automatically refreshing any linked plan files to reflect the refined requirements.

Can I modify acceptance criteria and complexity for a task across multiple tracks?

Yes, you can modify acceptance criteria and complexity for tasks across Phases and Tracks by applying targeted argument flags to the specific task entry, ensuring changes are captured without disrupting relationships.

What is the best way to refine task plans without disrupting tracker relationships?

The best way to refine task plans without disrupting relationships is to apply metadata-only updates that target the task entry directly, refreshing tracker metadata and linked plan files while leaving status and dependencies intact.