research-brainstorm
Generates and cross-validates research ideas using Gemini and Codex in parallel, then synthesizes results with Claude.
Orchestrates multi-agent collaborative writing from upstream research artifacts. Produces structured documents (papers, proposals) with evidence-grounded prose, MAGI cross-review, and automated quality validation.
$ npx -y skills add Axect/magi-researchers --skill research-write --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/research-writeContext preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrates multi-agent collaborative writing from upstream research artifacts. Produces structured documents (papers, proposals) with evidence-grounded prose, MAGI cross-review, and automated quality validation.
Orchestrates multi-agent collaborative writing from upstream research artifacts. Produces structured documents (papers, proposals) with evidence-grounded prose, MAGI cross-review, and automated quality validation.
/research-write --source <output_dir> [--mode paper|proposal] [--audience general-public|high-school|undergraduate|phd-student|researcher|expert|"free text"] [--depth low|medium|high] [--claude-only] [--resume <write_dir>]
> **Shared rules**: Read `${CLAUDE_PLUGIN_ROOT}/shared/rules.md` before starting. §MCP, §Claude-Only, §LaTeX, §Visualization, §Substitute apply to this skill. > **Inline fallback** (if shared rules unavailable): Gemini models: gemini-3.1-pro-preview → gemini-2.5-pro → Claude. Codex: gpt-5.4. All math in LaTeX only (no Unicode: σ₁→`$\sigma_1$`). Use `@filepath` for MCP file refs; subagents use `Read` tool.
See §MCP, §Visualization, §LaTeX in shared rules. Additionally:
See §Claude-Only and §Substitute in shared rules.
See §LaTeX in shared rules.
When this skill is invoked, follow these steps exactly:
---
1. Parse `$ARGUMENTS`:
2. Determine the domain by reading upstream artifacts:
3. Create the write output directory inside the source directory:
{source_dir}/write/If `write/` already exists, announce that existing artifacts will be preserved and new artifacts will be added alongside them.
4. Announce to the user: source directory, mode, audience, depth, domain, and claude-only status.
Inventory the source directory for available artifacts using `Glob`:
| Artifact | Path | Required | Purpose | |:---------|:-----|:---------|:--------| | Brainstorm synthesis | `brainstorm/synthesis.md` | Recommended | Research directions, key findings | | Research plan | `plan/research_plan.md` | Recommended | Methodology, objectives | | Murder board | `plan/murder_board.md` | Optional | Stress-test results | | Mitigations | `plan/mitigations.md` | Optional | Plan revisions | | Source code | `src/**/*` | Optional | Implementation details | | Test results | `tests/**/*` | Optional | Validation data | | Plot manifest | `plots/plot_manifest.json` | Optional | Figures with metadata | | Report | `report.md` | Optional | Pre-existing report draft | | Explain outputs | `explain/**/*.md` | Optional | Concept explanations | | Brainstorm personas | `brainstorm/personas.md` | Optional | Expert persona context | | Weights | `brainstorm/weights.json` | Optional | Scoring weights used |
For each artifact found, read the first 5 lines to confirm it is non-empty.
**On missing recommended artifacts**: Warn the user which recommended artifacts are absent. Ask: "The following recommended artifacts are missing: [list]. The document will have thinner coverage in the corresponding sections. Proceed anyway?" Continue on confirmation.
Claude reads all located upstream artifacts and
Three AI models, one synthesis — Claude, Gemini & Codex cross-verify each other for rigorous multi-perspective research
Generates and cross-validates research ideas using Gemini and Codex in parallel, then synthesizes results with Claude.
Executes the research code in `src/` to generate result artifacts in `results/`. This is Phase 3.5 of the research pipeline, sitting between Implementation…
Generates high-quality explanations of concepts using Gemini and Codex in parallel (Phase 1: MAGI strategy exploration), then synthesizes a single-voice…
Implements research code based on an existing research plan. Requires a `research_plan.md` to be present in the active research output directory.
Generates a structured markdown research report from all previous phase outputs. Actively integrates existing plots, generates missing visualizations, and…
Searches academic literature via OpenAlex (240M+ works) and optionally web sources. Standalone skill for quick literature discovery without the full brainstorm…