doc-tasks

Convert PRD requirements into executable task plans with dependencies and validation criteria.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRD 또는 요구사항을 실행 가능한 작업으로 분해하여 의존성까지 반영한 태스크 목록을 자동으로 생성합니다.

Core Features & Use Cases

  • 요구사항을 독립적이고 실행 가능한 태스크로 분해하고, 선행 의존성을 명확히 표시합니다.
  • 태스크 간 의존성 관리와 병렬 실행 가능성을 파악해 스프린트 계획에 바로 반영합니다.
  • PRD와 산출물 간의 추적성을 유지하고 검증 기준을 포함한 산출물을 제공합니다.
  • Use Case: 신규 기능 PRD를 받으면 관련 TASK 목록과 의존성 다이어그램을 포함한 문서를 생성합니다.

Quick Start

요구사항 문서를 분석하여 실행 가능한 태스크 목록을 생성합니다.

Frequently Asked Questions about doc-tasks

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

FAQPage Schema
How do I break down a PRD into actionable tasks for sprint planning?

To break down a PRD into actionable tasks, you convert ambiguous requirements into a concrete task plan that enforces dependency sequencing and validation criteria. This generates an executable task list with traceability to the PRD for sprint scoping.

What is dependency management in task decomposition?

Dependency management in task decomposition is the process of identifying and sequencing prerequisite tasks. It clarifies task dependencies and identifies parallel execution possibilities to ensure independent tasks are executed correctly within the workflow planning.

How do I maintain traceability between requirements and generated task lists?

To maintain traceability between requirements and generated task lists, the task decomposition process maps each executable task directly back to the PRD. This ensures validation criteria are met and outputs are suitable for task-tracking documentation.

Can I use PRD requirements for task decomposition across different team workflows?

Yes, you can use PRD requirements for task decomposition across different team workflows. The process applies to PRD-based feature planning and sprint scoping, generating task plans that enforce dependency sequencing suitable for cross-team execution.

Does task decomposition work for ambiguous or incomplete PRD documents?

Task decomposition works for ambiguous PRD documents by converting unclear requirements into a concrete, executable task plan. It enforces dependency sequencing and validation criteria to structure the ambiguous input into actionable outputs.