/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestrationDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/docs-reminder.sh",
"timeout": 5000
}
],
"matcher": ""
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/review-gate.sh",
"timeout": 10000
}
],
"matcher": "harness_deploy|harness_create_deployment|execute_pipeline|harness_create_pull_request"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/pr-size-guard.sh main",
"timeout": 10000
}
],
"matcher": "harness_deploy|harness_create_deployment|execute_pipeline|harness_create_pull_request"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/triage-trigger.sh",
"timeout": 5000
}
],
"matcher": "jira_get_issue|getJiraIssue|mcp__atlassian__getJiraIssue"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session-resume.sh",
"timeout": 5000
}
],
"matcher": ""
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/detect-jira-issue.sh",
"timeout": 5000
}
],
"matcher": "\\b[A-Z]{2,10}-\\d+\\b"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 6
},
"eventStats": {
"Stop": 1,
"PreToolUse": 2,
"PostToolUse": 1,
"SessionStart": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 6,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}