process-plan-stories

Breaks epics into INVEST-validated user stories using vertical slicing and PM tool integration.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/learnn-com/engineering-kb --skill process-plan-stories-learnn-com
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: process-plan-stories
Source: https://github.com/learnn-com/engineering-kb/tree/main/.skills/process-plan-stories
Command: npx skills add https://github.com/learnn-com/engineering-kb --skill process-plan-stories-learnn-com

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Breaking a large epic into sprint-ready user stories is slow and error-prone: teams often create horizontal slices, duplicate existing stories, or skip quality checks. This Skill automates epic decomposition with vertical slicing, INVEST validation, and idempotent story creation in your PM tool. ## Core Features & Use Cases - Vertical Slicing & INVEST Validation: Identifies story candidates from workflow steps, CRUD operations, business rules, and user roles, then validates each against INVEST criteria before creation. - Idempotent Story Creation: Detects existing stories linked to the epic and creates only missing ones via the composed /capability-write-issue skill, so re-runs never duplicate work. - Coverage Reporting: Validates that stories cover the full epic scope and reports totals, points, and next steps. - Use Case: A product manager selects Epic #42 (user onboarding). The Skill proposes five story candidates, skips two that already exist, validates the rest against INVEST, creates them in the PM tool, and reports 13 total estimated points. ## Quick Start Ask the AI to break down epic #42 into user stories using vertical slicing and INVEST validation.

Frequently Asked Questions about process-plan-stories

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

FAQPage Schema
How do I break down an epic into user stories?▼

Provide an epic identifier or let the Skill select the highest-priority Todo epic. It analyzes workflow steps, CRUD operations, business rules, and user roles to propose vertically sliced story candidates, then creates them in your PM tool after your approval.

What is INVEST validation for user stories?▼

INVEST checks that each story is Independent, Negotiable, Valuable, Estimable, Small, and Testable. The Skill validates every story against these six criteria before creation, and stories failing INVEST must be reworked first.

Does re-running story breakdown create duplicate stories?▼

No. The Skill is idempotent: it queries the PM tool for existing stories linked to the epic, builds a registry, and skips any story that already exists, creating only missing ones.

What happens if the PM tool or write-issue skill is unavailable?▼

The Skill degrades gracefully: it warns that /capability-write-issue is missing and outputs formatted story content for manual entry, or produces story documents for you to create manually if the PM tool is unreachable.

When should I not use automated epic breakdown?▼

Avoid it when no epics exist in Todo state, bootstrap is incomplete, or the epic documentation is too sparse to identify meaningful vertical slices. In those cases, complete prerequisites or refine the epic first.