laraveltdd-with-pest

star 2

Deliver Laravel behavior safely with test-first workflows and deterministic regression protection. Use for tdd with pest tasks.

MakFly By MakFly schedule Updated 2/16/2026

name: laravel:tdd-with-pest allowed-tools: - Read - Write - Edit - Bash - Glob - Grep description: Deliver Laravel behavior safely with test-first workflows and deterministic regression protection. Use for tdd with pest tasks.

Tdd With Pest (Laravel)

Use when

  • Implementing new behavior with regression risk.
  • Fixing bugs via reproducible failing tests.

Default workflow

  1. Write a failing test for expected behavior and one edge case.
  2. Implement minimal code to pass.
  3. Refactor for clarity while keeping tests green.
  4. Run targeted tests, then broader suite for impacted modules.

Guardrails

  • No behavior change without test evidence.
  • Prefer deterministic fixtures and isolated state.
  • Assert business outcomes instead of internals.

Progressive disclosure

  • Start with this file for execution posture and constraints.
  • Load references only for deep implementation detail or edge cases.

Output contract

  • RED/GREEN/REFACTOR summary.
  • Test files changed and command output.
  • Remaining coverage gaps.

References

  • reference.md
  • docs/complexity-tiers.md
Install via CLI
npx skills add https://github.com/MakFly/superpowers-laravel --skill laraveltdd-with-pest
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator