Разбивка эпика на истории разработки

documentation

create-stories is a Claude Code skill that breaks a single epic into implementable story files ready for development. It reads the epic's EPIC.md, the associated GDD, all governing ADRs, and the control manifest, then writes `story-NNN-[slug].md` files under `production/epics/[epic-slug]/`. Each story embeds its GDD requirement TR-ID, ADR guidance, acceptance criteria, story type (Logic, Integration, Visual/Feel, UI, or Config/Data), and a test evidence path. Designed for game development teams doing structured sprint planning, the skill enforces dependency order — Foundation epics first, then Core — and blocks story creation if any referenced ADR file is missing. Run after `/create-epics`; accepts `[epic-slug | epic-path]` and an optional `--review full|lean|solo` flag.