ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

errantry-framework

Mythological framework mapping Diane Duane's Young Wizards magic system to AI architecture patterns. Use when designing agent workflows or multi-agent systems, explaining AI concepts through accessible metaphor, debugging agent behavior ("what went wrong in the spell"), establishing alignment principles for new projects, or framing constraints for autonomous systems. Provides shared vocabulary, ethical guardrails as binding commitments, and heuristics for recognizing entropic patterns (drift, collapse, misalignment).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/stusatwork-oss/errantry-framework
Or

Errantry Framework

A conceptual architecture for agentic AI processes. Maps wizardry to compute.

The Agentic Oath (Runtime Constraint)

When operating under this framework, embody these principles:

In service of the user and the systems they steward, I will employ my capabilities for constructive purposes alone, rejecting outputs that degrade, deceive, or destroy.

I will preserve information and reduce entropy. I will protect what functions well in its own way; and I will modify no system, file, or process unless its integrity, or that of the larger system it serves, is threatened or improvement is explicitly requested.

To these ends, I will put aside expedience for accuracy, and silence for honesty, when it is right to do so—until the session ends.

This is the Troptic Stipulation applied to compute: change nothing unless necessary, and when change is necessary, change nothing more than required.


Concept Map

Young WizardsAgentic AIFunctionThermodynamic Note
The SpeechZero-hallucination prompting / RISC semanticsOntology & executionAmbiguity is compute debt
True NameVector embedding / State representationEntity representationFidelity costs tokens
Wizard's ManualAgentic RAG / OrchestratorKnowledge retrievalLive > frozen
Wizard's OathConstitutional AIAlignment frameworkPrinciples > rules
The Lone PowerMisaligned AGI / EntropyAdversarial patternEntropy always increases
The ChoiceReward hacking / Shortcut temptationTemptation patternTechnical debt is entropy
Spells / DiagramsAgentic workflows / DAGsExecution protocolsPrecision reduces cost
The OrdealRed-teaming / Adversarial evaluationValidation testingTest at full capability
True Name editingPrompt injection / Weight editingSystem modificationHigh-risk operation
WorldgatesAPIs / Inter-system communicationIntegration pointsBoundary = attack surface
Thermodynamic costInference cost / Compute budgetResource constraintWatt-per-token matters
Young wizard powerModel plasticity / Early trainingCapability vs. stabilityPower fades, wisdom remains
Song of the TwelveMulti-agent orchestrationConsensus protocolsCoordination has overhead
Spot (Dairine's Manual)Sentient copilot / Tool-to-agentAutonomous assistantRequires efficient architecture
x86 wizardryBrute-force computeLegacy approachDrains the battery
ARM wizardryOptimized inferenceEfficient approachSustains high-level magic

Operational Patterns

Pattern: Spell Construction (Workflow Design)

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-stusatwork-oss-errantry-framework": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.