skill_coherence_loop

Coordinate read/write lifecycle of system skills to prevent drift.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/IdanDavidAviv/virgo --skill skill-coherence-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill_coherence_loop
Source: https://github.com/IdanDavidAviv/virgo/tree/main/.agent/skills/skill_coherence_loop
Command: npx skills add https://github.com/IdanDavidAviv/virgo --skill skill-coherence-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate the read/write lifecycle of system skills to prevent drift and keep capabilities aligned with evolving intents.

Core Features & Use Cases

  • Bidirectional contract: defines how planning reads and post-action writes propagate across subsystems to maintain a coherent skill set.
  • Automated coherence passes: supports the canonical 'skill pass' invocation to audit and harmonize skills.
  • Drift detection & gated edits: emits a Skill Harvest table and requires user approval before applying changes.

Quick Start

Initiate a complete coherence pass to read, audit, and harmonize all system skills before proceeding with actions.

Frequently Asked Questions about skill_coherence_loop

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

FAQPage Schema
How do I prevent skill drift across subsystems during automated planning?

To prevent skill drift, you can enforce bidirectional contracts that coordinate planning reads and post-action writes across subsystems. This maintains a coherent skill set by ensuring capability alignment with evolving intents.

What is a system skill coherence pass?

A system skill coherence pass is an automated audit that reads, harmonizes, and aligns all system skills across subsystems. It detects drift and generates a Skill Harvest table for review before any changes are applied.

How do I audit system skills and review changes before applying them?

You audit system skills by initiating a coherence pass that emits a Skill Harvest table. This table details required harmonization actions and enforces gated edits, requiring your explicit approval before applying any changes.

Can I automate post-action writes and planning reads without manual approval?

You can automate read and write lifecycles, but the system enforces gated edits for governance. It requires explicit user approval before applying any detected changes from the Skill Harvest table during a session-end audit.

What's the best way to maintain alignment across evolving system capabilities?

The best way to maintain alignment is using a bidirectional contract for read and write propagation. It coordinates subsystem updates and runs automated coherence passes to keep capabilities aligned with evolving intents.

Why does my system skill set lose alignment after automated subsystem updates?

Your system skill set loses alignment due to drift from uncoordinated post-action writes. Applying bidirectional contracts and running session-end audits prevents this by gating edits and harmonizing the skill set.