# Task Decomposition

> >

- **Type:** Skill
- **Install:** `agentstack add skill-sarveshtalele-mcp-skills-registry-task-decomposition`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sarveshtalele](https://agentstack.voostack.com/s/sarveshtalele)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sarveshtalele](https://github.com/sarveshtalele)
- **Source:** https://github.com/sarveshtalele/mcp-skills-registry/tree/main/skills/factory/task-decomposition
- **Website:** https://sarveshtalele-mcp-skills-registry.hf.space

## Install

```sh
agentstack add skill-sarveshtalele-mcp-skills-registry-task-decomposition
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# task-decomposition

Convert a specification summary into a dependency-ordered backlog (`tasks.yaml`)
with stories, tasks, estimates, and acceptance checks.

## When to use
After a spec/plan is approved. Triggers: *decompose tasks, create backlog,
convert spec to tasks, work items*.

## Inputs
- `spec_summary` (string, required).
- `num_stories` (integer, optional, default 3, clamped 1–12).

## Outputs
- `tasks_yaml` — YAML backlog.
- `story_count`, `task_count`.

## How it works
For each story it scaffolds design → implement → test tasks with linear
dependencies and acceptance placeholders, emitting valid YAML.

## User stories
- *As a delivery lead*, I turn a spec into a structured backlog ready for Jira
  import (see `jira_templates/`).

## Edge cases
- `num_stories` out of range → clamped.
- Quotes in the summary → escaped so the YAML stays valid.

## Files
See [DOCS.md](DOCS.md).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sarveshtalele](https://github.com/sarveshtalele)
- **Source:** [sarveshtalele/mcp-skills-registry](https://github.com/sarveshtalele/mcp-skills-registry)
- **License:** MIT
- **Homepage:** https://sarveshtalele-mcp-skills-registry.hf.space

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sarveshtalele-mcp-skills-registry-task-decomposition
- Seller: https://agentstack.voostack.com/s/sarveshtalele
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
