Emotional trigger actions must be executable while emotional — don't design actions that require the emotion to already be regulated
When designing emotional trigger agents, ensure the action is executable within the emotional state itself rather than requiring the emotion to already be regulated.
Why This Is a Rule
Emotional trigger agents have a unique design constraint that most other agents don't: the action must execute during the state that activated the trigger. When anger fires the trigger, the action must be executable while angry. When anxiety fires the trigger, the action must be executable while anxious. This seems obvious but is violated constantly because agents are designed during calm planning states, not during the emotional states where they'll execute.
"When I feel angry, I'll pause and reflect on what's really bothering me" sounds reasonable during calm planning. But reflection requires prefrontal executive function, which is precisely what anger suppresses. The action demands a cognitive resource that the trigger state has already depleted. It's like designing an agent that says "when the power goes out, turn on the electric lights."
Effective emotional trigger actions must work within the constraints of the emotional state: physical actions (leave the room, squeeze a stress ball, take three breaths), simple behavioral redirects (put the phone down, open a specific app, walk to a specific location), or pre-scripted phrases ("I need a few minutes" rather than spontaneous emotional articulation). These require minimal executive function because they're motor programs, not deliberative processes.
When This Fires
- When designing any agent triggered by an emotional state (anger, anxiety, frustration, sadness, excitement)
- When an emotional agent fires but the action never executes — check if the action requires regulation the trigger state prevents
- When reviewing emotional management strategies for executability
- Complements Trigger stress agents on body signals (jaw clenching, shallow breathing), not cognitive assessment — stress impairs the ability to detect stress (physiological triggers for stress) with action-side design constraints
Common Failure Mode
Designing emotionally sophisticated responses for emotionally compromised states: "When anxious, challenge your catastrophic thinking with evidence-based alternatives." This requires cognitive flexibility, evidence retrieval, and logical reasoning — three capacities anxiety specifically impairs. By the time you can do this, the anxiety has already passed and the agent was useless during the window where it was needed.
The Protocol
(1) Write your proposed emotional agent action. (2) Test: "Could I execute this action at the peak of the emotional state?" Not during mild irritation — during genuine anger. Not during light worry — during genuine anxiety. (3) If the action requires calm, rational cognition → it's not executable during the trigger state. Redesign. (4) Effective alternatives: physical actions (stand up, walk to door, hands on desk), pre-scripted phrases ("Let me think about this"), simple sensory actions (feel feet on floor, cold water on wrists), or environmental exits (leave the room). (5) The action's job isn't to resolve the emotion — it's to create a pause long enough for executive function to come back online. Resolution happens after the pause, not during the emotional peak.