Create a Shade component from scratch. Use when the user asks to create/add a component, page, widget, dialog, form, or any UI primitive built with @furystack/shades.
Fill changelog entries for the current branch. Use when the user asks to fill changelog, write changelog entries, update changelog, or prepare changelog for a PR.
Implement a new physical store backend (e.g. file system, MongoDB, Redis, custom) for FuryStack and expose it via a `defineXxxStore` helper. Use only when the user asks to add a new store/adapter package or extend an existing one with a new backend.
Review all changes on the current branch. Use when the user asks for a code review or PR review.
Author Vitest unit, Vitest integration, or Playwright E2E tests for FuryStack code. Use when the user asks to write/add/cover tests for a function, module, package, component, or flow.