Agent skill
cfn-intervention-system
Human intervention detection and orchestration for CFN Loop. Use when automated processes need human oversight, when escalation is required, or when managing intervention workflows and approval gates.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/unknown-majiayu000-claude-skill-registr-148
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?