/plugin marketplace add vinothpandian/v-marketplace/plugin install claude-conductor@v-marketplaceDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "test -d conductor",
"onFailure": "approve"
},
{
"type": "prompt",
"prompt": "Before stopping this Conductor session, verify: (1) All in-progress tasks are properly marked in plan.md with correct status markers ([ ], [~], [x]). (2) The plan reflects the current implementation state. (3) Any phase completion protocols from workflow.md were followed. (4) Code changes have corresponding test files per TDD workflow. If verification fails, explain what needs to be done before stopping. Return 'approve' to stop or 'block' with specific remaining actions.",
"timeout": 30
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 1,
"command": 1
},
"eventStats": {
"Stop": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}