Replace maintenance-dependent triggers with static persistent cues — daily resetting compounds into trigger decay
When an environmental trigger requires daily resetting or maintenance to remain visible, replace it with a static persistent cue that survives without intervention, because maintenance costs compound and cause trigger decay.
Why This Is a Rule
A trigger that requires daily maintenance to remain visible has a hidden dependency: it needs a maintenance agent to keep it alive. "Put the journal on the desk every evening" requires an evening preparation agent that itself needs to fire reliably. When that maintenance agent fails (you're tired, you forget, you're traveling), the trigger vanishes and the primary agent dies silently. You've created a two-agent dependency chain where both must fire for the behavior to occur.
Static persistent cues — a wall-mounted whiteboard with your priorities, a permanent bookmark on your browser's toolbar, a fixed poster above your desk — require no maintenance. They're always there. They survive travel, illness, schedule disruption, and maintenance-agent failure because they don't depend on anyone putting them back.
The compounding effect is insidious: maintenance costs don't feel significant on any single day (30 seconds to reset a trigger), but the cumulative probability of missing at least one day grows rapidly. Over 30 days with 95% daily maintenance reliability, the probability of at least one miss is 1 - 0.95^30 = 78%. One miss = one day without the trigger = one missed agent activation = disruption of the habit chain.
When This Fires
- When a trigger stops working and you discover it's because someone moved the cue object
- When designing triggers that need to survive without daily attention
- When travel or schedule changes routinely kill your trigger systems
- During trigger reliability audits when looking for maintenance dependencies
Common Failure Mode
Sophisticated but fragile trigger systems: "Every evening I lay out my gym clothes, fill my water bottle, and set out my vitamins." This multi-step maintenance routine has higher activation energy than the behaviors it supports. When the evening routine fails (one bad evening), three triggers vanish simultaneously. Static alternatives: gym clothes in a permanent dedicated spot visible from the bed, water filter always on the counter, vitamins in a visible pill organizer that's always there.
The Protocol
(1) For each environmental trigger, ask: "Does this trigger require any action to remain visible tomorrow?" (2) If yes → it's maintenance-dependent. Find a static alternative. (3) Static alternatives: wall-mounted items (whiteboards, posters, hooks), permanent fixture positions (always-visible shelf placements), digital always-on displays (pinned browser tabs, always-visible widgets), or permanent environmental modifications (dedicated spaces, labeled zones). (4) If no static alternative exists → at minimum, design the maintenance step to be the last action in the primary agent's execution. "After writing, place journal on desk for tomorrow." This chains maintenance to the behavior rather than requiring a separate evening routine. (5) Track: if the trigger disappears for >2 days in a month, the maintenance system is failing. Convert to static.