What problem does it solve? Modifying a multi-repository agent workflow (base repo plus operator repos linked via symlinks) risks breaking contracts, overriding the wrong layer, or desynchronizing linked components. This Skill enforces a mandatory pre-modification review process so every change to workflow files follows design constraints and compatibility rules. ## Core Features & Use Cases - Mandatory Trigger Gate: Any addition, modification, or deletion of workflow files (AGENTS.md, agents, skills, init.sh, or operator-repo overrides) must load this Skill first, including changes to the Skill itself. - Per-Target Modification Guides: Routes maintainers to dedicated references for editing workflow orchestration, pluggable plugins, virtual skills, fixed agents, or init scripts. - Contract & Compatibility Review: Provides a review checklist covering SOLID constraints, symlink consistency, plugin registration, silent-mode behavior, and backward compatibility of the distributed example/init.sh CLI contract. - Use Case: Before renaming a virtual skill in the base repo, load this Skill to verify the change against the contract compatibility clauses and run the post-modification self-check. ## Quick Start Before editing any workflow file, ask the AI to load the ops-direct-invoke-workflow-maintain skill and follow its modification guide for the target file type.