What problem does it solve?
This skill eliminates the guesswork and misalignment between game design and Unity engineering by automatically translating abstract game design documents or brief feature descriptions into concrete, actionable implementation plans that match your project's existing architecture and coding patterns.
Core Features & Use Cases
- Design-to-Plan Translation: Parses game design docs (from your project's Docs folder, Notion exports, or inline descriptions) to extract precise technical requirements.
- Codebase-Aligned Planning: Automatically explores your existing Unity codebase to follow established patterns, module boundaries, and coding standards defined in CLAUDE.md and AGENTS.md.
- Cross-Cutting Seam Safety: Checks your project's
.claude/seams.yml registry to ensure new features don't miss critical fan-out points that cause silent runtime bugs.
- Use Case: A developer needs to implement a new weapon ammo system; this skill generates a 1-3 page plan with exact C# file paths, interface signatures, ordered shippable steps, and test criteria that the execution skill can follow without re-planning.
Quick Start
Use the plan skill to generate a step-by-step Unity implementation plan for the new player health system outlined in the latest game design document.