phoenix-task-tracking

Create and update task files with standardized naming in Phoenix IDE.

5|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/scottopell/phoenix-ide --skill phoenix-task-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phoenix-task-tracking
Source: https://github.com/scottopell/phoenix-ide/tree/main/skills/phoenix-task-tracking
Command: npx skills add https://github.com/scottopell/phoenix-ide --skill phoenix-task-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating, updating, and managing task files within Phoenix IDE, ensuring consistent task tracking and preventing frontmatter drift.

Core Features & Use Cases

  • Automated Task Creation: Use taskmd new to atomically generate new task files with correct frontmatter, avoiding ID collisions.
  • Task Status Management: Transition task statuses seamlessly with taskmd status, updating filenames and frontmatter automatically.
  • Use Case: A developer encounters a bug during work and quickly creates a detailed task file with relevant artifact and priority information, then updates its status as work progresses.

Quick Start

Describe how to quickly create a new task or change a task's status using commands like taskmd new or taskmd status in natural language.

Frequently Asked Questions about phoenix-task-tracking

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

FAQPage Schema
How do I create structured task files in Phoenix IDE without ID collisions?

You can atomically generate new task files with correct frontmatter using the `taskmd new` command, which ensures consistent naming conventions and prevents ID collisions during task creation.

What is the best way to update task status and prevent frontmatter drift in project tracking?

Transitioning task statuses with `taskmd status` automatically updates both filenames and frontmatter, preventing frontmatter drift and ensuring consistency and traceability across project tracking workflows.

Does this task management approach support file automation for development workflows?

Yes, the skill facilitates file automation by supporting standardized naming conventions and automatic status transitions for task files, streamlining development workflows within Phoenix IDE.

Can I use this task tracking system to document priority and artifact information for bugs?

Yes, when creating task files you can include relevant artifact and priority information, then update the task status as work progresses to maintain traceability across the development workflow.

Why does task status management require updating both filenames and frontmatter?

Updating both filenames and frontmatter during status transitions enforces standardized naming conventions and prevents frontmatter drift, ensuring consistent task tracking and traceability across workflows.