plan-epics

Break down strategic initiatives into actionable epics sized for 2-4 sprints.

6|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/foomakers/pair --skill plan-epics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-epics
Source: https://github.com/foomakers/pair/tree/main/packages/knowledge-hub/dataset/.skills/process/plan-epics
Command: npx skills add https://github.com/foomakers/pair --skill plan-epics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of breaking down large strategic initiatives into manageable epics, ensuring alignment with business objectives and technical feasibility.

Core Features & Use Cases

  • Structured Breakdown: Analyzes initiatives and proposes a logical sequence of epics, each sized for 2-4 sprints.
  • PM Tool Integration: Composes with /write-issue to create or update epic issues directly in your project management tool.
  • Idempotent Creation: Detects and skips already existing epics, preventing duplicates.
  • Use Case: A product manager has a high-level initiative for a new feature. This Skill will analyze the initiative's goals and requirements, propose epics like "User Authentication," "Core Feature Implementation," and "Reporting Dashboard," and create them in Jira.

Quick Start

Use the plan epics skill to break down initiative number 10.

Frequently Asked Questions about plan-epics

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

FAQPage Schema
How do I break down strategic initiatives into actionable epics?

To break down strategic initiatives into actionable epics, you analyze the initiative's goals and requirements to propose a logical sequence of epics, each sized for 2-4 sprints. This structured analysis ensures alignment with business objectives and technical feasibility.

What is an Epic 0 assessment in project management?

An Epic 0 assessment in project management is an initial evaluation phase for new projects included during initiative breakdown. It helps establish foundational epics before proposing feature-specific epics like user authentication or core feature implementation.

How do I automate creating epic issues in Jira from a high-level initiative?

To automate creating epic issues in Jira, you compose the initiative breakdown with a write-issue command to create or update epic issues directly in your PM tool. This workflow ensures end-to-end user value delivery without manual data entry.

Can I prevent duplicate epics when automating project management workflows?

Yes, you can prevent duplicate epics when automating project management workflows by using idempotent creation logic. This mechanism detects and skips already existing epics during the breakdown process, ensuring your PM tool remains clean.

How many sprints should an epic cover in agile initiative breakdown?

An epic in agile initiative breakdown should cover 2-4 sprints. Sizing epics to this duration ensures they deliver end-to-end user value while remaining manageable within your project management workflow.