create-epics

Map approved GDDs and architecture into module epics with ADR coverage.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill create-epics-naxoruto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-epics
Source: https://github.com/naxoruto/TE-limonchero-3d/tree/main/.claude/skills/create-epics
Command: npx skills add https://github.com/naxoruto/TE-limonchero-3d --skill create-epics-naxoruto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate approved GDDs and architectural boundaries into epics—one epic per module—defining scope, governing ADRs, engine risk, and untraced requirements. It does not split epics into stories; use /create-stories after each epic is created.

Core Features & Use Cases

  • Convert validated GDDs and architecture into structured epics that map to modules.
  • Verify ADR coverage and document engine risk per epic, surfacing untraced requirements.
  • Maintain production epics index and per-epic files to support downstream story creation and gating.

Quick Start

Provide the initial epic for the first in-scope system to begin the epic creation workflow.

Frequently Asked Questions about create-epics

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

FAQPage Schema
How do I turn approved architecture and GDD modules into structured epics?

To turn approved architecture and GDD modules into structured epics, map each architectural module to an epic defining scope, governing ADRs, engine risk, and untraced requirements. The workflow gates creation with producer epics and gate-check steps before generating per-epic files.

What is the best way to ensure ADR coverage aligns with traceability requirements when creating epics?

Ensuring ADR coverage aligns with traceability requirements involves mapping approved GDDs to epics and verifying that governing ADRs cover all TR requirements. The process surfaces untraced requirements and documents engine risk per epic during creation.

How do I start the epic creation workflow from a validated GDD?

Start the epic creation workflow by providing the initial epic for the first in-scope system. The process then applies epics to architectural modules across layers, generating production EPIC.md files and updating the epics index.

Does this epic creation process also split epics into user stories?

No, this epic creation process does not split epics into user stories. It strictly enforces that no stories are created; you must use a separate story creation step after each epic is fully generated and validated.

Can I generate epics directly from architecture without approved GDDs?

No, you cannot generate epics directly without approved GDDs. The creation process requires validated GDDs and architectural boundaries as input, gating epic creation with producer epics and gate-check steps before any production files are written.

Why are untraced requirements and engine risk documented during epic mapping?

Untraced requirements and engine risk are documented during epic mapping to surface gaps between approved GDDs and architectural modules. This ensures governing ADR coverage aligns with TR requirements and highlights potential engine vulnerabilities before downstream story creation.