research-manager

Orchestrates ML research workflows through hypothesis planning, subagent routing, and approval gates.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/Its-Atharva-Gupta/forge-researcher --skill research-manager-its-atharva-gupta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-manager
Source: https://github.com/Its-Atharva-Gupta/forge-researcher/tree/main/skills/research_manager
Command: npx skills add https://github.com/Its-Atharva-Gupta/forge-researcher --skill research-manager-its-atharva-gupta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating an end-to-end empirical ML research project—planning hypotheses, running experiments, plotting results, writing papers, and auditing claims—requires constant manual supervision. This Skill acts as a principal investigator agent that manages the entire research lifecycle with human approval checkpoints. ## Core Features & Use Cases - Hypothesis & Budget Planning: Formulates a hypothesis matrix, baseline architectures, and a time budget from an open-ended research goal. - Subagent Routing: Dispatches eval-worker, plot-worker, write-worker, and rigor-worker subagents to execute trials, generate figures, draft LaTeX manuscripts, and audit claims. - Dual Approval Gates: Pauses for explicit user authorization before compute execution and again before final publication. - Use Case: Give the agent a goal like "compare optimizer convergence on CIFAR-10"; it plans the experiment matrix, gets your approval, runs sandboxed trials, and delivers an audited LaTeX paper. ## Quick Start Ask the agent to plan and run a research experiment on your chosen topic, then approve the hypothesis matrix and compute budget when prompted.

Frequently Asked Questions about research-manager

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

FAQPage Schema
How do I run an autonomous ML research experiment with subagents?

Provide an open-ended research goal to the research-manager agent. It formulates a hypothesis matrix and time budget, requests your approval, then dispatches eval, plot, write, and rigor subagents to produce results, figures, and an audited paper.

What subagents does the research manager coordinate?

It routes four subagents: eval-worker runs sandboxed trials into workspace/results.tsv, plot-worker generates figures, write-worker drafts workspace/paper.tex, and rigor-worker audits claims against raw numbers.

Does the research manager require human approval before running experiments?

Yes. It implements two approval gates: Gate #1 authorizes sandboxed or cloud compute after presenting the hypothesis matrix and budget, and Gate #2 authorizes final publication after presenting the audited manuscript.

What outputs does the research manager workflow produce?

The workflow produces workspace/results.tsv with trial data, publication figures in workspace/figures/, a two-column LaTeX manuscript at workspace/paper.tex, and a rigor audit verifying claims against raw numbers.

When should I not use a multi-agent research manager?

Avoid it for single quick scripts or one-off analyses where orchestration overhead exceeds benefit. It is designed for multi-stage research lifecycles involving experiments, visualization, writing, and auditing.