task-generator

Decompose PRD documents into actionable tasks with completion criteria.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/sunLeee/optimization --skill task-generator-sunleee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-generator
Source: https://github.com/sunLeee/optimization/tree/main/.claude/skills/process/task-generator
Command: npx skills add https://github.com/sunLeee/optimization --skill task-generator-sunleee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRD-to-task decomposition converts high-level product requirements into independent, actionable tasks that are easy to execute and validate.

Core Features & Use Cases

  • Independent, verifiable tasks: Each sub-task is self-contained and testable.
  • Automatic completion criteria: Generates measurable success criteria for each task.
  • Dependency-aware planning: Captures task order and prerequisites.
  • PRD-driven task templates: Provides templates for common PRD sections.

Quick Start

Provide your PRD file path (for example tasks/new-feature-prd.md) to generate a complete task breakdown.

Frequently Asked Questions about task-generator

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

FAQPage Schema
How do I decompose a PRD into actionable tasks?

To decompose a PRD into actionable tasks, you provide the document file path, and the system breaks down high-level product requirements into independent, verifiable sub-tasks with explicit dependencies.

How does PRD-driven task generation handle completion criteria?

PRD-driven task generation handles completion criteria by automatically producing measurable success criteria and test-backed verification for each sub-task, ensuring every generated task is independently executable and verifiable.

What is the best way to plan end-to-end workflows from product requirements?

The best way to plan end-to-end workflows from product requirements is using dependency-aware task templates that identify related files, capture task order, and generate automatic completion criteria for each step.

Can I generate task breakdowns from a local PRD markdown file?

Yes, you can generate task breakdowns from a local PRD markdown file by providing the file path, such as tasks/new-feature-prd.md, to produce a complete, dependency-aware task list.

Does task decomposition from a PRD capture dependencies between sub-tasks?

Yes, task decomposition from a PRD captures dependencies by mapping prerequisites and task order during the workflow planning phase, ensuring sub-tasks are executed in the correct sequence.

When do I need automatic completion criteria for workflow planning?

You need automatic completion criteria for workflow planning when converting high-level product requirements into actionable tasks that require independent validation and test-backed verification before execution.