What problem does it solve? Choosing the right Node.js framework, async pattern, and security approach is error-prone when developers default to familiar tools instead of context-driven decisions. This Skill provides decision-making principles for Node.js development in 2025, with project-specific overrides for the EVA platform's NestJS backend. ## Core Features & Use Cases - Framework Selection Guidance: Decision trees and comparison tables for Hono, Fastify, Express, and NestJS based on deployment target, cold start needs, and team experience. - Async & Architecture Principles: Layered architecture patterns, event loop awareness, Promise pattern selection, and CPU-bound workload handling. - Security & Validation Checklists: Input validation boundaries, library selection (Zod, Valibot, ArkType), status code conventions, and a security mindset checklist. - Use Case: When designing a new API endpoint in the EVA project, use this Skill to reason about async behavior and validation strategy while respecting the existing NestJS, Supabase, and multi-tenant org_id constraints. ## Quick Start Ask the AI to help you choose the right Node.js framework and async pattern for your new API service while following EVA project conventions.