Action Gate Bridge
Use this skill when a communications workflow moves from analysis into a possible external action.
Core workflow
- Read
references/action-bridge.mdfirst. - Read
references/approval-matrix.mdbefore proposing any action. - Pick the narrowest typed action that fits the next step.
- Create a proposal or route the write intent through the sidecar.
- Interpret the result as
allowed,needs_approval,blocked, oraccepted. - Decide what to show the user; do not silently execute a risky action.
Helpers
Use the bundled scripts when the host environment supports them:
node scripts/propose-action.js communications send_email target@example.com "Subject" "Summary" "Program"
node scripts/route-http-write.js communications api-target "Summary" /path '{"hello":"world"}' "Program" "credentials-ref"
Safety
- Red actions require explicit user approval.
- Do not send, post, submit, confirm, or spend by default.
- If policy, scope, approval, or reversibility is unclear, escalate instead of acting.