spec-kitty.tasks

Create detailed work packages with task decomposition and dependency tracking.

1|1|Updated May 1, 2026
One-click install
npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-tasks-stijn-dejongh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty.tasks
Source: https://github.com/stijn-dejongh/spec-kitty-design/tree/main/.agents/skills/spec-kitty.tasks
Command: npx skills add https://github.com/stijn-dejongh/spec-kitty-design --skill spec-kitty-tasks-stijn-dejongh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill breaks down a project plan into actionable work packages, improving parallelizability, reviewability, and feature success rates.

Core Features & Use Cases

  • Work Package Creation: Automates the generation of work packages based on project plans.
  • Task Breakdown: Provides detailed task decomposition and parallelization guidance.
  • Dependency Management: Handles task dependencies and branch strategies for execution.

Quick Start

Use the spec-kitty.tasks skill to create work packages for your feature development project.

Frequently Asked Questions about spec-kitty.tasks

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

FAQPage Schema
How do I break down a project plan into actionable work packages for feature development?

Task decomposition for feature development automates the breakdown of project plans into actionable work packages. This improves parallelizability, reviewability, and feature success rates by handling task dependencies and execution strategies.

What is the best way to manage task dependencies and parallel execution strategies in software engineering?

Managing task dependencies and parallel execution strategies involves generating detailed work packages from planning documents. This approach handles branch strategies and maps execution paths to parallelize feature development effectively.

Do I need repository context and planning documents to automate task decomposition?

Yes, automating task decomposition requires repository context and access to planning documents. These inputs provide the necessary project structure and scope details to generate accurate, actionable work packages.

When do I need work package creation for feature development projects?

Work package creation is needed when you must improve parallelizability and reviewability for feature development projects. It breaks down project plans into actionable tasks, establishing clear dependency tracking and branch strategies.

How does task decomposition handle branch strategies for parallel execution?

Task decomposition handles branch strategies by mapping task dependencies within generated work packages. This defines execution paths, allowing feature development teams to parallelize work without conflicting branch integrations.