auto-restart
automatically generate restart-cases for the most common use cases, and also use the restart for automatic retries
$ area51 add auto-restartCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(auto-restart:some-function ...)