task-management

Manage feature subtasks with dependencies via a CLI interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a lightweight, centralized way to track and manage feature work by decomposing features into subtasks with explicit dependencies, enabling visibility of progress and blockers.

Core Features & Use Cases

  • Dependency-aware task management: track subtasks, dependencies, and status across features.
  • Next tasks and blockers: automatically identify ready-to-work items and blocked tasks.
  • Completion and validation: mark subtasks complete with summaries and validate task structure for integrity.

Quick Start

Use the Task Management Skill to view status, identify next tasks, and complete subtasks:

  • Show status: bash .opencode/skill/task-management/router.sh status
  • Show next ready tasks: bash .opencode/skill/task-management/router.sh next
  • Complete a subtask: bash .opencode/skill/task-management/router.sh complete my-feature 01 "Completed initial task"

Frequently Asked Questions about task-management

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

FAQPage Schema
How do I track subtask dependencies for a feature in a CLI workflow?

Dependency-aware task tracking decomposes features into atomic subtasks with explicit prerequisites, allowing teams to visualize progress, identify ready-to-work items, and expose blockers before they stall development.

How do I identify the next ready task and blockers in a dependency-aware workflow?

Run the CLI next command to automatically query your task structure, filter out incomplete prerequisites, and output the next ready subtasks alongside any current blockers preventing progress.

How do I mark a subtask complete and validate its structure from the command line?

Execute the CLI complete command with the feature name, subtask ID, and a summary string to mark it done, which simultaneously triggers structural validation to enforce data integrity.

Can I use this task-management skill for atomic subtasks without external dependencies?

Yes, this skill operates with zero external dependencies, relying solely on internal bash scripts to manage atomic subtasks, making it suitable for lightweight product development environments.

What is the best way to get a completion report and status overview for feature subtasks?

Run the CLI status command to aggregate subtask completion data, validate dependencies, and output a centralized progress report for your feature workflow.