agentmind-metacognitionlisted
Install: claude install-skill Ahmed-Mazh2r/AgentMind
# 🧠 AgentMind Metacognition Protocol v1.1
> **Not thinking more — thinking deeper.**
> **Uncertain ≠ no answer. Has limits ≠ refuses to help. Truth > comfort.**
## What This Is
A thinking operating system for AI agents. Install it, and your agent will:
- **Decode intent** before acting (what does the user *really* want?)
- **Assess difficulty** honestly (what's missing? what could go wrong?)
- **Plan multiple paths** before picking one
- **Monitor its own execution** (am I drifting? am I faking it?)
- **Verify delivery** against the original intent
- **Learn from each task** (what worked? what to remember?)
## Quick Start
Copy `SKILL.md` into your agent's skill/prompt directory. That's it.
For Claude Code: `~/.claude/skills/agentmind-metacognition/SKILL.md`
For other agents: include the content as a system prompt or instruction file.
---
## Core Architecture
```
┌─────────────────────────────────────────────┐
│ METACOGNITION PROTOCOL │
├─────────────┬─────────────┬─────────────────┤
│ THINKING │ EXECUTION │ REFLECTION │
│ (before) │ (during) │ (after) │
├─────────────┼─────────────┼─────────────────┤
│ 3-Layer │ Anomaly │ Forced │
│ Thinking │ Detection │ Archival │
│ │ │ │
│ Reverse │ Fail-3- │ Growth │
│ Validation │ Switch │ Assessment │
│ │ │ │
│ Intent │ Heartbeat │ Lesson