kuzniarr

Decompose Wbs Epic — Development skill for Claude Code

Development community

Decompose a WBS epic into smaller, independent, vertical user stories (INVEST), each written as a full 'As a role, I want, so that' statement and grouped under the parent WBS story it came from.

How to install Decompose Wbs Epic

Installs to ~/.claude/skills/kuzniarr-ai-native-ba-framework-decompose-wbs-epic/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kuzniarr-ai-native-ba-framework-decompose-wbs-epic && curl -fsSL https://raw.githubusercontent.com/kuzniarr/ai-native-ba-framework/HEAD/skills/decompose-wbs-epic.md -o ~/.claude/skills/kuzniarr-ai-native-ba-framework-decompose-wbs-epic/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Decompose Wbs Epic does


name: decompose-wbs-epic description: "Decompose a WBS epic into smaller, independent, vertical user stories (INVEST), each written as a full 'As a role, I want, so that' statement and grouped under the parent WBS story it came from. Reads the WBS spreadsheet and the Product Context, names the splitting pattern used, and surfaces split decisions and WBS-versus-Product-Context gaps for BA review. Use when breaking a WBS epic into refinement-ready stories, before acceptance criteria."

d

Alternatives in Development

  • User Stories — Create INVEST-compliant user stories with 3 C's structure 7.8k ★
  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
  • Invest Issue 1.5k ★

Full documentation available on GitHub

View Source Repository