What problem does it solve? Before designing a feature, engineers often lack context about the existing codebase—its style, architecture, API conventions, and data storage patterns. This Skill performs an on-demand, requirement-scoped survey of the codebase so design decisions stay consistent with existing code. ## Core Features & Use Cases - On-demand dimension selection: Chooses only relevant dimensions from 13 options (code style, architecture, API conventions, data storage, testing, CI/CD, etc.) based on requirement characteristics. - Memory-first research: Mandates ki-search project memory queries and asset reuse (expert-lookup / solution-lookup) before any code search, avoiding redundant investigation. - Parallel search acceleration: When two or more dimensions require code search, it dispatches parallel sub-agents via task-dispatch and merges results. - Use Case: Before designing a JWT authentication feature, run a survey to locate existing auth code, confirm API response conventions, and check error-handling patterns, producing a code-survey.md reference document. ## Quick Start Ask the agent to survey the existing codebase for the dimensions relevant to your current requirement and save the findings as code-survey.md in the requirement's reference directory.