dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Full research pipeline: Workflow 1 (idea discovery) → implementation → Workflow 2 (auto review loop). Goes from a broad research direction all the way to a submission-ready paper. Use when user says \"全流程\", \"full pipeline\", \"从找idea到投稿\", \"end-to-end research\", or wants the
$ npx -y skills add OpenLAIR/dr-claw --skill aris-research-pipeline --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/aris-research-pipelineContext preview
The summary Claude sees to decide when to auto-load this skill.
Full research pipeline: Workflow 1 (idea discovery) → implementation → Workflow 2 (auto review loop). Goes from a broad research direction all the way to a submission-ready paper. Use when user says \"全流程\", \"full pipeline\", \"从找idea到投稿\", \"end-to-end research\", or wants the
name: aris-research-pipeline description: "Full research pipeline: Workflow 1 (idea discovery) → implementation → Workflow 2 (auto review loop). Goes from a broad research direction all the way to a submission-ready paper. Use when user says \"全流程\", \"full pipeline\", \"从找idea到投稿\", \"end-to-end research\", or wants the complete autonomous research lifecycle." argument-hint: "[research-direction]" allowed-tools: Bash(*), Read, Write, Edit, Grep, Glob, WebSearch, WebFetch, Agent, Skill, mcp__codex__codex, mcp__codex__codex-reply license: MIT metadata: author: wanshuiyin/ARIS version: "1.0.0"
End-to-end autonomous research workflow for: **$ARGUMENTS**
> 💡 Override via argument, e.g., `/aris-research-pipeline "topic" — AUTO_PROCEED: false, human checkpoint: true, difficulty: nightmare`.
This skill chains the entire research lifecycle into a single pipeline:
/aris-idea-discovery → implement → /aris-run-experiment → /aris-auto-review-loop → submission-ready ├── Workflow 1 ──┤ ├────────── Workflow 2 ──────────────┤
It orchestrates two major workflows plus the implementation bridge between them.
If `RESEARCH_BRIEF.md` exists in the project root, it will be automatically loaded as detailed context (replaces one-line prompt). See `templates/RESEARCH_BRIEF_TEMPLATE.md`.
Invoke the idea discovery pipeline:
/aris-idea-discovery "$ARGUMENTS"
This internally runs: `/aris-research-lit` → `/aris-idea-creator` → `/aris-novelty-check` → `/aris-research-review`
**Output:** `IDEA_REPORT.md` with ranked, validated, pilot-tested ideas.
**🚦 Gate 1 — Human Checkpoint:**
After `IDEA_REPORT.md` is generated, **pause and present the top ideas to the user**:
📋 Idea Discovery complete. Top ideas: 1. [Idea 1 title] — Pilot: POSITIVE (+X%), Novelty: CONFIRMED 2. [Idea 2 title] — Pilot: WEAK POSITIVE (+Y%), Novelty: CONFIRMED 3. [Idea 3 title] — Pilot: NEGATIVE, eliminated Recommended: Idea 1. Shall I proceed with implementation?
**If AUTO_PROCEED=false:** Wait for user confirmation before continuing. The user may:
**If AUTO_PROCEED=true:** Present the top ideas, wait 10 seconds for user input. If no response, auto-select the #1 ranked idea (highest pilot signal + novelty confirmed) and proceed to Stage 2. Log: `"AUTO_PROCEED: selected Idea 1 — [title]"`.
> ⚠️ **This gate waits for user confirmation when AUTO_PROCEED=false.** When `true`, it auto-selects the top idea after presenting results. The rest of the pipeline (Stages 2-4) is expensive (GPU time + multiple review rounds), so set `AUTO_PROCEED=false` if you want to manually choose which idea to pursue.
Once the user confirms which idea to pursue:
1. **Read the idea details** from `IDEA_REPORT.md` (hypothesis, experimental design, pilot code)
2. **Implement the full experiment**:
3. **Code review**: Before deploying, do a self-review:
Deploy the full-scale experiments:
/aris-run-experiment [experiment command]
**What this does:**
**Monitor progress:**
/aris-monitor-experiment [server]
Wait for experiments to complete. Collect results.
Once initial results are in, start the autonomous improvement loop:
/aris-auto-review-loop "$ARGUMENTS — [chosen idea title], difficulty: $REVIEWER_DIFFICULTY"
**What this does (up to 4 rounds):** 1. GPT-5.4 xhigh reviews the work (score, weaknesses, minimum fixes) 2. Claude Code implements fixes (code changes, new experiments, reframing) 3. Deploy fixes, collect ne
A Super AI Lab with massive AI Doctors as Assistants. Best IDE for Research via AI Power.
Repo: OpenLAIR/dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Academic research assistant for literature reviews, paper analysis, and scholarly writing. Use when: reviewing academic papers, conducting literature reviews,…
Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or…
Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you…
Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct…
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices,…