소개
The Vanilla Rails Jobs skill helps developers maintain clean and testable Rails applications by enforcing the 'thin job' pattern. It ensures that ActiveJob classes remain minimal wrappers of 3-5 lines that delegate all business logic to domain models using a standardized _later and _now naming convention. By moving logic out of infrastructure components and into the model layer, this skill facilitates easier synchronous testing, improved reusability in the console, and better debuggability through clearer stack traces.