What problem does it solve? Teams often improvise sample values at test time, producing happy-path-only data that misses boundary, invalid, role, and state edge cases. This Skill turns vague "use some sample data" habits into deliberate, documented datasets derived from field constraints. ## Core Features & Use Cases - Constraint-driven data design: Maps required fields, formats, ranges, enums, uniqueness rules, and lifecycle states before generating values. - Categorized data packs: Produces typical valid, boundary, invalid-format, role/state combination, temporal, and stress data buckets. - Packaged catalog output: Uses a test data catalog template with purpose, setup dependencies, cleanup, and privacy notes for each dataset. - Use Case: Before testing a subscription checkout flow, generate a catalog covering valid users, expired cards, max-length names, guest/admin roles, and timezone-sensitive expiry dates, with seeding and cleanup notes for automation fixtures. ## Quick Start Ask the agent to design a test data pack for your feature, listing the entities, field constraints, roles, and whether the data is for manual execution or automation fixtures.