wtf.epic-to-features

Decomposes an Epic into a complete set of Features via a guided workflow.

7|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/xiduzo/wtf --skill wtf-epic-to-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wtf.epic-to-features
Source: https://github.com/xiduzo/wtf/tree/main/skills/wtf.epic-to-features
Command: npx skills add https://github.com/xiduzo/wtf --skill wtf-epic-to-features

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users decompose an Epic into its complete set of Features all at once, and guides automated and interactive creation after epic writes or on trigger phrases like "create all features for this epic", "walk me through all the features", "let's break down this epic", or "plan the features for epic #N". Use this skill for bulk Feature decomposition; use wtf.write-feature for creating a single Feature in isolation.

Core Features & Use Cases

  • Proposes the complete set of Features for an Epic upfront, then walks through creating each Feature with full user control.
  • Reads and updates the Epic's context from GitHub (Goal, Context, Success Metrics) to inform Feature planning.
  • Triggered by natural phrases and designed to work in tandem with wtf.write-feature for bulk decomposition.

Quick Start

Provide the Epic you want broken down and let this skill execute the bulk Feature decomposition workflow.

Frequently Asked Questions about wtf.epic-to-features

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

FAQPage Schema
How do I decompose an epic into features all at once?

Bulk epic decomposition proposes the complete feature set upfront, then walks through creating each feature with full user control. It reads epic context like Goal and Success Metrics from GitHub to inform feature planning.

What is the difference between bulk epic decomposition and writing a single feature?

Bulk epic decomposition generates the complete feature set for an epic simultaneously, while writing a single feature creates an isolated feature. Use this skill for bulk planning and the single feature skill for individual creation.

How do I plan features for a GitHub issue using natural language?

You can plan features for a GitHub issue by prompting with natural trigger phrases like 'plan the features for epic #N' or 'let's break down this epic'. The skill automates the guided multi-step decomposition workflow.

Does epic decomposition work with GitHub issues and pull context automatically?

Yes, epic decomposition integrates with GitHub issues to automatically read and update the epic's context, including Goal, Context, and Success Metrics. This data directly informs the proposed feature set.

Can I review and approve features before they are created from an epic?

Yes, the workflow uses human-in-the-loop decisions to let you review and approve each feature before creation. It proposes the full set upfront but guides interactive creation step by step.

When should I not use bulk epic decomposition for product planning?

You should avoid bulk epic decomposition when you only need to create a single feature in isolation. For that specific use case, use the single feature writing skill instead of running the bulk decomposition workflow.