/planner_skill
Decomposes a research question into a structured investigation plan with sub-questions, search angles, and output format requirements.
$ npx -y skills add simranjeet97/Awsome_AI_Agents --skill planner_skill --agent claude-codeHow 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
/planner_skill
Context preview
The summary Claude sees to decide when to auto-load this skill.
Decomposes a research question into a structured investigation plan with sub-questions, search angles, and output format requirements.
SKILL.md
planner_skill.SKILL.mdname: research-planner description: > Decomposes a research question into a structured investigation plan with sub-questions, search angles, and output format requirements.
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.
Welcome to the Awesome AI Agents repository! This is a comprehensive collection of autonomous AI agents built using cutting-edge frameworks like Agno, Microsoft AutoGen, and OpenAI Swarm.
Other skills on awsome-ai-agents.
- /researcher_skill
Executes a research plan by formulating effective web search queries and synthesizing the findings with proper citations.
Open skill - /writer_skill
Drafts a polished, professional research brief compiling findings into a final presentable document.
Open skill - /weather-skill
Fetches real-time weather conditions for any city or location worldwide. Use this skill when the user asks about weather, temperature, rain, forecast, or climate conditions for a specific place.
Open skill

