npx claudepluginhub nsalvacao/nsalvacao-claude-code-plugins --plugin strategy-toolkitDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/launch-reminder.sh",
"timeout": 5,
"description": "Remind to run /strategic-review before launching if .ideas/ has output"
}
],
"matcher": ".*"
}
]
}"On session Stop, runs bash scripts update-changelog.sh and remind-convos.sh to automate changelog updates and conversation reminders. Executes bash commands."