task-decomposer

Decompose complex requests into executable subtasks and map capabilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chadyi-king/mission-control-workspace --skill task-decomposer-chadyi-king
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-decomposer
Source: https://github.com/chadyi-king/mission-control-workspace/tree/main/skills/task-decomposer
Command: npx skills add https://github.com/chadyi-king/mission-control-workspace --skill task-decomposer-chadyi-king

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Decomposes complex, multi-step user requests into actionable subtasks and identifies the required capabilities, enabling efficient automation and skill discovery.

Core Features & Use Cases

  • Task decomposition into atomic units
  • Capability identification and taxonomy mapping
  • Skills search and gap analysis against skills.sh
  • Automated skill creation when no solution exists
  • Execution plan generation with dependencies

Quick Start

Provide a complex user request to generate a decomposition plan.

Frequently Asked Questions about task-decomposer

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

FAQPage Schema
How do I break down complex requests into actionable subtasks for workflow automation?

Task decomposition breaks complex, multi-step requests into atomic subtasks and maps them to a universal capability taxonomy, enabling efficient workflow automation and skill discovery across teams and projects.

How do I generate an execution plan with dependencies for multi-step planning?

You can generate an execution plan by providing a complex user request; the system decomposes it into atomic units, identifies required capabilities, and maps task dependencies for multi-step planning.

What is the best way to identify capability gaps and find existing skills for automation planning?

The best way to identify capability gaps is mapping subtasks to a universal capability taxonomy and searching skills.sh for existing solutions, which highlights missing capabilities for automation planning.

Can I automatically generate new skills when no existing solution is found during task decomposition?

Yes, you can automatically generate new skills when gaps exist. Task decomposition searches skills.sh for existing solutions and triggers automated skill creation if no matching capability is found.

When should I use task decomposition for managing multi-step workflows?

You should use task decomposition for multi-step workflows when you need to break complex requests into atomic units, identify required capabilities, and generate execution plans with clear dependencies.