plan-tasks

Convert PRD documents into granular TaskCreate-formatted work items with dependencies.

2|Updated Dec 20, 2020
One-click install
npx skills add https://github.com/buvis/home --skill plan-tasks-buvis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tasks
Source: https://github.com/buvis/home/tree/main/.claude/skills/plan-tasks
Command: npx skills add https://github.com/buvis/home --skill plan-tasks-buvis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Planning complex work from PRD documents is error-prone and time-consuming; this skill translates high-level requirements into a structured, actionable task set that can be scheduled and tracked.

Core Features & Use Cases

  • List available PRDs from wip and backlog directories.
  • Analyze a PRD to extract capabilities, module boundaries, dependencies, and a granular task breakdown.
  • Generate deterministic TaskCreate-formatted tasks with clear ownership, sequencing, and acceptance criteria.
  • Produce a concise PRD task summary with dependencies and plan phase mapping.

Quick Start

Provide a PRD file to begin generating a task breakdown.

Frequently Asked Questions about plan-tasks

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

FAQPage Schema
How do I turn a PRD into actionable tasks for project management?

You can turn a PRD into actionable tasks by parsing the document to extract capabilities, module boundaries, and dependencies, then generating a granular task breakdown with clear ownership and acceptance criteria.

What is the best way to break down product requirements into scheduled work items?

The best way to break down product requirements is to analyze the PRD to extract capabilities and dependencies, producing deterministic tasks with sequencing and plan phase mapping for tracking.

Can I generate task dependencies and phase sequencing automatically from a PRD?

Yes, you can generate task dependencies and phase sequencing automatically by analyzing the PRD document, which links tasks via dependencies and maps them to specific plan phases.

How does PRD parsing logic handle task creation for product development workflows?

PRD parsing logic handles task creation by reading requirement documents from wip or backlog directories and converting them into a canonical TaskCreate format with granular, actionable work items.

Do I need a specific PRD file format to extract module boundaries and capabilities?

You need to provide a PRD file from your wip or backlog directories; the skill analyzes this input to extract capabilities, module boundaries, and dependencies for task generation.