task-list

Generate sprint task lists and work breakdowns from PRDs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rladydqls99/claude-marketplace --skill task-list-rladydqls99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-list
Source: https://github.com/rladydqls99/claude-marketplace/tree/main/plugins/dev-team-plugin/skills/task-list
Command: npx skills add https://github.com/rladydqls99/claude-marketplace --skill task-list-rladydqls99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed sprint task lists and work breakdowns from Product Requirement Documents (PRDs), streamlining the initial phase of sprint planning.

Core Features & Use Cases

  • Task Decomposition: Breaks down high-level features into granular, actionable tasks for development sprints.
  • Role-Based Tagging: Assigns tasks to specific roles like Backend (BE), Frontend (FE), and Database (DB).
  • Sprint Planning: Organizes tasks into logical sprints (Sprint 1, Sprint 2, etc.) and assigns priorities (P0, P1, P2).
  • Use Case: After finalizing a PRD for a new user authentication module, use this Skill to generate a comprehensive task list, including API development, UI implementation, and database schema changes, ready for your development team.

Quick Start

Use the task-list skill to break down the requirements for the new user profile page into a sprint plan.

Frequently Asked Questions about task-list

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

FAQPage Schema
How do I generate a sprint task list from a PRD?

To generate a sprint task list from a PRD, input your finalized product requirements to automatically decompose high-level features into granular, actionable development tasks. The skill organizes work into logical sprints with assigned priorities, streamlining initial sprint planning.

What is work breakdown in agile sprint planning?

Work breakdown in agile sprint planning is the process of decomposing high-level product requirements into independent, actionable task units. It includes estimating development effort, mapping task dependencies, and organizing tasks into prioritized sprints for development teams.

Can I assign tasks to specific roles like Backend and Frontend from a PRD?

Yes, you can assign tasks to specific roles like Backend (BE), Frontend (FE), Database (DB), and Infrastructure (INFRA) directly from a PRD. The skill applies role-based tagging during task decomposition to ensure clear ownership across the development team.

How do I prioritize tasks across multiple development sprints?

You can prioritize tasks across multiple development sprints by organizing decomposed work into logical phases and assigning priority levels like P0, P1, or P2. This ensures critical features are scheduled first and dependencies are mapped correctly.

Does this task list generator support dependency mapping for agile projects?

Yes, this task list generator supports dependency mapping for agile projects by adhering to principles of independent task units and estimated effort. It structures the work breakdown to reflect task relationships across multiple sprints.