What problem does it solve? Evaluating a new proposal without understanding the existing codebase leads to wrong assumptions and wasted implementation effort. This Skill validates a proposal against real code patterns and turns it into a concrete, step-by-step roadmap. ## Core Features & Use Cases - Proposal Validation: Extracts core objectives and key assumptions, then verifies them against the actual codebase. - Code Deep Dive: Researches naming conventions, DI injection patterns, error handling, and similar feature implementations. - Roadmap Generation: Produces immediately actionable implementation steps, alternative comparisons, and risk mitigations. - Use Case: Given a proposal like "Use Redis to cache token prices with TTL 5 minutes", the Skill inspects existing caching and service patterns, then outputs a phased roadmap with file-level changes and an alternatives table. ## Quick Start Ask the agent to deep analyze your proposal, for example by running /deep-analyze followed by the proposal text or a path to a tech spec document.