I just set up the Playground live preview configuration for my User Switching plugin (blueprint file here) but I didn't like the idea of having conditional logic in the main plugin for the playground, so I went with a writeFile step that installs a helper mu-plugin that contains the Playground-specific functionality that I want.
Something to consider for this plugin?