Various helpers for PowerShell scripts I have found useful. Currently consists of the following modules:
Provides the ExecutionStep class, which allows execution of a script as a series of steps.
Various CLI-based user interfaces that attempt to improve on the built-in PowerShell variants, including better variants of Read-Host and $Host.UI.PromptForChoice.