From superpowers-laravel
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-laravel:writing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a confirmed design into a sequence of small, testable steps. Include guardrails and validation before handoff.
Turn a confirmed design into a sequence of small, testable steps. Include guardrails and validation before handoff.
After writing the plan, use laravel:executing-plans to execute in batches.
npx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelExecutes Laravel plans in small batches using TDD, safe migrations, queue verification, Pint/static analysis, and quality checkpoints. Ideal for structured feature development.
Creates structured TDD implementation plans with task breakdowns, dependencies, and phases for new features or multi-file changes. Triggers on build requests like 'let's build' or 'add a feature'.
Generates detailed TDD implementation plans for multi-step tasks from specs, breaking into 2-5 minute steps with exact file paths, code snippets, tests, commands, and git commits. Use before coding.