plan-derivetasks

Convert analyzed requirements and goals into structured task plans with JSON and Markdown outputs.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/zhongadamwang/CCAGA --skill plan-derivetasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-derivetasks
Source: https://github.com/zhongadamwang/CCAGA/tree/main/.github/skills/plan-derivetasks
Command: npx skills add https://github.com/zhongadamwang/CCAGA --skill plan-derivetasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts analyzed requirements and goals into a structured, executable task plan that streamlines project execution by producing actionable work items, acceptance criteria, and traceable tasks.

Core Features & Use Cases

  • Generates a comprehensive task breakdown from inputs like requirements.json, goals.json, and w5h-analysis.json.
  • Produces both JSON task-breakdown.json for programmatic use and Markdown task-breakdown.md for human consumption.
  • Creates per-task files under projects/[project-name]/tasks/ following a standardized template with categories, dependencies, acceptance criteria, and estimates.

Quick Start

Provide the project artifacts (requirements.json, goals.json, w5h-analysis.json) under projects/[project-name]/artifacts/Analysis and run this skill to generate the task breakdown.

Frequently Asked Questions about plan-derivetasks

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

FAQPage Schema
How do I convert requirements and goals into an actionable task breakdown?

To convert requirements and goals into an actionable task breakdown, process your analyzed project artifacts like requirements.json and goals.json to generate structured work items, acceptance criteria, and phase definitions. This creates traceable tasks ready for execution.

What is the best way to generate task dependencies and acceptance criteria from project goals?

Generating task dependencies and acceptance criteria from project goals involves mapping analyzed requirements to identify execution order and success conditions. This process produces a structured task plan with clearly defined deliverables and resolved dependency chains.

Can I output a task breakdown as both JSON and Markdown from analyzed requirements?

Yes, you can output a task breakdown as both JSON and Markdown from analyzed requirements. The conversion produces a programmatic task-breakdown.json file for automation and a human-readable task-breakdown.md report for team consumption.

How do I create structured task phases from a w5h-analysis file?

Creating structured task phases from a w5h-analysis file requires placing the artifact under your project's analysis directory. Processing this input generates phase definitions, per-task files, and standardized templates with categories and estimates.

Do I need specific input artifacts to generate a project task plan with acceptance criteria?

Yes, you need specific input artifacts like requirements.json, goals.json, or w5h-analysis.json placed under your project's analysis directory. These analyzed inputs provide the foundational requirements and objectives needed to produce the task breakdown.

When should I not use automated task breakdown generation for project planning?

Automated task breakdown generation should not be used when you lack analyzed requirement artifacts like requirements.json or goals.json. The mechanism depends entirely on these structured inputs to map dependencies and produce executable phase definitions.