brainstorming
Installation
SKILL.md
Brainstorming
Layer: 2-3 (Design + Implementation)
Use this skill when a Laravel task involves design refinement before implementation.
This skill assumes Layer 0-1 have already run. If you have not run memory-management preflight and least-code minimization yet, do so before loading this skill.
Syarif Defaults
- Follow Laravel conventions before introducing custom abstractions.
- Prefer project-local patterns when they are explicit and tested.
- Keep controllers focused on HTTP orchestration.
- Put validation, authorization, transactions, side effects, and integrations at clear boundaries.
- Keep client names, credentials, internal URLs, provider secrets, and project-specific business rules out of reusable standards.
- Verify important behavior with the smallest meaningful tests and quality checks.