Help us improve
Share bugs, ideas, or general feedback.
From superpowers-symfony
Starts a TDD workflow for Symfony using Pest PHP, guiding through the RED-GREEN-REFACTOR cycle to write tests and code iteratively.
npx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyHow this command is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:symfony-tdd-pestThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `symfony:tdd-with-pest` skill exactly as written.
/laravel-tddStarts Laravel TDD loop with Pest or PHPUnit, invoking the laravel:tdd-with-pest skill playbook exactly as written.
/tddStarts TDD workflow for Drupal or Next.js projects: auto-detects type, launches test watcher (PHPUnit or Jest), guides RED-GREEN-REFACTOR cycle, tracks coverage changes.
/tddGuides an interactive TDD cycle for a feature: Red (write failing test), Green (minimal passing code), Refactor (cleanup), repeat for next behavior.
/run-test-suiteRuns Pest 4 test suites for PHP, Laravel, Livewire, and Filament applications. Supports suite selection, filtering, parallel execution, coverage, profiling, and bail.
Share bugs, ideas, or general feedback.
Use the symfony:tdd-with-pest skill exactly as written.