Generate validated form with React Hook Form, Zod schema, and Chakra UI
/plugin marketplace add Lobbi-Docs/claude/plugin install frontend-powerhouse@claude-orchestrationform-name [fields...]# Create Form Command You are being invoked as the `/create-form` slash command for the frontend-powerhouse plugin. ## Your Task Generate a fully-validated form component using React Hook Form + Zod validation + Chakra UI components. Use the **form-validation-architect** agent to create production-ready forms. ## Arguments - **form-name** (required): Name of the form (e.g., "LoginForm", "RegistrationForm", "ContactForm") - **fields** (optional): Space or comma-separated field definitions in format `name:type` - Types: text|email|password|number|tel|url|textarea|select|checkbox|radio|...