# Reasoning Engine

> SKILL: Reasoning (Chain of Thought)

- Skill: `moeabdelaziz007/reasoning-engine` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add moeabdelaziz007/reasoning-engine`
- Raw SKILL.md: https://api.skillmd.com/api/skills/moeabdelaziz007/reasoning-engine/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Moeabdelaziz007 (https://skillmd.com/u/moeabdelaziz007)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/moeabdelaziz007/reasoning-engine

---

# 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."

