From superpowers-symfony
Applies RED-GREEN-REFACTOR TDD workflow with Pest v4 for Symfony via PHPUnit bridge, using Foundry factories and WebTestCase to verify failures first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:tdd-with-pestThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Building regression-safe behavior with TDD/functional/e2e tests.
reference.mddocs/complexity-tiers.mdnpx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyGuides RED-GREEN-REFACTOR with PHPUnit 10/11 for Symfony; uses KernelTestCase, WebTestCase, attributes (#[Test]/#[DataProvider]), and Foundry.
Guides Laravel TDD with Pest/PHPUnit: RED-GREEN-REFACTOR cycle using model factories, HTTP feature tests, parallel runners; verify failures before implementation.
Guides Test-Driven Development for Laravel apps using Pest PHP: write failing tests first for features, bug fixes, controllers, models, APIs, then minimal code to pass and refactor.