> ## Documentation Index
> Fetch the complete documentation index at: https://agentconcepts.io/llms.txt
> Use this file to discover all available pages before exploring further.

# fork

> A single move that creates multiple simultaneous threats or effects, forcing the defender to choose which to address; the defender can only respond to one per cycle, so loss on at least one front is structurally guaranteed.

<Badge>business</Badge> <Badge>computer-science</Badge> <Badge>environmental-studies-and-forestry</Badge> <Badge>human-physical-performance-and-recreation</Badge> <Badge>languages-and-literature</Badge> <Badge>military-sciences</Badge> <Badge>political-science</Badge> <Badge>psychology</Badge>

# Fork

## Description

A single move that creates multiple simultaneous threats or effects. The defender — or opponent, or responder, or any party who must address each threat individually — has a limited response budget per cycle. They can address one target this turn; the others remain exposed. Net result: **loss on at least one front is structurally guaranteed**, not merely probable.

The chess case is canonical: a knight on a strong central square attacks the opponent's king and queen simultaneously. The opponent must move the king (king-safety is non-negotiable); the queen is lost. The single move (the knight placement) created a multi-target situation the opponent's response-budget couldn't cover. The structural shape generalizes: anywhere a single decision/action/message creates multiple parallel obligations on a recipient whose response capacity is bounded, the fork fires.

The diagnostic property — **simultaneity + response-bottleneck** — separates fork from generic multi-effect moves. A move that produces three benefits over three turns isn't a fork; the response budget is large enough to address each. A move that produces three benefits simultaneously, where each requires immediate attention, is.

## Triggers

**User-initiated:** User describes single-move-multiple-effects, double-attacks, omnibus moves, dilemmas-with-multiple-horns. Vocabulary cues: "fork," "double threat," "simultaneous threats," "horns of a dilemma," "multi-pronged," "omnibus."

**Agent-initiated:** Agent notices a system where a single action creates multiple simultaneous obligations exceeding the recipient's response capacity. Candidate inference: "this is a fork; which target is the defender most likely to defend, and what's the structural cost of letting the others go?"

**Situation-shape signals:** Tactical situations in adversarial contexts. Refactoring discussions about single changes with cross-cutting benefits. Negotiation strategy. Resource-allocation conversations about responding to multi-front crises.

## Exclusions

* **Sequential rather than simultaneous threats** — if the recipient can address one threat now and the others later, the response-bottleneck doesn't bite. The concept requires simultaneity.
* **Multiple effects but no defender constraint** — a move that produces five benefits in a non-adversarial context with no response-budget pressure is just a high-leverage move, not a fork. The defender-constraint slot is constitutive.
* **One-effect-with-spillover** — a move that primarily targets one thing and incidentally affects others isn't a fork in the structural sense; fork requires the multi-target as a deliberate / designed feature.
* **Symmetric multi-engagement** — when both parties are simultaneously threatening multiple targets of each other, the fork shape blurs; what matters is which side's response-budget bottlenecks first.

## Structure

<img src="https://mintcdn.com/agentconcepts/ieIdiBIzgUbZJDV3/concepts/_assets/fork-slots.svg?fit=max&auto=format&n=ieIdiBIzgUbZJDV3&q=85&s=5577641b14f4e039fdf0663af0a9bf46" alt="Internal structure of fork: a table of its component slots and the concepts that fill them." style={{ width: "100%" }} width="741" height="273" data-path="concepts/_assets/fork-slots.svg" />

## Relationships

<img src="https://mintcdn.com/agentconcepts/2m6FqiBdTXWWaX5O/concepts/_assets/fork-neighborhood.svg?fit=max&auto=format&n=2m6FqiBdTXWWaX5O&q=85&s=342ecb787f700aac2e298e17ad59f050" alt="Relationship neighborhood of fork: a graph of the concepts it connects to and the concepts it is a part of." style={{ width: "100%" }} width="677" height="940" data-path="concepts/_assets/fork-neighborhood.svg" />

* [choke-point](/concepts/choke-point) — both involve concentrated control via a single locus; choke-point is positional (over time); fork is tactical (at an instant). They compose: a fork executed at a choke-point is especially devastating.
* [asymmetric-gate](/concepts/asymmetric-gate) — fork creates asymmetric cost: attacker pays one-move cost; defender pays cost-of-addressing-all, which exceeds budget. The asymmetry is what makes the fork productive.
* [zugzwang](/concepts/zugzwang) — both oppress the defender; via different mechanisms. Zugzwang: must move + every move worsens. Fork: multiple targets + can only defend one.
* [force-multiplier](/concepts/force-multiplier) — fork is force-multiplier with adversarial polarity + simultaneity constraint; force-multiplier is the broader leverage primitive.
* [trigger-rule-pair](/concepts/trigger-rule-pair) — fork can be seen as a deliberate trigger-rule-pair construction where the rule is "defender must address each threat individually" and the trigger is the multi-target move that activates it.

## Examples

<AccordionGroup>
  <Accordion title="Chess knight fork · human-physical-performance-and-recreation" defaultOpen={true}>
    knight on f7 attacks king + queen + rook; opponent can only move the king; queen and rook are both lost (or one of them, depending on configuration). The canonical case.
  </Accordion>

  <Accordion title="Military multi-axis attack · military-sciences" defaultOpen={true}>
    Clausewitz's principle of forcing defensive dispersal; one offensive maneuver threatens multiple defended positions, forcing the defender to either thin their lines (each weakly defended) or concentrate (and lose the other fronts).
  </Accordion>

  <Accordion title="Omnibus legislation · political-science" defaultOpen={true}>
    a single bill bundles multiple unrelated provisions; legislators can't separately vote on each; they must accept the package or reject all. Single legislative move, multiple substantive targets.
  </Accordion>

  <Accordion title="Classical rhetoric: &#x22;the horns of a dilemma&#x22; — figure naming a situation where any chosen response leaves another wound exposed. · languages-and-literature">
    Classical rhetoric: "the horns of a dilemma" — figure naming a situation where any chosen response leaves another wound exposed.
  </Accordion>

  <Accordion title="Clausewitz, *On War* — principle of dispersal of defense; the defender's force is fixed, so attacker's geography of threat determines defender's burden. · military-sciences">
    Clausewitz, *On War* — principle of dispersal of defense; the defender's force is fixed, so attacker's geography of threat determines defender's burden.
  </Accordion>

  <Accordion title="Distraction in attention scarcity · psychology">
    one demanding event creates simultaneous obligations exceeding the person's attention budget; they triage by neglecting some. (The negative-polarity case of a fork imposed by circumstance rather than an adversary.)
  </Accordion>

  <Accordion title="Negotiation: omnibus counter-offer · business">
    one counter-proposal that constrains the opponent on multiple fronts (price + delivery + payment terms + warranty); they can negotiate one issue without giving on others, but the proposal forces simultaneous concessions to be addressed in parallel.
  </Accordion>

  <Accordion title="Resource-depleting events · environmental-studies-and-forestry">
    a drought simultaneously affects crops + livestock + reservoirs + ecosystems + economic activity. Single environmental event, multiple parallel damages that each demand response.
  </Accordion>

  <Accordion title="Software refactor that addresses multiple debts · computer-science">
    a single change that fixes a performance bug AND adds testability AND removes a deprecated API. Positive-polarity fork: single input, multiple beneficial effects.
  </Accordion>

  <Accordion title="Sun Tzu, *The Art of War* — multi-axis attack as classical military principle: &#x22;appear weak when strong, strong when weak; attack where unexpected.&#x22; · military-sciences">
    Sun Tzu, *The Art of War* — multi-axis attack as classical military principle: "appear weak when strong, strong when weak; attack where unexpected."
  </Accordion>
</AccordionGroup>
