agentforce-adlc Plugin
Plugin Claude Code Development Enterprise Business PlatformsAI Agents & AI App DevelopmentClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
agentforce-adlc is a Claude Code plugin that provides a complete set of skills for the full Agentforce agent development lifecycle. According to the README, it consolidates four skills — /agentforce-generate, /agentforce-test, /agentforce-observe, and /agentforce-secure — covering authoring, discovery, scaffolding, deployment, testing, and optimization. Claude writes .agent files directly using the Agent Script DSL rather than converting from markdown, and each skill can be invoked independently against a Salesforce org. An LLM-driven safety review spanning seven risk categories is built into the authoring, deploy, test, and optimize phases. Requirements listed in the README include Python 3.9+, Salesforce CLI (sf) v2.x, Claude Code or Cursor, and a Salesforce org with Agentforce enabled.
Overview
According to the README, agentforce-adlc is not a hosted SaaS but an open-source Claude Code plugin (Python-based, installable via plugin marketplace or file-copy) for building and operating Salesforce Agentforce agents, working alongside the Salesforce CLI and a target Salesforce org.
What you can do with agentforce-adlc
- Generate .agent files with topics, actions, variables, and deterministic logic via /agentforce-generate
- Discover existing Flow/Apex/Retriever targets in a Salesforce org and scaffold stubs (Flow XML, Apex classes, PermSets) for missing ones
- Validate, publish, and activate the authoring bundle to a Salesforce org
- Run preview sessions, batch tests via Testing Center, and individual action execution with /agentforce-test
- Extract and analyze STDM session traces from Data Cloud, identify routing failures, and apply fixes to the .agent file with /agentforce-observe
- Perform OWASP LLM Top 10 security assessments using adversarial probes and LLM-as-judge grading (A–F) with /agentforce-secure
- Benefit from an LLM-driven safety review across 7 categories integrated into authoring, deploy, test, and optimize phases
Sources
Original description (English)
Agentforce Agent Development Life Cycle — author, discover, scaffold, deploy, test, and optimize .agent files
History of agentforce-adlc
- Plugin Added agentforce-adlc