decompose

Decompose YouTrack user stories into subtasks with research and HITL workflow.

6|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/vmkteam/claude-plugins --skill decompose-vmkteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decompose
Source: https://github.com/vmkteam/claude-plugins/tree/main/plugins/developer/skills/decompose
Command: npx skills add https://github.com/vmkteam/claude-plugins --skill decompose-vmkteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Исследование User Story или крупной задачи, анализ кода, декомпозиция на подзадачи с созданием в YouTrack. Подключения к системам из .claude/memory/project-index.md.

Core Features & Use Cases

  • Flow-driven workflow: PREFLIGHT → FETCH → RESEARCH → HITL → DECOMPOSE → HITL → CREATE → HITL.
  • Артефакты: docs/llm/tasks/{TASK_ID}/research.md — исследование и план подзадач.
  • Сценарии использования: /decompose US-264, /decompose PLF-850.

Quick Start

Use the /decompose command with a YouTrack task ID to start researching, decomposing, and creating subtasks in YouTrack.

Frequently Asked Questions about decompose

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

FAQPage Schema
How do I decompose a large or vague user story into actionable subtasks?

Decomposing a user story involves a flow-driven workflow that researches the task, analyzes code, and breaks it down via HITL-guided steps to prepare structured subtasks for YouTrack creation.

Can I create YouTrack subtasks directly from a user story ID?

Yes, you can create YouTrack subtasks directly by providing a YouTrack task ID like US-264, which triggers research, decomposition, and creation steps with human-in-the-loop checkpoints.

Do I need a project index file to plan and research task decomposition?

Yes, task decomposition requires a project index file at .claude/memory/project-index.md to ensure traceability and connect the workflow to the relevant project context and systems.

What is the workflow for breaking down user stories into subtasks?

The workflow for breaking down user stories follows a sequence: PREFLIGHT, FETCH, RESEARCH, HITL, DECOMPOSE, HITL, CREATE, and HITL, ensuring guided planning and subtask creation.

Does user story decomposition work with large or vague tasks?

User story decomposition works specifically on large or vague tasks by enabling structured planning and research to break them down into concrete, actionable subtasks for YouTrack.

What artifacts are generated during user story research and decomposition?

During user story research and decomposition, the workflow generates a research.md file containing the investigation and subtask plan, stored in the docs/llm/tasks/{TASK_ID}/ directory.