plan-management

Generate implementation plans and task lists from project documentation.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/wkallhof/pgl-qualifier --skill plan-management-wkallhof
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-management
Source: https://github.com/wkallhof/pgl-qualifier/tree/main/.claude/skills/plan-management
Command: npx skills add https://github.com/wkallhof/pgl-qualifier --skill plan-management-wkallhof

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms raw project documentation into actionable implementation plans and granular task lists, streamlining the development workflow.

Core Features & Use Cases

  • Automated Plan Generation: Creates detailed docs/plan.md and docs/tasks.md from requirements and architecture documents.
  • Task Management: Organizes tasks with dependencies, milestones, and documentation references for clear execution.
  • Use Case: Before starting development on a new feature, use this Skill to generate a comprehensive plan and task breakdown, ensuring all team members understand the scope, dependencies, and order of operations.

Quick Start

Use the plan-management skill to generate a new implementation plan from the project documentation.

Frequently Asked Questions about plan-management

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

FAQPage Schema
How do I generate an implementation plan from project documentation?

To generate an implementation plan from project documentation, this Skill parses specific markdown files like PRDs and architecture designs, then outputs structured markdown files organizing technical implementation phases and milestones.

How does task management automation handle dependencies and milestones?

Task management automation handles dependencies by mapping relationships between granular tasks, defining key milestones, and identifying parallel work opportunities to optimize software development workflow execution.

What's the best way to break down a PRD into actionable development tasks?

The best way to break down a PRD into actionable development tasks is using automated plan generation, which transforms requirements documentation into granular task lists organized by phase with explicit dependency mapping.

Do I need specific markdown files to generate a project plan?

Yes, you need specific markdown files for input. This Skill requires access to existing project documentation like PRDs and architecture designs to process and generate the corresponding plan and task markdown outputs.

Can I organize development tasks by phase and parallel work opportunities?

Yes, you can organize development tasks by phase. This Skill processes domain knowledge and architecture documents to categorize tasks sequentially, map dependencies, and explicitly identify parallel work opportunities for efficient execution.