method-hooks
simple qualifiable hooks defined like methods with the option to modify the dispatch method and how dispatch happens
$ area51 add method-hooksCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(method-hooks:some-function ...)