duo-divergence-skill

Detect divergence between SKILL.md and codex/prompt.md instruction sources.

3|1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/berlinguyinca/autospec --skill duo-divergence-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duo-divergence-skill
Source: https://github.com/berlinguyinca/autospec/tree/main/tests/fixtures/lockstep-duo-divergence
Command: npx skills add https://github.com/berlinguyinca/autospec --skill duo-divergence-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps verify whether duo-mode detects divergence between the system instructions that drive the first model and the content the second model receives, preventing mismatched behaviors from going unnoticed.

Core Features & Use Cases

  • Divergence Testing Harness: Intentionally uses different instruction bodies to trigger divergence detection.
  • Prompt Consistency Validation: Confirms that the platform flags intentional differences between related prompt files.
  • Use Case: When evaluating an implementation of duo-mode, run this skill to ensure divergence detection triggers when expected and does not falsely pass.

Quick Start

Use the duo divergence fixture to compare SKILL.md instructions against codex/prompt.md instructions and confirm divergence is detected.

Frequently Asked Questions about duo-divergence-skill

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

FAQPage Schema
What is prompt divergence detection in duo-mode AI workflows?

Duo-mode prompt validation detects intentional mismatches between SKILL.md and codex/prompt.md instruction bodies, verifying that your AI workflow harness correctly flags divergence when expected and does not falsely pass consistency checks.

How do I test instruction consistency between SKILL.md and codex/prompt.md files?

You test instruction consistency by intentionally providing mismatched SKILL.md and codex/prompt.md content as a test fixture, then running the skill to confirm that duo-mode divergence detection triggers when expected and does not falsely pass.

Why does my duo-mode system fail to catch mismatched prompt behaviors?

Your duo-mode system likely fails to catch mismatched prompt behaviors because it lacks intentional divergence testing fixtures that deliberately provide different instruction bodies to trigger and verify divergence detection in your regression checks.

Do I need specific dependencies or components to run prompt divergence regression checks?

No specific dependencies or components are required to run prompt divergence regression checks. You only need to define a name and description in the SKILL.md frontmatter and deliberately include a mismatch in the instruction bodies.

When should I use a divergence testing harness for prompt validation?

Use a divergence testing harness for prompt validation when evaluating a duo-mode implementation, running regression checks to ensure divergence detection triggers when expected and does not falsely pass consistency validation.