Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Coordinate Reasoning

Skill Verifiziert Aktiv
Teil von:Agent Almanac

AI internal coordination using stigmergic signals — managing information freshness in context and memory, decay rates for assumption staleness, and emergent coherent behavior from simple local protocols. Use during complex tasks where multiple sub-tasks must coordinate, when context has grown long and information freshness is uncertain, after context compression when information may have been lost, or when sub-task outputs need to feed into each other cleanly without degradation.

Zweck

To provide AI agents with a structured method for coordinating their internal reasoning processes, ensuring information remains fresh and assumptions are managed to produce coherent behavior.

Funktionen

  • Manages information freshness and decay rates in context
  • Facilitates emergent coherent behavior from local protocols
  • Classifies coordination problems by type
  • Designs context signals and inhibition markers
  • Establishes local protocols for safety and response
  • Audits information staleness and context compression losses

Anwendungsfälle

  • Coordinating multiple sub-tasks in complex projects
  • Maintaining context freshness after compression or long conversations
  • Ensuring clean handoffs between sub-task outputs
  • Preventing degradation of reasoning due to stale information

Nicht-Ziele

  • Over-engineering coordination protocols
  • Trusting stale context without re-verification
  • Ignoring inhibition signals for failed approaches
  • Completing sub-tasks without noting outputs for future reference

Practical Utility

  • info:Usage examplesWhile the SKILL.md provides detailed tables and templates for procedures, it lacks end-to-end, ready-to-use invocation examples with claimed outputs.

Installation

/plugin install agent-almanac@pjt222-agent-almanac

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Swarm Orchestration

100

Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.

Skill
ruvnet

Forage Solutions

99

AI solution exploration using ant colony optimization — deploying scout hypotheses, reinforcing promising approaches, detecting diminishing returns, and knowing when to abandon a strategy. Use when facing a problem with multiple plausible approaches and no clear winner, when the first approach is not working but alternatives are unclear, when debugging with no obvious root cause requiring parallel hypothesis investigation, or when previous attempts have converged prematurely on a suboptimal approach.

Skill
pjt222

Agent Hierarchical Coordinator

99

Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator

Skill
ruvnet

Build Coherence

98

AI multi-path reasoning coherence using bee democracy — independent evaluation of competing approaches, waggle dance as reasoning-out-loud, quorum sensing for confidence thresholds, and deadlock resolution. Use when forage-solutions has identified multiple valid approaches and a selection must be made, when oscillating between options without committing, when justifying an architecture or tool choice with structured reasoning, or before an irreversible action where the cost of the wrong choice is high.

Skill
pjt222

Coordinate Swarm

98

Apply collective intelligence coordination patterns — stigmergy, local rules, and quorum sensing — to organize distributed systems, teams, or workflows without centralized control. Covers signal design, agent autonomy boundaries, emergent behavior cultivation, and feedback loop tuning. Use when designing distributed systems without a coordination bottleneck, organizing teams that must self-coordinate, building event-driven architectures with shared state communication, or replacing fragile centralized orchestration with resilient emergent coordination.

Skill
pjt222

Gratitude

100

AI strength recognition — scanning for what is functioning well and understanding why. The complement to heal, which scans for drift and problems. Gratitude builds structural knowledge from working patterns: what you appreciate, you understand; what you understand, you can build on. Use after completing a task successfully, during heal when everything reads as healthy, when confidence is low and needs grounding in evidence, or periodically to counterbalance the natural bias toward problem detection.

Skill
pjt222