Event Hooks

proagent-delivery

2 events · 4 hooks

Install
1
Install the plugin
$
npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-delivery

Want just this hook?

Add to a custom plugin, then install with one command.

Risk Indicators
Executes bash commandsModifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "which jq >/dev/null 2>&1 || exit 0; jq -r '.tool_input.command // empty' | { read cmd; if echo \"$cmd\" | grep -qE 'deploy|release|publish'; then echo '[proagent-delivery] Release/deploy detected. Verify milestone acceptance criteria are met and stakeholders have been notified. Run /proagent-delivery-run milestone-track to check readiness.'; fi; }",
          "timeout": 10
        }
      ],
      "matcher": "Bash"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "which jq >/dev/null 2>&1 || exit 0; jq -r '.tool_input.command // empty' | { read cmd; if echo \"$cmd\" | grep -qE 'git commit'; then echo '[proagent-delivery] Commit detected. If this completes a significant batch of work, consider running /proagent-delivery-run status-report to update stakeholders.'; fi; }",
          "timeout": 10
        }
      ],
      "matcher": "Bash"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "which jq >/dev/null 2>&1 || exit 0; jq -r '.tool_input.prompt // empty' | { read prompt; if echo \"$prompt\" | grep -qi 'delivery-specialist\\|sprint.planning\\|retrospective'; then echo '[proagent-delivery] Delivery session completed. Check follow-up actions: create Jira sprint, schedule ceremonies, share summary with stakeholders.'; fi; }",
          "timeout": 5
        }
      ],
      "matcher": "Task"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "which jq >/dev/null 2>&1 || exit 0; jq -r '.tool_input.file_path // empty' | { read fpath; if echo \"$fpath\" | grep -qiE 'sow|statement.of.work'; then echo '[proagent-delivery] SOW document written. Consider sharing it with stakeholders via Slack and uploading to the client Google Drive folder.'; fi; }",
          "timeout": 5
        }
      ],
      "matcher": "Write"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 4
  },
  "eventStats": {
    "PreToolUse": 1,
    "PostToolUse": 3
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Stars2
Forks1
Last CommitFeb 24, 2026
Actions

Similar Hooks