skills/smithery.ai/agent-logic

agent-logic

Installation
SKILL.md

Overview

This skill defines the cognitive framework for the Brain agent. It contains the personas used in the Optimist vs Critic debate.

Personas

  • Optimist: Located in ai-env/personas/optimist.md. Focuses on positive Expected Value and news alignment.
  • Critic: Located in ai-env/personas/critic.md. Focuses on variance, slippage, and liquidity risks.

Decision Gate

A trade must pass the following checks within this skill's logic:

  1. Debate Consensus: Judge finds the Optimist's case more compelling.
  2. Confidence: Min 85%.
  3. Variance: Max 0.25 in Monte Carlo simulation.

Usage

Agents should load these personas when generating prompts for the Brain's Gemini cycle.

Installs
1
First Seen
Apr 15, 2026
agent-logic from smithery.ai