From superpowers-laravel
Executes Laravel plans in small batches using TDD, safe migrations, queue verification, Pint/static analysis, and quality checkpoints. Ideal for structured feature development.
npx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelThis skill uses the workspace's default tool permissions.
Work in small batches. After each batch: tests green, quality clean, checkpoints recorded.
Creates actionable Laravel implementation plans with bite-sized TDD-first tasks including migrations, services, jobs, controllers, tests, and quality gates. Useful for turning designs into testable steps.
Guides task implementation via Conductor's TDD workflow: mark plan.md progress, red-green-refactor cycle with pytest coverage checks, git commits, and verification protocols.
Executes written implementation plans using fresh subagents per task with TDD cycles, mandatory code reviews, and quality gates before proceeding.
Share bugs, ideas, or general feedback.
Work in small batches. After each batch: tests green, quality clean, checkpoints recorded.
Repeat until plan complete, then run laravel:quality-checks and request review.