---
name: Decompose
slug: decompose-3
category: AI Engineering
description: "Decompose dispatches the Piyaz decompose subagent through the Task tool when called directly as /piyaz:decompose. Use it for explicit subagent invocation; natural-language task breakdowns are handled by the /piyaz skill or assistant routing."
github: "https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/decompose"
language: TypeScript
stars: 189
forks: 18
install: "npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/decompose ~/.claude/skills/decompose"
installs_to: ~/.claude/skills/decompose
source_path: plugins/claude-code/skills/decompose/SKILL.md
collection_size: 17
category_size: 3278
collection_url: "https://dirskills.com/collections/FrkAk/piyaz"
added: 2026-09-06T05:19:53.647Z
last_synced: 2026-09-06T05:19:53.647Z
canonical_url: "https://dirskills.com/skills/decompose-3"
---

# Decompose

Decompose dispatches the Piyaz decompose subagent through the Task tool when called directly as /piyaz:decompose. Use it for explicit subagent invocation; natural-language task breakdowns are handled by the /piyaz skill or assistant routing.

**Install:**

```bash
npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/decompose ~/.claude/skills/decompose
```

## README

Dispatch the `decompose` subagent via the Task tool with `subagent_type: "decompose"`. Pass the user's full request as the prompt. The canonical workflow lives in the agent definition; do not duplicate it here.
