research-flow

research-flow is a skill for Claude Code, Codex from griddynamics/rosetta. It costs 17 tokens per session (555 once invoked), scanned A, original, Apache-2.0.

A structured process for researching a software project using focused prompts, parallel investigation, and reference-based findings.

In plain words
What is it for?
Use it to investigate a codebase, gather context, and produce research findings tied to project references.
Why use it?
It helps keep research grounded in project information instead of relying on guesses or scattered exploration.

Skill for Claude CodeCodex

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 skills/griddynamics/rosetta/research-flow
Any agent
npx skills add griddynamics/rosetta --skill research-flow
Clone the repo
git clone --depth 1 https://github.com/griddynamics/rosetta

Made for: Claude Code, Codex.

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-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/griddynamics/rosetta/research-flow.svg)](https://agentmods.dev/skills/griddynamics/rosetta/research-flow)
Your own site
<a href="https://agentmods.dev/skills/griddynamics/rosetta/research-flow"><img src="https://agentmods.dev/badge/skills/griddynamics/rosetta/research-flow.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 555 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.1 $0.00017 $0.00555
Opus 5 $0.00009 $0.00278
Sonnet 5 $0.00003 $0.00111
Haiku 4.5 $0.00002 $0.00056

Measured 2d ago against content hash 85f85336b83b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

research-flow 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 2d 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/core-antigravity-light/skills/research-flow/SKILL.md · 64 lines

What it actually says

<research_flow>

<description_and_purpose> Orchestrates deep research via meta-prompting: craft an optimized research prompt, then execute it in a dedicated subagent. </description_and_purpose>

<workflow_phases>

<prerequisites phase="0", applies="ALL">

  1. All Rosetta prep steps MUST be FULLY completed
  2. USE SKILL load-project-context, orchestration, hitl
  3. MUST ALWAYS use todo tasks ledger, ASAP. Phases are sequential. Independent tasks can run in parallel.
  4. Orchestrator trusts the system and skills; coordinates sequence, artifacts, state, and approvals only.
  5. Workflow state MUST be saved to agents/TEMP/<FEATURE>/research-flow-state.md file.
  6. If /goal is set repeat phases 3-4 until goal is met.

<context_load phase="1" subagent="researcher" role="Context gatherer for research scope" subagent_required_model="inherit">

  1. Read all lines from CONTEXT.md, ARCHITECTURE.md, and IMPLEMENTATION.md.
  2. Input: user research request. Output: loaded project context.
  3. Update research-flow-state.md.

</context_load>

<prompt_craft phase="2" subagent="researcher" role="Research prompt architect" subagent_required_model="inherit">

  1. Create an optimized research prompt for the user request.
  2. Save as research-prompt.md in FEATURE PLAN folder. Output ONLY the optimized prompt.
  3. Input: user request + project context. Output: research-prompt.md.
  4. Required skills: reasoning
  5. Update research-flow-state.md.
  6. HITL approval of research prompt before execution.

</prompt_craft>

<execute_research phase="3" subagent="researcher" role="Deep research executor" subagent_required_model="inherit">

  1. Execute the approved research prompt as a separate subagent.
  2. Input: approved research-prompt.md. Output: docs/<feature>-research.md.
  3. Required skills: research
  4. Update research-flow-state.md.

</execute_research>

  1. Finalize docs/<feature>-research.md.
  2. Input: completed research document. Output: finalized research document.
  3. Update research-flow-state.md and mark complete.

</workflow_phases>

</research_flow>

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. 2d ago First seen · 64 lines · 17 tokens per session scan A 85f85336b83b

Subscribe to this mod's changes

research-flow is a skill published in the GitHub repository griddynamics/rosetta (342 stars, last pushed yesterday), licensed Apache-2.0. It adds 17 tokens to every session and 555 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-09-03.