From core
Orchestrates deep project research by crafting an optimized research prompt and executing it in a dedicated subagent, producing a finalized research document.
How this command is triggered — by the user, by Claude, or both
Slash command
/core:research-flowThe summary Claude sees in its command listing — used to decide when to auto-load this command
<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> - All Rosetta prep steps MUST be FULLY completed, load-context skill loaded and fully executed - If `/goal` is set repeat phases 3-4 until goal is met. Orchestrator trusts the system and skills; coordinates sequence, artifacts, state, and approvals only. Execute phases sequentially. Agent state tracker file `research-flow-state.md` is stored in FEATURE TEMP folder. <context_loa...
<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>
/goal is set repeat phases 3-4 until goal is met.Orchestrator trusts the system and skills; coordinates sequence, artifacts, state, and approvals only. Execute phases sequentially.
Agent state tracker file research-flow-state.md is stored in FEATURE TEMP folder.
<context_load phase="1" subagent="researcher" role="Context gatherer for research scope" subagent_required_model="claude-sonnet-5, gpt-5.4-medium, gemini-3.1-pro">
research-flow-state.md.</context_load>
<prompt_craft phase="2" subagent="researcher" role="Research prompt architect" subagent_required_model="claude-opus-4-8, gpt-5.4-high, gpt-5.5-high, gemini-3.1-pro-high">
research-prompt.md in FEATURE PLAN folder. Output ONLY the optimized prompt.research-prompt.md.reasoningresearch-flow-state.md.</prompt_craft>
<execute_research phase="3" subagent="researcher" role="Deep research executor" subagent_required_model="claude-sonnet-5, gpt-5.4-medium, gemini-3.1-pro">
research-prompt.md. Output: docs/<feature>-research.md.researchresearch-flow-state.md.</execute_research>
docs/<feature>-research.md.research-flow-state.md and mark complete.</workflow_phases>
</research_flow>
npx claudepluginhub p/griddynamics-core-instructions-r2-core/craft-researchPerforms ad-hoc research by spawning parallel investigator agents that explore sub-questions, write branch files, and synthesize a ranked report. Supports browsing existing topics and resuming across sessions.
/researchKicks off a structured multi-agent research project on a topic or question. Supports automatic, manual, and plan-only modes with configurable templates.
/pm-researchTriggers deep research for a task using codebase artifacts, project docs, prior research, and external sources (Perplexity, Context7, Firecrawl), producing a structured markdown research brief.
/research-phaseExecutes a deep-dive domain research workflow for a project phase, gathering information without generating plans or deliverables.
/researchResearches a task topic by analyzing code, searching the web, and storing structured findings in a task file. Phase 1 of a multi-phase workflow.
/researchConducts interactive deep research on a topic: captures and refines scope, decomposes into subtopics, performs parallel web searches with source verification, synthesizes into a well-sourced markdown document.