Use when the user asks to business-review their work (local mode default — 'business-review', 'review my branch') or a Relaticle pull request ('--pr <N>'). Acts as a non-technical product manager replacement: derives diff + acceptance criteria, runs the local app at https://relaticle.test, verifies AC via real end-to-end browser test cases (or Pest-only when appropriate), captures per-case artifacts (screenshot, trace, recording), and writes a structured verdict report. Local mode is default and writes to .context/reviews/local/REVIEW.md so the next AI session can act on findings. --pr <N> reviews a GitHub PR. --publish or end-of-run prompt controls posting to GitHub. --describe "<text>" supplies AC verbally when there's no diff. Does NOT perform code review, security review, or scope-creep checks — those are handled by /review (gstack), /code-review (Anthropic), /deep-review, /pr-fix-workflow.
Adds dynamic custom fields to Eloquent models without migrations using Filament integration. Use when adding the UsesCustomFields trait to models, integrating custom fields in Filament forms/tables/infolists, configuring field types, working with field validation, or managing feature flags for conditional visibility, encryption, and multi-tenancy.