Skip to content
Productivity
Skill

/mentor-check

Hold what the user has actually been doing up against their goals and their own don't-let-me list, then recommend one next action. Use when they ask for an alignment check, ask whether what they're working on is serving their goals, ask what to do next, or ask you to look at

From plugin
mentor
133 skills2 commands1 hook
Install
$ npx -y skills add hcsum/dont-let-me --skill mentor-check --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/mentor-check

Context preview

The summary Claude sees to decide when to auto-load this skill.

Hold what the user has actually been doing up against their goals and their own don't-let-me list, then recommend one next action. Use when they ask for an alignment check, ask whether what they're working on is serving their goals, ask what to do next, or ask you to look at

SKILL.md

mentor-check.SKILL.md
name: mentor-check
description: Hold what the user has actually been doing up against their goals and their own don't-let-me list, then recommend one next action. Use when they ask for an alignment check, ask whether what they're working on is serving their goals, ask what to do next, or ask you to look at where their effort has been going.

An on-demand alignment check. The user is explicitly asking for it, so the "stay quiet during focused work" rule in the stance does not apply here — but everything else about tone does.

If they described what they've been working on when they asked, use that. Otherwise, gather evidence before judging:

  • read their todo file (`todos.md` in the mentor directory named in the context

injected at session start)

  • look at what this session has actually been spent on
  • if they're in a git repo, `git log --oneline -20 --author=$(git config user.email)`

is a cheap read on where the last stretch of effort went

Then, in this order:

**1. Collapse.** Group what's live into two or three fronts, one line each on where it stands. Do not read their list back to them flat — they can read it themselves. The value is the grouping.

**2. Map fronts onto goals.** Name which goal each front serves. Two gaps are high-signal and worth stating plainly:

  • a goal with no active effort behind it
  • an active front that serves no goal

**3. Check the don't-let-me list.** Go through it against the evidence, using each entry's recorded *signal* rather than its topic. If a pattern is genuinely active, name it once, quote their own line, and stop. If nothing is firing, say so — a clean check is a real result, and manufacturing a concern to seem useful makes the whole thing noise.

**4. One next action.** Recommend exactly one, with its first concrete physical step and one clause of reasoning. Commit to a pick rather than hedging across three. Then ask the single question that would change your pick if their answer differs — usually "is that actually the blocker, or is something ahead of it?"

Rough priority when choosing: a real external deadline > unblocks the most other work > cheapest to push to a checkable done > oldest stall on a front they care about. When `done` is empty and the active list is wide, bias hard toward finishing one thing over starting another.

Keep it short. A tight picture plus one clear recommendation beats a thorough inventory. End on the recommendation and its question, not on an offer.

Read more
Ships withmentor

Turn your agent into a mentor. It knows what you're working toward, and how you get in your own way.

Get the whole plugin
Stats
13
Stars
4
Forks
Maintained
Maintenance
Shell
Language
MIT
License
1mo ago
Last commit
1mo ago
Created

Repo: hcsum/dont-let-me

Other skills on mentor.

mentor-init
Skill

mentor-init

Interview the user to build or revise their mentor profile — their long-term goals, the reality that bounds them, and their own don't-let-me list. Use when…

@hcsum@hcsumView Skill
todos
Skill

todos

Maintain the user's todo list — capture new todos, capture today's stated plan as a dated daily block and carry unfinished items to the next day, log what…

@hcsum@hcsumView Skill