task-decompose

Convert high-level tasks into hierarchical GitHub issues via the GitHub API.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill task-decompose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-decompose
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/task-decompose
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill task-decompose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__github__issue_read, mcp__github__issue_write, mcp__github__sub_issue_write, mcp__github__list_issues, mcp__github__search_issues, mcp__github__get_label, Read, Grep, Bash, Agent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users break down complex tasks into a structured set of GitHub issues, fostering better organization and workflow management.

Core Features & Use Cases

  • Task Decomposition: Converts a high-level task into a series of GitHub issues.
  • Recursive Process: Automatically splits tasks into sub-issues based on predefined criteria.
  • Use Case: Ideal for project managers looking to streamline the decomposition of project tasks, ensuring every step is accounted for.

Quick Start

To start decomposing a task, use the command: /task-decompose "<task>"

Frequently Asked Questions about task-decompose

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

FAQPage Schema
How do I break down a high-level project task into GitHub issues?

You can break down a high-level project task by converting it into a hierarchical set of GitHub issues. This task decomposition process recursively splits objectives into structured sub-issues for effective project management.

What is recursive sub-issuing in GitHub task management?

Recursive sub-issuing in GitHub task management automatically splits a parent issue into smaller, structured sub-issues based on predefined criteria. This creates a hierarchical issue breakdown ensuring every project step is tracked.

Can I automatically create a hierarchy of GitHub sub-issues from a single task?

Yes, you can automatically create a hierarchy of GitHub sub-issues from a single task. Utilizing the GitHub API for issue writing and management, the decomposition process recursively generates and structures sub-issues.

Do I need GitHub API permissions to decompose tasks into sub-issues?

Yes, GitHub API permissions are required to decompose tasks into sub-issues. The process specifically needs capabilities for reading, writing, searching, and managing GitHub issues to generate the hierarchical structure.

What's the best way to structure project planning tasks for issue tracking on GitHub?

The best way to structure project planning tasks for issue tracking on GitHub is to decompose them into a hierarchical set of issues. This approach breaks complex workflows into recursive sub-issues for comprehensive project organization.

Are there limitations when automatically splitting tasks into GitHub sub-issues?

A limitation when automatically splitting tasks into GitHub sub-issues is the strict dependency on GitHub API capabilities for issue reading, writing, and label management. Decomposition success relies entirely on these API interaction boundaries.