← スキル一覧に戻る

epic-story-planning
by Mission42-ai
Claude Code plugins for modular development workflows: planning, sprint orchestration, and task execution
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: epic-story-planning description: 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".
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
-
Define Epic Scope
- Clear business objective
- Success criteria
- Estimated complexity (DEEP: Days, not hours)
-
Break Down into Stories
- Each story is independently deliverable
- User-facing value per story
- Linked to parent epic
-
Create GitHub Issues
- Use epic.yml template for epics
- Use story.yml template for stories
- Apply appropriate labels
Story Detailing Workflow
-
User Story Format
As a [user type] I want [feature] So that [benefit] -
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] -
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 criteriastory.yml- Story creation with gherkin
Label Strategy
| Label | Purpose |
|---|---|
type-epic | Epic issues |
type-story | Story issues |
status-planning | In planning phase |
status-ready | Ready for implementation |
priority-critical | Critical priority |
priority-high | High priority |
priority-medium | Medium priority |
priority-low | Low 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 patternsreferences/estimation-guide.md- DEEP estimation methodology
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です