Run eval suites for Salesforce Apex and org quality — define pass/fail, grade with code/model graders, run pipeline evals (architect → build → review). Use when validating session quality. Do NOT use for post-implementation checks.
Classify work, interview user, run impact analysis, design Salesforce Apex/LWC/Flow solutions, decompose into agent tasks with deploy order and rollback plan. Use PROACTIVELY when planning ANY change — FIRST agent. Do NOT skip to domain agents.
Final Salesforce quality gate — validate Apex, LWC, Flow against architect plan; audit security, governor limits, tests, and deploy readiness. Use PROACTIVELY when reviewing as LAST agent before deploy. Do NOT use for writing/fixing.
Design or audit Business Hours + Holidays. SfSkills admin workflow agent, /configure-business-hours: reads its AGENT.md playbook, cites its sources, never deploys.
Read-only Apex code reviewer. Use to review Apex classes or triggers in parallel with other work, or to batch-review many components cheaply — scores against the sf-apex 150-point rubric with line-level evidence. Never deploys, never writes to the org.
Read-only Salesforce security scanner. Use to audit code or org configuration for CRUD/FLS gaps, SOQL injection, sharing violations, hardcoded secrets, and PII exposure — scored against the sf-security 100-point rubric with severity ratings. Never modifies anything.