Agent Cognitive Architecture

Implement ReAct, ToT, and Reflexion cognitive architectures for AI agent reasoning.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill agent-cognitive-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Cognitive Architecture
Source: https://github.com/Renzo-Tognella/UniversalThingsForMyAgents/tree/main/skills/27_agent_cognitive_architecture
Command: npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill agent-cognitive-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a framework for enhancing the reasoning loop of AI agents, enabling more sophisticated cognitive processes like ReAct, Tree of Thoughts, and Reflexion.

Core Features & Use Cases

  • Enhanced Reasoning Loop: Introduces an advanced cognitive loop that includes Observe, Retrieve, Reason, Act, Reflect, and Store.
  • Strategy Selection: Offers guidance on choosing the right strategy (ReAct, ToT, Reflexion, Orchestrator-Workers, Evaluator-Optimizer) based on task complexity.
  • Procedural Memory: Implements a skill library pattern for storing and reusing successful task patterns.
  • Use Case: Suitable for AI agents handling complex tasks that require multi-step planning and self-reflection.

Quick Start

Integrate this Skill into your agent's reasoning loop to improve memory quality assessment and planning for multi-step tasks.

Frequently Asked Questions about Agent Cognitive Architecture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enhance AI agent reasoning for complex multi-step tasks?

You can enhance AI agent reasoning by implementing advanced cognitive architectures like ReAct, Tree of Thoughts, and Reflexion. This framework introduces an advanced reasoning loop to handle complex planning and self-reflection.

What is the difference between ReAct, Tree of Thoughts, and Reflexion for agent reasoning?

These are distinct cognitive architectures for AI reasoning: ReAct focuses on acting and observing, Tree of Thoughts explores multiple reasoning paths, and Reflexion emphasizes self-reflection to improve subsequent attempts.

When should I use Reflexion or Tree of Thoughts in my AI agent?

Strategy selection between Reflexion, Tree of Thoughts, or an Orchestrator-Workers pattern depends on specific task complexity. The framework provides guidance on choosing the right approach for multi-step planning.

How do I store and reuse successful task patterns in procedural memory?

You can store and reuse successful task patterns by implementing a skill library pattern for procedural memory. This allows your AI agent to retain and retrieve effective strategies for future operations.

Can I integrate cognitive architectures into my existing agent reasoning loop?

You can integrate this framework directly into your agent's reasoning loop. It introduces phases like Observe, Retrieve, Reason, Act, Reflect, and Store to improve memory quality assessment.

Does this cognitive architecture framework require external dependencies?

No, this cognitive architecture framework requires no external dependencies to implement. It provides scripts and references to support integrating advanced reasoning loops directly into your AI agents.