askill
epic-story-planning

epic-story-planningSafety 95Repository

Epic and story planning with GitHub integration. This skill should be used when creating epics, detailing stories, managing acceptance criteria, or setting up GitHub issue templates. Triggers on "create epic", "plan epic", "detail story", "add gherkin", "acceptance criteria", "issue template".

0 stars
1.2k downloads
Updated 2/6/2026

Package Files

Loading files...
SKILL.md

Epic and Story Planning

Provides structured planning workflows for epics and stories with GitHub issue integration and gherkin-based acceptance criteria.

Planning Hierarchy

Epic (strategic milestone)
├── Story 1 (user-facing feature)
│   ├── Gherkin scenarios
│   └── Tasks (implementation units)
├── Story 2
└── Story 3

Epic Planning Workflow

  1. Define Epic Scope

    • Clear business objective
    • Success criteria
    • Estimated complexity (DEEP: Days, not hours)
  2. Break Down into Stories

    • Each story is independently deliverable
    • User-facing value per story
    • Linked to parent epic
  3. Create GitHub Issues

    • Use epic.yml template for epics
    • Use story.yml template for stories
    • Apply appropriate labels

Story Detailing Workflow

  1. User Story Format

    As a [user type]
    I want [feature]
    So that [benefit]
    
  2. Gherkin Acceptance Criteria

    Feature: [Story title]
    
    Scenario: [Happy path]
      Given [context]
      When [action]
      Then [outcome]
    
    Scenario: [Edge case]
      Given [different context]
      When [action]
      Then [different outcome]
    
  3. Task Breakdown

    • 15-30 minute implementation units
    • Clear done-when criteria
    • Dependencies identified

GitHub Integration

Issue Templates

Templates available in templates/:

  • epic.yml - Epic creation with goals and criteria
  • story.yml - Story creation with gherkin

Label Strategy

LabelPurpose
type-epicEpic issues
type-storyStory issues
status-planningIn planning phase
status-readyReady for implementation
priority-criticalCritical priority
priority-highHigh priority
priority-mediumMedium priority
priority-lowLow priority

Creating Issues

Epic:

gh issue create --template epic.yml --label "type-epic,status-planning"

Story:

gh issue create --template story.yml --label "type-story,status-planning" --milestone "Epic Name"

References

  • references/gherkin-patterns.md - Gherkin writing patterns
  • references/estimation-guide.md - DEEP estimation methodology

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/20/2026

Well-structured planning skill with clear workflows, GitHub integration examples, and good documentation. Includes actionable steps for epic/story planning with Gherkin acceptance criteria. Slightly limited by being tied to external template files not included in the content, and path suggests project-specific usage. Good clarity and safety, moderate actionability due to missing template content.

95
85
78
72
70

Metadata

Licenseunknown
Version-
Updated2/6/2026
PublisherMission42-ai

Tags

githubgithub-actions