entitlements-and-milestones

entitlements-and-milestones is a skill for Claude Code, Codex from BanibrataChatterjee/AwesomeSalesforceSkills. It costs 64 tokens per session (3,318 once invoked), scanned A, original, Apache-2.0.

A guide to configuring Salesforce Entitlement Management for time-based service commitments. An entitlement represents a customer's support rights, while milestones track deadlines in an SLA, or service-level agreement.

In plain words
What is it for?
Use it to define entitlement processes and templates, configure milestone deadlines and actions, assign business hours, and handle recurring milestones.
Why use it?
It helps ensure support timers use the intended business hours and trigger the right actions as deadlines approach or are missed. It also distinguishes SLA milestones from unrelated case-routing features.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define entitlement processes and templates, configure milestone deadlines and actions, assign business hours, and handle recurring milestones.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/banibratachatterjee/awesomesalesforceskills/entitlements-and-milestones
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BanibrataChatterjee/AwesomeSalesforceSkills --skill entitlements-and-milestones
Clone the repo
git clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for entitlements-and-milestones

README.md
[![agentmods](https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/entitlements-and-milestones/github.svg)](https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/entitlements-and-milestones)
Your own site
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/entitlements-and-milestones"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/entitlements-and-milestones/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for entitlements-and-milestones

Your own site · 80×15
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/entitlements-and-milestones"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/entitlements-and-milestones.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.03318
Opus 5 $0.00032 $0.01659
Sonnet 5 $0.00013 $0.00664
Haiku 4.5 $0.00006 $0.00332

Measured 8d ago against content hash df48ebaa1272, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

entitlements-and-milestones scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_entitlements_and_milestones.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/admin/entitlements-and-milestones/SKILL.md · 212 lines

How it starts

The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Entitlements and Milestones

This skill activates when an org needs to define and enforce time-based SLA commitments on cases using Salesforce Entitlement Management. It covers the full configuration path from enabling entitlements to wiring milestone actions that fire email alerts, create tasks, or update fields when SLA thresholds are approached or breached.


Before Starting

Gather this context before working on anything in this domain:

  • Confirm Entitlement Management is enabled: Setup > Entitlement Settings > enable Entitlements.
  • Know the business hours schedules in use. Milestone timer behavior depends entirely on which business hours object is attached — process-level or milestone-level.
  • Confirm whether the org uses Products & Price Books to sell support contracts. Entitlement templates attach to products, but in Lightning the attachment UI does not exist — a Flow is required to auto-apply entitlements on product purchase.
  • Clarify whether SLA clocks should pause outside business hours or run 24/7. This is a common misunderstanding that causes milestone timers to fire at unexpected times.

Core Concepts

Entitlement Processes

An entitlement process is a timeline that cases move through once an entitlement is applied. It defines the ordered set of milestones a case must satisfy and the actions to fire when thresholds are hit. Each entitlement process has:

  • A version — processes are versioned; a case stays on the version that was active when the entitlement was applied.
  • A business hours reference — the default timer cadence for all milestones in the process unless overridden at the milestone level.
  • A start condition — when the process clock begins (e.g., on case creation, on status change).
  • An exit criteria — when the process ends (e.g., case closed).

Entitlement processes support up to 10 milestones per process. Multiple processes can exist in an org (e.g., Platinum, Gold, Standard), and each is assigned to a specific entitlement record.

Read the full file on GitHub · 212 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 212 lines · 64 tokens per session scan A df48ebaa1272

Subscribe to this mod's changes

entitlements-and-milestones is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 64 tokens to every session and 3,318 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

case-management-setup

Configuring Salesforce case management: case queues, assignment rules, escalation rules, auto-response rules, Email-to-Case, Web-to-Case, case teams, entitlements, and milestones. Use when setting up or troubleshooting the Service Cloud case handling layer. Trigger keywords: email-to-case, web-to-case, escalation…

PranavNagrecha/AwesomeSalesforceSkills · 127 tokens

github-operations

GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.

yonatangross/orchestkit · 50 tokens

project-ops

Use when an operator wants to run a small or mid-sized project from a flat file instead of standing up Jira or Asana — dated milestones each with one named owner and a binary done-test, rule-driven RAG status, a RAID log, slippage detection, and a two-minute weekly status report. NOT sequencing the engineering work…

ericrisco/rsc-harness · 80 tokens

customer-support-expert

Build comprehensive customer support systems including ticketing, knowledge management, SLA tracking, and customer satisfaction analytics. Use when the user mentions helpdesk or service desk, ticketing, SLA targets, knowledge bases, escalation workflows, CSAT/NPS, or customer success operations.

personamanagmentlayer/pcl · 58 tokens

setup-platform-development

Help set up the platform development policy — contribution mode, governance, and sharing.

OpenDigitalProductFactory/opendigitalproductfactory · 19 tokens

break-complex-projects-into-milestones

Turn a project goal into milestones with deliverables, dependencies, and verifiable completion criteria.

alivirgo/Major-AI-Skills · 29 tokens