> ## Content Index
> Fetch the complete content index at: https://www.namastesalesforce.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Agentforce action design rubric
- URL: https://www.namastesalesforce.com/prompts/agentforce-action-rubric/
- Published: 2026-05-07T09:00:00.000Z
- Updated: 2026-05-07T09:00:00.000Z
- Description: Score a proposed agent action for safety, scope and rollback before anyone builds it.
- Author: Swarnil Singhai
- Tags: #prompt, #prompt-for-agentforce, AI + Agentforce, #Import 2026-09-03 19:13

```markdown
Score this proposed Agentforce action before anyone builds it.

Action: [DESCRIBE THE ACTION]

Score 1-5 on:
- Blast radius: what is the worst record this can touch?
- Reversibility: can a human undo the result in one step?
- Scope creep: does it do ONE thing?
- Auditability: will the log explain WHY it acted?

Below 16/20 → redesign before building.
```

Score a proposed agent action for safety, scope and rollback before anyone builds it.

## Why it works

Four axes with a numeric floor turns 'should we build this?' from a meeting into a score. The blast-radius question in particular forces naming the worst case before the demo, not after it.