# Cfn Intervention System

> Human intervention detection and orchestration for CFN Loop. Use when automated processes need human oversight, escalation required, or managing intervention workflows and approval gates.

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

---


# Intervention System Skill (Mega-Skill)

**Version:** 1.0.0
**Purpose:** Human intervention detection and orchestration for CFN Loop
**Status:** Production
**Consolidates:** cfn-intervention-detector, cfn-intervention-orchestrator

---

## Overview

This mega-skill provides complete intervention management:
- **Detector** - Detect when human intervention is needed
- **Orchestrator** - Manage intervention workflows and escalation

---

## Directory Structure

```
intervention-system/
├── SKILL.md
├── lib/
│   ├── detector/         # From cfn-intervention-detector
│   └── orchestrator/     # From cfn-intervention-orchestrator
└── cli/
```

---

## Migration Paths

| Old Path | New Path |
|----------|----------|
| cfn-intervention-detector/ | intervention-system/lib/detector/ |
| cfn-intervention-orchestrator/ | intervention-system/lib/orchestrator/ |

---

## Version History

### 1.0.0 (2025-12-02)
- Consolidated 2 intervention skills into mega-skill


