task-plan

Create structured, dependency-aware task plans from descriptions, files, or URLs.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/hamzaPixl/pixl-ai --skill task-plan-hamzapixl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-plan
Source: https://github.com/hamzaPixl/pixl-ai/tree/main/packages/crew/skills/task-plan
Command: npx skills add https://github.com/hamzaPixl/pixl-ai --skill task-plan-hamzapixl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many features and PRDs lack a clear, ordered set of implementation tasks with acceptance criteria and dependency relationships, leading to unclear priorities, hidden blockers, and slow delivery. This Skill transforms high-level descriptions, documents, or URLs into a structured, dependency-aware task plan that teams can act on and verify.

Core Features & Use Cases

  • Structured decomposition: Break features into vertical slices and atomic tasks with sizes (S/M/L) and acceptance criteria.
  • Drift-aware replanning: Detect spec-review coverage changes and propose merges, additions, removals, or reprioritizations with user confirmation.
  • Execution guidance: Compute dependency graphs, suggest critical path and execution order, and annotate tasks with implementation hints and verification steps.
  • Use case: Convert a PRD or a product request into a sprint-ready task list, or adapt an existing plan when requirements drift.

Quick Start

Create a task plan from the product requirements document at path/to/prd.md and output an ordered task list with acceptance criteria and estimated sizes.

Frequently Asked Questions about task-plan

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

FAQPage Schema
How do I create a task plan with acceptance criteria from a PRD?

This Skill transforms a PRD into a task plan by extracting requirements from documents or URLs, then decomposing them into vertical slices with acceptance criteria and estimated sizes.

How does dependency management work for sprint planning?

Dependency management for sprint planning works by computing dependency graphs from extracted requirements to suggest critical paths, execution order, and implementation hints for the generated tasks.

Can I adapt an existing task plan when requirements drift?

Yes, you can adapt an existing task plan when requirements drift by detecting spec-review coverage changes and proposing merges, additions, removals, or reprioritizations based on coverage reports.

What is the best way to break roadmap features into execution-ready tasks?

The best way to break roadmap features into execution-ready tasks is through structured decomposition, computing dependency graphs and slicing features into atomic tasks with sizes and verification steps.

Do I need a specific format to extract requirements from a URL?

No specific format is required to extract requirements from a URL; the Skill processes high-level descriptions, documents, or URLs directly to generate structured, dependency-aware task plans.