add-task

Add tasks to existing Markdown trackers with metadata and plan files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill allows you to add new tasks to an existing tracker, automatically placing them into the correct phase and track with associated metadata such as priority, complexity, acceptance criteria, and dependencies.

Core Features & Use Cases

  • Argument-driven task creation: Parse tracker name, phase, track, priority, complexity, description, acceptance criteria, and dependencies from user input.
  • Tracker-aware insertion: Locate or create the appropriate phase and track in the tracker, append the new task entry, and update overview statistics.
  • Plan file support: Optional generation of a detailed plan file per task and optional creation of a dedicated plan document.
  • Use Case: Add a new feature task to Phase 2, Track "backend", with High priority and Medium complexity, including a brief description and acceptance criteria.

Quick Start

Run: /add-task my-app --phase=2 --track=backend --priority=High Then provide the task title and optional details when prompted.

Frequently Asked Questions about add-task

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

FAQPage Schema
How do I add new tasks to an existing Markdown project tracker?

To add tasks to a Markdown project tracker, you provide the tracker name along with phase, track, priority, and complexity. The skill parses these arguments, validates the tracker file, inserts the task into the correct section, and updates overview statistics to maintain a single source of truth.

What is the best way to organize task dependencies and acceptance criteria in Markdown?

Organizing task dependencies and acceptance criteria in Markdown involves appending structured metadata to each task entry. This skill automates that by parsing dependency lists and acceptance criteria from your input, appending them directly to the task block within the correct tracker phase and track.

Can I automatically generate a plan file when adding a task to a software project tracker?

Yes, you can automatically generate a plan file when adding a task to a software project tracker. The skill supports optional generation of a detailed plan document for each task entry, allowing you to maintain expanded implementation details outside the main tracker file.

How do task priority and complexity metadata get inserted into a phase and track?

Task priority and complexity metadata get inserted into a phase and track through argument-driven parsing. The skill locates the specified phase and track within the Markdown tracker, appends the new task entry with its associated metadata, and automatically updates the tracker's overview statistics.