Topic: Case Studies

A focused archive of Case Studies articles for spec-first teams.

No-JS fallback page ยท 5 articles

Browse by topic (no-JS fallback)

Spec Skills Case Study: From Ticket to Spec

Follow a vague support ticket as it becomes a shippable technical spec using Spec Skills, guided questions, and review-ready output.

Read article

Real-Time Collaboration Spec: Conflict Resolution

How to spec real-time collaboration: OT vs CRDT, presence protocol, offline edits, conflict resolution, and the operational transform vs three-way-merge decision.

Read article

Data Sync Between Services: Spec Guide

Specify cross-service data sync with ordering guarantees, conflict handling, backfill plans, and event-driven or pull-based tradeoffs.

Read article

Mobile API Spec Considerations for Offline Mode

Spec a mobile API for offline mode with local-first writes, sync windows, conflict handling, outbox behavior, and rejection recovery.

Read article

Payment Workflow Spec: Failure and Retry Matrix

Write payment workflow specs with retryable errors, declined-card handling, timeout behavior, 3DS branches, and dunning states.

Read article