Prospective Memory Rules banner
siege-analytics siege-analytics

Prospective Memory Rules

Development community

Description

--- description: Always-on. Standing conditional instructions ("do X when Y") decay over the trajectory; compliance drops 2–21% under load (Mittal 2026). This rule names the mitigations: repeat the conditional in each verification block; re-quote standing constraints at decision points; treat self-checks as cognitive-load-dependent and prefer mechanical hooks where available. Sibling to `[rule:standing-approval]` which defines how to PARSE the conditional; this rule defines how to RETAIN it. ---

Installation

Installs to ~/.claude/skills/siege-analytics-claude-configs-public-_prospective-memory-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/siege-analytics-claude-configs-public-_prospective-memory-rules && curl -fsSL https://raw.githubusercontent.com/siege-analytics/claude-configs-public/HEAD/skills/_prospective-memory-rules.md -o ~/.claude/skills/siege-analytics-claude-configs-public-_prospective-memory-rules/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository