SalesforceAIResearch/agentforce-adlc

66 stars · Last commit 2026-05-29

Agent Development Life Cycle — Build, deploy, test, and optimize Agentforce agents using Claude Code skills and Agent Script DSL.

README preview

# agentforce-adlc

**Agent Development Life Cycle** — Build, deploy, test, and optimize Agentforce agents
using Claude Code skills and Agent Script DSL.

## What is this?

`agentforce-adlc` provides a complete set of Claude Code skills for the full Agentforce agent lifecycle — from requirements to production optimization. Claude writes `.agent` files directly using the Agent Script DSL.

### Key differentiators

- **Direct authoring** — Claude generates `.agent` files natively, not via markdown-to-agent conversion
- **Full lifecycle** — Author, discover, scaffold, deploy, test, and optimize in one toolchain
- **Safety built-in** — LLM-driven safety review across the entire lifecycle (authoring, deploy, test, optimize)
- **Deterministic agents** — Agent Script DSL enforces code-level guarantees (conditionals, guards, transitions)
- **Session trace analysis** — Extract STDM data from Data Cloud for data-driven optimization
- **3 consolidated skills** — Development, testing, and observability, following the [agentskills.io](https://agentskills.io) standard

## Pipeline

View full repository on GitHub →