Skip to content

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.json for machine-readable module, entity, field, and relationship context.
  • <blueprint>.ai-seed-skill.md for an AI agent or seed-generation command.
  • <blueprint>.seed-plan.txt for 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.

Blue is the Vyuh Blueprint documentation surface.