task-planner

Decompose system design documents into hierarchical WBS task lists.

142|24|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Haaaiawd/Antigravity-Workflow-System --skill task-planner-haaaiawd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-planner
Source: https://github.com/Haaaiawd/Antigravity-Workflow-System/tree/main/.agent/skills/task-planner
Command: npx skills add https://github.com/Haaaiawd/Antigravity-Workflow-System --skill task-planner-haaaiawd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of translating complex system designs into manageable, executable tasks, ensuring clarity, traceability, and efficient project execution.

Core Features & Use Cases

  • Hierarchical Task Breakdown: Organizes tasks using a Work Breakdown Structure (WBS) across System, Phase, and Task levels.
  • Dependency Analysis: Identifies and maps logical, resource, and preference dependencies between tasks.
  • Traceability: Links each task back to specific requirements (e.g., [REQ-XXX]).
  • Verification Criteria: Ensures every task has clear, testable "Done When" acceptance standards.
  • Use Case: After an architecture overview is complete, this Skill can break down the implementation of a new feature into a detailed, phased task list, complete with estimated times, dependencies, and acceptance criteria, ready for development teams.

Quick Start

Use the task-planner skill to break down the system design document into a hierarchical task list.

Frequently Asked Questions about task-planner

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

FAQPage Schema
How do I break down a system design document into actionable tasks?

To break down a system design document, use the Work Breakdown Structure (WBS) methodology to decompose it into a three-level hierarchy of System, Phase, and Task. This structures complex designs into manageable, executable items.

What is requirements traceability in project management workflows?

Requirements traceability in project management links every decomposed task back to specific requirements like [REQ-XXX]. This ensures that all executable tasks directly support and verify the original system design needs.

How do I define acceptance criteria for task decomposition?

Defining acceptance criteria for task decomposition involves setting clear, testable "Done When" standards for every atomic task. This ensures each item has verifiable outputs before the phase is considered complete.

Can I map logical dependencies across a Work Breakdown Structure?

Yes, you can map logical, resource, and preference dependencies across a Work Breakdown Structure. Dependency analysis identifies relationships between tasks to ensure proper execution sequence and priority.

What metadata is needed for hierarchical task breakdown in workflow automation?

Hierarchical task breakdown requires detailed metadata for each task, including ID, requirements linkage, description, input, output, acceptance criteria, estimated time, dependencies, and priority to ensure complete workflow automation.