strategy-framework-conventions
Installation
SKILL.md
Strategy — Follow Framework Conventions
When to use
- The user asks to add a feature inside an existing Laravel, Symfony, or similar framework app and expects it to follow the framework's conventions.
- The user explicitly asks for idiomatic, conventional, or "the framework way" code rather than a custom or hand-rolled approach.
- The task requires deciding where a new controller, migration, command, or service belongs within the framework's directory structure.