Before you mark infrastructure work as done, this skill makes you trace the actual execution path to verify it's wired into the system. It's surprisingly easy to build something like a DAG task graph or a database layer and never actually connect it, leaving dead code while the old implementation keeps running. The checklist walks you through grepping for execution paths, checking that hooks are registered in config files, and confirming the right backend is active (PostgreSQL vs SQLite). Born from discovering a fully built DAG system that was never called because the Task tool bypassed it entirely. Think of it as a forcing function against "it compiles so I'm done" thinking.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill completion-check