researcher-workflow

Coordinate multi-phase research workflows for expert subagents with structured artifacts.

86|9|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/magnus919/hermes-profiles --skill researcher-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: researcher-workflow
Source: https://github.com/magnus919/hermes-profiles/tree/main/skills/researcher-workflow
Command: npx skills add https://github.com/magnus919/hermes-profiles --skill researcher-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This workflow addresses the challenge of coordinating rigorous, multi-phase research for non-interactive subagents, turning ambiguous briefs into explicit scope and deliverable artifacts.

Core Features & Use Cases

  • Phase-driven research: receive mission, gather sources via groktocrawl, evaluate gaps, build a layered pyramid, and deliver findings.
  • Progressive disclosure: outputs layered artifacts in /tmp/researcher-workflow/<mission-slug>/ with executive summaries, analyses, and detailed dossiers.
  • Governance: enforces tool restrictions and recursion rules to ensure repeatable, auditable research.

Quick Start

Load the umbrella with skill_view(name='researcher-workflow') and then activate a phase via skill_view(name='researcher-workflow/receive-mission').

Frequently Asked Questions about researcher-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is progressive disclosure in multi-phase research workflows?

A research artifact pyramid is a layered output structure that organizes findings from executive summaries at the top down to detailed dossiers, built during the final phases of a structured research workflow.

How do I coordinate multi-phase research for non-interactive subagents?

You can coordinate non-interactive research subagents by applying a five-phase lifecycle: receive mission, gather sources, evaluate gaps, build an artifact pyramid, and deliver findings with enforced governance rules.

How do I start a structured research workflow with groktocrawl?

Load the umbrella skill view, then activate a specific phase like receive-mission to begin scoping. The workflow enforces using groktocrawl for source gathering instead of web_search or web_extract tools.

Does this research workflow restrict web_search and web_extract tools?

Yes, this research workflow enforces strict governance rules that prohibit web_search and web_extract tools, requiring subagents to use groktocrawl for all source gathering to maintain repeatable, auditable results.

What is the best way to turn ambiguous research briefs into structured deliverables?

A phase-driven research workflow addresses this by transforming ambiguous briefs into explicit scope and deliverable artifacts through multi-pass gathering, gap evaluation, and layered artifact pyramid construction.

When should I use an orchestrator-dispatched research workflow over manual gathering?

Use an orchestrator-dispatched research workflow when missions require structured scoping, multi-pass gathering, gap evaluation, and auditable artifact directories that manual ad-hoc research cannot systematically enforce.