Seed database with test data
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-node-tech-stacks-js-node@IvanTorresEdge/molcajete.ai# Seed Database Seed the database with development or test data. Use the Task tool to launch the **database-architect** agent with instructions: 1. Check for existing seed file at `prisma/seed.ts` 2. If seed file doesn't exist, create one: 3. Ensure package.json has seed script: 4. Run seed: 5. Or run directly: 6. Verify seeded data **Quality Requirements:** - Seed script must be idempotent (safe to run multiple times) - Clear existing data before seeding - Use transactions for data integrity - Type-safe seed data Reference the **prisma-setup** skill.