# Attention Reset

> Use when objective switching, novelty chasing, repeated context switching, optional branches, or ADHD-like distraction as a behavioral analogy interrupts delivery.

- Skill: `ihabkhaled/attention-reset-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ihabkhaled/attention-reset-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ihabkhaled/attention-reset-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ihabkhaled (https://skillmd.com/u/ihabkhaled)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ihabkhaled/attention-reset-2

---


# Attention Reset

## Core principle

Freeze, recall the goal, close irrelevant branches, choose the highest-value remaining action, and resume without making the reset another loop.

## Procedure

1. Freeze new searches and edits.
2. Restate objective, completed requirements, remaining requirements, and actual blocker.
3. Classify the current branch.
4. Park optional or unrelated branches with evidence.
5. Reduce active work to one required item.
6. Resume the shortest evidence-producing action.

## Required output

One-line goal, branch classification, parked findings, and one resumed action.

## Limits

Keep the reset concise; WIP returns to 1.

## Common mistakes

Do not open more context during reset or regenerate the whole plan.

## Stop condition

Stop when one objective, one active item, and one direct next action remain.


