Research

Use when you need to investigate an unfamiliar library, framework, architectural question, or technical decision — spawns the researcher agent which explores the codebase and searches external sources in parallel. Invoke before making technology choices or when the right approach is unclear.

latuconsinafr a0a165b 990 B Updated

File contents

Research

Spawn the researcher agent with the following task:

Research topic: $ARGUMENTS

The researcher agent will:

  1. Decompose the question into research angles
  2. Spawn the explorer agent for codebase context (existing patterns, constraints, stack)
  3. Search external sources in parallel (official docs, pitfalls, ecosystem notes)
  4. Correlate findings — flagging conflicts between external recommendations and the current codebase
  5. Return a structured report with [verified] / [inferred] / [speculative] confidence tags

Wait for the researcher agent to return its full report, then present it to the user without modification.

latuconsinafr/claude-code-config/tree/main/skills/research commit a0a165be99

Frequently asked questions

npx skillmds@latest add latuconsinafr/research