---
name: Decompose Feature
slug: decompose-feature
category: AI Engineering
description: "Decompose Feature dispatches the decompose-feature subagent through the Task tool when invoked directly with /piyaz:decompose-feature. It is for explicit skill calls, not natural-language feature requests handled by the assistant or /piyaz skill."
github: "https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/decompose-feature"
language: TypeScript
stars: 189
forks: 18
install: "npx degit https://github.com/FrkAk/piyaz/tree/main/plugins/claude-code/skills/decompose-feature ~/.claude/skills/decompose-feature"
installs_to: ~/.claude/skills/decompose-feature
source_path: plugins/claude-code/skills/decompose-feature/SKILL.md
collection_size: 17
category_size: 3278
collection_url: "https://dirskills.com/collections/FrkAk/piyaz"
added: 2026-09-06T05:19:53.257Z
last_synced: 2026-09-06T05:19:53.257Z
canonical_url: "https://dirskills.com/skills/decompose-feature"
---

# Decompose Feature

Decompose Feature dispatches the decompose-feature subagent through the Task tool when invoked directly with /piyaz:decompose-feature. It is for explicit skill calls, not natural-language feature requests handled by the assistant or /piyaz skill.

**Install:**

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

## README

Dispatch the `decompose-feature` subagent via the Task tool with `subagent_type: "decompose-feature"`. Pass the user's full request as the prompt, including the feature description and target project context. The canonical workflow lives in the agent definition; do not duplicate it here.
