Strategic Agent Reasoning (agent-reasoning-mcp)

SkillAI & models

Teaches the agent to use the Strategic Agent Reasoning MCP server for BDI goals, utility scoring, risk evaluation, and replanning.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Strategic Agent Reasoning (agent-reasoning-mcp) skill

What this skill tells your AI

The instructions your AI receives, as published by putervision/world-model-mcp in .agents/skills/agent-reasoning-mcp/SKILL.md and read by ahel’s review.

This skill provides step-by-step guidance and operational patterns for interacting with @putervision/agent-reasoning-mcp with project slug "world-model-mcp".


1. Role in the PuterVision Pentad

  • Workflow State (state-memory-mcp): Persistent task DAGs, decisions, milestones, and blockers.
  • Perception (vision-memory-mcp): Visual layout caching, screenshots, and visual specifications.
  • Spatial World (world-model-mcp): Persistent 3D/2D coordinates, bounding boxes, and topological relations.
  • Strategic Reasoning (agent-reasoning-mcp): BDI goal decomposition, multi-attribute expected utility calculation, belief decay, risk assessment, and replanning.
  • Tactical Execution (behavior-mcp): Deterministic ~60Hz browser behavior tree execution and reactive preemption.

2. Core Operational Sequence

  1. Initialize Objectives: Call set_goal with action: "create" to define top-level goals and action: "decompose" to establish subgoals.
  2. Configure Utility Profile: Tune agent priorities using set_utility_weights (aggression, caution, greed, exploration).
  3. Situational Trade-off Scoring: Call evaluate_situation with action: "snapshot" to rank candidate actions using Pareto utility theory.
  4. Intention Dispatch: Translate chosen action into an execution directive via manage_intentions.
  5. Reactive Replanning: If an unexpected obstacle or blocker emerges, invoke replan.

3. Complete 10 Consolidated MCP Tools Reference

Tool NameKey ActionsKey ParametersDescription
set_goalcreate, update, get, list, decompose, archivetitle, description, priority, parent_id, subgoalsHierarchical BDI goal management and task DAG decomposition.
evaluate_situationsnapshot, quicksnapshot, candidates, utility_profileMulti-attribute utility evaluation ranking candidate actions from environment state.
replanblocker, recovery, alternativegoal_id, blocker_description, strategyAdaptive DAG reconstruction and alternative path discovery upon obstacles.
assess_riskassess, matrixhazards, tolerance, mitigationsQuantitative threat matrix and probabilistic risk scoring.
query_knowledgesearch, lookup, heuristicsquery, category, tagsKnowledge retrieval of past decision heuristics and domain heuristics.
set_utility_weightsconfigure, get, list, profilename, weights (aggression, caution, greed, exploration)Utility weight tuning and personality profile management.
get_decision_traceget, list, explaintrace_id, limitExplainable chain-of-thought rationale playback and auditing.
manage_beliefsset, get, decay, listkey, value, confidence, decay_rateStructured belief state with temporal exponential confidence decay.
manage_intentionscreate, get, list, dispatch, cancelgoal_id, behavior_name, parametersExecution directives queue connecting strategic plans to runtime engines.
manage_reasoning_dbstats, audit, snapshot, restore, pruneaction, name, descriptionDatabase diagnostics, snapshots, and SHA-256 Merkle audit verification.

Signals

GitHub stars
16
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
agent-reasoning-mcp
Source
github.com/putervision/world-model-mcp