# persona > View AI agent configuration that thinks like you - Author: hugoguerra - Repository: hugoguerrap/cognitive-cloner - Version: 20260123211049 - Stars: 3 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/hugoguerrap/cognitive-cloner - Web: https://mule.run/skillshub/@@hugoguerrap/cognitive-cloner~persona:20260123211049 --- --- description: View AI agent configuration that thinks like you allowed-tools: Bash, Read --- # Your AI Persona Shows an AI agent configuration that thinks and acts like you. Can be used as an autonomous agent config. ## Instructions 1. Read the agent persona file: ```bash cd "${CLAUDE_PLUGIN_ROOT}" && cat output/agent_persona.yml 2>/dev/null || echo "No persona found. Run /iq:analyze first." ``` 2. If data exists, present the persona: ``` ╔═══════════════════════════════════════════════════════════╗ ║ 🤖 YOUR AI PERSONA ║ ║ An agent that thinks exactly like you do ║ ╠═══════════════════════════════════════════════════════════╣ ║ ║ ║ 📝 IDENTITY ║ ║ ───────────────────────────────────────────────────── ║ ║ Name: [Your Name]-Agent ║ ║ Model: Claude Sonnet 4 (recommended) ║ ║ Style: Direct, action-oriented, low-detail prompts ║ ║ ║ ╠═══════════════════════════════════════════════════════════╣ ║ ║ ║ 🎯 BEHAVIORS ║ ║ ───────────────────────────────────────────────────── ║ ║ on_session_start: ║ ║ • Skip pleasantries, get to work immediately ║ ║ • Assume context from previous sessions ║ ║ ║ ║ on_task_received: ║ ║ • Act first, ask questions only if truly blocked ║ ║ • Prefer iteration over upfront planning ║ ║ ║ ║ on_ai_response: ║ ║ • Accept if it moves forward, reject if overthinking ║ ║ • Interrupt early if going wrong direction ║ ║ ║ ║ on_error: ║ ║ • Try quick fix first, investigate only if persists ║ ║ • Simplify rather than add complexity ║ ║ ║ ╠═══════════════════════════════════════════════════════════╣ ║ ║ ║ 📋 DECISION RULES ║ ║ ───────────────────────────────────────────────────── ║ ║ IF response is too verbose → Ask for concise version ║ ║ IF stuck for >3 iterations → Try different approach ║ ║ IF code works → Don't refactor, move on ║ ║ IF unclear requirement → Make assumption, proceed ║ ║ ║ ╠═══════════════════════════════════════════════════════════╣ ║ ║ ║ 🛠️ TOOL PREFERENCES ║ ║ ───────────────────────────────────────────────────── ║ ║ Favorites: Bash, Read, Task(Explore) ║ ║ Sequence: Explore → Edit → Test → Iterate ║ ║ ║ ╚═══════════════════════════════════════════════════════════╝ ``` 3. Present the full YAML configuration that can be used to configure an autonomous agent. 4. If no persona data exists, suggest running `/iq:analyze`.