D1VD1V

Use Cases

Playbooks: prompts + acceptance criteria for common products.

How to use playbooks

  • Pick one core flow
  • Ship thin and measurable
  • Iterate via Chat in small diffs

SaaS (subscription-first)

Build a subscription SaaS for small teams.
Flows: signup/login, workspace + invite, choose plan, Stripe checkout + webhook-confirmed entitlement.
Analytics: signup, checkout_started, purchase_completed, cancellation.
Acceptance: after test checkout, premium unlocks and persists on refresh.

E-commerce (checkout-first)

Build a storefront: product list/detail, cart, checkout, order history.
Payments: Stripe checkout + webhook creates orders; no duplicates on retries.
Analytics: add_to_cart, checkout_started, purchase_completed.

Internal tool (workflow-first)

Build an approvals tool.
Entities: Request, StatusHistory, AttachmentLink.
Flows: submit → approve/reject → audit timeline. Roles: requester/approver/admin.
Acceptance: every state change is auditable.

See also

Getting Started · Integrations · API