research

Installation
SKILL.md

IRIS Research

Research analysis and investigation orchestration skill. This is the user-facing entry point for the IRIS multi-agent research system. It guides users through topic definition, parameter configuration, and investigation launch via conversational interaction.

Workflow Routing

Workflow Trigger File
Investigate "research", "investigate", "analyze", "study" workflows/investigate.md
Orchestrate (internal — invoked by investigate) workflows/orchestrate.md
Archive "archive research", "archive investigation" workflows/archive.md
Status "research status", "check investigation" workflows/status.md

How It Works

  1. User invokes IRIS research with a topic or intent
  2. Investigate workflow activates:
    • Checks if .research/ exists (offers archival if so)
    • Gathers topic through conversational refinement
    • Confirms understanding with the user
    • Asks for synthesis language preference
    • Generates a request file in .requests/
    • Transitions to the orchestrate workflow
  3. Orchestrate workflow takes over:
    • Spawns researcher agents in parallel
    • Monitors completion and handles failures
    • Spawns the synthesizer agent
    • Status tracked in request file (initializedresearchingsynthesizingcompleted)
  4. Results appear in .research/

Principles

Conversational Refinement

Never assume you understand the topic. Always:

  1. Restate what you understood
  2. Ask for confirmation using ask_user
  3. Only proceed after explicit user approval

Progressive Disclosure

Start with the broad topic, then drill into specifics:

  1. What do you want to investigate?
  2. What specific aspects interest you most?
  3. What questions should the investigation answer?
  4. What language should the final report be in?

Request File Contract

Every investigation produces a request file in .requests/ with:

  • Full frontmatter (name, topic, language, status, etc.)
  • Detailed body describing the investigation scope
  • Updated by the orchestrator as the investigation progresses

Context Files

Guardrails

This skill and all agents it triggers are read-only research tools.

  • The ONLY writable directory is .research/ and .requests/
  • No code execution that modifies the system
  • No privilege escalation
  • No network requests to external APIs on behalf of targets
  • No destructive filesystem operations
Weekly Installs
1
First Seen
Apr 3, 2026