This document summarizes Daraskolnick's talk on leveling up a WordPress development workflow. The talk discusses improving a workflow by: [1] developing locally instead of directly on live sites; [2] using a starter theme to automate grunt work; [3] implementing a task runner like Gulp to automate common tasks; [4] taking advantage of CSS preprocessing with Sass; and [5] deploying changes with version control via Git instead of FTP. The talk provides examples and recommendations for implementing these best practices to save time and apply modern front-end techniques to WordPress theme development.