dr-claw
Dr. Claw skill for OpenClaw project discovery, idea intake, waiting-session triage, structured session control, event-driven notifications, and mobile…
Generate a structured paper outline from review conclusions and experiment results. Use when user says \"写大纲\", \"paper outline\", \"plan the paper\", \"论文规划\", or wants to create a paper plan before writing.
$ npx -y skills add OpenLAIR/dr-claw --skill aris-paper-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/aris-paper-planContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate a structured paper outline from review conclusions and experiment results. Use when user says \"写大纲\", \"paper outline\", \"plan the paper\", \"论文规划\", or wants to create a paper plan before writing.
name: aris-paper-plan description: "Generate a structured paper outline from review conclusions and experiment results. Use when user says \"写大纲\", \"paper outline\", \"plan the paper\", \"论文规划\", or wants to create a paper plan before writing." argument-hint: "[topic-or-narrative-doc]" allowed-tools: Bash(*), Read, Write, Edit, Grep, Glob, Agent, WebSearch, WebFetch, mcp__codex__codex, mcp__codex__codex-reply license: MIT metadata: author: wanshuiyin/ARIS version: "1.0.0"
Generate a structured, section-by-section paper outline from: **$ARGUMENTS**
The skill expects one or more of these in the project directory:
1. **NARRATIVE_REPORT.md** or **STORY.md** — research narrative with claims and evidence 2. **GPT54_AUTO_REVIEW.md** — auto-review loop conclusions 3. **Experiment results** — JSON files in `figures/`, screen logs, tables 4. **IDEA_REPORT.md** — from idea-discovery pipeline (if applicable) 5. **Compact files** (if available): `IDEA_CANDIDATES.md`, `findings.md`, `EXPERIMENT_LOG.md` — preferred over full files when present, saves context window
If none exist, ask the user to describe the paper's contribution in 3-5 sentences.
Keep the existing `insleep` workflow and outputs, but use the shared references below to improve the quality of the story and outline.
**First check for `CLAIMS_FROM_RESULTS.md`** — if it exists (generated by `/aris-result-to-claim` at the end of Workflow 2), use it as the starting point for claims. This file contains validated claims already mapped to experiment evidence. Merge with any additional claims from the narrative documents below.
If `CLAIMS_FROM_RESULTS.md` does not exist, extract claims from scratch:
Read all available narrative documents and extract:
1. **Core claims** (3-5 main contributions) 2. **One-sentence contribution** (the single sentence that best states what the paper contributes) 3. **Evidence** for each claim (which experiments, which metrics, which figures) 4. **Known weaknesses** (from reviewer feedback) 5. **Suggested framing** (from review conclusions)
Build a **Claims-Evidence Matrix**:
| Claim | Evidence | Status | Section | |-------|----------|--------|---------| | [claim 1] | [exp A, metric B] | Supported | §3.2 | | [claim 2] | [exp C] | Partially supported | §4.1 |
Based on TARGET_VENUE and paper content, classify and select structure.
Before committing to a structure, apply the narrative principle from `../shared-references/writing-principles.md`:
**IMPORTANT**: The section count is FLEXIBLE (5-8 sections). Choose what fits the content best. The templates below are starting points, not rigid constraints.
**Empirical/Diagnostic paper:**
1. Introduction (1.5 pages) 2. Related Work (1 page) 3. Method / Setup (1.5 pages) 4. Experiments (3 pages) 5. Analysis / Discussion (1 page) 6. Conclusion (0.5 pages)
**Theory + Experiments paper:**
1. Introduction (1.5 pages) 2. Related Work (1 page) 3. Preliminaries & Modeling (1.5 pages) 4. Experiments (1.5 pages) 5. Theory Part A (1.5 pages) 6. Theory Part B (1.5 pages) 7. Conclusion (0.5 pages) — Total: 9 pages
Theory papers often need 7 sections (splitting theory into estimation + optimization, or setup + analysis). The total page budget MUST sum to MAX_PAGES.
Theory papers should:
**Method paper:**
1. Introduction (1.5 pages) 2. Related Work (1 page) 3. Method (2 pages) 4. Experiments (2.5 pages) 5. Ablation / Analysis (1 page) 6. Conclusion (0.5 pages)
For each section, specify:
### §0 Abstract - **What we achieve**: [the paper's specific contribution, not field-level background] - **Why it matters / is hard**: [why this problem is important and non-trivial] - **How we do it**: [approach in one sentence] - **Evidence**: [what supports the claim] - **Most remarkable result**: [strongest quantitative or theoretical result] - **Estimated length**: 150-250 words - **Self-contained check**: can a reader understand this without the paper? ### §1 Introduction - **Opening hook**: [1-2 sentences that motivate the problem] - **Gap / challenge**: [what's missing in prior work, and why prior work is insufficient] - **One
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,…