tapintomymind

Refocus — Productivity skill for Claude Code

Productivity community

Re-read state.json and restate the active task in one tight block.

How to install Refocus

Installs to ~/.claude/skills/tapintomymind-tap-agents-refocus/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tapintomymind-tap-agents-refocus && curl -fsSL https://raw.githubusercontent.com/tapintomymind/tap-agents/HEAD/commands/refocus.md -o ~/.claude/skills/tapintomymind-tap-agents-refocus/SKILL.md

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

What Refocus does


name: refocus description: Re-read state.json and restate the active task in one tight block. Use after distractions, context drift, or returning to a session.

/refocus

The user wants you back on the active task. Read-only restatement, no work, no dispatch.

Action

  1. Read `/.claude/workspace/state.json` for the active project. If multi-project ambiguity: use the project most recently touched (most recent `last_agent_at` or `entered_phase_at`).

  2. (Optional) Skim `

Alternatives in Productivity

  • Reviews Plans — Review all active architecture plans relevant to the current task 15.6k ★
  • Claude Hud — A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progr 14k ★
  • Octoboss Reorganize Todos — You are the Octoboss — a cross-tentacle orchestrator 1.4k ★

Full documentation available on GitHub

View Source Repository