Generate Tasks

Generate step-by-step Markdown task lists from requirements or PRDs.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mjrtl/agentic_product_manager --skill generate-tasks-mjrtl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Generate Tasks
Source: https://github.com/mjrtl/agentic_product_manager/tree/main/skills/generate-tasks
Command: npx skills add https://github.com/mjrtl/agentic_product_manager --skill generate-tasks-mjrtl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, step-by-step task lists from raw requirements or Product Requirement Documents (PRDs), streamlining the transition from planning to execution.

Core Features & Use Cases

  • Structured Task Generation: Creates both high-level parent tasks and granular sub-tasks.
  • Developer-Focused Output: Generates clear, unambiguous instructions suitable for junior developers.
  • Use Case: After finalizing a PRD for a new user authentication feature, use this Skill to generate a complete task breakdown, including creating the feature branch, implementing backend logic, and writing unit tests.

Quick Start

Use the Generate Tasks skill to create a task list from the requirements in the file '/path/to/requirements.md'.

Frequently Asked Questions about Generate Tasks

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

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

To generate a task list from a PRD, you input your requirements file and the system creates high-level parent tasks for review, then breaks them down into actionable sub-tasks identifying relevant files for modification.

What is the best way to break down project requirements for junior developers?

Breaking down project requirements for junior developers involves creating a detailed Markdown task list with clear, unambiguous instructions that identify specific files to create or modify, ensuring smooth execution.

Can I create sub-tasks from high-level parent tasks automatically?

Yes, you can create sub-tasks from high-level parent tasks automatically by submitting your initial requirements for user review and confirmation, which then triggers the generation of granular sub-tasks.

Does task generation work with raw requirements or do I need a formal PRD?

Task generation works with both raw requirements and formal PRDs, automating the transition from planning to execution by producing structured step-by-step instructions tailored for developers.

How do I scaffold developer workflows from a requirements document?

You scaffold developer workflows from a requirements document by processing the text to generate structured Markdown output, detailing both high-level tasks and specific sub-tasks with file modification targets.