hydromind-research-design
Stage 1 canonicalization sub-skill of the HydroMind Research family. Materialize an integrated study design as the canonical `research/<research_id>/study_design.json` after explore mode (or a substantive design conversation) has produced enough shared understanding. This skill is the Stage 1 ONLY writer of `study_design.json`; `hydromind-research-explore` stays read-only on canonical state and must hand off here. Use this whenever the researcher says "ok let's write that down", "make this the design", "update the design", "canonicalize the study design", or otherwise signals that a discussed design should become canonical state - even without the word "propose". Use this AFTER `hydromind-research-explore` (or equivalent design discussion). After `study_design.json` is validated, hand off to `hydromind-research-execution` (drafting-blocking evidence gaps remain) or `hydromind-research-paper` (no drafting-blocking gaps remain).
Repository SourceNeeds Review
hydromind-research-execution
Stage 2 main skill of the HydroMind Research family. Guide one session through batch-first autonomous research using a file-backed `research/<research_id>/` workspace. `context.json` is the canonical short-context source, `study_design.json` (when present) is the planning anchor that biases batch selection toward declared evidence gaps, `hydro queue wait-idle` is the synchronization boundary, `feedback.md` is a lightweight friction evidence log, and `hydro research paper status` signals when to hand off to Stage 3. Use this whenever the researcher wants to "continue the research", "run the next batch", "close an evidence gap", "resume the research workspace", "plan the next round of experiments", or otherwise advance evidence collection - even without the word "execution". Use this AFTER `hydromind-research-design` has written `study_design.json` with drafting-blocking evidence gaps. When `hydro research paper status` reports `drafting_ready`, hand off to `hydromind-research-paper`.
Repository SourceNeeds Review
hydromind-research-paper
Stage 3 main skill of the HydroMind Research family. Drive a research paper from a validated `study_design.json` through the canonical `paper/` subworkspace - projecting `paper/inputs/idea.md` and `paper/outline.json` from the design, building the verified literature pool, preparing figures, producing a constrained unified draft, and running accept/revert/halt refinement to a `final/paper.md`. Use this whenever the researcher wants to "start the paper", "do literature for the paper", "draft the paper", "refine the paper", "finalize the manuscript", or otherwise advance any phase of the paper pipeline - even without the word "workflow". Use this AFTER `hydromind-research-design` has written and validated `study_design.json` with no drafting-blocking evidence gaps (otherwise route to `hydromind-research-execution` first). Inside drafting (Phase 4) and refinement (Phase 5), defer prose-quality decisions to the internal sub-skill `hydromind-research-paper-writing`; deterministic gates (literature verification, ci
Repository SourceNeeds Review
hydromind-research-paper-writing
Stage 3 internal prose-quality sub-skill of the HydroMind Research family. Improve prose quality of an ML/CV/NLP-style paper draft — section structure, paragraph flow, claim-evidence alignment, and reviewer-facing presentation. Loaded by `hydromind-research-paper` Phase 4 (unified drafting) and Phase 5 (refinement) to handle the writing-craft layer. MUST NOT be invoked standalone for HydroMind research-to-paper work, because deterministic gates (literature verification, citation coverage, anti-leakage, refinement decision/halt) live in `hydromind-research-paper` and must not be bypassed. If a researcher asks for paper help without going through `hydromind-research-paper` first, route through the parent workflow.
Repository SourceNeeds Review