x-ipe-task-based-feature-breakdown

Break down requirements into MVP-first features and update the feature board.

8|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Young-Z/X-IPE --skill x-ipe-task-based-feature-breakdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-ipe-task-based-feature-breakdown
Source: https://github.com/Young-Z/X-IPE/tree/main/.github/skills/x-ipe-task-based-feature-breakdown
Command: npx skills add https://github.com/Young-Z/X-IPE --skill x-ipe-task-based-feature-breakdown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill breaks down complex requirements into MVP-first features and establishes a traceable plan on the x-ipe feature board. It automates turning user requests into a prioritized feature list and ensures alignment with the requirement-details structure.

Core Features & Use Cases

  • Analyze requirements to identify natural feature boundaries based on MVP criteria.
  • Create and update a feature list in requirement-details.md (or the active part) and initialize features on the board via feature-board-management.
  • Enforce MVP-first and 5-7 features maximum, manage dependencies, and ensure a DAG structure for predictable delivery.
  • Support handoff to Feature Refinement by producing a clean handover and ready-to-work feature files.

Quick Start

Provide a requirements document or user request. The skill analyzes it, breaks it into MVP-first features, updates requirement-details with a feature list, and calls feature-board-management to initialize features on the board.

Frequently Asked Questions about x-ipe-task-based-feature-breakdown

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

FAQPage Schema
How do I break down complex requirements into MVP-first features for incremental delivery?

To break down requirements into MVP-first features, analyze documented requests to identify natural feature boundaries based on MVP criteria. This process generates a prioritized feature list and ensures alignment with incremental delivery and traceable progress.

What is the best way to track requirement breakdown progress on a feature board?

The best way to track requirement breakdown progress is by initializing features on the board via feature-board-management. This workflow automates the creation of on-board items directly from the generated feature list, ensuring predictable delivery and traceable updates.

Can I use automated planning to enforce a maximum limit on features during requirement breakdown?

Yes, automated requirement breakdown enforces a maximum of 5-7 features per requirement. This constraint ensures manageable scope, enforces MVP as the first feature, and manages dependencies using a DAG structure for predictable delivery.

How do I manage dependencies and DAG structures when splitting requirements into features?

Managing dependencies with a DAG structure happens automatically during requirement breakdown. The analysis enforces dependency tracking and a directed acyclic graph structure to ensure predictable, incremental delivery of the 5-7 generated features.

What is the next step after generating an MVP-first feature list from user requests?

After generating an MVP-first feature list, the next step is handing off to Feature Refinement. This produces a clean handover and ready-to-work feature files, while the feature-board-management workflow initializes the items on the board.