task-planning

Transform design documents into task plans, dependency graphs, and parallel groups.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/NagasakaH/dev-process --skill task-planning-nagasakah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-planning
Source: https://github.com/NagasakaH/dev-process/tree/main/.claude/skills/general-purpose/task-planning
Command: npx skills add https://github.com/NagasakaH/dev-process --skill task-planning-nagasakah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The skill translates design artifacts into a concrete, actionable plan that guides teams from analysis to execution.

Core Features & Use Cases

  • Plan generation: produce a task-plan.md that outlines tasks, estimates, and completion criteria.
  • Dependency mapping: generate dependency-graph.md showing task relationships and sequencing.
  • Parallelization: produce parallel-groups.md to define concurrently executable task groups for efficient delivery.
  • Use Case: Given a design-document.md, transform it into an end-to-end execution plan ready for implementation.

Quick Start

Create a task plan from the design-document.md to generate task-plan.md, dependency-graph.md, and parallel-groups.md.

Frequently Asked Questions about task-planning

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

FAQPage Schema
How do I turn a design document into an actionable task plan?

To turn a design document into an actionable task plan, provide the design document and a defined tech stack. The process generates a task-plan.md that outlines specific tasks, estimates, and completion criteria to guide implementation.

How do I map task dependencies from a design document?

Mapping task dependencies from a design document involves analyzing design artifacts to generate a dependency-graph.md. This file shows task relationships and sequences, providing a clear structure for project execution.

Can I define parallel task groups from a design document for project management?

You can define concurrently executable task groups from a design document by generating a parallel-groups.md file. This defines parallel task groups to optimize the workflow and enable efficient delivery during implementation.

What do I need to generate a task plan from a design document?

Generating a task plan from a design document requires a completed design artifact and a defined tech stack. These inputs are necessary to produce the task-plan.md, dependency-graph.md, and parallel-groups.md outputs.

What is the best way to translate design artifacts into an execution plan?

The best way to translate design artifacts into an execution plan is to use a structured task generation workflow. This approach transforms design documents into a main task plan, a dependency graph, and parallel group definitions.