task-management

Manage feature subtasks with status tracking, dependency resolution, and validation.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/rchiarino/AgentHarmony --skill task-management-rchiarino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/rchiarino/AgentHarmony/tree/main/.opencode/skills/task-management
Command: npx skills add https://github.com/rchiarino/AgentHarmony --skill task-management-rchiarino

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing complex feature development by breaking them down into atomic subtasks, tracking their status, managing dependencies, and ensuring overall project integrity.

Core Features & Use Cases

  • Task Breakdown: Manages atomic subtasks for features.
  • Dependency Tracking: Ensures tasks are completed in the correct order.
  • Status Monitoring: Provides clear visibility into task progress and blockers.
  • Validation: Verifies the integrity of task definitions and dependencies.
  • Use Case: A developer can use this skill to see which subtasks are ready to be worked on next, mark a completed subtask, and ensure all dependencies for subsequent tasks are met.

Quick Start

Use the task-management skill to show the status of all tasks.

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I track feature subtasks and resolve dependencies in a CLI workflow?

Task dependency resolution ensures correct execution order by validating task definitions and their interdependencies, identifying which atomic subtasks have unmet blockers, and surfacing the next actionable items ready for work.

What is task dependency resolution and how does it manage atomic subtask breakdowns?

Task dependency resolution ensures correct execution order by validating task definitions and their interdependencies, identifying which atomic subtasks have unmet blockers, and surfacing the next actionable items ready for work.

Can I validate task definitions and monitor status without external dependencies?

Validation checks the integrity of task definitions and their interdependencies by verifying that all prerequisite subtasks are properly structured and that no circular or broken dependencies exist before execution.

How does task validation check the integrity of feature subtask definitions?

Validation checks the integrity of task definitions and their interdependencies by verifying that all prerequisite subtasks are properly structured and that no circular or broken dependencies exist before execution.

What's the best way to identify the next actionable item in a complex feature development workflow?

Task delegation agents integrate by creating and managing task lifecycles, allowing the CLI to interface with automated agents that handle the execution and tracking of delegated feature subtasks.

Do I need task delegation agents to integrate with CLI task lifecycles?

Task delegation agents integrate by creating and managing task lifecycles, allowing the CLI to interface with automated agents that handle the execution and tracking of delegated feature subtasks.