levelup-validate

Validate team-ai-directives rules against a constitution and generate conflict CDRs with JSON/Markdown reports.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill levelup-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: levelup-validate
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/levelup-validate
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill levelup-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conflicting or ambiguous rules in team-ai-directives can lead to inconsistent behavior, decision drift, and hard-to-trace governance. This Skill helps teams identify, contextualize, and resolve such conflicts with actionable work items.

Core Features & Use Cases

  • Detect direct and implicit rule conflicts across the directive corpus.
  • Generate Conflict Description Reports (CDRs) and proposed resolutions for governance teams.
  • Produce structured outputs (JSON/Markdown) and track issues for traceability.
  • Suitable for CI pipelines and manual governance reviews in large directive repositories.

Quick Start

Run the levelup-validate workflow to scan the repository for directive conflicts and generate CDRs.

Frequently Asked Questions about levelup-validate

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

FAQPage Schema
How do I detect conflicting rules in team-ai-directives?

Rule conflict detection in team-ai-directives works by loading rules from a .specify workspace and validating them against a constitution. It identifies direct and implicit conflicts, producing deterministic JSON and Markdown reports with provenance and severity tracking.

What is a Conflict Description Report (CDR) for governance rule conflicts?

A Conflict Description Report (CDR) is a structured output detailing identified rule conflicts within directives. It includes provenance, severity, and proposed resolutions to help governance teams resolve decision drift and trace inconsistencies.

Can I use directive conflict validation in CI pipelines?

Yes, directive conflict validation is suitable for CI pipelines and manual governance reviews. It runs end-to-end through environment setup, rule loading, and conflict detection to produce deterministic outputs for large directive repositories.

Do I need a .specify workspace to run rule validation workflows?

Yes, you need a repository containing a .specify workspace to run the rule validation workflow. The Skill scans this environment to load rules, detect conflicts across multiple domains, and generate structured CDRs.

Why do ambiguous governance rules cause inconsistent AI behavior?

Ambiguous governance rules cause inconsistent AI behavior and decision drift because conflicting directives lack clear precedence. Validating rules against a constitution identifies these conflicts and generates actionable work items to resolve them.