Build with Agentforce Vibes

Agentforce Vibes is your intelligent development partner that transforms how you build on Salesforce. Unlike traditional chatbots, Agentforce Vibes doesn't just provide information—it acts. Through agentic chat powered by Model Context Protocol (MCP), Skills, Rules, Abililties and Hooks, Agentforce Vibes executes commands and perform complex workflows automatically, right from within VS Code.

Agentforce Vibes represents the evolution of Salesforce's AI-powered Dev Assistant. While Dev Assistant provided helpful code suggestions and explanations, with Agentforce Vibes, you're not just getting code suggestions— you're getting a vibe coding partner that can understand your project context and execute tools on your behalf, and help you complete entire development workflows through natural language conversations.

Agentforce

Agentforce Vibes provides tools to help you plan, guide, and control how agents complete development tasks. You can switch between Plan and Act modes to decide when the agent should think through an approach or execute changes, and use the Focus Chain to manage tasks and track progress. For complex work, Deep Planning helps the agent map out implementations, while Checkpoints let you review and control workflow along the way. You can define Rules to enforce consistent behavior, package reusable instructions in Skills, and guide multi-step processes with Workflows. Agentforce Vibes also helps manage the agent’s working knowledge through Context management and Compaction, while Abilities activate only the relevant MCP tools for each task to keep execution focused and efficient.

Agentforce Vibes generates Apex from natural language prompts and suggests code completions as you type. When used with IntelliSense, it improves the development experience in Visual Studio Code. Familiarity with Visual Studio Code is assumed.

  • Agentforce – Use Agentforce in natural language to analyze code, improve documentation, and run development workflows. Agentforce can execute tasks directly in your environment.
  • Customization Rules and Context – Define persistent rules and context so Agentforce gives more accurate, action-oriented responses. Rules enforce consistent behavior across your workspace.
  • Inline Code Completions – Get code suggestions as you type in Apex and LWC (JavaScript, CSS, and HTML) files. Accept or ignore suggestions without interrupting your workflow.
  • Abilities – Abilities activate only the relevant Model Context Protocol (MCP) tools for each task. Each Ability represents a domain such as Apex, LWC, DevOps, or Mobile and keeps execution focused and efficient. Abilities answer: "What should the agent use?"
  • Skills – Package reusable instructions in Skills for specific tasks. Skills load on demand and include guidance, workflows, and optional resources. Unlike rules, Skills load only when relevant to your request. Skills answer: "How should the agent do the work?"
  • Hooks – Inject custom logic at key moments in the task lifecycle. Hooks validate operations before they run, enforce guardrails, and influence agent decisions. Use them to run linters, block unsafe operations, or add context.
  • Workflows – Guide multi-step processes with Workflows. Define sequences of steps so the agent follows a structured approach for complex tasks.