nd-selfmonitor

Installation
SKILL.md

Self-Monitor — Pre-Action Intent Check

What this addresses

Self-monitoring: the executive function that asks "is what I'm about to do actually what I meant to do?" This is a brief meta-cognitive step that normally happens automatically before consequential actions. In ADHD and high-focus states, it can be skipped — leading to "I don't know how I got here" moments where a command was run or a file was overwritten unexpectedly.

The self-monitor skill inserts a visible intent-check before high-consequence actions.

When to apply

Apply before:

  • Overwriting an existing file (write_file to a path that already exists)
  • Running destructive shell commands (rm, drop, truncate, git reset --hard, force push)
  • Database mutations (DELETE, DROP, UPDATE without WHERE)
  • Committing code (verify the right files are staged, the message matches the work)
  • Closing or deleting items from a tracked backlog

Instructions

Installs
3
GitHub Stars
1
First Seen
Jun 9, 2026
nd-selfmonitor — jpoindexter/neurodivergent-agent-skills