logic-causality-mapping

Trace causal dependencies and test counterfactual claims in complex systems.

212|23|Updated May 23, 2026
One-click install
npx skills add https://github.com/human-avatar/skills-for-humanity --skill logic-causality-mapping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logic-causality-mapping
Source: https://github.com/human-avatar/skills-for-humanity/tree/main/skills/logic-causality-mapping
Command: npx skills add https://github.com/human-avatar/skills-for-humanity --skill logic-causality-mapping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you replace misleading “it happened then it caused” stories with explicit causal structure so you can diagnose root causes, predict impact, and test causal claims.

Core Features & Use Cases

  • Root Cause Tracing: Work backward from an observed effect to proximate cause, root cause, and contributing factors.
  • Impact Mapping: Work forward from a proposed change to direct effects, downstream consequences, irreversible effects, and cascade risks.
  • Dependency Mapping & Counterfactual Testing: Identify what must be true for a plan to succeed and evaluate whether a causal claim holds under counterfactual reasoning.

Quick Start

Use the logic-causality-mapping skill by describing the observed outcome or the change you’re considering, including any timing, measurements, and the concrete question you want answered (e.g., what caused it or what breaks if we change it).

Frequently Asked Questions about logic-causality-mapping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace root causes from an observed incident instead of just symptoms?

Root cause tracing works backward from an observed effect to identify proximate cause, root cause, and contributing factors. You provide the observed outcome, including timing and measurements, and the analysis separates these layers to reveal the actual driver.

How do I map downstream impact and cascade risks before making a system change?

Impact mapping works forward from a proposed change to identify direct effects, downstream consequences, and cascade risks. By tracing dependencies, it predicts what breaks under change and flags irreversible effects before you act.

What is counterfactual reasoning and how does it test causal claims in complex systems?

Counterfactual reasoning evaluates whether a causal claim holds by testing what must be true for a plan to succeed. It validates hypotheses by checking if the outcome changes when the proposed cause is removed or altered.

Can I use this for dependency planning across complex software systems?

Yes, dependency mapping applies to complex software systems by tracing what must be true for a plan to succeed. It identifies dependencies and evaluates whether causal claims hold under counterfactual testing.

What's the best way to structure an incident analysis to separate evidence from assumptions?

Structured incident analysis requires making causal scope explicit and producing outputs that separate proximate cause, root cause, dependencies, and evidence. This replaces misleading 'it happened then it caused' stories with explicit causal structure.

When should I not use causal mapping for debugging or risk assessment?

Causal mapping is less effective when you lack concrete observations or measurable outcomes. It requires choosing an appropriate mode and making causal scope explicit, so isolated bugs without systemic dependencies may not benefit from this approach.