From superpowers-laravel
Guides Laravel Horizon queue operations: naming/tags, worker concurrency, failure handling with idempotency, metrics/dashboards for throughput/failures, and testing with Bus::fake(). Useful for observable, reliable queues.
npx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelThis skill uses the workspace's default tool permissions.
Make queues observable and actionable via Horizon.
Operate and verify Laravel queues with or without Horizon: start safe workers, handle failures and retries, apply best patterns, and test with Bus::fake() and integrations.
Provides Laravel queue best practices: job structure, dispatch patterns, middleware, chaining, batching, retries, and error handling. Useful for reliable async task processing.
Provides patterns for reliable background job processing with message queues, worker pools, retries, dead letter handling, and async orchestration. Grounds advice in reference files; activates on queue worker mentions.
Share bugs, ideas, or general feedback.
Make queues observable and actionable via Horizon.
high, default, low); route jobs intentionally--max-time, --tries, --backofffailed() method/logging with structured contextBus::fake() for dispatch assertions