laravel:writing-plans

Installation
SKILL.md

Writing Plans (Laravel)

Turn a confirmed design into a sequence of small, testable steps. Include guardrails and validation before handoff.

Structure

  1. Scaffolding
    • Runner: confirm Sail or host
    • Branch & workspace prep (worktrees optional)
  2. Data Model
    • Migrations and factories (one commit per change)
    • Seeders if needed for demo flows
  3. Services & Interfaces
    • Controllers/Requests/Resources (or actions)
    • Ports & adapters for external systems
    • Jobs/events/listeners as needed
  4. Tests (TDD)
    • Feature tests for behavior; unit tests for pure logic
    • Use factories; verify failure first, then pass
Related skills
Installs
76
GitHub Stars
131
First Seen
Jan 21, 2026