
Accessibility (A11y) guidelines for WOD Brains UI - WCAG 2.1 AA compliance. Use when making any UI changes.
Regenerate README screenshots and the demo video for WOD Brains.
Run Wodbrains worker parse evals and live Gemini tests locally using Wrangler `.dev.vars` keys. Use when you need to run `parse.evals.test.ts` / `parse.gemini.test.ts` against the real model (RUN_LIVE_AI_TESTS=1).
UI design guidelines for WOD Brains app - mobile-first, app-like design with consistent patterns. Use when making UI changes.
Debug failing GitHub Actions workflows (especially deploy + Playwright E2E) in this repo. Use when CI fails in tests, webServer readiness hangs, or Playwright can't launch browsers.
Capture learnings, patterns, or workflows from the current conversation into a new or existing skill. Use when the user wants to save what was learned, discovered, or built during a conversation as a reusable skill for future sessions.
Safe HTML templating patterns for Cloudflare Worker using Hono. Use when injecting dynamic content into HTML responses, generating meta tags, or rendering server-side HTML with user data.
Generate and update the WOD Brains OG image PNG/JPG using the mascot SVG and a Playwright-rendered layout. Use when changing OG image copy or layout.
How WOD Brains timer runs are shared (leader/participant, presence, monotonic 10Hz simulation clock, countdown start, timeScale, share UX) and what to check before modifying run engine or UI.
Maintain WOD Brains Privacy Policy + Terms and keep click-through consent in sync. Use when adding/changing data collection, third-party services, accounts, payments, analytics, AI processing, or sharing/sync behavior.
Update deploy CI when adding Cloudflare bindings (R2/D1/DO/assets) or new wrangler config env vars. Use when deploy.yml fails after adding a new Worker binding or when introducing new required env in wrangler.jsonc generation.
Always create and run tests affected by changes, including Playwright for UI changes. Use when modifying Wodbrains features or UI.