task-management

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing complex feature development by breaking them down into atomic, trackable subtasks, ensuring clarity, progress visibility, and efficient execution.

Core Features & Use Cases

  • Task Tracking: Monitor the status of all subtasks within a feature.
  • Dependency Management: Visualize and manage dependencies between subtasks.
  • Progress Identification: Easily find the next actionable tasks based on satisfied dependencies.
  • Validation: Ensure the integrity of task definitions and dependency structures.
  • Use Case: A development team can use this Skill to track the progress of a new feature, identify which subtasks are ready to be worked on, and ensure that all dependencies are met before a task is considered complete.

Quick Start

Show the status of all tasks by running the command 'bash .opencode/skills/task-management/router.sh status'.

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

Feature subtask tracking is done via a command-line interface that monitors task statuses, resolves dependencies, and identifies the next actionable atomic units. Run the router script with the status command to view all tasks.

What is the best way to manage feature development subtasks with AI?

Managing feature development with AI involves breaking complex features into atomic, trackable subtasks. This approach ensures progress visibility, dependency resolution, and validation of task definitions for efficient execution.

How do I identify the next actionable task when dependencies are involved?

To identify the next actionable task, the system checks satisfied dependencies within your feature subtasks. It evaluates the dependency structure and surfaces only the atomic units that are ready to be worked on.

Can I validate task definitions and dependency structures before starting development?

Yes, you can validate task definitions and dependency structures before development. The system performs integrity checks to ensure that all subtask definitions are correct and dependencies are properly configured.

Does task management work without external dependencies?

Task management works without external dependencies. It provides a standalone command-line interface for tracking feature subtasks, managing dependency resolution, and validating task definitions directly within your development workflow.