agent-conduct

Enforce centralized governance rules across squad agents during charter creation and code reviews.

7|Updated Oct 24, 2020
One-click install
npx skills add https://github.com/snow-jallen/HomeSpeaker --skill agent-conduct-snow-jallen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-conduct
Source: https://github.com/snow-jallen/HomeSpeaker/tree/main/.copilot/skills/agent-conduct
Command: npx skills add https://github.com/snow-jallen/HomeSpeaker --skill agent-conduct-snow-jallen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates two hard, cross-squad governance rules into a single, reusable skill to prevent policy drift and duplication across agent charters.

Core Features & Use Cases

  • Centralized rule enforcement: two hard rules are shared and loaded once to ensure consistency across all squads.
  • Guards against hardcoded references: prevents tests, CI configurations, and product logic from depending on specific squad names.
  • Quality checks and governance updates: promotes peer validation and an auditable history.

Quick Start

Enforce the shared governance rules across all squad agents by applying Product Isolation Rule and Peer Quality Check.

Frequently Asked Questions about agent-conduct

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

FAQPage Schema
How do I enforce shared governance rules across multiple squad agents?

To enforce shared governance rules across multiple squad agents, you can apply a centralized skill during charter creation and code reviews to prevent policy drift and ensure consistency.

What is the best way to prevent hardcoded agent names in CI configurations?

The best way to prevent hardcoded agent names in CI configurations is to apply centralized governance rules that guard product logic and tests from depending on specific squad names.

Can I use a single frontmatter entry point to load contextual rules into agent workflows?

Yes, you can use a single frontmatter-based entry point with a name and description for discovery, while loading a contextual body of governance rules directly into agent workflows.

How does peer-review governance work during CI and test reviews?

Peer-review governance works during CI and test reviews by triggering peer-quality checks that promote validation and maintain an auditable history of rule enforcement across squads.

Do I need centralized governance rules to prevent policy drift across agent charters?

Yes, you need centralized governance rules to prevent policy drift, as consolidating hard cross-squad rules into a single reusable skill ensures all agent charters remain consistent.