task-breakdown

Decompose complex goals into atomic, dependency-aware tasks with a DOT digraph.

1|1|Updated Feb 28, 2024
One-click install
npx skills add https://github.com/jiyeol-lee/dotfiles --skill task-breakdown-jiyeol-lee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-breakdown
Source: https://github.com/jiyeol-lee/dotfiles/tree/main/.opencode/skills/task-breakdown
Command: npx skills add https://github.com/jiyeol-lee/dotfiles --skill task-breakdown-jiyeol-lee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decompose complex goals into atomic, dependency-aware tasks with execution plans, enabling deterministic planning and predictable delivery.

Core Features & Use Cases

  • Atomic task generation: break a goal into small, independently verifiable tasks that can be scheduled in phases.
  • Dependency mapping and gating: identify true blockers and define execution order to minimize risk.
  • Phase structuring and visualization: group tasks into phases and generate a DOT digraph for quick insight.
  • Documentation scaffolding: output per-task and main plan files ready for project tracking and handoff.

Quick Start

Provide a goal and context, and I will generate a phased task plan with tasks, dependencies, and a DOT graph.

Frequently Asked Questions about task-breakdown

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

FAQPage Schema
How do I break down a complex project goal into actionable tasks with dependencies?

To break down a complex goal into actionable tasks, this Skill decomposes the objective into atomic, independently verifiable tasks and maps their dependencies to ensure a deterministic execution order. It outputs a phased execution plan with per-task documentation for delivery teams.

What is the best way to map task dependencies and generate a visual execution plan?

Mapping task dependencies is handled by identifying true blockers and grouping tasks into execution phases. The Skill generates a DOT digraph visualization alongside main plan files, providing quick insight into the critical path and gating requirements.

Can I generate project documentation scaffolding for a phased software engineering plan?

Yes, you can generate project documentation scaffolding by providing a goal and context. The Skill outputs per-task documentation files and a main plan file, ready for immediate project tracking and team handoff.

How do I structure project phases to minimize execution risk for product delivery?

Structuring project phases to minimize risk involves grouping independently verifiable atomic tasks and defining their execution order based on dependency gating. This ensures true blockers are resolved first, enabling predictable product delivery.

When do I need a DOT digraph for project management and task breakdown?

You need a DOT digraph for project management when visualizing complex task dependencies and execution phases. It provides a quick visual insight into the execution order, helping teams identify true blockers and schedule atomic tasks deterministically.