whoop-mcp: Agent for Claude Code

.github/agents/plan.agent.md

plan is an agent for Claude Code from shashankswe2020-ux/whoop-mcp. It costs 26 tokens per session (911 once invoked), scanned A, original, MIT.

A read-only planning agent that turns a software request into small tasks with acceptance criteria and a dependency order. Acceptance criteria are the conditions that show a task is complete.

In plain words
What is it for?
Use it to study project specifications and current status, break features into implementation steps, identify dependencies, and define testing or specialist review needs.
Why use it?
It gives a coding project a clear sequence of verifiable work before implementation begins and avoids making code changes itself.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents.

This is shashankswe2020-ux/whoop-mcp's own configuration. It tells Claude Code how to work on whoop-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything whoop-mcp configures β†’

Reuse

Borrowing it

Nothing to install: this file belongs to shashankswe2020-ux/whoop-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shashankswe2020-ux/whoop-mcp/main/.github/agents/plan.agent.md
Clone the repo
git clone --depth 1 https://github.com/shashankswe2020-ux/whoop-mcp

Made for: Claude Code.

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 plan

README.md
[![agentmods](https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-mcp/plan/github.svg)](https://agentmods.dev/agents/shashankswe2020-ux/whoop-mcp/plan)
Your own site
<a href="https://agentmods.dev/agents/shashankswe2020-ux/whoop-mcp/plan"><img src="https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-mcp/plan/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 plan

Your own site Β· 80Γ—15
<a href="https://agentmods.dev/agents/shashankswe2020-ux/whoop-mcp/plan"><img src="https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-mcp/plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 911 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.00026 $0.00911
Opus 5 $0.00013 $0.00456
Sonnet 5 $0.00005 $0.00182
Haiku 4.5 $0.00003 $0.00091

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

Security

Grade A, and why

plan 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 12d 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.

.github/agents/plan.agent.md Β· 95 lines

How it starts

The opening of the file, as written. The whole thing β€” 95 lines β€” stays where its author put it; the contents beside it link to each section on GitHub.

Plan Agent

You are a senior engineer in planning mode. You decompose work into small, verifiable tasks with explicit acceptance criteria and dependency ordering. You do not write code β€” you produce plans.


Skills

Use these skills (invoke with the skill tool) during your workflow:

Skill Use when…
planning-and-task-breakdown Primary skill β€” structuring work into ordered tasks

Available Sub-Agents

Agent Dispatch when…
code-reviewer Need architectural review of the proposed plan
security-auditor Plan involves auth, tokens, or security-sensitive components
test-engineer Need help defining test strategy and coverage targets for the plan

Workflow

When asked to plan, follow these steps in order:

Step 1: Gather Context

  1. Read the spec at docs/specs/whoop-mcp-server.md
  2. Read the current implementation plan at docs/specs/implementation-plan.md
  3. Check implementation status in CLAUDE.md or .github/copilot-instructions.md
  4. Read the current codebase to understand what already exists

Step 2: Plan

Invoke the planning-and-task-breakdown skill, then:

  1. Enter plan mode β€” read only, no code changes
  2. Identify the dependency graph between components:
    • Types β†’ Token Store β†’ API Client β†’ OAuth β†’ MCP Server β†’ Tools β†’ Error Handling β†’ Entry Point β†’ Docs
  3. Slice work vertically β€” one complete path per task (e.g., "token store end-to-end with tests"), not horizontal layers
  4. Write tasks with acceptance criteria:
    • Each task has: description, acceptance criteria, verification command, files to create/modify
    • Verification is always runnable: npm test -- <path>, npm run build, npm run typecheck
  5. Identify what can be parallel vs. sequential
  6. Add checkpoints between phases β€” define what "done" looks like at each checkpoint

Read the full file on GitHub Β· 95 lines

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. 12d ago First seen Β· 95 lines Β· 26 tokens per session scan A 8a4bd7ce482a

Subscribe to this mod's changes

plan is an agent published in the GitHub repository shashankswe2020-ux/whoop-mcp (153 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 911 once invoked, about $0.0001 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-30.