What problem does it solve? Agent Script is Salesforce's 2025 language for authoring Agentforce AI agents, but it has zero training data in any AI model, so coding assistants cannot write, fix, or deploy it accurately without structured guidance. ## Core Features & Use Cases - Full Agent Lifecycle: Create agents from an approved Agent Spec, generate AiAuthoringBundle metadata, write .agent code, validate compilation, and publish and activate via sf CLI commands. - Trace-Based Debugging: Diagnose compilation errors, behavioral issues, and production failures using live-action previews and session trace analysis before modifying code. - Backing Logic Integration: Wire actions to invocable Apex classes, autolaunched Flows, and Prompt Templates with exact I/O name matching and complex data type mapping. - Use Case: A developer asks the assistant to build a customer service agent with order lookup and escalation; the skill guides spec design, environment validation, bundle generation, Apex stub creation, live preview testing, and final publish and activation. ## Quick Start Ask the assistant to create a new Agentforce agent that answers order status questions, and it will draft an Agent Spec for your approval before generating and deploying the agent.