create-stories

Break epics into implementable stories with traceable ADRs and GDD alignment.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill create-stories-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-stories
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/create-stories
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill create-stories-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks high‑level epic designs into concrete, implementable stories with traceable ADRs and GDD alignment, enabling governance and reproducible planning.

Core Features & Use Cases

  • Decompose epics into story-level tasks that map to GDD requirements and ADR decisions.
  • Automatically associate TR-IDs from the registry and enforce control-manifest rules during story generation.
  • Output created stories to the production/epics/[epic-slug] path for subsequent story readiness and QA review.
  • Integrate ADR governance by marking blocked stories when ADRs are Proposed and surfacing gating conditions.
  • Facilitate QA readiness by preparing story metadata and evidence plans for downstream validation.

Quick Start

Run this skill to break epics into implementable stories and generate initial backlog items.

Frequently Asked Questions about create-stories

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

FAQPage Schema
How do I break epics into implementable stories with ADR traceability?

To break epics into implementable stories with ADR traceability, decompose high-level epic designs into story-level tasks that map directly to GDD requirements and ADR decisions, ensuring governance and reproducible planning.

What is the best way to convert high-level design documents into development tasks?

Converting high-level design documents into development tasks requires breaking epics into concrete, testable stories. This process enforces governance by consuming TR IDs and ADR decisions to generate ready-to-write story files for development.

How do I handle stories when an ADR is still in a Proposed state?

When an ADR is in a Proposed state, you should mark related stories as blocked and surface gating conditions. This ADR governance integration prevents premature development until architectural decisions are finalized and approved.

Does generating stories from epics require a control manifest?

Yes, generating stories from epics requires a control manifest to enforce governance rules. The process automatically associates TR-IDs from the registry and applies control-manifest rules during story generation to ensure traceable and compliant outputs.

How do I prepare story metadata for downstream QA readiness?

Preparing story metadata for downstream QA readiness involves generating story files with evidence plans and metadata at the production/epics path. This facilitates subsequent story readiness checks and downstream validation processes.

Can I map epic requirements directly to GDD specifications during decomposition?

Yes, you can map epic requirements directly to GDD specifications during decomposition. The process breaks epics into story-level tasks that explicitly align with GDD requirements and ADR decisions to maintain full traceability.