AI Seed Generation Skill
Use the SeedCompiler output as the project-specific prompt for generating fresh synthetic data for Supabase/Postgres.
The compiler emits:
<blueprint>.seed-plan.jsonfor machine-readable module, entity, field, and relationship context.<blueprint>.ai-seed-skill.mdfor an AI agent or seed-generation command.<blueprint>.seed-plan.txtfor human review.
Generation rules:
- Generate synthetic data only. Do not use real operator, patient, signature, or instrument identities.
- Satisfy required fields, unique keys, relationship dependencies, and enum values.
- Use deterministic ids so the same prompt can produce repeatable references.
- Preserve GMP-style context: lifecycle status, auditability, evidence, exception scenarios, and traceable relationships.
- Emit JSON by default; generate SQL only when explicitly requested by the seed command.