planning-and-task-breakdown

Decompose software work into tasks with acceptance criteria and dependency mapping.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Coldaine/agent-skills-vscode --skill planning-and-task-breakdown-coldaine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-and-task-breakdown
Source: https://github.com/Coldaine/agent-skills-vscode/tree/main/skills/planning-and-task-breakdown
Command: npx skills add https://github.com/Coldaine/agent-skills-vscode --skill planning-and-task-breakdown-coldaine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes complex software work into actionable tasks with explicit acceptance criteria.

Core Features & Use Cases

  • Plan mode: generate a plan document before coding to guide execution.
  • Dependency mapping: identify and visualize task relationships to manage risk and sequencing.
  • Vertical slicing: break work into small, end-to-end slices that deliver working features.
  • Checkpoints: insert review gates to verify progress and quality before proceeding.
  • Use Case: when you have a spec, use this skill to outline tasks, order them, and define success criteria.

Quick Start

Draft an implementation plan by listing tasks and checkpoints using the provided template.

Frequently Asked Questions about planning-and-task-breakdown

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

FAQPage Schema
How do I break down complex software work into actionable tasks?

Task-breakdown decomposes complex software work into actionable tasks with explicit acceptance criteria by applying plan mode, dependency mapping, and vertical slicing to deliver working features end-to-end.

What is vertical slicing in implementation planning?

Vertical slicing is an implementation planning technique that breaks work into small, end-to-end slices delivering working features, enabling parallel work across teams and managing sequencing risk.

How do I create an implementation plan with dependency mapping?

Create an implementation plan by listing tasks and checkpoints to identify and visualize task relationships, enabling structured planning that manages risk and sequences parallel work across teams.

Do I need a complete spec to start task breakdown and planning?

You need a spec or clear requirements to start task breakdown, as the planning process applies when requirements are explicit, enabling dependency graph creation and vertical slicing.

What's the best way to add verification checkpoints to a task plan?

Add verification checkpoints to a task plan by inserting review gates that verify progress and quality before proceeding, supporting a production-grade workflow with explicit acceptance criteria.

Can I use dependency graphs to enable parallel work across teams?

Dependency graphs enable parallel work across teams by identifying and visualizing task relationships within the implementation plan, managing sequencing risk while maintaining structured planning.