create-epics

Translate approved GDDs and architecture module ownership into one epic per module.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill create-epics-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-epics
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/create-epics
Command: npx skills add https://github.com/imgamer/AILearn --skill create-epics-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts approved GDD content plus architectural module ownership into clearly scoped epics, so teams have dependable boundaries before story breakdown.

Core Features & Use Cases

  • Epic generation from architectural modules: Produces one epic per architectural module, mapping each epic to its system, layer, and module responsibilities.
  • ADR and requirement coverage validation: Identifies governing ADRs, computes engine risk from ADRs, and flags untraced requirements that need ADRs before execution.
  • Layer-ordered, dependency-safe planning: Runs by layer sequence (Foundation → Core → Feature → Presentation) with guidance on when to hold Feature until Core stabilizes.

Quick Start

Run create-epics for the Core layer and then follow with create-stories for each created epic.

Frequently Asked Questions about create-epics

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

FAQPage Schema
How do I create development epics from approved GDDs and architecture modules?

To create development epics from approved GDDs and architecture modules, this skill translates architectural ownership boundaries into one scoped epic per module. It processes GDD content and maps each epic to its system, layer, and module responsibilities.

How does requirement tracing and ADR coverage validation work during epic generation?

Requirement tracing and ADR coverage validation identify governing ADRs, compute engine risk from ADRs, and flag untraced requirements needing ADRs before execution. This ensures architectural decisions map directly to generated epic boundaries.

What is the correct layer sequence for planning epics across Foundation, Core, Feature, and Presentation layers?

The correct layer sequence for planning epics runs Foundation, then Core, then Feature, and finally Presentation. This dependency-safe ordering provides guidance on when to hold Feature layer work until Core layer epics stabilize.

Can I generate user stories alongside epics from my GDD and architecture documents?

You cannot generate user stories alongside epics in this step. The process explicitly writes EPIC.md files and an index without generating stories, requiring a separate downstream step to break approved epics into actionable stories.

What inputs do I need to scope and generate epics from architecture and GDD documents?

Scoping and generating epics requires reading GDD summaries for scoping, loading in-scope GDDs, and gathering relevant architecture, ADR, control-manifest, tr-registry, and engine version inputs to ensure complete requirement coverage.

Why do I need to present per-epic approvals before writing EPIC.md files to production?

Presenting per-epic approvals before writing files ensures teams review and validate each module's scoped boundaries. The skill writes production/epics/[epic-slug]/EPIC.md and index.md only after you approve the generated epic definitions.