--- description: Test data generation — create realistic fake data from schema definitions --- # /seed Test data generation and database seeding with reproducible profiles. ## Sub-commands | Sub-command | Description | |-------------|-------------| | `/seed setup` | Setup wizard for data-seed configuration | | `/seed generate` | Generate seed data from schema or models | | `/seed apply` | Apply seed data to database or create fixture files | | `/seed profile` | Define reusable data profiles (small, medium, large) | | `/seed validate` | Validate seed data against schema constraints |