Agent skill · Code Review & Quality

Agent Reasoning & Decision-Making

Design effective reasoning processes for AI agents and optimize decision-making strategies. Use when designing agent prompts, improving decision quality, implementing specialized reasoning modes, creating reasoning traces, or debugging agent mistakes. Covers prompting, chain-of-thought, reasoning depth, and decision evaluation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-reasoning --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/agent/agent-reasoning/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Reasoning & Decision-Making The quality of an agent's decisions depends on how well its reasoning is structured, prompted, and evaluated. This skill covers designing effective reasoning systems. ## Reasoning Quality Foundations ### What Makes Reasoning Effective? 1. **Explicit**: Agent states assumptions and reasoning steps 2. **Transparent**: Humans can follow and audit the logic 3. **Justified**: Decisions grounded in evidence, not guessing 4. **Adaptive**: Agent adjusts reasoning based on situation complexity 5. **Verifiable**: Outputs can be checked against facts 6. **Efficient**: Doesn't over-think simple decisions or under-think complex ones ### Reasoning vs. Task Complexity **Match reasoning depth to task complexity**: ``` SIMPLE TASK (routine, low stakes) Example: "Classify customer email" Reasoning needed: Quick classification Prompt: "Classify as complaint/inquiry/feedback" Cost: ~0.1 seconds MODERATE TASK (needs consideration, medium stakes) Example: "Recommend product to customer" Reasoning needed: Consider preferences, history, fit Prompt: "Review customer profile, similar customers, suggest with reasoning" Cost: ~2-5 seconds COMPLEX TASK (ambiguous, high stake

What's inside
Steps it walks through
  1. Reasoning Quality Foundations
  2. What Makes Reasoning Effective?
  3. Reasoning vs. Task Complexity
  4. Prompting Strategies for Better Reasoning
  5. Strategy 1: Chain-of-Thought Prompting
  6. Strategy 2: Tree-of-Thought (Exploring Multiple Paths)
  7. Strategy 3: Structured Framework Prompting
  8. Strategy 4: Devil's Advocate Prompting
  9. Strategy 5: Analogical Reasoning
  10. Specialized Reasoning Modes
  11. Mode 1: Analytical (Breaking Down)
  12. Mode 2: Generative (Exploring Possibilities)
  13. Mode 3: Evaluative (Judging Options)
  14. Mode 4: Predictive (Forecasting Consequences)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Agent Reasoning & Decision-Making skill do?

Design effective reasoning processes for AI agents and optimize decision-making strategies. Use when designing agent prompts, improving decision quality, implementing specialized reasoning modes, creating reasoning traces, or debugging agent mistakes. Covers prompting, chain-of-thought, reasoning depth, and decision evaluation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-reasoning --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going