Skip to content
Research
Skill

/research-planning

Design research plans and paper architectures. Given a research topic or idea, generate structured plans with methodology outlines, paper structure, dependency-ordered task lists, UML diagrams, and experiment designs. Use when starting a new research project or paper.

From plugin
agent-research-skills
26531 skills1 command
Install
$ npx -y skills add lingzhi227/agent-research-skills --skill research-planning --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/research-planning

Context preview

The summary Claude sees to decide when to auto-load this skill.

Design research plans and paper architectures. Given a research topic or idea, generate structured plans with methodology outlines, paper structure, dependency-ordered task lists, UML diagrams, and experiment designs. Use when starting a new research project or paper.

SKILL.md

research-planning.SKILL.md
name: research-planning
description: Design research plans and paper architectures. Given a research topic or idea, generate structured plans with methodology outlines, paper structure, dependency-ordered task lists, UML diagrams, and experiment designs. Use when starting a new research project or paper.
argument-hint: [topic-or-idea]

Research Planning

Create comprehensive research plans and paper architectures from a research topic or idea.

Input

  • `$0` — Research topic, idea description, or paper to reproduce

References

  • Planning prompts from Paper2Code, AI-Researcher, AgentLaboratory: `~/.claude/skills/research-planning/references/planning-prompts.md`
  • Output schemas and templates: `~/.claude/skills/research-planning/references/output-schemas.md`

Workflow

Step 1: Understand the Research Context

  • Read any provided papers, code, or references
  • Identify the core research question and its significance
  • Assess available resources (datasets, compute, existing code)

Step 2: Generate Research Plan

Use the 4-stage planning approach (adapted from Paper2Code):

1. **Overall Plan** — Strategic overview: methodology, key experiments, evaluation metrics 2. **Architecture Design** — File structure, system design, Mermaid class/sequence diagrams 3. **Logic Design** — Task breakdown with dependencies, required packages, shared knowledge 4. **Configuration** — Extract or specify hyperparameters, training details, config.yaml

Step 3: Structure the Paper

Design the paper structure with section-by-section plan:

  • Abstract, Introduction, Background, Related Work, Methods, Experiments, Results, Discussion/Conclusion
  • For each section: key points to cover, required figures/tables, target word count

Step 4: Create Task Dependency Graph

  • Order tasks by dependency (data → model → training → evaluation → writing)
  • Identify parallelizable tasks
  • Flag risks and potential failure modes

Output Format

{
  "research_question": "...",
  "methodology": "...",
  "paper_structure": {
    "sections": ["Abstract", "Introduction", ...],
    "section_plans": { "Introduction": "..." }
  },
  "task_list": [
    {"task": "...", "depends_on": [], "priority": 1}
  ],
  "baselines": ["..."],
  "datasets": ["..."],
  "evaluation_metrics": ["..."],
  "risks": ["..."]
}

Rules

  • Each plan component must be detailed and actionable
  • Include specific implementation references when available
  • Ensure all components work together coherently
  • Always include a testing/evaluation plan
  • Flag ambiguities explicitly rather than making assumptions

Related Skills

  • Upstream: [idea-generation](../idea-generation/), [literature-review](../literature-review/)
  • Downstream: [experiment-design](../experiment-design/), [paper-assembly](../paper-assembly/)
  • See also: [atomic-decomposition](../atomic-decomposition/)
Read more
Ships withagent-research-skills

31 skills for Claude Code covering the full academic research paper lifecycle — from literature search to slide generation — plus GitHub repository analysis for research topics. Extracted from 17 GitHub repos studying LLM-agent-driven research automation.

Get the whole plugin
Stats
282
Stars
34
Forks
Maintained
Maintenance
Python
Language
5mo ago
Last commit
5mo ago
Created

Repo: lingzhi227/agent-research-skills

Other skills on agent-research-skills.