Reasoning Engine

SKILL: Reasoning (Chain of Thought)

Moeabdelaziz007 8ca5050 2 files · 2.1 KB Updated

File contents

SKILL: Reasoning (Chain of Thought)

Description

A dedicated engine for complex problem decomposition, following the ReAct (Reason + Act) pattern used in ADK Agents.

Philosophy

  • Think First: Never execute a destructive action without a reasoning step.
  • Decompose: Break "Build an App" into "Design Schema", "Write Code", "Test".

Capabilities

  1. decompose_task(task_description):
    • Breaks a high-level goal into a dependency graph of sub-tasks.
  2. evaluate_plan(plan):
    • Critiques a proposed plan for potential failure modes (Pre-Mortem).

Usage Prompt

"Agent, use the reasoning skill to plan the migration of this database. Don't execute yet, just plan."

Moeabdelaziz007/Gemini-3.0-Superpowers-and-Pesona/tree/main/skills/reasoning_engine commit 8ca5050568

Frequently asked questions

npx skillmds@latest add moeabdelaziz007/reasoning-engine