Create Stories A story is a single implementable behaviour — small enough to complete in one focused session, self-contained, and fully traceable to a GDD requirement and an ADR decision. Stories are what developers pick up. Epics are what architects define. Run this skill per epic , not per layer. Run it for Foundation epics first, then Core, and so on — matching the dependency order. Output: files Previous step: Next step after stories exist: then --- 1. Parse Argument Extract if present and store as the review mode override for this run. If not provided, read (default if missing). This res…