← ClaudeAtlas

bdi-mental-stateslisted

This skill should be used when the user asks to "model agent mental states", "implement BDI architecture", "create belief-desire-intention models", "transform RDF to beliefs", "build cognitive agent", or mentions BDI ontology, mental state modeling, rational agency, or neuro-symbolic AI integration. NOT for multi-agent coordination or agent handoffs (use multi-agent-patterns), NOT for agent memory frameworks or persistence (use memory-systems).
viktorbezdek/skillstack · ★ 9 · AI & Automation · score 76
Install: claude install-skill viktorbezdek/skillstack
# BDI Mental State Modeling Transform external RDF context into agent mental states (beliefs, desires, intentions) using formal BDI ontology patterns. This skill enables agents to reason about context through cognitive architecture, supporting deliberative reasoning, explainability, and semantic interoperability. **Core insight**: BDI modeling gives agents traceable reasoning chains -- every belief links to a justification, every desire to motivating beliefs, every intention to fulfilling desires. ## When to Activate - Processing external RDF context into agent beliefs about world states - Modeling rational agency with perception, deliberation, and action cycles - Enabling explainability through traceable reasoning chains - Implementing BDI frameworks (SEMAS, JADE, JADEX) - Augmenting LLMs with formal cognitive structures (Logic Augmented Generation) - Coordinating mental states across multi-agent platforms - Tracking temporal evolution of beliefs, desires, and intentions ## Decision Tree: BDI Modeling Approach ``` What is the primary goal? +-- Explainability and traceability --> Full BDI ontology with Justification instances +-- Bidirectional RDF integration --> T2B2T paradigm (Triples-to-Beliefs-to-Triples) +-- LLM augmentation with constraints --> Logic Augmented Generation (LAG) +-- Executable agent behavior --> SEMAS rule translation from BDI to production rules +-- All of the above --> Combine approaches; each addresses different concern ``` ## Core Concepts ###