policy-monitor

Detect drift between saved AI outputs and current policy commitments.

Updated May 26, 2026
One-click install
npx skills add https://github.com/yachela/claude-for-legal-ar --skill policy-monitor-yachela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: policy-monitor
Source: https://github.com/yachela/claude-for-legal-ar/tree/main/ai-governance-legal/skills/policy-monitor
Command: npx skills add https://github.com/yachela/claude-for-legal-ar --skill policy-monitor-yachela

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents AI governance documents from falling behind actual deployments by identifying where internal practice has changed without being reflected in the organization’s AI policy.

Core Features & Use Cases

  • Weekly policy drift sweeps: Reads configured outputs (AIAs, triage results, vendor reviews) and diffs newly saved activity against current policy commitments and the use case registry.
  • Gap triage with actionable edits: Classifies findings as REQUIRED (contradiction/misrepresentation) or ADVISABLE (policy silence), then drafts suggested policy language for human review.
  • Direct question mode for proposed use cases: When planning a new AI practice, it diffs the proposal against the current commitments and registry and outputs covered/missing/conflicting areas plus draft language and timing guidance.

Quick Start

Run: /ai-governance-legal:policy-monitor "We want to use AI to automatically flag expense reports for review" to get a policy coverage check and suggested updates.

Frequently Asked Questions about policy-monitor

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

FAQPage Schema
What is AI policy drift and how do I detect it in governance documents?

AI policy drift occurs when internal deployments change without updating governance documents. You detect it by diffing saved AI outputs, triage results, and vendor reviews against current policy commitments and the use case registry.

How do I check if a proposed AI use case is covered by existing policy?

To check if a proposed AI use case is covered, diff the new practice against current policy commitments and the use case registry. This outputs covered, missing, and conflicting areas with draft language and timing guidance.

How do I run a weekly AI policy drift sweep over stored vendor reviews?

Run a weekly drift sweep by reading configured local outputs like vendor AI reviews and triage results, then diffing newly saved activity against current policy commitments to identify gaps requiring updates.

Does AI policy monitoring require a use case registry to function?

Yes, AI policy monitoring requires a use case registry. The Skill reads the local configuration state and authoritative policy document, then diffs activity against the registry to produce REQUIRED or ADVISABLE gap findings.

What is the difference between REQUIRED and ADVISABLE gap findings in AI governance?

REQUIRED findings identify policy contradictions or misrepresentations, while ADVISABLE findings highlight policy silence. Both classifications include drafted suggested policy language for human review.

Can I draft suggested policy language automatically when governance documents fall behind deployments?

Yes, you can draft suggested policy language automatically. The monitoring process classifies identified gaps and generates draft updates for human review to realign governance documents with actual AI deployments.