What problem does it solve? Applications need realistic, referentially intact test data across environments, but hand-writing seed scripts often produces foreign key failures, identical timestamps, business rule violations, and non-idempotent runs. ## Core Features & Use Cases - Multi-Tier Data Generation: Produces dev, test, demo, stress, and empty-state data tiers covering every table in the schema, including persona accounts, edge cases, and soft-deleted records. - Multi-Agent Orchestration: Coordinates a lead agent plus three specialized teammates (core, feature, edge-case seeders) with a shared ID registry and synchronization protocol for referential integrity. - Integrity Verification & Gating: Ships a verify-integrity script checking foreign keys, orphaned records, and soft-delete filtering, plus an audit report with a PASS/CONDITIONAL PASS/FAIL gate decision. - Use Case: After your schema is finalized, ask the agent to populate the database — it creates seed scripts, package.json commands (seed:dev, seed:test, seed:demo, seed:stress, seed:reset), and a full audit report. ## Quick Start Ask the agent to generate seed data and populate the database for all environments after your implementation completeness audit has passed.