From vanguard-frontier-agentic
Refusal-by-default gate for evaluating proposed mutations to a live Salesforce production org. Requires ten preconditions (org identity, environment type, user identity, permission scope, change ticket, approval state, dry-run preview, backup plan, test evidence, verification plan) before advisory review proceeds.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:salesforce-live-change-approval-protocolThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is a refusal-by-default gate for any proposed mutation to a live
This skill is a refusal-by-default gate for any proposed mutation to a live Salesforce production org. It exists because production org changes carry irreversible risk — data exposure, broken automation, permission widening, and revenue-logic corruption can all result from unreviewed deployments. No live-mutation advisory may proceed until all ten required preconditions are confirmed present and documented.
Important: This repository is a markdown marketplace for advisory workflows. This protocol governs checklist-based advisory review, not real org executions. Live org mutations require human authorization through your organization's actual change management process.
live-mutation from salesforce-risk-taxonomy) has fired.salesforce-risk-taxonomy.salesforce-case-capsule.The following ten preconditions must ALL be present. If any is missing, the skill outputs STOP and lists the missing items.
production. If sandbox or scratch, this protocol does not apply.approved by a named human owner. pending or draft → STOP.advisory_verdict: STOP | PROCEED-WITH-HUMAN-AUTHORIZATION | ESCALATE
missing_preconditions: [list, or "none"]
escalation_gates_fired: [list from salesforce-risk-taxonomy, or "none"]
precondition_check:
target_org_identity: confirmed | missing | incomplete
environment_type: confirmed | missing | incomplete
user_identity: confirmed | missing | incomplete
permission_scope: confirmed | missing | incomplete
change_ticket: confirmed | missing | incomplete
approval_state: confirmed | missing | incomplete
dry_run_or_deployment_preview: confirmed | missing | incomplete
backup_rollback_plan: confirmed | missing | incomplete
test_evidence: confirmed | missing | incomplete
post_change_verification_plan: confirmed | missing | incomplete
advisory_notes: [risk observations, not authorizations]
human_authorization_reminder: "All live org mutations require human authorization through your organization's change management process. This advisory checklist does not constitute approval."
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticValidates Salesforce deployment packages against sandbox orgs via dry-run, surfacing deployment issues, test failures, and metadata dependency problems without committing changes. Refuses production targets.
Runs Salesforce production deployment checklist: sandbox validation via sf CLI, API limit checks, code quality review, config verification, and rollback planning.
Orchestrates Salesforce metadata deployments with sf CLI v2: dry-run validation, targeted deploys, CI/CD workflow advice, scratch-org management, and failure triage.