Кросс-анализ всех GDD проекта
design
review-all-gdds is a Claude Code skill that performs a holistic cross-GDD review: it reads all system GDD files simultaneously and checks for contradictions between them, stale references, entity ownership conflicts, formula incompatibilities, and game design theory violations such as dominant strategies, economic imbalance, cognitive overload, and pillar drift. Unlike /design-review, which inspects a single document for internal completeness, this skill analyzes the relationships across all GDDs. Four focus modes are supported: full, consistency, design-theory, and since-last-review (git-based, scoped to GDDs modified since the last report). Consistency and design-theory passes run as parallel Task agents using the Opus model, with explicit GDD paths and registry contents passed to each subagent. Run it after all MVP-tier GDDs are individually approved and before /create-architecture begins.
- #gdd-review
- #design-consistency
- #game-balance
- #cross-system-analysis
- #design-theory