Use this skill for planning multi-stage research: breaking a topic into steps, defining queries for open-websearch, and controlling the transition from source collection to analysis of local files in research_data/<research-folder>/zrodla_i_analiza.
This tool (MCP Sequential Thinking) is used to structure your research process. It prevents "hallucinations" by requiring you to outline analysis stages before taking action on files.
open-websearch skill.research_plan.md, through saving sources to research_data/<research-folder>/zrodla_i_analiza/, to the final analysis.When starting a task, use the sequentialthinking tool with the following parameters:
thought (string): Content of your thought/research step.thoughtNumber (integer): Current step number (e.g., 1).totalThoughts (integer): Expected total number of analysis steps.nextThoughtNeeded (boolean): true until you reach the synthesis stage.Optional parameters:
isRevision (boolean): Whether you are correcting a previous thought.revisesThought (integer): Number of the thought you are correcting.branchFromThought (integer): Number of the thought from which you create a new reasoning branch.branchId (string): Branch identifier.needsMoreThoughts (boolean): Whether you need more steps than originally planned.open-websearchIf the workflow uses the open-websearch skill, the thought plan should explicitly include:
fetchWebContent or the collect-web-research.mjs script,research_data/<research-folder>/ and artifacts subdirectory zrodla_i_analiza/,source-index.md and saved .md files before synthesis,research_plan.md.open-websearch/scripts/collect-web-research.mjs.research_data/<research-folder>/zrodla_i_analiza/, including source-index.md and saved .md files.research_plan.md".open-websearch for multiple queries, one of the early thoughts must explicitly list the queries, the main research directory, and the target directory research_data/<research-folder>/zrodla_i_analiza/.research_data/<research-folder>/zrodla_i_analiza/, with special attention to source-index.md and local .md files.