post-commit-roadmap (Removed)
This hook has been removed. The
post-commit-roadmap.shscript and its PostToolUse hook entry were deleted when the internalroadmap-addandroadmap-updateskills were replaced by the genericpm-roadmap-addandpm-roadmap-updateskills.
Replacement
Roadmap maintenance is now handled explicitly via user-invoked commands:
/pm-roadmap-update review— Cross-reference roadmap against PRDs, stories, and code changes/pm-roadmap-update mark "<item>" done— Mark a specific item as complete/pm-roadmap-add "description"— Add a new prioritized item
Why It Was Removed
The automatic post-commit reminder coupled with the internal roadmap-update skill had excessive git permissions (git push, git checkout, git merge) and was tightly coupled to the jaan-to plugin's own roadmap structure. The new generic skills are user-facing, security-hardened (no git operations), and work with any project's roadmap.