Agentforce Planner Bundle Builder
Installation
SKILL.md
Agentforce Planner Bundle Builder
This skill provides comprehensive knowledge for building Agentforce Planner Bundles - the core configuration files that define AI agent capabilities, behavior, and structure in Salesforce Agentforce.
Quick Reference
Architecture: Three-tier system
- GenAiFunctions → Define reusable actions (Flows/Apex/standard actions)
- GenAiPlugins → Define reusable topics (reference functions)
- GenAiPlannerBundles → Create agents (reference plugins, create local copies)
Deployment Order (CRITICAL):
- GenAiFunctions (no dependencies)
- GenAiPlugins (depends on functions)
- GenAiPlannerBundles (depends on plugins and functions)
Agent Types:
- Service Agents: Customer-facing (
CustomerWebClientsurface,SvcCopilotTmpl__prefix) - Employee Agents: Internal-facing (
Messagingonly,EmployeeCopilot__prefix)