task-management

Track feature subtasks, dependencies, and completion status via CLI.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/omarluq/my-opencode-config --skill task-management-omarluq
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: task-management
Source: https://github.com/omarluq/my-opencode-config/tree/main/.opencode/skills/task-management
Command: npx skills add https://github.com/omarluq/my-opencode-config --skill task-management-omarluq

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

Task management in software projects often lacks a concise, auditable workflow to break features into subtasks, manage dependencies, and validate progress. This Skill provides a CLI-driven framework to track, plan, and validate feature implementation tasks end-to-end.

Core Features & Use Cases

  • Track progress across features and subtasks with status summaries and block indicators.
  • Determine next eligible tasks based on dependency satisfaction to maintain smooth workflow.
  • Mark subtasks as completed with a concise summary and automatically update overall progress.
  • Validate task definitions and dependency graphs to catch inconsistencies early.
  • Use case: a development team organizes a feature into sequential subtasks with dependencies, and engineers push updates through the router to reflect real-time progress.

Quick Start

Run the Task Management Skill router to view status and manage subtasks from the command line.

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 dependencies from the command line?β–Ό

You can track feature subtasks from the command line by running the task management router to generate status summaries, resolve dependencies, and mark completion. It coordinates feature tasks and provides JSON validation to catch inconsistencies.

How does dependency resolution work for sequential feature tasks?β–Ό

Dependency resolution determines the next eligible tasks by checking if their prerequisites are satisfied. The CLI assesses your dependency graph to maintain smooth workflow, automatically blocking subtasks until their dependencies are marked complete.

Can I validate task definitions and dependency graphs to catch inconsistencies early?β–Ό

Yes, you can validate task definitions and dependency graphs using JSON validation within the CLI. This process checks for inconsistencies early, ensuring your feature tasks and completion criteria meet structural requirements before execution.

What is the best way to manage feature implementation progress across a development team?β–Ό

The best way to manage feature implementation progress is using a CLI-driven framework to break features into subtasks. Engineers push updates through the router to reflect real-time progress, mark subtasks completed, and automatically update overall status.

Does CLI task management work for software projects that need auditable completion summaries?β–Ό

Yes, CLI task management works for software projects requiring auditable completion summaries. It tracks progress across features with block indicators and provides concise summaries when marking subtasks as completed to keep development teams aligned.

When should I not use a CLI-driven framework for task management?β–Ό

You should not use a CLI-driven task management framework if your software project lacks structured feature definitions or JSON-based dependency graphs. It requires managing features and completion criteria through the command line rather than a graphical interface.