task-management

Coordinate project tasks and enforce prerequisite completion with Git-like workflows and dependency graphs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinate feature work by decomposing items into subtasks with status and dependencies.

Core Features & Use Cases

  • Task breakdown: create features with subtasks and track statuses across active, in_progress, completed, and blocked.
  • Dependency-driven planning: ensure subtasks advance only when prerequisites are complete.
  • Validation & governance: verify task definitions and dependency graphs to prevent inconsistencies.

Quick Start

Create a new feature with subtasks and monitor progress using the Task Management Skill router to view 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 development by decomposing items into subtasks?

Task validation verifies task definitions and dependency graphs to prevent inconsistencies during project tracking. It ensures subtasks advance only when prerequisites are complete, maintaining integrity across active, in_progress, completed, and blocked statuses.

How do I view blocked tasks and find the next available work in a CLI?

You use a task-management CLI router to execute status, next, blocked, and completion workflows. This identifies blocked subtasks and surfaces the next available atomic tasks that have their dependency prerequisites satisfied.

What is the best way to enforce dependencies in project-tracking workflows?

The best way to enforce dependencies in project-tracking is by validating task graphs to ensure subtasks advance only when prerequisites are complete. This prevents inconsistencies by governing the transition between active, in_progress, completed, and blocked statuses.

Can I validate task definitions and dependency graphs before starting work?

You do not need external dependencies to manage subtasks with status and dependencies. The task-management CLI router operates standalone, allowing you to create features, validate task graphs, and monitor completion workflows without external packages.