speckit-agent-governance-refresh

Synchronize repository agent governance into the active context file.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-agent-governance-refresh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-agent-governance-refresh
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-agent-governance-refresh
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-agent-governance-refresh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrated agent behavior can drift when repository governance is updated but the active context projection is not refreshed, causing inconsistent tool use and handoff behavior.

Core Features & Use Cases

  • Source-of-truth governance memory: Keeps .specify/memory/agent-governance.md as the authoritative repository-level agent behavior specification.
  • Managed projection into active context: Inserts or replaces a concise governance block in the resolved active context file between SPECKIT GOVERNANCE START/END markers.
  • Deterministic refresh with safe fallbacks: Uses a helper Python script when Python is available, otherwise performs a controlled manual managed-section update.

Quick Start

Run the refresh command in your Spec Kit project to project repository agent governance into the active agent context.

Frequently Asked Questions about speckit-agent-governance-refresh

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

FAQPage Schema
How do I synchronize agent governance context in a Spec Kit repository?

You synchronize agent governance context by projecting the authoritative repository governance memory from the .specify directory into the active context file, ensuring consistent policy enforcement and tool usage across agents.

What causes orchestrated agent behavior to drift during repository updates?

Orchestrated agent behavior drifts when repository governance is updated but the active context projection is not refreshed, leading to inconsistent tool use, constraint resolution, and handoff behavior across agents.

How do I update managed agent governance sections in AGENTS.md safely?

You update managed agent governance sections by inserting or replacing the block between SPECKIT GOVERNANCE START/END markers in the resolved context file, using a helper Python script or a controlled manual fallback if Python is unavailable.

Do I need Python to refresh repository agent governance context?

You do not need Python to refresh repository agent governance context. The refresh process uses a helper Python script when available, but safely falls back to a controlled manual managed-section update for the active context file.

When should I regenerate agent governance context for active integrations?

You should regenerate agent governance context whenever repository-level constraints, tool usage policies, or hand-off rules change, ensuring the active context projection accurately reflects the authoritative SPECIFY memory.