task-decomposition

Solid

Convert technical plans into actionable development tasks with dependency graphs, effort estimates, and parallelization opportunities.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
73
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Task Decomposition ## Overview Decompose a technical plan into actionable development tasks. Each task is atomic, has clear acceptance criteria traceable to specification requirements, and includes dependency information for optimal execution ordering. ## When to Use - After technical plan is approved, before implementation - When breaking down a large feature into implementable units - When identifying parallelization opportunities in a task set - When estimating effort and critical path for a feature ## Key Principle Every task must trace back to at least one specification requirement. Tasks must be atomic enough for a single development session. Dependency graphs must be acyclic. ## Process 1. **Decompose components** - Break architecture components into implementable tasks 2. **Define tasks** - Each with id, title, description, acceptance criteria, dependencies, effort 3. **Build dependency graph** - Show task ordering constraints 4. **Identify parallel groups** - Tasks with no mutual dependencies 5. **Determine critical path** - Longest dependency chain 6. **Generate test tasks** - Testing tasks alongside implementation 7. **Map to requirements** - Traceability from tasks to specification 8. **Human review** - Approve task list before implementation ## Tool Use Invoke via babysitter process: `methodologies/spec-kit/spec-kit-planning` (task decomposition phase) Full pipeline: `methodologies/spec-kit/spec-kit-orchestrator`

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

task-decomposition

Breaks down complex software, writing, or research tasks into small, atomic, independently completable units with dependency graphs and milestone breakdowns. Use when the user asks to plan a project, decompose a feature, create subtasks, split up work, or needs help organizing a large piece of work into a step-by-step plan. Triggered by phrases like "break down", "decompose", "where do I start", "too big", "split into tasks", "work breakdown", or "task list".

1,177 Updated today
rohitg00
Data & Documents Listed

task-decomposition

Expertise in breaking down specifications into executable, dependency-ordered tasks. Activates when user discusses task planning, work breakdown, or implementation ordering. Trigger keywords: task decomposition, work breakdown, task list, dependency order, implementation tasks, tasks.md, T001, parallelizable

1 Updated 4 days ago
datamaker-kr
AI & Automation Solid

hive.task-decomposition

Decompose complex tasks into explicit subtasks before diving in.

10,471 Updated 2 days ago
aden-hive
AI & Automation Solid

task-planning

Generate phased, dependency-ordered tasks from specifications with parallelization opportunities and tech-stack patterns.

297 Updated today
athola
AI & Automation Listed

planning-and-task-breakdown

Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

2 Updated today
LLl0k0laD