generate-task-breakdown

Generate development task breakdowns with acceptance criteria from product requirements and architecture documentation.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill generate-task-breakdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-task-breakdown
Source: https://github.com/jftecnologia/laravel-package-skeleton/tree/main/.claude/skills/generate-task-breakdown
Command: npx skills add https://github.com/jftecnologia/laravel-package-skeleton --skill generate-task-breakdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms high-level product requirements and architecture documents into a detailed, actionable plan of development tasks, ensuring clarity and efficient execution.

Core Features & Use Cases

  • Task Generation: Breaks down epics into granular, manageable tasks with clear acceptance criteria.
  • Progress Tracking Setup: Creates structured files for tracking task status and overall project progress.
  • Use Case: Given a Product Requirements Document (PRD) and architecture diagrams, this Skill will generate a docs/tasks/ directory containing markdown files for each epic, detailing individual tasks like "Implement User Authentication Middleware" or "Design Database Schema for User Profiles." It also sets up corresponding docs/progress/ files to track the development lifecycle.

Quick Start

Generate a task breakdown for the project described in docs/PRD.md and docs/architecture/.

Frequently Asked Questions about generate-task-breakdown

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

FAQPage Schema
How do I break down product requirements into actionable development tasks?

Task breakdown from PRDs involves transforming high-level product requirements and architecture documents into detailed epics and tasks. This Skill automates that process by generating markdown files with clear acceptance criteria and progress tracking mechanisms.

How do I set up progress tracking for agile development epics?

Setting up progress tracking for agile epics involves creating structured files to monitor task status. This Skill generates a docs/progress/ directory alongside docs/tasks/ to track the development lifecycle and define clear deliverables for iterative development.

Can I generate a task breakdown from architecture diagrams and a PRD?

Yes, generating a task breakdown from architecture diagrams and a PRD is the core function. The Skill reads these documents to produce structured markdown files in docs/tasks/ and docs/progress/, detailing specific tasks like implementing authentication middleware or designing database schemas.

Does this task generation approach work without external dependencies?

Yes, this task breakdown approach works without external dependencies. The Skill operates independently to parse your documentation and generate the structured markdown files required for project planning and execution.

What is the best way to organize development tasks from requirements analysis?

The best way to organize development tasks from requirements analysis is structuring them into epics with granular tasks and acceptance criteria. This Skill creates dedicated docs/tasks/ and docs/progress/ files to ensure clarity and efficient execution.

When should I not use automated task breakdown for software development?

You should not use automated task breakdown when you lack existing product requirements or architecture documentation. The Skill requires these inputs to generate actionable development tasks and set up progress tracking mechanisms effectively.