des-create-epic

Generate an implementation-level Epic Catalog from DES planning artifacts.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/DKSang/DES-SKILL --skill des-create-epic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: des-create-epic
Source: https://github.com/DKSang/DES-SKILL/tree/main/skills-support/des-create-epic
Command: npx skills add https://github.com/DKSang/DES-SKILL --skill des-create-epic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts completed DES data-engineering design artifacts into a structured, implementation-ready Epic Catalog so an agent can plan delivery without guessing or jumping straight to code too early.

Core Features & Use Cases

  • Epic Catalog generation from DES planning artifacts: Creates an epic backlog mapped to the upstream DES main lifecycle artifacts (business, requirements/KPIs, data product, layers, contracts, quality, orchestration, semantic/serving, governance, and CI/CD).
  • Dependency-aware implementation planning: Groups work into phased delivery areas (foundation, MVP/P1, P2, later) and defines epic dependencies, acceptance criteria, risks/blockers, and priority (P1/P2/P3).
  • Implementation handoff guidance: Produces story-creation guidance and recommends the next support skill (typically des-create-story) after the epic catalog is validated.

Quick Start

Ask the agent to run des-create-epic once your minimum DES planning artifacts for product, sources, architecture, ingestion, Gold/transformations/quality, and CI/CD/testing are available.

Frequently Asked Questions about des-create-epic

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

FAQPage Schema
How do I convert data engineering design artifacts into an implementation backlog?

To convert data engineering design artifacts into an implementation backlog, you can generate an Epic Catalog that maps upstream lifecycle artifacts into traceable, dependency-ordered work packages. This process groups design themes into phased delivery areas for structured implementation planning.

What is the best way to plan CI/CD readiness for a data engineering project?

Planning CI/CD readiness involves extracting implementation themes from completed design artifacts and grouping them into phased delivery chunks. This approach defines epic dependencies, acceptance criteria, and priority levels to ensure infrastructure and pipeline work is sequenced correctly.

How do I group data pipeline requirements into epics with traceable mappings?

Grouping data pipeline requirements into traceable epics requires reading configured planning artifacts and extracting implementation themes. The resulting Epic Catalog maps each epic back to upstream sources like business requirements, data products, layers, and contracts for full traceability.

Do I need completed architecture and quality artifacts before generating an epic backlog?

Yes, generating an epic backlog requires minimum DES planning artifacts for product, sources, architecture, ingestion, Gold transformations, quality, and CI/CD testing to be available. These completed design artifacts provide the necessary implementation themes for accurate epic extraction.

Can I define phased delivery and dependencies for data engineering workflows before creating stories?

Yes, you can define phased delivery and dependencies before creating stories by grouping work into foundation, MVP, and later phases. The generated Epic Catalog specifies epic dependencies, priority levels, and acceptance criteria to guide subsequent detailed story creation.

What are the limitations of generating an epic catalog directly from design artifacts?

A limitation of generating an epic catalog directly from design artifacts is that it stops at the epic level and does not produce detailed user stories. It requires validation of the generated backlog before handing off to a story-creation skill for further implementation breakdown.