task-management

Track feature subtask statuses, dependencies, and completion validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/geavenx/.dotfiles --skill task-management-geavenx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/geavenx/.dotfiles/tree/main/home/.config/opencode/skill/task-management
Command: npx skills add https://github.com/geavenx/.dotfiles --skill task-management-geavenx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Task management CLI coordinates feature subtasks with statuses, dependencies, and validation to streamline development workflows.

Core Features & Use Cases

  • Track status of features and their subtasks
  • Identify next eligible tasks by satisfying dependencies
  • Surface blocked tasks and reasons
  • Mark subtasks as complete with summaries and validations
  • Validate task data integrity and dependency trees

Quick Start

Run the task CLI to view statuses, see next tasks, and complete subtasks with summaries.

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 validate dependencies in a CLI workflow?

This task management CLI tracks feature subtasks by coordinating statuses, resolving dependency trees, and surfacing next eligible or blocked tasks. It validates task data integrity to ensure timely delivery of feature work for software teams.

What is the best way to identify blocked tasks and their dependency reasons?

To identify blocked tasks and their reasons, validate dependency trees to check if prerequisites are met. The CLI surfaces blocked subtasks and explains the dependency constraints preventing completion within the feature workflow.

How do I mark subtasks as complete with validation and summaries?

To mark subtasks as complete, use the CLI to update the task status while attaching completion summaries and running validation checks. This ensures that all dependency conditions are satisfied before the subtask is finalized.

Can I validate task data integrity and dependency trees for software feature tracking?

Yes, you can validate task data integrity and dependency trees for software feature tracking. The CLI checks dependency resolution logic to ensure subtask relationships are structurally valid and feature workflows have no broken links.

Does this task management CLI require external dependencies to track workflow statuses?

No, this task management CLI does not require external dependencies to track workflow statuses. It operates self-contained using scripts to coordinate feature subtasks, validate dependency trees, and surface blocked items.

How do I surface the next eligible tasks in a dependency-driven development workflow?

To surface next eligible tasks in a dependency-driven workflow, run the CLI to evaluate which subtasks have satisfied dependencies. It uses status tracking and dependency resolution to identify actionable work.