create-epics

Transform approved GDDs and architecture guidance into epics per architectural module.

Updated Feb 8, 2024
One-click install
npx skills add https://github.com/kay6198835/Game-RPG --skill create-epics-kay6198835
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-epics
Source: https://github.com/kay6198835/Game-RPG/tree/main/.claude/skills/create-epics
Command: npx skills add https://github.com/kay6198835/Game-RPG --skill create-epics-kay6198835

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate approved GDDs + architecture into epics per architectural module. Defines scope, governing ADRs, engine risk, and untraced requirements. Does NOT break into stories — run /create-stories [epic-slug] after each epic is created.

Core Features & Use Cases

  • Map each architectural module to a bounded epic that captures scope, ADR coverage, and engine risk.
  • Ensure ADRs govern the relevant GDD requirements and surface untraced items.
  • Prepare epics to guide downstream story creation and traceability to architecture docs.

Quick Start

Run /create-epics all to generate epics for every system in the current layer.

Frequently Asked Questions about create-epics

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

FAQPage Schema
How do I create epics from game design documents and architecture decision records?

To create epics from GDDs and ADRs, you automate the transformation of approved design documents into bounded epics per architectural module. This process maps each system to a module and validates ADR coverage, engine risk, and traced requirements before generating the epics.

What is the best way to map architectural modules to epics in dependency order?

Mapping architectural modules to epics in dependency order involves processing Foundation, Core, Feature, and Presentation layers sequentially. Each system is mapped to its corresponding module, ensuring governing ADRs validate requirements and surface any untraced items before epic creation.

Does creating epics from ADRs automatically break them down into user stories?

No, creating epics from ADRs does not break them down into user stories. The epic creation process defines scope, governing ADRs, engine risk, and untraced requirements, but requires a separate downstream step to generate stories from the created epic.

How do I validate ADR coverage and engine risk before epic creation?

Validating ADR coverage and engine risk before epic creation involves ensuring architecture decision records govern the relevant GDD requirements. The transformation process automatically surfaces untraced items and assesses engine risk for each architectural module prior to generating the epic.

Can I generate epics for every system in an architectural layer at once?

Yes, you can generate epics for every system in an architectural layer at once by running an automated transformation across all systems. This processes the Foundation, Core, Feature, or Presentation layers in dependency order to produce the relevant bounded epics.