operating-pack-reconciliation

Classify downstream effects of Operating Pack changes across Skills, Personas, and workflows.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/rickvang/Persona-Library --skill operating-pack-reconciliation-rickvang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: operating-pack-reconciliation
Source: https://github.com/rickvang/Persona-Library/tree/main/.agents/skills/operating-pack-reconciliation
Command: npx skills add https://github.com/rickvang/Persona-Library --skill operating-pack-reconciliation-rickvang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an Operating Pack changes, it is hard to know which Skills, Personas, workflows, Playbooks, Tool-use recipes, dependent packs, Docs, and generated output are affected. This Skill performs a read-only reconciliation pass that classifies each downstream effect so nothing is silently broken or stale. ## Core Features & Use Cases - Impact Classification: For each dependent, classify the change as confirms, extends, qualifies, contradicts, invalidates, or unrelated, with evidence and confidence. - Boundary Enforcement: Prevent pack rules from automatically leaking into Skills, and route generalizable judgments to persona-skills review only when evidence supports it. - Structured Adapter Report: Return required updates, optional follow-ups, unchanged-checked records, blockers, incomplete visibility, and the smallest next action. - Use Case: After revising an Operating Pack's source record, run this Skill to determine which Personas and Playbooks now contradict the pack and which generated Site pages are stale, without editing anything. ## Quick Start Use $operating-pack-reconciliation to classify the downstream effects of this Operating Pack change without applying updates.

Frequently Asked Questions about operating-pack-reconciliation

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

FAQPage Schema
How do I check what an Operating Pack change affects?▼

Run the reconciliation pass with the changed pack, its authority, revision, and bounded scope. The Skill loads declared relationships to Personas, Skills, workflows, Playbooks, and Docs, then classifies each dependent's effect with evidence and confidence.

What impact classifications does the reconciliation report use?▼

Each dependent is classified as confirms, extends, qualifies, contradicts, invalidates, or unrelated. Every classification includes supporting evidence and a confidence level, and relationships are never manufactured from similar wording alone.

Does the reconciliation Skill apply updates to downstream files?▼

No, the Skill is strictly read-only. It separates required updates, optional follow-ups, and unchanged-checked records into a report, but never edits Skills, Personas, Playbooks, Docs, packs, or generated files.

When does an Operating Pack rule become part of a Skill?▼

It does not happen automatically. Project context like package manager choice stays in the pack, while a recurring judgment may be handed to persona-skills for review only when evidence supports generalization.

What happens if the change scope or initiating contract is incomplete?▼

The Skill reports the gap as incomplete dependency visibility or a blocker and stays read-only. It also states when a source is external, planned, unavailable, or not verified rather than guessing.