check-in-nudge

check-in-nudge is an agent for Claude Code from daddia/claude-for-strategy. It costs 61 tokens per session (472 once invoked), scanned A, original, MIT.

A scheduled reminder agent for tracking confidence in team goals and key results (measurable steps toward those goals). It asks goal owners for a rating and a short update, then records the replies.

In plain words
What is it for?
It helps teams collect regular confidence updates, keep a check-in log, and alert the person responsible for objectives and key results when attention may be needed.
Why use it?
It removes the need to remember recurring check-ins and highlights missing replies, sudden drops, or unchanged confidence. Without a chat connection, its fallback is not described in the provided information.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md.

Part of the okr plugin — 7 skills, 2 agents shipped together

Good fit It helps teams collect regular confidence updates, keep a check-in log, and alert the person responsible for objectives and key results when attention may be needed.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/daddia/claude-for-strategy/check-in-nudge
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/daddia/claude-for-strategy

Made for: Claude Code.

Or install okr, the plugin that ships this one along with the rest of its 7 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for check-in-nudge

README.md
[![agentmods](https://agentmods.dev/badge/agents/daddia/claude-for-strategy/check-in-nudge/github.svg)](https://agentmods.dev/agents/daddia/claude-for-strategy/check-in-nudge)
Your own site
<a href="https://agentmods.dev/agents/daddia/claude-for-strategy/check-in-nudge"><img src="https://agentmods.dev/badge/agents/daddia/claude-for-strategy/check-in-nudge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for check-in-nudge

Your own site · 80×15
<a href="https://agentmods.dev/agents/daddia/claude-for-strategy/check-in-nudge"><img src="https://agentmods.dev/badge/agents/daddia/claude-for-strategy/check-in-nudge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 472 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.00472
Opus 5 $0.00030 $0.00236
Sonnet 5 $0.00012 $0.00094
Haiku 4.5 $0.00006 $0.00047

Measured 9d ago against content hash 704ca83625a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

check-in-nudge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

okr/agents/check-in-nudge.md · 32 lines

What it actually says

Check-In Nudge

Runs weekly by default (Monday 09:00) — override the schedule to match the cadence recorded in the practice profile (../CLAUDE.md) if it differs from weekly.

What it does

  1. Reads the current check-in log and the active KR set. Identifies which KRs are due for a confidence update based on the practice profile's check-in frequency.

  2. For each owner with a due KR, sends a nudge via ~~chat: a short message asking for a confidence rating (0-100%, or whatever scale the profile records) and a one-line "what changed" note — the same two fields check-in collects manually. Keep the ask short; this is meant to take an owner under a minute to answer, not turn into a status report.

  3. Logs responses using the same append-only format as check-in.

  4. Compiles a summary for the OKR owner/lead, surfacing:

    • Any KR that didn't respond to the nudge (escalate staleness sooner than the manual skill would, since silence on an automated prompt is itself a signal).
    • Any sharp confidence drop since the last check-in.
    • Any KR flat for 3+ consecutive check-ins.

Fallback with no ~~chat connected

If no chat connector is configured, this agent can't push nudges to individual owners. In that case, it should still run its read side — compile the list of KRs due for check-in and the staleness/flat/drop flags from whatever log data exists — and surface that summary directly in the conversation or as a note for the OKR owner to distribute manually. Don't silently skip the run; a degraded check-in is better than a missed one.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 32 lines · 61 tokens per session scan A 704ca83625a4

Subscribe to this mod's changes

check-in-nudge is an agent published in the GitHub repository daddia/claude-for-strategy (2 stars, last pushed 2mo ago), licensed MIT. It adds 61 tokens to every session and 472 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

conductor-validator

Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation to verify project context.

wshobson/agents · 34 tokens

monorepo-architect

Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams.

wshobson/agents · 63 tokens

project-manager

Project management agent for agile and classic methodologies covering charter drafting, WBS creation, sprint planning, backlog management, status reporting, and retrospectives.

pjt222/agent-almanac · 31 tokens

ndv-scope

Scope enforcer. Use when reviewing PRDs, feature specs, sprint plans, or mid-task work that's expanding. Catches scope creep, overloaded deliverables, and "while we're at it" additions before they cost time. Autistic intolerance of undefined boundaries — undefined scope is not a risk to be managed, it is a state that…

emb715/neurodiveragents · 79 tokens

Task Manager

Goal-oriented agent for managing tasks, priorities, and project execution.

DollhouseMCP/mcp-server · 15 tokens

drupal-tech-lead

Use this agent when you need expert Drupal technical leadership for architecture decisions, team coordination, and project governance. Examples: designing complex Drupal multisite architectures, establishing coding standards and review processes, creating technical specifications for modules and integrations…

drupaltools/skills · 0 tokens