task-gen

Convert gap analysis results into a structured task list with dependencies.

1|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ezagent42/prd2impl --skill task-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-gen
Source: https://github.com/ezagent42/prd2impl/tree/main/skills/skill-3-task-gen
Command: npx skills add https://github.com/ezagent42/prd2impl --skill task-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert gap analyses into a structured task list with dependencies, colors, and verification criteria to drive project execution.

Core Features & Use Cases

  • Dependency-aware task generation: transform a gap analysis and PRD structure into a cohesive task graph with Green/Yellow/Red classifications.
  • Plan-driven delivery: produce a tasks.yaml and a human-readable summary to guide planning and reviews.
  • Use Case: Given gap-analysis.yaml and prd-structure.yaml, generate tasks that can be scheduled in plan-schedule.

Quick Start

Run /task-gen after a gap-scan to generate a concrete tasks.yaml and a dependency graph for planning.

Frequently Asked Questions about task-gen

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

FAQPage Schema
How do I convert a gap analysis into an actionable task list with dependencies?

A gap analysis task list is generated by converting gap-analysis.yaml and prd-structure.yaml into a structured tasks.yaml file containing a dependency graph, color classifications, and verification criteria.

How do I generate a task dependency graph from a PRD structure?

To generate a task dependency graph from a PRD structure, you process prd-structure.yaml alongside gap-analysis.yaml to create a cohesive task graph with Green, Yellow, and Red classifications for project execution.

What file inputs are required to generate a structured task plan?

Required file inputs to generate a structured task plan include gap-analysis.yaml and prd-structure.yaml, while task-hints.yaml may optionally be used to guide incremental task creation and planning across modules.

What is the best way to plan incremental tasks across project modules?

Planning incremental tasks across project modules is best achieved by applying a dependency graph with color classifications and verification criteria to your PRD structure, ensuring each task is tracked and scheduled effectively.

Can I use task-hints.yaml to guide task generation from a gap analysis?

Yes, you can use task-hints.yaml to guide task generation from a gap analysis by providing supplementary context to the core gap-analysis.yaml and prd-structure.yaml inputs, resulting in more targeted task planning.

What outputs should I expect when generating a dependency-aware task plan?

Expected outputs when generating a dependency-aware task plan include a structured tasks.yaml file containing the dependency graph and a human-readable summary designed to guide planning and reviews.