--- name: create-form description: Set up hybrid client/server validated forms with Zod and React Hook Form. Use when creating forms with validation. --- # Create Form ## When to Use - Creating any form with validation - User asks to "add a form" or "create a form" ## Critical Rule ```tsx // CORRECT - Use