What problem does it solve? It prevents risky or misaligned code changes by producing a structured, actionable implementation plan before any execution, ensuring alignment on approach, scope, and safety requirements in the EVA platform. ## Core Features & Use Cases - Structured Planning Output: Generates a markdown plan covering goal, context, approach, step-by-step tasks, files to change, tests, and risks. - EVA-Specific Safety Checks: Evaluates org_id boundaries, RLS migration needs (014_rls_policies.sql), Approval Engine requirements, and external-service approvals. - Read-Only Operation: Inspects local context without modifying code, data, production systems, or external accounts. - Use Case: Before adding a new multi-tenant API endpoint to the NestJS backend, use this Skill to map out which files change, which migrations are needed, and which tests prove the behavior. ## Quick Start Ask the agent to create an implementation plan for your proposed EVA feature or change before writing any code.