csi-persona-conformance

Compare persona documents against a frozen baseline record of The Algorithm.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/norrisaftcc/the-algorithm --skill csi-persona-conformance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csi-persona-conformance
Source: https://github.com/norrisaftcc/the-algorithm/tree/main/_historical/the_intern/claude-dir/skills/csi-persona-conformance
Command: npx skills add https://github.com/norrisaftcc/the-algorithm --skill csi-persona-conformance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of persona drift, ensuring that AI agents remain consistent with their established behavioral contracts and voice requirements after edits or rewrites.

Core Features & Use Cases

  • Static Harness Testing: Automatically verifies that persona files adhere to the required floor nouns, instruction length, and notation standards.
  • Behavioral Case Scoring: Runs specific prompts against personas to ensure they maintain correct refusal patterns and marker responses.
  • A/B Voice Comparison: Isolates and evaluates changes between two versions of a persona to distinguish between intentional voice edits and accidental contract regressions.

Quick Start

Run the csi-persona-conformance skill to validate the current persona file against the baseline floor requirements.

Frequently Asked Questions about csi-persona-conformance

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

FAQPage Schema
How do I validate AI persona conformance against a behavioral baseline?

To validate AI persona conformance, run static harness checks and behavioral case scoring against frozen baseline records. This process verifies required floor nouns, instruction length, and refusal patterns to detect any persona drift after edits or rewrites.

What is persona drift and how do I audit behavioral regressions?

Persona drift occurs when an AI agent deviates from its established behavioral contract. You audit it by comparing current persona documents against a frozen baseline, running static checks and behavioral case scoring to isolate intentional voice edits from accidental regressions.

Can I use Python to run static harness testing for persona files?

Yes, you can use standard Python 3 library execution to run static harness testing. This checks that persona files adhere to required floor nouns, instruction length, and notation standards without needing external dependencies.

How do I compare two versions of an AI persona for voice edits?

To compare two versions of an AI persona, use A/B voice comparison to isolate and evaluate changes. This distinguishes between intentional voice edits and accidental contract regressions by scoring behavioral prompts against both versions.

What are the limitations of behavioral case scoring for AI personas?

Behavioral case scoring limitations include its reliance on running specific prompts against personas to verify refusal patterns and marker responses. It requires a frozen baseline record to compare against, making it dependent on initial contract accuracy.

Do I need external dependencies to perform AI persona validation?

No, you do not need external dependencies to perform AI persona validation. The skill requires only standard Python 3 library execution to perform static harness checks and behavioral case scoring against frozen baselines.