laravel:writing-plans

Writing Plans (Laravel)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "laravel:writing-plans" with this command: npx skills add jpcaparas/superpowers-laravel/jpcaparas-superpowers-laravel-laravel-writing-plans

Writing Plans (Laravel)

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

Structure

  • Scaffolding

  • Runner: confirm Sail or host

  • Branch & workspace prep (worktrees optional)

  • Data Model

  • Migrations and factories (one commit per change)

  • Seeders if needed for demo flows

  • Services & Interfaces

  • Controllers/Requests/Resources (or actions)

  • Ports & adapters for external systems

  • Jobs/events/listeners as needed

  • Tests (TDD)

  • Feature tests for behavior; unit tests for pure logic

  • Use factories; verify failure first, then pass

  • Quality Gates

  • Pint, static analysis, tests clean

  • Rollout & Observability

  • Logs/metrics; Horizon queues; toggles/migrations safety

Example Task Format

  • Add migration + model + factory for X

  • Write failing feature test for route Y

  • Implement controller + request + policy for Y

  • Add service with port+adapter for Z

  • Dispatch job; add listener + events as needed

  • Verify queues; add tags and Horizon metrics

  • Run quality checks; update docs

After writing the plan, use laravel:executing-plans to execute in batches.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

laravel:routes-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:blade-components-and-layouts

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:queues-and-horizon

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:quality-checks

No summary provided by upstream source.

Repository SourceNeeds Review