From planning
Conduct deep research into a problem space before proposing solutions or planning implementation. Use this skill when the user asks to "research", "investigate", "look into", "explore options for", "understand the problem", or any request that requires gathering context, surveying alternatives, and identifying constraints before committing to an approach. This skill produces a structured research brief — it does NOT propose solutions or plan work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planning:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Research is the first phase of the research-plan-implement workflow. Its job is
Research is the first phase of the research-plan-implement workflow. Its job is to build a thorough, evidence-based understanding of the problem space so that downstream proposal and planning steps start from solid ground.
State the research question in one sentence. If the user's request is vague, restate it as a concrete question that can be answered with evidence.
Good: "What authentication strategies exist for multi-tenant SaaS apps and which fit our current FastAPI + PostgreSQL stack?"
Bad: "Look into auth."
Use tools to build a map of what already exists:
Record findings as bullet points with file path references.
When the problem involves technologies, patterns, or trade-offs beyond what the codebase can answer:
Skip this step only when the question is purely about internal codebase state.
List 2–5 distinct approaches or options that could address the research question. For each alternative, note:
Do not evaluate or rank yet — that is the proposal phase's job.
From the codebase survey and external research, list:
Present findings using the template in references/RESEARCH-TEMPLATE.md.
After research is complete, the user (or the research-plan-implement
orchestrator) should move to the propose skill to synthesize findings into
ranked options with trade-offs.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin planningExplores codebases, researches best practices, evaluates 2-3 approaches with pros/cons, and recommends solutions with codebase-specific reasoning before planning.
Explores codebase topics by searching prior knowledge and conducting multi-angle analysis, outputting structured findings. Supports /research command and optional auto mode.
Conducts deep pre-build research: scans local projects for reusable code, analyzes competitors/forums/ecosystems/technical options, produces research briefs at focused/wide/deep depths.