Skip to content
Development
Skill

/research-pipeline

Formal 5-phase research pipeline with artifact saving and source quality gates: SCOPE, GATHER, SYNTHESIZE, VALIDATE, DELIVER. Parallel research agents mandatory (min 3). Saves findings to research/{topic}/ for future reference. Use for "research pipeline", "formal research",

From plugin
vexjoy-agent
421122 skills198 agents11 commands76 hooks
Install
$ npx -y skills add notque/vexjoy-agent --skill research-pipeline --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/research-pipeline

Context preview

The summary Claude sees to decide when to auto-load this skill.

Formal 5-phase research pipeline with artifact saving and source quality gates: SCOPE, GATHER, SYNTHESIZE, VALIDATE, DELIVER. Parallel research agents mandatory (min 3). Saves findings to research/{topic}/ for future reference. Use for "research pipeline", "formal research",

SKILL.md

research-pipeline.SKILL.md
name: research-pipeline
description: |
  Formal 5-phase research pipeline with artifact saving and source quality gates:
  SCOPE, GATHER, SYNTHESIZE, VALIDATE, DELIVER. Parallel research agents
  mandatory (min 3). Saves findings to research/{topic}/ for future reference.
  Use for "research pipeline", "formal research", "research with artifacts".
user-invocable: true
argument-hint: "<research topic>"
agent: research-coordinator-engineer
context: fork
allowed-tools:
  - Read
  - Bash
  - Glob
  - Grep
  - Agent
  - Write
routing:
  triggers:
    - "research-pipeline"
    - "research"
    - "formal research"
    - "research with artifacts"
    - "systematic investigation"
    - "research report"
    - "gather evidence"
  not_for: "a quick one-off web search or chat-style lookup — that is deep-research. Pick this when the user wants a sourced report saved as an artifact (SCOPE-to-DELIVER), even when phrased as 'dig into X and give me a sourced report'."
  category: research

Research Pipeline

Thin wrapper preserving slash-command access. Load the full pipeline definition:

Read skills/workflow/references/research-pipeline.md

Then follow all phases and gates defined there.

Ships withvexjoy-agent

Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.

Get the whole plugin

Other skills on vexjoy-agent.