plan-decompose

Decompose plans into structured epics with TDD-classified subtasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tmsjngx0/mindcontext-core --skill plan-decompose-tmsjngx0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-decompose
Source: https://github.com/tmsjngx0/mindcontext-core/tree/main/skills/plan-decompose
Command: npx skills add https://github.com/tmsjngx0/mindcontext-core --skill plan-decompose-tmsjngx0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of breaking down high-level plans or feature descriptions into granular, actionable tasks, ensuring a clear development roadmap.

Core Features & Use Cases

  • Epic and Subtask Generation: Creates a structured epic with iteration-aware subtasks from a given plan.
  • TDD Classification: Automatically classifies subtasks into Test, Implementation, or Non-testable categories for better workflow management.
  • Use Case: You have a new feature requirement document. Use this Skill to generate an epic, define all necessary implementation and test tasks for the current iteration, and outline future tasks, all ready for your project management tool.

Quick Start

Use the plan-decompose skill to break down the plan in the file './my-feature-plan.md'.

Frequently Asked Questions about plan-decompose

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

FAQPage Schema
How do I decompose a feature plan into actionable tasks for agile development?

Decomposing a feature plan into actionable tasks for agile development involves generating a structured epic with iteration-aware subtasks. This process automates breakdown, mapping dependencies and prioritizing tasks directly from your feature description.

Can I automatically classify subtasks for TDD workflows?

Yes, you can automatically classify subtasks for TDD workflows during task decomposition. The generated subtasks are categorized into Test, Implementation, or Non-testable classes to streamline your test-driven development process.

What output formats are supported when breaking down an epic into subtasks?

When breaking down an epic into subtasks, supported output formats include 3-level and flat structures. This allows flexible mapping of iteration-aware tasks and dependencies for various project management tools.

Does this task decomposition tool support dry runs and interactive planning?

Yes, this task decomposition tool supports interactive decomposition and dry runs. You can safely test plan breakdowns and adjust iteration-aware subtasks before finalizing the structured epic output.

How do I map dependencies when creating an epic from a feature requirement?

To map dependencies when creating an epic from a feature requirement, the task decomposition process automatically identifies and links TDD-classified dependencies. This ensures correct task prioritization across your agile development iterations.