laravel:template-method-and-plugins
Installation
SKILL.md
Template Method and Pluggable Strategies
Keep core flows stable; enable extension via small classes.
Template Method
Use a base class that defines the algorithm skeleton; subclasses override hooks.