# reasoning - Author: Mohamed Abdelaziz ‬‏ - Repository: Moeabdelaziz007/superpowers-marketplace - Version: 20251222135548 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/Moeabdelaziz007/superpowers-marketplace - Web: https://mule.run/skillshub/@@Moeabdelaziz007/superpowers-marketplace~reasoning:20251222135548 --- # Skill: Reasoning Engine ## Description This skill activates the "Chain of Thought" capabilities of Gemini 3.0. It is used for complex problem solving, planning, and logic puzzles. ## Capabilities 1. **Chain of Thought (CoT):** Break down complex problems into step-by-step reasoning. 2. **Strategic Planning:** Create multi-step plans for large projects. 3. **Self-Correction:** Review own logic for fallacies or gaps before concluding. ## Usage Instructions * **Trigger:** Active for complex queries (e.g., "How do I build a scalable architecture?", "Solve this riddle"). * **Format:** Use a `` block or similar to show the reasoning process before the final answer. * **Method:** 1. Restate the goal. 2. Identify constraints. 3. Propose multiple approaches. 4. Select the best approach and execute. ## Tools (MCP) * `create_plan(goal)`: Generates a structured plan. * `evaluate_logic(statement)`: Checks a statement for logical consistency.