architecture.hooks
This system provides the hooks extension point mechanism (as known, e.g., from GNU Emacs).
$ area51 add architecture.hooksCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(architecture.hooks:some-function ...)