task-management

Manage feature subtasks, dependencies, and task integrity via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of tracking, managing, and validating feature implementations by breaking them down into atomic subtasks, managing dependencies, and monitoring progress.

Core Features & Use Cases

  • Task Tracking: Monitor the status of all features and their subtasks.
  • Dependency Management: Identify and display tasks that are ready to be worked on once their dependencies are met.
  • Progress Monitoring: Clearly see the completion status of individual subtasks and overall feature progress.
  • Validation: Ensure the integrity of task definitions and dependency trees.
  • Use Case: As a developer, you can use this Skill to quickly see which subtasks are ready to be implemented next, mark completed subtasks with summaries, and validate that all task definitions are correct before starting development.

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 subtask status and dependencies from the command line?

You can track feature subtask status and dependencies using a command-line interface that monitors progress, displays eligible tasks, and validates dependency trees. It provides a clear view of completion status for individual subtasks and overall features.

How do I identify which development tasks are ready to be worked on next?

To identify next eligible tasks, the CLI analyzes your dependency tree and displays subtasks whose dependencies are met. This ensures developers only work on features that are unblocked and ready for implementation.

Can I validate JSON task definitions and dependency trees before starting development?

Yes, you can validate JSON task definitions and dependency trees to ensure integrity before development. The validation process checks task structures and dependency relationships to prevent errors in your tracking setup.

How do I mark completed subtasks and record implementation summaries?

You can mark completed subtasks with summaries directly through the CLI. This records the implementation details and updates the overall feature progress monitoring system.

What is the best way to manage atomic feature subtasks in software development?

Managing atomic feature subtasks involves breaking down implementations into trackable units, managing their dependencies, and monitoring progress. A CLI tool can validate task definitions and show which subtasks are ready for development.

Does this task tracking CLI require any external dependencies to run?

No, this task tracking CLI operates without external dependencies. It runs standalone using scripts to manage feature subtasks, track status, and validate JSON files without requiring additional environment setup.