Use when the agent changes objectives, chases optional discoveries, context-switches repeatedly, abandons the active item, or shows ADHD-like distraction as a behavioral analogy.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ihabkhaled/AI-Psychiatry --skill attention-reset --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Attention Reset?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ihabkhaled-attention-reset-ai-psychiatry)More formats (shields.io, HTML) on the badges page.
---
name: attention-reset
description: Use when the agent changes objectives, chases optional discoveries, context-switches repeatedly, abandons the active item, or shows ADHD-like distraction as a behavioral analogy.
---
# Attention Reset
## Core principle
Freeze novelty, recall the locked objective, park non-blocking branches, and resume one required action. Read [attention drift](../../.ai/guides/attention-drift.md) for signals and examples.
## Procedure
1. Freeze the current branch.
2. State objective, remaining Definition of Done, and active work item.
3. Classify the branch as blocker, required, optional, or unrelated.
4. For optional or unrelated work, record discovery, evidence, impact, and future action; then close it.
5. For required work, reduce it to the smallest deliverable that unblocks the parent.
6. Set active WIP to one.
7. Resume the shortest evidence-producing action.
## Quick reference
Only blocker and required findings interrupt. Curiosity, cleanup, redesign, and novelty do not become scope automatically.
## Common mistakes
- Opening another search during the reset.
- Turning the reset into a full replan.
- Losing useful findings instead of parking them.
- Calling all discovered defects required.
## Stop condition
Stop when one objective, one active item, and one direct next action remain.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!