laravel:writing-plans
SkillProductivityCreate an actionable Laravel implementation plan—bite-sized tasks with TDD-first steps, migrations, services, jobs, and validation points
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the laravel:writing-plans skill
What this skill tells your AI
The instructions your AI receives, as published by jpcaparas/superpowers-laravel in skills/writing-plans/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 153
- Forks
- 2
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
laravel-writing-plans- Source
- github.com/jpcaparas/superpowers-laravel