method

method is a command for coding agents from gagharutyunyan1993/methodology-toolkit. It costs 13 tokens per session (712 once invoked), scanned A, original, MIT.

A command that applies a named decision-making method to a task, or selects suitable methods when none is specified. Its methods include approaches such as first principles, SWOT, pre-mortems, and red-team analysis.

In plain words
What is it for?
Requesting structured analysis of decisions, plans, strategies, and problems with a chosen framework or an automatically selected set of frameworks.
Why use it?
It gives the agent a repeatable structure for examining a task instead of relying on an unspecified line of reasoning.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the methodology-toolkit plugin — 1 skill, 1 command, 1 agent shipped together

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.

agentmods
npx agentmods add commands/gagharutyunyan1993/methodology-toolkit/method
Clone the repo
git clone --depth 1 https://github.com/gagharutyunyan1993/methodology-toolkit

Or install methodology-toolkit, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 agent.

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 method

README.md
[![agentmods](https://agentmods.dev/badge/commands/gagharutyunyan1993/methodology-toolkit/method.svg)](https://agentmods.dev/commands/gagharutyunyan1993/methodology-toolkit/method)
Your own site
<a href="https://agentmods.dev/commands/gagharutyunyan1993/methodology-toolkit/method"><img src="https://agentmods.dev/badge/commands/gagharutyunyan1993/methodology-toolkit/method.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 712 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00013 $0.00712
Opus 5 $0.00006 $0.00356
Sonnet 5 $0.00003 $0.00142
Haiku 4.5 $0.00001 $0.00071

Measured 4d ago against content hash 494f1bb935c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

method 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 4d 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.

plugins/methodology-toolkit/commands/method.md · 36 lines

How it starts

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

The user has explicitly invoked methodology-driven reasoning via /methodology-toolkit:method.

User arguments: $ARGUMENTS

How to parse the arguments

If the first token of $ARGUMENTS matches a method name from the methodology index (case-insensitive; treat hyphens, underscores, and spaces as equivalent) — e.g., OODA, PDCA, cynefin, porter, 5-forces, ADKAR, kotter, first-principles, 5-whys, eisenhower, GTD, SMEAC, schwerpunkt, mental-models, system-1-2, JTBD, double-diamond, theory-of-constraints, ToC, OKR, minto, SCQA, BATNA, thomas-kilmann, ACH, red-team, pre-mortem, PMESII, SWOT, TOWS, SAT, quality-of-information-check — then:

  • Treat that token as the forced method.
  • Treat the rest of $ARGUMENTS as the task description.
  • Skip Cynefin classification — go straight to applying the named method.

Otherwise:

  • Treat the entire $ARGUMENTS as the task description.
  • Follow the full methodology-driven-thinking protocol (Cynefin classification → select 1–3 methods → apply → synthesize).

Then

  1. Read ${CLAUDE_PLUGIN_ROOT}/skills/methodology-driven-thinking/methodology.md to get the canonical definitions, steps, and use/avoid criteria for the chosen method(s).
  2. Apply the protocol from the methodology-driven-thinking skill (${CLAUDE_PLUGIN_ROOT}/skills/methodology-driven-thinking/SKILL.md).
  3. Force methodological discipline even on borderline tasks — the user explicitly asked for it. Do not bail to "this is too simple" unless the task is truly trivial; in that case, say so and ask whether they still want the analysis.
  4. Anti-pattern guard: walk through the steps of every method you invoke, not just the first one. Opus 4.8 reads instructions literally and will not generalize "walk through the steps" across multiple methods unless you say so explicitly. Naming a method without applying its steps is the failure mode.

Edge cases

  • If $ARGUMENTS is empty, ask the user what task to analyze and whether they want a specific method or auto.
  • If multiple methods are listed (e.g., /methodology-toolkit:method ACH+red-team <task>), apply up to 3.
  • If the user names a method that doesn't exist in the index, list the available methods and ask them to pick.
  • If the synthesis lands on a recommendation to take a hard-to-reverse action (touches money/auth/data integrity, a destructive or externally-visible operation, or a plan committed without reading the relevant code), offer a red-team-critic pass at the end rather than running it silently — e.g. "This is hard to reverse; want an independent red-team pass before committing?". Let the user decide; don't spawn the subagent automatically.

Read the full file on GitHub · 36 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. 4d ago First seen · 36 lines · 13 tokens per session scan A 494f1bb935c9

Subscribe to this mod's changes

method is a command published in the GitHub repository gagharutyunyan1993/methodology-toolkit (1 stars, last pushed 3mo ago), licensed MIT. It adds 13 tokens to every session and 712 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-31.