php artisan boost:add-skill durable-workflow/workflow
Save this content to: AGENTS.md
---
package: durable-workflow/workflow
source_path: AGENTS.md
repo: https://github.com/durable-workflow/workflow
---
# Quality Cycle
Run these commands in order before considering any change complete:
1. `composer ecs` — Fix code style (auto-fixes)
2. `composer stan` — Static analysis (must pass with no errors)
3. `composer unit` — Unit tests (must all pass)
4. `composer coverage` — Unit tests with coverage (must be 100%)
5. `composer feature` — Feature tests (must all pass)
Run these commands in order before considering any change complete:
composer ecs — Fix code style (auto-fixes)composer stan — Static analysis (must pass with no errors)composer unit — Unit tests (must all pass)composer coverage — Unit tests with coverage (must be 100%)composer feature — Feature tests (must all pass)How can I help you explore Laravel packages today?