| name | mechanism-mapping |
| description | Map causal mechanisms between variables |
| execution | strategy |
| dependencies | {"tactics":["counterfactual-reasoning","evidence-weighing","feedback-loop-detection"],"sops":["mechanism-edge-creation"]} |
Mechanism Mapping
Construct the directed causal graph by creating mechanism edges between the variables identified in the variable-identification phase. Each edge must carry a plain-language description of the underlying mechanism and at least one evidence citation.
Guiding Focus
CC must treat each proposed edge as a hypothesis, not a fact. For every mechanism edge created, the description should answer three questions: what is the pathway, under what conditions does it hold, and what would falsify it. Edges without a plausible mechanism description are placeholders and must be revisited. The goal is a graph where every arrow is defensible, not merely plausible.
Available Tactics
- counterfactual-reasoning — for each edge A→B, ask "if A were held constant, would B still change?" to stress-test the mechanism
- evidence-weighing — rank competing mechanism descriptions by the strength and independence of their supporting citations
- feedback-loop-detection — scan the emerging graph for cycles that would indicate feedback rather than one-way causation
Budget Slice
Cannot exit until 80% of budget met. Print state ledger before each iteration decision.