agent-conduct

Enforce governance rules preventing hard-coded agent references across squad workflows.

2|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/PlagueHO/plagueho.learn --skill agent-conduct-plagueho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-conduct
Source: https://github.com/PlagueHO/plagueho.learn/tree/main/.copilot/skills/agent-conduct
Command: npx skills add https://github.com/PlagueHO/plagueho.learn --skill agent-conduct-plagueho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shared hard rules enforced across all squad agents to ensure consistency and prevent duplication of governance logic.

Core Features & Use Cases

  • Centralized governance rules for all squad agents.
  • Prevents hard-coded references to specific agent names in tests, CI configurations, or product code.
  • Supports consistent peer reviews and compliance checks across teams.

Quick Start

Load this skill into the squad governance context and reference it during charter development and code reviews to apply the two hard rules.

Frequently Asked Questions about agent-conduct

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

FAQPage Schema
How do I enforce governance rules across multiple agents to prevent charter drift?

You can enforce governance rules across multiple agents by applying centralized hard rules during charter creation and code reviews, which prevents charter drift and ensures consistent behavior. This validates no agent-name dependencies exist.

What are hard rules in squad agent governance and when do I need them?

Hard rules in squad agent governance are universal compliance checks like the Product Isolation Rule and Peer Quality Check. You need them when managing multiple agents to prevent hard-coded references and ensure consistent peer reviews.

How do I prevent hard-coded agent name references in CI pipelines and tests?

To prevent hard-coded agent name references in CI pipelines and tests, implement automated validation checks that scan configurations and product code. This ensures no agent-name dependencies exist before merging.

Can I use centralized governance checks for peer reviews across different squads?

Yes, you can use centralized governance checks for peer reviews across different squads. The rules apply universally across any squad context to support consistent compliance checks and prevent duplicated governance logic.

How do I apply the Product Isolation Rule during charter development?

To apply the Product Isolation Rule during charter development, load the governance rules into the squad context and reference them. This implements the rule as a guardrail alongside the Peer Quality Check.