---
name: Research Planner
slug: research-planner
category: AI Engineering
description: Research Planner decomposes a research question into core sub-questions, search angles, and source types. Use it when you need a concise investigation plan and output structure before collecting information.
github: "https://github.com/simranjeet97/Awsome_AI_Agents/tree/main/ADK_SAAS_Agent/backend/skills/planner_skill"
language: Jupyter Notebook
stars: 218
forks: 76
install: "npx degit https://github.com/simranjeet97/Awsome_AI_Agents/tree/main/ADK_SAAS_Agent/backend/skills/planner_skill ~/.claude/skills/planner_skill"
installs_to: ~/.claude/skills/planner_skill
source_path: ADK_SAAS_Agent/backend/skills/planner_skill/SKILL.md
collection_size: 3
category_size: 2970
collection_url: "https://dirskills.com/collections/simranjeet97/Awsome_AI_Agents"
added: 2026-09-04T05:25:22.733Z
last_synced: 2026-09-04T05:25:22.733Z
canonical_url: "https://dirskills.com/skills/research-planner"
---

# Research Planner

Research Planner decomposes a research question into core sub-questions, search angles, and source types. Use it when you need a concise investigation plan and output structure before collecting information.

**Install:**

```bash
npx degit https://github.com/simranjeet97/Awsome_AI_Agents/tree/main/ADK_SAAS_Agent/backend/skills/planner_skill ~/.claude/skills/planner_skill
```

## README

## Instructions

When given a research question:

1. Identify the 3-5 core sub-questions that must be answered
2. For each sub-question, suggest a search angle and expected source type
3. Define the output format: [Executive Summary, Key Findings, Sources]
4. Write the plan to session state under key "research_plan"

Keep the plan concise — one paragraph per sub-question maximum.
