Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Fog Of War

ASecurity

Strategic decision-making framework for navigating uncertainty and incomplete information by accepting ambiguity rather than waiting for perfect clarity

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgoreacttestingapisecurityperformance

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill fog-of-war --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Fog Of War?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Fog Of War
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-fog-of-war/badge)](https://www.skillsdirectory.com/skills/lev-os-fog-of-war)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: Fog of War
description: Strategic decision-making framework for navigating uncertainty and incomplete information by accepting ambiguity rather than waiting for perfect clarity
---

# Fog of War

## Overview

The Fog of War is a military strategic concept introduced by Carl von Clausewitz in his 1832 work "Vom Kriege" (On War), describing the fundamental uncertainty and ambiguity inherent in conflict situations. Clausewitz observed that "war is the realm of uncertainty; three quarters of the factors on which action in war is based are wrapped in a fog of greater or lesser uncertainty."

The framework recognizes that in complex, dynamic environments—whether military operations, business strategy, or crisis management—decision-makers rarely have complete, accurate, or timely information. Rather than attempting to eliminate this fog, effective strategists learn to operate within it, making calculated decisions based on incomplete data and adapting rapidly as new information emerges.

This mental model directly challenges the paralysis-by-analysis trap, where organizations delay action while seeking perfect information that may never arrive. It emphasizes situational awareness, adaptive thinking, and the ability to pierce through uncertainty faster than competitors.

**Core principle**: Accept uncertainty as permanent, develop systems to reduce relative uncertainty, and build organizational capacity to decide and act despite incomplete information.

## When to Use

Apply the Fog of War framework when:

- **Launching new products or features** where customer response, technical performance, and competitive reactions are unknown
- **Managing crises** where events unfold rapidly and information is fragmented, contradictory, or unreliable
- **Making strategic pivots** in uncertain market conditions with incomplete competitive intelligence
- **Navigating regulatory changes** where rules are evolving and enforcement is unclear
- **Entering new markets** with limited local knowledge and uncertain demand signals
- **Technology deployments** where system interactions and failure modes are unpredictable
- **Competitive responses** where opponent capabilities and intentions are deliberately obscured
- **M&A due diligence** where seller information is incomplete or potentially misleading

**Trigger**: When you find yourself saying "we need more data before deciding" repeatedly, or when waiting for clarity creates greater risk than acting with current knowledge.

## Process

### 1. Acknowledge the Fog

Explicitly recognize and name the uncertainties you face rather than pretending they don't exist or can be fully resolved. Map what you know, what you don't know, and what you can't know. This prevents false confidence and surfaces hidden assumptions.

**Example**: In a product launch, distinguish between unknowable factors (exact customer reactions) versus discoverable data (competitor pricing, technical feasibility).

### 2. Identify Sources of Clarity

Determine which information sources can reduce relative uncertainty faster than competitors. This might include customer interviews, rapid prototypes, market tests, or intelligence gathering. Focus resources on high-signal, low-noise channels.

**Example**: A tech company launching in a new vertical might prioritize direct customer interviews over market research reports, or deploy limited beta releases over extensive internal analysis.

### 3. Build Adaptive Systems

Create organizational structures and processes that enable rapid decision-making with incomplete information. This includes clear decision rights, fast feedback loops, and permission to act without perfect data.

**Example**: Implement daily standups with go/no-go decision frameworks, establish pre-authorized response protocols for common scenarios, or create "decision velocity" metrics.

### 4. Develop Scouts and Sensors

Deploy reconnaissance capabilities—whether market intelligence, customer feedback systems, or competitive monitoring—to continuously update your understanding and detect shifts in the fog.

**Example**: Establish customer advisory boards, competitive intelligence teams, or real-time analytics dashboards that surface weak signals before they become obvious.

### 5. Act and Iterate

Make reversible decisions quickly, implement with clear success metrics, and create tight feedback loops. Treat early actions as experiments that generate information rather than irreversible commitments.

**Example**: Launch MVPs rather than complete products, use A/B testing for uncertain features, or deploy in limited geographies before full rollout.

### 6. Learn from Friction

When plans encounter unexpected resistance or failure (Clausewitz's "friction"), treat these as valuable information rather than pure setbacks. Update your mental models and adjust course.

**Example**: If a product feature gets unexpected negative feedback, rapidly investigate the underlying need rather than defending the original design.

### 7. Maintain Operational Tempo

Continue making decisions and taking action even when uncertainty persists. The organization that maintains momentum while adapting has advantage over those paralyzed by fog.

**Example**: Set explicit decision deadlines, use timeboxed analysis periods, or adopt "disagree and commit" protocols to prevent endless deliberation.

## Example

**Crisis Management Scenario**: A SaaS company discovers a potential security vulnerability reported by an external researcher. Initial investigation is unclear—the report is vague, internal security team can't reproduce it, but it involves a critical authentication system.

**Classic fog elements**:
- Unknown: Is this exploitable? Have attackers already found it?
- Uncertain: What's the actual scope of affected customers?
- Incomplete: The researcher isn't responding to clarification requests

**Fog of War response**:
1. **Acknowledge**: Accept that perfect information won't arrive before action is needed
2. **Clarity**: Focus engineering on reproducing the issue rather than debating its existence
3. **Adaptive system**: Activate pre-authorized incident response protocol with 4-hour decision cycles
4. **Scouts**: Deploy monitoring for unusual authentication patterns while investigation continues
5. **Act and iterate**: Implement defensive patches to suspected areas within 12 hours, even without full confirmation
6. **Learn from friction**: When patch deployment causes minor service disruption, immediately communicate to customers rather than hiding it
7. **Tempo**: Make go/no-go decisions at each 4-hour checkpoint regardless of information completeness

**Outcome**: Vulnerability confirmed 18 hours later, but defensive measures already in place limited exposure. Competitor facing similar issue took 5 days to respond while seeking "complete understanding."

## Anti-Patterns

**Analysis Paralysis**: Continuously demanding more data or better models before making decisions. The fog never fully clears—waiting for it guarantees you're slower than competitors who act with current information.

**False Confidence**: Pretending uncertainty doesn't exist by building elaborate plans based on assumptions presented as facts. This creates brittleness when reality diverges from projections.

**Fog Denial**: Proceeding with fixed plans despite contradictory signals, treating all information as equally unreliable rather than distinguishing strong versus weak signals.

**Over-Centralization**: Requiring all decisions to flow through top leadership who lack frontline context, creating bottlenecks exactly when speed and local knowledge matter most.

**Failure to Update**: Treating initial assessments as permanent truth rather than provisional models to be refined. The fog shifts—yesterday's clarity may be today's illusion.

**Perfectionism**: Designing systems that only function with complete information, rather than building robustness for ambiguous conditions.

## Related Frameworks

- **OODA Loop** (Boyd Cycle): Tactical implementation of operating in fog through rapid observe-orient-decide-act cycles
- **Bayesian Updating**: Mathematical approach to refining beliefs as new information emerges under uncertainty
- **Wardley Mapping**: Visual tool for mapping known versus unknown elements in strategic landscape
- **Pre-mortem Analysis**: Proactive technique for identifying potential sources of fog before they manifest
- **Red Team/Blue Team**: Adversarial approach to surfacing hidden assumptions and testing plans under uncertainty
- **First Principles Thinking**: Complementary framework for identifying what you actually know versus inherited assumptions
- **Scenario Planning**: Structured method for preparing multiple responses to different fog conditions

---

**Sources**:
- Carl von Clausewitz, "On War" (1832)
- [Fog and Friction - The limitations of strategy when dealing with uncertainty](https://www.thesandreckoner.co.uk/fog-and-friction-the-limitations-of-strategy-in-dealing-with-uncertainty/)
- [Expecting the Unexpected: What the Fog of War Can Teach Us About Crisis Management](https://murphysolution.com/en/expecting-the-unexpected-what-the-fog-of-war-can-teach-us-about-crisis-management/)
- [The Science of Decision Making and the Fog of War](https://www.linkedin.com/pulse/science-decision-making-fog-war-jordan-levine)

**Framework Score**: 42/50
- Practitioner: 8/10 (Proven in military and business crisis management)
- Clarity: 9/10 (Clear concept with actionable implications)
- ROI: 9/10 (Critical advantage in uncertain, competitive environments)
- Novelty: 7/10 (Well-known concept but counter-intuitive application)
- Cross-domain: 9/10 (Applies across military, business, technology, crisis management)

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →