research-commands

research-commands is a command for Claude Code from fatihguner/foreman. It costs 31 tokens per session (944 once invoked), scanned A, original, MIT.

Commands for finding and loading structured research guides for business and market analysis.

In plain words
What is it for?
Use them to list available guides, load a guide such as pricing or industry research, or find guides connected to a specific business skill.
Why use it?
They organise research methods, sources, collection steps, and outputs so entrepreneurs do not have to assemble a process from scratch.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Part of the foreman plugin — 142 skills, 60 commands, 7 agents shipped together

Good fit Use them to list available guides, load a guide such as pricing or industry research, or find guides connected to a specific business skill.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/fatihguner/foreman/research-commands
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/fatihguner/foreman

Made for: Claude Code.

Or install foreman, the plugin that ships this one along with the rest of its 142 skills, 60 commands, 7 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 research-commands

README.md
[![agentmods](https://agentmods.dev/badge/commands/fatihguner/foreman/research-commands.svg)](https://agentmods.dev/commands/fatihguner/foreman/research-commands)
Your own site
<a href="https://agentmods.dev/commands/fatihguner/foreman/research-commands"><img src="https://agentmods.dev/badge/commands/fatihguner/foreman/research-commands.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 944 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.00031 $0.00944
Opus 5 $0.00015 $0.00472
Sonnet 5 $0.00006 $0.00189
Haiku 4.5 $0.00003 $0.00094

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

Security

Grade A, and why

research-commands 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 8d 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.

.claude/commands/research-commands.md · 110 lines

How it starts

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

Research Commands

/research

Lists every research template in the system with name, type, estimated time, and connected skills.

/research
--> 4 research templates available
    pricing-research-guide      | customer  | 8-15 hrs  | Feeds: four-ps-marketing, ...
    due-diligence-research      | financial | 20-40 hrs | Feeds: due-diligence-checklist, ...
    user-testing-protocol       | customer  | 10-20 hrs | Feeds: net-promoter-score, ...
    industry-mapping-guide      | market    | 15-25 hrs | Feeds: porters-five-forces, ...

This command takes no parameters and has no failure modes. Related: /research [name], /research for [skill], /skills.


/research [template-name]

Loads a full research template: purpose, data sources, step-by-step protocol, collection forms, interpretation guide, and output mapping. Partial matches return suggestions.

Parameter Required Type Description
template-name Yes string Template identifier in kebab-case
/research pricing-research-guide
--> Loading: Pricing Research Guide
    Type: customer | Time: 8-15 hrs | Feeds: four-ps-marketing, pricing-diagnosis, ...
    [Full template rendered]

/research industry-mapping
--> No exact match. Did you mean: industry-mapping-guide?

/research competitor
--> No exact match. Related: industry-mapping-guide, pricing-research-guide

/research customer-interview
--> No exact match. Related: user-testing-protocol, pricing-research-guide

Error: /research nonexistent returns No template matching "nonexistent". Run /research to see all.

Related: /research, /apply [skill], /research status.


/research for [skill-name]

Reverse-lookup: returns all research templates whose feeds_into_skills or feeds_into_templates include the given name. Use before applying a framework to verify you have the required data.

Parameter Required Type Description
skill-name Yes string Skill or template identifier in kebab-case

Read the full file on GitHub · 110 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. 8d ago First seen · 110 lines · 31 tokens per session scan A e86c26f99288

Subscribe to this mod's changes

research-commands is a command published in the GitHub repository fatihguner/foreman (47 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 944 once invoked, about $0.0002 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.

Related

Other commands, from other repositories