Sequential Thinking Skill Installation Optional standalone executor : The skill can run . Requirements: - Python 3.10+ : python.org or (Windows), (macOS). - MCP Python package : - If the executor is not present or MCP is not installed, the skill still provides in-context guidance and exits successfully. Full functionality: The Python script must exist for standalone executor runs. Run to verify; doctor warns if the executor is missing. Cheat Sheet & Best Practices Frameworks: Polya: (1) Understand the problem (2) Devise a plan (3) Carry out the plan (4) Look back. IDEAL: Identify → Define con…