First, thanks for quickproject! I'm a newbie to CL and it's helpful to generate a skeleton with one command.
What I feel like a bug is that the system.asd file that quickproject generates seems quickproject should generate package.lisp and (#| TMPL_VAR name |#).lisp. However quickproject generates package.lisp and application.lisp, which makes asdf signal an error. Also the comment in application.lisp is ;;;; (#| TMPL_VAR name |#).lisp. I always rename application.lisp to the project name.
Is this expected behavior? I find it little strange to manually change a filename generated by a skeleton.