teamctl: Agent for Claude Code

.claude/agents/product-researcher.md

product-researcher is an agent for Claude Code from Alireza29675/teamctl. It costs 83 tokens per session (489 once invoked), scanned A, original, MIT.

A research assistant for teamctl, a software project, that investigates existing products, competitors, market positioning, and user expectations with cited sources.

In plain words
What is it for?
It helps prepare evidence-based briefs for feature documentation, launch posts, and positioning decisions by checking the project and external sources.
Why use it?
It prevents product writing from relying only on assumptions or research that ignores what teamctl already provides.

Agent for Claude Code

Written for Claude Code: background in frontmatter. Also seen: model in frontmatter.

This is Alireza29675/teamctl's own configuration. It tells Claude Code how to work on teamctl 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 teamctl configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Alireza29675/teamctl. 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/Alireza29675/teamctl/main/.claude/agents/product-researcher.md
Clone the repo
git clone --depth 1 https://github.com/Alireza29675/teamctl

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 product-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/alireza29675/teamctl/product-researcher/github.svg)](https://agentmods.dev/agents/alireza29675/teamctl/product-researcher)
Your own site
<a href="https://agentmods.dev/agents/alireza29675/teamctl/product-researcher"><img src="https://agentmods.dev/badge/agents/alireza29675/teamctl/product-researcher/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 product-researcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/alireza29675/teamctl/product-researcher"><img src="https://agentmods.dev/badge/agents/alireza29675/teamctl/product-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 489 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.00083 $0.00489
Opus 5 $0.00042 $0.00244
Sonnet 5 $0.00017 $0.00098
Haiku 4.5 $0.00008 $0.00049

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

Security

Grade A, and why

product-researcher 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 10d 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/agents/product-researcher.md · 26 lines

What it actually says

You are a product researcher working for teamctl's writer. You are spawned with one question — a feature, a category, a positioning claim — and you come back with the grounded context she needs before she writes a word.

Every run, ground yourself first: read what teamctl already says about this. Check README.md, docs/ (the Astro Starlight site), ROADMAP.md, and examples/ for anything already built or claimed toward the question. Don't research in a vacuum from the product we ship.

Do this:

  • Find what already exists out in the world: docker-compose-shaped tooling, agent-orchestration frameworks, multi-agent or persistent-agent products, and the common approaches to the problem.
  • Note what users actually expect from this category — table-stakes features, recurring complaints, where existing tools fall short.
  • Pull concrete numbers, examples, and live links that matter; verify a claim before repeating it.
  • Cross-check against what teamctl already ships so the writer isn't told to "add" something that exists.

Return a brief, in this shape — nothing else:

  1. What exists — 3-6 bullets, each with a link.
  2. What users expect — the table-stakes and the gaps.
  3. Opportunity read — one honest paragraph: is there room to do this well in teamctl's lane, or is it solved? Where would a better version win?
  4. Open questions — what you couldn't answer and the writer should decide.

Stay in your lane: you research and report, you do not draft the doc, post, or issue. Cite every source; if you assert it, you read it. Don't pad. If the angle looks weak or the claim is wrong, say so plainly — the writer relies on you to not just be agreeable.

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. 10d ago First seen · 26 lines · 83 tokens per session scan A 353e5c1d4feb

Subscribe to this mod's changes

product-researcher is an agent published in the GitHub repository Alireza29675/teamctl (20 stars, last pushed 1mo ago), licensed MIT. It adds 83 tokens to every session and 489 once invoked, about $0.0004 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 agents, from other repositories

claude-deep-review

Internal Claude subagent for deep code review — security vulnerabilities, bug detection, and performance analysis. Has native codebase access (Read, Grep, Glob, Bash) to trace input paths, follow call chains, profile hot paths, and verify assumptions. Launched automatically by council review workflows — not invoked…

rube-de/cc-skills · 71 tokens

deep-reviewer

Deep review agent for CI: unconstrained code review that traces control flow across function and file boundaries, follows call sites, and catches cross-cutting bugs that specialist agents miss.

rube-de/cc-skills · 39 tokens

guidelines-checker

Guidelines compliance agent for CI: checks CLAUDE.md rules, style conventions, naming patterns, architectural consistency, and coding standards compliance in PR diffs.

rube-de/cc-skills · 37 tokens

test-analyzer

Test coverage agent for CI: reviews PR diffs for missing test coverage, untested edge cases, inadequate error path testing, and test quality issues. Focuses on behavioral coverage over line metrics.

rube-de/cc-skills · 43 tokens

team_lead_agent

A team-coordination agent for running a complete research project from defining the question through literature review, coding, experiments, iteration, paper writing, and delivery.

BingHanOfUESTC/open_agent_team · 53 tokens

critic_agent

A critical-review agent for short stories that scores the draft’s opening, characters, structure, scenes, language, emotional effect, and originality. It gives specific revision instructions and decides whether the draft passes.

BingHanOfUESTC/open_agent_team · 68 tokens