planning-and-task-breakdown

Decompose software development objectives into ordered tasks with acceptance criteria.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/fsolla/teqo --skill planning-and-task-breakdown-fsolla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-and-task-breakdown
Source: https://github.com/fsolla/teqo/tree/main/.agents/skills/planning-and-task-breakdown
Command: npx skills add https://github.com/fsolla/teqo --skill planning-and-task-breakdown-fsolla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of project paralysis and scope creep by providing a structured framework to decompose large, vague objectives into small, verifiable, and manageable implementation tasks.

Core Features & Use Cases

  • Vertical Slicing: Breaks down features into end-to-end functional units rather than horizontal technical layers, ensuring each task delivers testable value.
  • Dependency Mapping: Identifies the logical order of operations to ensure foundational work is completed before dependent features.
  • Standardized Planning: Generates consistent documentation (plan.md and todo.md) that facilitates team alignment and tracks progress through explicit checkpoints.

Quick Start

Use the planning-and-task-breakdown skill to analyze the current project requirements and generate a structured implementation plan with a task list.

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 features into manageable tasks?

Decompose complex software features by applying vertical slicing methodologies to break them into end-to-end functional units. This ensures each task delivers testable value and includes explicit acceptance criteria for progress tracking.

What is vertical slicing in project planning and task decomposition?

Vertical slicing is a task decomposition method that breaks features into end-to-end functional units rather than horizontal technical layers. This ensures each task delivers testable value and maintains system stability throughout development.

How do I map dependencies when planning parallel development workflows?

Map dependencies by identifying the logical order of operations to ensure foundational work is completed before dependent features. This dependency graph mapping prevents bottlenecks when parallelizing development workflows across multiple sessions.

What is the best way to prevent scope creep and project paralysis during development?

Prevent project paralysis and scope creep by generating standardized planning documentation like plan.md and todo.md. These documents provide a structured framework to decompose vague objectives into small, verifiable tasks with explicit checkpoints.

Can I parallelize development workflows across multiple sessions using task decomposition?

Yes, task decomposition supports parallelizing development workflows across multiple sessions by mapping dependency graphs and applying vertical slicing. This ensures foundational work is completed before dependent features and maintains system stability.

Does task decomposition generate standardized documentation for team alignment?

Yes, task decomposition generates consistent documentation including plan.md and todo.md files. These standardized documents facilitate team alignment and track progress through explicit checkpoints and verifiable acceptance criteria.