Prompt
07 May 2026
Agentforce action design rubric
Score a proposed agent action for safety, scope and rollback before anyone builds it.
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.