laravel:executing-plans
Installation
SKILL.md
Executing Plans (Laravel)
Work in small batches. After each batch: tests green, quality clean, checkpoints recorded.
Loop
- Pick next small task
- Write failing test (feature or unit)
- Minimal implementation; commit
- Verify queues/events/IO if applicable
- Run Pint, static analysis, tests (parallel)
- Update docs/notes; checkpoint