# 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.

- **Type:** Skill
- **Install:** `agentstack add skill-aravindan20-claude-research-paper-os-research-planning`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ARAVINDAN20](https://agentstack.voostack.com/s/aravindan20)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [ARAVINDAN20](https://github.com/ARAVINDAN20)
- **Source:** https://github.com/ARAVINDAN20/Claude-Research-Paper-OS/tree/main/.claude/skills/agent-research-skills/skills/research-planning

## Install

```sh
agentstack add skill-aravindan20-claude-research-paper-os-research-planning
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

```json
{
  "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/)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ARAVINDAN20](https://github.com/ARAVINDAN20)
- **Source:** [ARAVINDAN20/Claude-Research-Paper-OS](https://github.com/ARAVINDAN20/Claude-Research-Paper-OS)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-aravindan20-claude-research-paper-os-research-planning
- Seller: https://agentstack.voostack.com/s/aravindan20
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
