Source profileQuality 93/100

vasilyu1983/AI-Agents-public/frameworks/shared-skills/skills/foundations-cybernetics-vsm/SKILL.md

foundations-cybernetics-vsm

Applies Beer's VSM and Ashby's Law to diagnose org or agent-system viability. Use when a team or agent hierarchy has coordination, escalation, or requisite-variety problems.

Source repository stars
82
Declared platforms
0
Static risk flags
0
Last source update
2026-08-21
Source checked
2026-08-28

Decision brief

What it does: where it fits

Applies Beer's VSM and Ashby's Law to diagnose org or agent-system viability.

Best for

  • Org or agent-system steering question — viability, requisite variety, escalation paths
  • "Why does this team/system keep failing despite individual competence?" — likely missing S2/S3/S4
  • Recursion across levels — same control pattern at squad / department / company

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill "frameworks/shared-skills/skills/foundations-cybernetics-vsm"
Safe inspection promptEditorial

Inspect the Agent Skill "foundations-cybernetics-vsm" from https://github.com/vasilyu1983/AI-Agents-public/blob/53f6cb73ea53a2646e3e7d4665062ad66f3683ac/frameworks/shared-skills/skills/foundations-cybernetics-vsm/SKILL.md at commit 53f6cb73ea53a2646e3e7d4665062ad66f3683ac. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

    1. Identify the system boundary and the level of recursion you are working at (use recursion levels 9 first). 2. Map the five VSM systems to actual roles, teams, or agent components. 3. Check for missing or collapsed systems — use the Decision Checklist. 4. Apply Ashby's Law (2)…

    Identify the system boundary and the level of recursion you are working at (use recursion levels 9 first).Map the five VSM systems to actual roles, teams, or agent components.Check for missing or collapsed systems — use the Decision Checklist.
  2. 02

    When to Apply

    Apply cybernetics-VSM when: - Org or agent-system steering question — viability, requisite variety, escalation paths - "Why does this team/system keep failing despite individual competence?" — likely missing S2/S3/S4 - Recursion across levels — same control pattern at squad / de…

    Org or agent-system steering question — viability, requisite variety, escalation paths"Why does this team/system keep failing despite individual competence?" — likely missing S2/S3/S4Recursion across levels — same control pattern at squad / department / company
  3. 03

    Quick Reference

    Review the “Quick Reference” section in the pinned source before continuing.

    Review and apply the “Quick Reference” source section.
  4. 04

    Primitive Index

    Each primitive has a full playbook (definition, when to use, inputs, outputs, failure modes, worked example, sources).

    Each primitive has a full playbook (definition, when to use, inputs, outputs, failure modes, worked example, sources).
  5. 05

    Formal Supporting Theory

    Load references/formal-theory-map.md when the task needs more than a primitive lookup: defining the system-in-focus, distinguishing first-order vs. second-order cybernetics, proving an Ashby/requisite-variety claim, mapping VSM systems 1-5 across recursion levels, or separating…

    Load references/formal-theory-map.md when the task needs more than a primitive lookup: defining the system-in-focus, distinguishing first-order vs. second-order cybernetics, proving an Ashby/requisite-variety claim, map…

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score93/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars82SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
vasilyu1983/AI-Agents-public
Skill path
frameworks/shared-skills/skills/foundations-cybernetics-vsm/SKILL.md
Commit
53f6cb73ea53a2646e3e7d4665062ad66f3683ac
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

Cybernetics and Viable System Model Foundations

When to Apply

Apply cybernetics-VSM when:

  • Org or agent-system steering question — viability, requisite variety, escalation paths
  • "Why does this team/system keep failing despite individual competence?" — likely missing S2/S3*/S4
  • Recursion across levels — same control pattern at squad / department / company
  • Algedonic channel design — when does a critical signal bypass hierarchy and reach S5 directly?
  • Variety-engineering — orchestrator levers vs environment variety (Ashby's Law)

Skip and use simpler alternatives when:

  • Single team, no recursion, no orchestration question — VSM is overkill
  • Org-design question is purely about reporting lines — use a simple RACI, not VSM
  • Throughput/bottleneck question — use foundations-theory-of-constraints
  • Strategic-interaction question between agents — use foundations-game-theory
  • Feedback-loop tuning on a measurable variable — use foundations-control-theory
  • The framing imports VSM jargon (S1-S5) without an actual variety/viability problem — risk of decoration; demand the failure signal first

11 canonical cybernetics and VSM primitives for designing viable organizations, control hierarchies, and adaptive systems. Each primitive solves a specific failure mode in how complexity is absorbed, coordinated, and governed. Primitives are domain-agnostic: the same variety-engineering pattern that prevents management overload in an enterprise also prevents orchestrator bottlenecks in an agent swarm; the same algedonic channel that surfaces crises to a board surfaces production incidents to an on-call team.

Contents


Quick Reference

#PrimitiveCore FunctionWhen to Reach For It
1Feedback LoopsRegulate behavior via negative (balancing) or amplify via positive (reinforcing) loopsAny adaptive control mechanism; stability vs. growth dynamics
2Ashby's Law of Requisite VarietyController must match the variety of the system it governsDiagnosing under-instrumented control; scaling management layers
3VSM System 1 — OperationsAutonomous operational units that do the actual workDefining work units, microservices, squads, agent executors
4VSM System 2 — CoordinationAnti-oscillation coordination layer between S1 unitsPreventing interference and thrashing between operational units
5VSM System 3 — Internal ControlHere-and-now optimization of the operational environmentPerformance management, resource allocation, policy enforcement
6VSM System 3* — Audit ChannelSporadic direct channel from S3 to S1 bypassing S2Spot-checks, audits, compliance sampling; detecting S2 distortion
7VSM System 4 — IntelligenceOutside-and-future scanning; adaptation intelligenceStrategy, environmental scanning, roadmaps, horizon sensing
8VSM System 5 — Identity/PolicyUltimate authority; closure and identity of the wholeMission, values, constitutional rules, governance closure
9Recursion LevelsEvery viable system contains and is contained in viable systemsMulti-level organizational design; nesting teams, divisions, products
10Variety EngineeringAmplifiers, attenuators, and transducers to balance variety across channelsReducing information overload; designing dashboards, APIs, interfaces
11Algedonic ChannelsHigh-priority pain/pleasure signals that bypass normal hierarchy levelsIncident escalation, crisis bypass routes, critical alerts

Primitive Index

Each primitive has a full playbook (definition, when to use, inputs, outputs, failure modes, worked example, sources).

#PrimitiveFailure Mode It Addresses
1Feedback LoopsRunaway growth or oscillation from unchecked reinforcing dynamics
2Ashby's Law — Requisite VarietyControl collapse when environmental variety exceeds controller capacity
3VSM S1 — OperationsCentralised execution bottleneck; no operational autonomy
4VSM S2 — CoordinationThrashing and interference between operational units
5VSM S3 — Internal ControlLocal optima divergence; S1 units optimise against each other
6VSM S3* — Audit ChannelS2/S3 filters distort ground truth before it reaches management
7VSM S4 — IntelligenceStrategy-execution gap; S3 unaware of environment shifts
8VSM S5 — Identity/PolicyIdentity crisis or policy vacuum; S3/S4 conflict never resolved
9Recursion LevelsApplying VSM at wrong scale; mismatch of model and organisation
10Variety EngineeringManagement overload or information starvation from unbalanced variety
11Algedonic ChannelsCrisis hidden by normal reporting hierarchy until it is too late

Formal Supporting Theory

Load references/formal-theory-map.md when the task needs more than a primitive lookup: defining the system-in-focus, distinguishing first-order vs. second-order cybernetics, proving an Ashby/requisite-variety claim, mapping VSM systems 1-5 across recursion levels, or separating S3 control, S3* audit, S4 intelligence, S5 policy, and algedonic escalation.

Misuse Boundaries

Load references/patterns-scenarios-traps.md before turning VSM into an org chart, central control layer, dashboard scheme, escalation policy, or agent hierarchy. It contains operational scenarios, anti-patterns, known traps, and a compact audit sequence.


Anti-Patterns

Anti-PatternCybernetics/VSM DiagnosisFix
System 3 collapses System 1 autonomy (micromanagement)S3 is consuming all operational variety — no recursion depth; Ashby violationRestore S1 autonomy; S3 sets policy and limits, not execution steps
System 4 disconnected from System 3 (strategy-execution gap)S4 output never reaches S3; no S3/S4 homeostatBuild explicit S3/S4 interface: shared planning cadence, mutual translation layer
Ashby's Law violated by under-instrumented controlController has fewer variety states than the system it governsAdd attenuators (aggregation, exception-only reporting) or amplifiers (finer-grained sensing) to balance channels
Algedonic channel never used — S5 blind to crisesPain signals absorbed by normal hierarchy; S5 receives filtered reports onlyImplement direct bypass route with trigger threshold; test it quarterly
Recursion confusion — applying VSM at wrong organisational scaleS1/S3/S5 roles assigned to the wrong recursion levelRe-identify the level of recursion; redraw the system boundary before assigning roles
Positive feedback loop with no balancing loop (runaway dynamics)Reinforcing loop unchecked — growth, debt, or failure cascadesDesign an explicit negative feedback loop with a goal variable and measured deviation
S2 coordination layer absent — unit thrashingS1 units interfere without coordination signalsIntroduce S2 scheduling, resource-sharing protocols, or synchronisation mechanisms
S3* audit channel treated as normal management reportingSpot-check becomes routine; S1 adapts and Goodharts the signalKeep S3* sporadic and surprise-based; vary timing and scope
Variety amplified without attenuation at higher levelsUpper levels receive raw operational noise; decision paralysisApply variety attenuation (aggregation, exception filters) before variety reaches S3/S4
S5 identity undefined — policy vacuumS3/S4 conflicts escalate without resolution; ad-hoc decisions contradict each otherDefine S5 closure: mission, constraints, values; run S3/S4 conflicts through S5 reference frame
Human oversight of an agent fleet staffed, not engineeredReviewer headcount added without amplification gain — V_human × G < V_agents at peak; oversight is ceremonialBuy capacity through G: automated triage, semantic summarisation, tiered escalation; publish a variety budget and escalation SLA, not a rota

Decision Checklist

  • Control loop needed: Is there a variable that must stay within bounds? → feedback loop (#1)
  • Management layer overwhelmed: Does control complexity exceed controller capacity? → Ashby's Law audit (#2) + variety engineering (#10)
  • Operational units defined: Are execution units autonomous with clear scope? → VSM S1 (#3)
  • Unit interference observed: Do operational units conflict or thrash? → VSM S2 coordination (#4)
  • Optimisation divergence: Are local optima conflicting with system-level goals? → VSM S3 (#5)
  • Ground truth distortion: Is management receiving filtered or misleading data? → VSM S3* audit (#6)
  • Strategy-execution gap: Is there no mechanism for environmental change to inform operations? → VSM S4 (#7)
  • Identity or policy conflict: Do teams lack a shared frame for resolving disagreements? → VSM S5 (#8)
  • Model scale mismatch: Is the VSM being applied to the wrong organisational level? → recursion levels (#9)
  • Information overload or starvation: Are channels between levels carrying the wrong amount of variety? → variety engineering (#10)
  • Crisis hidden in normal reporting: Do critical alerts get delayed by hierarchy? → algedonic channel (#11)

Composition Recipes

Agent-Team Topology Audit

Goal: diagnose whether an agent hierarchy is viable and where failures will occur.

Stack:

  1. VSM S1 (#3) — identify operational agent units and verify autonomy
  2. VSM S2 (#4) — check for coordination signals between units; absence = thrashing risk
  3. VSM S3 (#5) — confirm orchestrator has S3 function: policy-setting, not micro-execution
  4. Ashby's Law (#2) — count variety states of orchestrator vs. environment; flag under-instrumented control
  5. Variety Engineering (#10) — add attenuators (summarisation, exception routing) if orchestrator is overwhelmed
  6. Algedonic channel (#11) — ensure critical failures bypass normal reporting to human-in-the-loop or S5

Output: viability gap report with specific role assignments and missing interfaces.

Inputs: S1 agent units with scope and autonomy level (e.g., retrieval agent — bounded to knowledge base, no write access); orchestrator control levers (count of independent parameters the operator can adjust, e.g., routing threshold, retry limit, concurrency cap); environment variety estimate (distinct decision states per week = #task types × #tool surfaces × #concurrent pipelines).

Rules: Ashby check — if orchestrator lever count < environment variety states, flag a requisite-variety deficit and require attenuators (summarisation, exception routing) or additional levers before deployment; S2 absent if any two S1 units share a resource (queue, tool, memory store) without an explicit coordination protocol — flag as thrashing risk; S3* audit must run ≥1/quarter (surprise sample, not scheduled review); S4 intelligence reports (environment change signals, capability drift) must reach S5 (human-in-the-loop or governance authority) ≥1/cycle; Conant-Ashby model-adequacy check: verify that the orchestrator model can represent the full task-domain distinction space — if the model cannot internally represent the distinctions required by the task (e.g., context window too narrow for domain state space, tool count insufficient to cover action space), it cannot be a good regulator regardless of architectural changes (Conant & Ashby 1970); add a domain-model attenuator (task classifier, routing layer) or upgrade the model before applying variety-engineering fixes.

Outputs: Viability gap table (Systems 1–5 each: present Y/N, severity H/M/L if absent); Ashby variety delta (environment variety states − orchestrator lever count, positive = deficit); list of missing interfaces (e.g., "no S2 coordination protocol between retrieval and generation agents", "no algedonic bypass to human operator"); recommended structural change per gap (e.g., "add exception-only routing attenuator at S3", "define shared-resource scheduling protocol at S2").

Human-oversight variety condition. When a human is the S5 or the accountable overseer of an agent fleet, unaided human variety is structurally below fleet variety — adding reviewers does not close the gap, because human variety scales linearly while fleet behavioural variety scales with agents × tools × task types. State the condition as V_human × G ≥ V_agents, where G is engineered amplification gain (automated triage, semantic summarisation, tiered escalation) and the inequality must hold at peak behavioural variety, not average load (Telukunta et al. 2026, arXiv:2608.10153). This makes "meaningful human oversight" a falsifiable design check with named artefacts — a variety budget, the amplification chain that supplies G, and escalation SLAs — rather than a staffing promise. Design consequence: oversight capacity is bought almost entirely through G (attenuation and amplification machinery), so an oversight plan that lists only headcount has not been engineered.


Organisational Design for a Startup

Goal: design a lightweight management structure that scales without creating command bottlenecks.

Stack:

  1. Recursion levels (#9) — identify the two or three levels the startup actually needs (whole company → product area → squad)
  2. VSM S1 (#3) — define autonomous squad boundaries with clear operational scope
  3. VSM S3* (#6) — establish audit/spot-check mechanism so founders maintain ground truth as company grows
  4. VSM S4 (#7) — assign who owns environmental scanning and translates it into strategy
  5. VSM S5 (#8) — write a one-page identity document: mission, non-negotiable constraints, value principles
  6. Feedback loops (#1) — design at least one balancing loop per key performance variable (burn rate, NPS, lead time)

Inputs: Squad list with headcount and operational scope; leadership roles mapped to S3/S4/S5 candidates; strategy and board cadence (meeting frequency, decision latency); environment variety estimate (distinct decision states per week = #customer segments × #product surfaces × #release cadences).

Rules: Each of S1–S5 must be present and named — absence at S3* or S4 is critical severity, absence at S2 is high severity when ≥2 squads share any resource; Ashby check — if S3 leadership lever count (e.g., headcount allocation, OKR targets, budget envelopes) < operational variety states, flag deficit and require additional attenuators or lever expansion; S3* audit must run ≥1/quarter as a surprise spot-check; S4 environmental intelligence reports must reach S5 (CEO/board) ≥1 per strategy cycle.

Outputs: Role-to-VSM-system mapping table (role name → S1/S2/S3/S3*/S4/S5, present Y/N); variety delta (operational variety states − S3 lever count); missing-system flag list (e.g., "S4 unassigned — no owner for competitive scanning", "S3* cadence undefined"); recommended structural change per gap.

Worked example: SaaS company, 4 product squads (S1, variety ≈ 12 product surfaces × 4 release cadences = 48 states) → eng leadership weekly sync (S2, coordination via shared roadmap; attenuates cross-squad scheduling conflicts) → VPE (S3, controls resource allocation + sets OKR policy; S3* audit = monthly on-call review, surprise sample of 3 incidents per squad) → strategy team (S4, scans competitor moves + market shifts, reports quarterly) → CEO/board (S5, identity: "developer-first, no dark patterns"). Variety check: S3 must absorb 48 operational states; if VPE has only 2 levers (headcount, OKR targets), that is a requisite-variety violation — add a third attenuator (e.g., tiered escalation tiers) or push more variety down to S2. Failure signal 1 (S3* gap): if the on-call audit cadence drops below 1/quarter, ground-truth drift accumulates — squads learn to report cleanly upward without S3 knowing actual failure rates. Failure signal 2 (S4-S5 disconnect): if S4 competitor reports never reach a board slot, the org loses adaptive capacity within ~2–3 strategy cycles; S3 optimises the current business model while the market shifts.


Incident Escalation as Algedonic Channel

Goal: ensure production crises reach decision authority fast, bypassing normal ticket queues.

Stack:

  1. Algedonic channel (#11) — define trigger threshold (e.g., p99 latency > 2× baseline for 5 min)
  2. VSM S5 (#8) — confirm who holds S5 authority for incident closure decisions
  3. Feedback loops (#1) — implement a balancing loop that activates on trigger: alert → diagnosis → rollback → verify recovery
  4. VSM S3* (#6) — use the incident post-mortem as the S3* audit: compare what S3 saw vs. ground truth
  5. Variety Engineering (#10) — ensure incident dashboards attenuate noise; only deviation-from-normal reaches on-call

Inputs: Feedback loops present (count and type — balancing or reinforcing); latency of each loop (time from signal to corrective action, in minutes or hours); S2 coordination protocols in place (count and description, e.g., "on-call handoff protocol", "shared incident channel"); environment change rate (how quickly the production environment can shift state, e.g., deploy frequency × distinct failure modes per week).

Rules: Feedback loop latency must be shorter than the environment change rate — if a loop takes 30 min to close and deploys happen every 10 min, flag a latency violation; S2 coordination protocols required when ≥2 S1 units (e.g., on-call teams, services) share a resource (queue, database, API gateway) — absence is a critical gap; S3* post-mortem audit must compare what S3 saw (dashboards, alerts) against ground truth (actual failure timeline) — run after every P1 incident; algedonic trigger threshold must be defined and tested ≥1/quarter.

Outputs: Loop diagram (each loop with type, goal variable, latency, and status — active/missing); latency table (loop name, measured latency, environment change rate, pass/fail); missing-protocol list (each shared resource without an S2 coordination protocol flagged as H severity); recommended structural change per gap (e.g., "reduce alert-to-page latency from 15 min to <5 min", "add shared-queue ownership protocol between service A and B").


Scaling a Platform Team

Goal: prevent a platform team from becoming a bottleneck as it serves multiple product teams.

Stack:

  1. Ashby's Law (#2) — measure: how many variety states does the platform team's control surface have vs. the demand variety of consuming teams?
  2. Variety Engineering (#10) — apply amplifiers (self-service APIs, documentation, inner-source) to expand platform's effective variety; apply attenuators (standard interfaces, request templates) on the demand side
  3. VSM S2 (#4) — add coordination protocol between consuming teams to prevent conflicting platform requests
  4. VSM S3 (#5) — platform S3 sets platform-wide policy; individual platform sub-teams are S1 units with autonomy within policy
  5. Feedback loops (#1) — measure platform lead time and consumer satisfaction as balancing-loop goal variables

Output: platform operating model with variety audit, self-service expansion plan, and S3 policy layer.

Inputs: Platform team control levers (count of independent parameters the platform can adjust, e.g., rate limits, API versioning, SLA tiers, capacity allocation); environment variety estimate (distinct decision states per week = #consuming teams × #integration surfaces × #request types); S2 coordination protocols between consuming teams (count); current platform lead time and consumer satisfaction score as baseline.

Rules: Ashby check — if platform lever count < consuming-team variety states, flag a requisite-variety deficit; resolve by amplifying platform levers (self-service APIs, inner-source pathways) or attenuating demand variety (standard request templates, tiered SLAs); S2 coordination protocol required when ≥2 consuming teams issue conflicting platform requests — absence flagged as H severity; S3 policy layer must be explicit (written platform policy: what platform decides vs. what consumers decide); feedback loop latency (platform lead time) must be measured and improving — stagnant lead time signals S3 policy or S2 coordination failure.

Outputs: Variety audit table (platform lever count vs. consuming-team variety states, delta, pass/fail); self-service expansion plan (list of attenuators and amplifiers to close variety gap); S3 policy layer description (scope of platform decisions vs. consumer decisions); missing coordination protocols flagged per shared resource; recommended structural change per gap.


Workflow

  1. Identify the system boundary and the level of recursion you are working at (use recursion levels #9 first).
  2. Map the five VSM systems to actual roles, teams, or agent components.
  3. Check for missing or collapsed systems — use the Decision Checklist.
  4. Apply Ashby's Law (#2) to validate that control capacity matches environmental variety.
  5. Design or audit variety engineering (#10) mechanisms on each inter-level channel.
  6. Confirm algedonic channels (#11) exist and are tested.
  7. For specific failure modes, open the per-primitive playbook in assets/templates/cybernetics-vsm/.
  8. For multi-failure scenarios, use the Composition Recipes above.

ASCII Flow

Viability or organizational-control problem
  -> Set system boundary and recursion level
  -> Map Systems 1-5 to real roles, teams, or agents
  -> Check Ashby variety gap
     +-- regulator variety too low -> attenuate demand or amplify control capacity
     +-- variety matched -> audit channels
  -> Verify algedonic alerts and policy/intelligence balance
  -> Return missing systems, channel fixes, and recursion risks

Navigation

Related Skills


Fact-Checking

  • Stafford Beer: VSM systems 1–5, algedonic channels, recursion levels, and variety engineering are defined in Beer 1972 (Brain of the Firm), Beer 1979 (Heart of Enterprise), and Beer 1985 (Diagnosing the System for Organizations). Verify claims about specific Beer definitions against these primary texts. 2026-07 correction: per-primitive playbook citations previously attributed each VSM system to its own numbered chapter of Brain of the Firm (e.g., "Ch. 3: System One," "Ch. 8: System Five"). The verified table of contents shows no such one-system-per-chapter structure — Systems One–Three are treated together in one section ("Autonomics"), System Four in "Environments of Decision," and System Five in "The Multinode"; recursion and algedonic channels are not confined to single dedicated chapters at all. Citations in assets/templates/cybernetics-vsm/ were corrected to cite by section title rather than a fabricated chapter number. Chapter-level citations to Beer 1985, Hoverstadt 2009, and Schwaninger 2006 have not been independently re-verified against primary copies in this pass — treat their specific chapter numbers as approximate until confirmed.
  • Project Cybersyn (Chile, 1971–1973): the most-cited real-world VSM deployment is also the most mythologized. Per Medina 2011 (Cybernetic Revolutionaries, MIT Press — the primary archival history), Cybersyn was a telex network plus one mainframe with roughly daily-lagged data, not a real-time networked control system; the Opsroom was never fully deployed (its move to the presidential palace was approved only three days before the 11 September 1973 coup); only ~26.7% of nationalized firms were incorporated by May 1973; and the October 1972 truckers'-strike response was a genuine, documented operational success for the S1/S2 layer. See references/patterns-scenarios-traps.md → "Historical Grounding: Project Cybersyn" for the full fact-vs-myth table before citing this case as precedent.
  • W. Ross Ashby: Law of Requisite Variety is from Ashby 1956 (An Introduction to Cybernetics, ch. 11). The formal statement is W(error) ≤ V(disturbance) − V(regulator). Verify quantitative claims against the original. Note: Siegenfeld & Bar-Yam (2025, Entropy, 27(8), 835, DOI: 10.3390/e27080835; PMC-indexed as PMC12385218) propose a multi-scale generalisation of Ashby's Law showing that variety requirements are scale-dependent — a relevant refinement for hierarchical/recursive agent architectures where the same system exhibits different variety at different recursion levels. Treat as a clarification of application scope, not a revision of the original law.
  • Requisite variety in AI-oversight regulation: the V_human × G ≥ V_agents framing above is from Telukunta, Lilis & Baron (2026, arXiv:2608.10153, submitted 10 August 2026), which explicitly builds on Beer's VSM — recursion and the algedonic channel — for enterprise agent fleets. Evidence grade: C (preprint, not peer-reviewed); the cybernetic core it rests on (Ashby 1956, Conant & Ashby 1970, Beer 1979) is grade A, so treat the condition as sound and the four-layer CASE architecture around it as one unvalidated proposal among several. On the regulatory hook: EU AI Act Article 14 (human oversight) obligations for Annex III high-risk systems apply from 2 August 2026, but Annex I product-embedded high-risk systems run to 2 August 2027 — do not repeat the flat "enforceable from August 2026" claim without naming which annex applies.
  • Norbert Wiener: Feedback and cybernetics foundations from Wiener 1948 (Cybernetics: Or Control and Communication in the Animal and the Machine). Positive/negative feedback terminology is consistent with Wiener's original usage.
  • Espinosa & Walker: VSM applied to complexity and sustainability in A Complexity Approach to Sustainability (2011). Recursion and viable-systems analysis in real organisations.
  • Schwaninger: Intelligent organisations and VSM application in Intelligent Organizations (2006). Apply numeric claims (e.g., performance improvement percentages) only when derived from primary case studies, not secondary summaries.
  • Hoverstadt: Practical VSM application in The Fractal Organization (2009). Patterns cited from this source are practitioner heuristics — verify against Beer's original formalism before treating as universal.
  • Mechanism effectiveness is context-specific. Test variety-engineering interventions on a constrained scope before rolling out system-wide.

Learnings Loop

Before applying this skill on a non-trivial task, read learnings.consolidated.md in this directory (and learnings.md if present).

After applying it, if you encountered a pattern worth remembering, a mistake worth preventing, or a domain fact that surprised you, append one dated bullet to learnings.md via agents-skills-feedback-loop/scripts/append_learning.py. Do not modify SKILL.md itself.

Frequently asked questions

What to verify before installation and use

What does the foundations-cybernetics-vsm source document cover?

Applies Beer's VSM and Ashby's Law to diagnose org or agent-system viability.

How do I install foundations-cybernetics-vsm?

The source record exposes this install command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill "frameworks/shared-skills/skills/foundations-cybernetics-vsm". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 10014,706

prowler-cloud/prowler

postgresql-indexing

PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance

Computed 100147

oaustegard/claude-skills

featuring

Generate hierarchical _FEATURES.md files that describe what a codebase DOES from a user/consumer perspective, anchored to source symbols via tree-sitting. Supports large complex codebases through feature-driven decomposition into sub-feature files. Uses a multi-pass synthesis: orientation → detail → overview rewrite. Use when someone says "what does this do", "document features", "feature inventory", "_FEATURES.md", or needs to understand a codebase's purpose before modifying it. Complements tre

Computed 9931,947

HKUDS/Vibe-Trading

strategy-generate

Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.

Computed 9982

vasilyu1983/AI-Agents-public

qa-testing-ios

Guides iOS testing with XCTest, XCUITest, Swift Testing, simctl, and xcresult. Use when choosing destinations, controlling flakes, or parsing test artifacts for native apps.