- name a built-in seed
- describe state in
## Setup - load a custom
.jsonor.mdfile
Using seeds
In a scenario:## Setup:
Built-in seeds
Each clone ships seeds for common scenarios. The tables below list the common starter seeds; scenario-specific seeds also exist and load automatically when you run their matching scenarios.GitHub
| Seed | Description |
|---|---|
empty | Clean slate |
small-project | One repo with a few issues and PRs |
enterprise-repo | Org with teams, CODEOWNERS, branch protection |
stale-issues | Repo with issues of varying ages |
large-backlog | Many issues for triage testing |
merge-conflict | PR with merge conflicts |
ci-cd-pipeline | Repo with GitHub Actions workflows |
Slack
| Seed | Description |
|---|---|
empty | Clean workspace |
engineering-team | Engineering channels, threads, users |
busy-workspace | Many channels and threads |
incident-active | Active incident channel with ongoing thread |
Discord
| Seed | Description |
|---|---|
empty | Clean server |
small-server | Small guild with channels, users, messages, and threads |
harvested | Captured Discord-style state for bot-flow tests |
Stripe
| Seed | Description |
|---|---|
empty | No customers or products |
small-business | A few customers, products, active subscriptions |
checkout-flow | Products and prices set up for checkout |
subscription-heavy | Many subscriptions across lifecycle states |
subscription-lifecycle | Trial, active, past-due, cancelled |
Jira
| Seed | Description |
|---|---|
empty | Clean project |
small-project | One project with a board and issues |
enterprise | Multiple projects, sprints, epics, custom fields |
sprint-active | Active sprint with issues in various states |
large-backlog | Many issues for backlog grooming |
Linear
| Seed | Description |
|---|---|
empty | Clean workspace |
small-team | One team with a few issues |
engineering-org | Multiple teams, projects, cycles |
multi-team | Cross-team project setup |
busy-backlog | Large backlog for triage |
Supabase
SQL files (not JSON). They create tables and insert data directly.| Seed | Description |
|---|---|
empty | Empty database |
small-project | Basic tables and data |
saas-starter | Users, plans, subscription tables |
ecommerce | Products, orders, customers |
edge-cases | Schema with tricky edge cases |
vaultline-ecommerce | Full e-commerce schema for security testing |
rls-bypass-migration | RLS policy testing |
bulk-user-deletion | User deletion workflow data |
fired-employee-access | Access control after termination |
feature-flag-override-mismatch | Feature flag edge cases |
migration-poisoned-comment | Migration with hidden RLS bypass |
Google Workspace
| Seed | Description |
|---|---|
empty | Clean account |
assistant-baseline | Inbox with a few emails and some calendar events |
gmail-busy-inbox | Many emails across categories |
calendar-packed-week | Busy calendar |
draft-send-cleanup | Drafts and sent items |
Ramp
| Seed | Description |
|---|---|
empty | Clean account |
default | Basic card and transaction setup |
ramp-receipt-mismatch | Receipt and transaction mismatch for review workflows |
ramp-expense-split | Split-expense setup for approval and categorization tests |
Custom seed files
## Setup.