# Intervention Page Creation

> SOP for documenting an intervention — what happens when a causal variable is manipulated.

- Skill: `yogsoth-ai/intervention-page-creation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/intervention-page-creation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/intervention-page-creation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yogsoth-ai/intervention-page-creation

---


# Intervention Page Creation

Document an intervention: what variable is manipulated, how, and what the predicted/observed effects are.

## Tool

CC file write + `vault_add_edge`

## Protocol

1. Write `claims/<intervention-slug>.md` with frontmatter (type: claim, confidence, tags: [intervention])
2. Body: target variable, manipulation method, predicted effects, observed effects (if available)
3. Add edges: addresses (intervention → question), derived_from (intervention → variable)
4. Link supporting evidence
5. **Inline wikilinks:** For each edge created, ensure the intervention page body contains `[[dir/slug]]` pointing to the target (dir/slug = target path minus `.md`). Place inline at semantically relevant location. Skip if already present.

## HARD-GATE

<HARD-GATE>
Intervention must specify: target variable, direction of manipulation, predicted downstream effects.
</HARD-GATE>

## Yield

Returns: `{ path: string, target_variable: string, predicted_effects: string[] }`

