work-decompose

Decompose work groups into task definitions with documented dependencies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/telefrek/jlsm --skill work-decompose-telefrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-decompose
Source: https://github.com/telefrek/jlsm/tree/main/.claude/skills/work-decompose
Command: npx skills add https://github.com/telefrek/jlsm --skill work-decompose-telefrek

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of decomposing complex work groups into individual tasks and their dependencies, helping you organize and manage projects efficiently.

Core Features & Use Cases

  • Decompose Work Groups: Analyze work groups and create a structured set of work definitions.
  • Dependency Graph: Identify and document the dependencies between tasks to maintain project coherence.
  • Custom Decomposition: Decompose based on predefined boundaries, artifact dependencies, and interface contracts.
  • Obligation Mode: Decompose based on open obligations within a work specification.

Quick Start

To decompose a work group, use the work-decompose skill with the group slug.

Frequently Asked Questions about work-decompose

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

FAQPage Schema
How do I decompose complex project work groups into manageable tasks?

Task decomposition breaks down complex work groups into individual task definitions, documenting natural boundaries and dependencies to maintain project coherence. It handles boundary detection, artifact dependencies, and interface contract definition.

What is dependency mapping and how does it work for software development tasks?

Dependency mapping identifies and documents the relationships between decomposed tasks to ensure project coherence. It analyzes work groups to generate a dependency graph that tracks how interface contracts and artifact dependencies interconnect.

Can I define interface contracts and artifact dependencies before breaking down a work group?

Yes, custom decomposition supports decomposing work groups based on predefined boundaries, artifact dependencies, and interface contracts. This allows you to structure task definitions around known technical constraints and natural boundaries.

How do I break down open obligations from a work specification?

Obligation mode decomposes work groups by processing open obligations directly from a work specification. This extracts the required task definitions and maps their dependencies based on the specification's outstanding requirements.

Does task decomposition work for knowledge work or is it limited to software development?

Task decomposition is suitable for both software development and general knowledge work. It analyzes work groups to detect natural boundaries and document dependencies, making project management efficient across various domains.

What is the best way to map dependencies between decomposed project tasks?

The best way to map dependencies is to analyze the work group to identify natural boundaries and interface contracts, then document the relationships between generated task definitions in a structured dependency graph.