hydromind-research

Route HydroMind research requests to the appropriate stage-specific skill.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CMajorChords/HydroMind --skill hydromind-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hydromind-research
Source: https://github.com/CMajorChords/HydroMind/tree/main/.agents/skills/hydromind-research
Command: npx skills add https://github.com/CMajorChords/HydroMind --skill hydromind-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route high-level HydroMind research requests to the appropriate stage-specific skill without modifying any canonical state.

Core Features & Use Cases

  • Read-only orchestration: determines the current research stage using HydroMind CLI outputs and hands off to one of the four stage skills (hydromind-research-explore, hydromind-research-propose, hydromind-research-execute, hydromind-research-write).
  • Safe delegation: prevents writes to canonical artifacts and stage transitions, acting solely as a router.
  • Use Case: researchers ask for a broad research action and rely on the router to delegate to the correct stage skill.

Quick Start

Invoke hydro research status and instructions to observe the routing decision, then allow the router to hand off to the appropriate stage skill.

Frequently Asked Questions about hydromind-research

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

FAQPage Schema
How do I route HydroMind research requests to the correct stage skill?

HydroMind research request routing is handled by reading the current stage via hydro research status and hydro research instructions, then handing off to the appropriate stage skill. The router determines the correct path without modifying canonical state.

What is read-only orchestration for research workflows?

Read-only orchestration determines the current research stage using HydroMind CLI outputs and delegates to the matching stage skill. It acts strictly as a routing layer, preventing writes to canonical artifacts and avoiding stage transitions during the handoff process.

How do I delegate research tasks without modifying canonical state?

Delegation without modifying canonical state is achieved by using a read-only router that selects the next appropriate skill. It observes the current research stage and hands off to explore, propose, execute, or write skills without performing any writes or stage transitions.

Can I use the research router to perform stage transitions or write to artifacts?

No, the research router cannot perform stage transitions or write to artifacts. It operates strictly as an orchestration layer and must not perform writes, stage transitions, or CLI actions beyond selecting the next appropriate stage skill for handoff.

Which stage skills does the HydroMind research router hand off to?

The HydroMind research router hands off to hydromind-research-explore, hydromind-research-propose, hydromind-research-execute, or hydromind-research-write. It selects the appropriate stage skill based on the current research status and instructions observed from the CLI.