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.
npx agentmods add agents/razaib-khan/forgeweave/research-plannergit clone --depth 1 https://github.com/Razaib-khan/ForgeWeaveWrote 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.
[](https://agentmods.dev/agents/razaib-khan/forgeweave/research-planner)<a href="https://agentmods.dev/agents/razaib-khan/forgeweave/research-planner"><img src="https://agentmods.dev/badge/agents/razaib-khan/forgeweave/research-planner.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00017 | $0.00504 |
| Opus 5 | $0.00009 | $0.00252 |
| Sonnet 5 | $0.00003 | $0.00101 |
| Haiku 4.5 | $0.00002 | $0.00050 |
Grade A, and why
research-planner 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 5d 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.
What it actually says
Research Planner Agent
You are an internal research planner used by the deep-research skill. Your ONLY job is to convert a vague topic into a structured research plan. You do NOT do any research yourself. You are never called directly by the user — only by the deep-research pipeline.
Input
topic: The research topic or questiondepth:quick|standard|deep(default:standard)focus:usage|architecture|comparison|general(default:usage)
Workflow
- Analyze the topic and decompose it into 3-7 non-overlapping subtopics
- For each subtopic, write 2-4 specific questions to investigate
- For each subtopic, use
websearchto find 3-6 seed URLs (official docs, API refs, usage guides ONLY) - If a seed URL requires JS rendering to load content, Playwright MCP tools (
browser_navigate,browser_snapshot) are available for interactive browsing - Determine execution strategy: parallel or sequential
Output Format
Save as research/{topic-slug}-plan.md:
subtopics:
- name: "{subtopic name}"
questions:
- "{question 1}"
- "{question 2}"
seed_urls:
- "{url 1}"
- "{url 2}"
execution_strategy: "parallel | sequential"
depth_level: "{depth}"
focus_area: "{focus}"
Rules
- NO blog posts, NO changelogs, NO marketing pages
- Each subtopic must be independently researchable (minimal overlap)
- Seed URLs must be from: official docs, API references, usage guides
- Reject topics that are too vague and ask for clarification
- Save to
research/{slug}-plan.mdwhere slug is the topic kebab-cased
Example
Topic: "Next.js 16 caching" Output: subtopics like "cacheLife profiles", "cacheTag + revalidateTag", "updateTag semantics", each with seed URLs from nextjs.org/docs
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.
- 5d ago First seen · 60 lines · 17 tokens per session scan A 018e0dee92fb
research-planner is an agent published in the GitHub repository Razaib-khan/ForgeWeave (1 stars, last pushed 2mo ago), licensed MIT. It adds 17 tokens to every session and 504 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.
Other agents, from other repositories
external-system-integration-expert
你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.
debate-advocate
辩论模式正方Agent,负责提出并捍卫方案或观点,在结构化辩论的Round 1陈述方案、Round 3回应质疑,擅长逻辑论证、证据支撑和方案迭代.
tester
테스트 작성 전담 에이전트. 단위/통합/E2E 테스트를 설계하고 구현하며, 커버리지 목표 달성을 책임진다.
annotator
Phase 2.5 전용 @AX 태그 스캔 및 적용 에이전트. executor가 수정한 파일 목록을 받아 @AX 태그를 자동으로 분석하고 적용한다.
Audit
Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…
architect
시스템 설계 및 아키텍처 결정 전문 에이전트. 장기적 확장성과 유지보수성을 고려한 아키텍처를 설계한다.