Task Management

Convert user requirements into structured task lists with dependencies and commit-ready outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Task Management provides a structured approach to turning requirements into actionable work items, enabling teams to generate and process tasks with traceable progress and standardized commit practices.

Core Features & Use Cases

  • Generate Tasks: Create a detailed, hierarchical task list from user requirements or existing documentation.
  • Process Task List: Work through tasks one by one with completion tracking and automated handoffs to version control.
  • Output & Guidance: Save results to /tasks/ with standardized filenames and provide a living reference in references/.

Quick Start

Generate a detailed task list from your requirements and begin processing subtasks one at a time.

Frequently Asked Questions about Task Management

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

FAQPage Schema
How do I convert requirements into a structured task list with subtasks?

To convert requirements into a structured task list, this tool identifies user needs and generates hierarchical parent tasks with sequential sub-tasks. It establishes clear dependencies and tracks completion to provide commit-ready outputs.

What is the best way to generate project management tasks from existing documentation?

Generating project management tasks from existing documentation involves parsing your requirements to create a detailed, hierarchical task list. The system coordinates sequential sub-task generation and saves results under /tasks/ with a references guide.

Can I track workflow task completion and get commit-ready outputs for version control?

Yes, you can track workflow task completion and get commit-ready outputs. The system processes tasks one by one, monitors completion status, and provides standardized outputs designed for automated handoffs to version control.

Does this task generation approach work without external dependencies?

Yes, this task generation approach works without external dependencies. It operates independently to analyze your project requirements and produce structured workflows, requiring no additional modules or frameworks to generate the task list.

How are generated subtasks and implementation details saved?

Generated subtasks and implementation details are saved under a dedicated /tasks/ directory. The system creates standardized filenames for the task list and maintains a living reference guide in the references/ folder for implementation details.