When to Use This Skill
- Implementing or auditing PreToolUse/PostToolUse hooks that gate destructive HubSpot API calls (bulk deletes, workflow deactivations, contact merges)
- Enforcing mandatory agent routing — ensuring the
hubspot-orchestrator is invoked before high-blast-radius operations
- Configuring strict-mode behavior where unapproved tool patterns are blocked rather than warned
- Reviewing bypass policies and audit trails when a governance rule is intentionally overridden
- Adding new task safety gates as new HubSpot agents or commands are introduced
Not for: General workflow business logic, HubSpot API field mapping, or CMS content operations.
Governance Decision Matrix
| Operation Type | Risk Level | Gate Required | Bypass Allowed |
|---|
| Bulk contact delete (>100) | Critical | PreToolUse block | Never |
| Workflow deactivation |