agent-conduct

Enforces universal hard rules for all squad agents via a shared SKILL.md.

49|6|Updated Aug 24, 2021
One-click install
npx skills add https://github.com/webmaxru/bpm-counter --skill agent-conduct-webmaxru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-conduct
Source: https://github.com/webmaxru/bpm-counter/tree/main/.copilot/skills/agent-conduct
Command: npx skills add https://github.com/webmaxru/bpm-counter --skill agent-conduct-webmaxru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates and enforces universal hard rules for all squad agents, eliminating duplication and inconsistencies.

Core Features & Use Cases

  • Shared hard rules: Product Isolation Rule and Peer Quality Check, loaded once for all squads.
  • Anti-patterns: Avoid hardcoding agent names in tests, CI configs, or product logic; use clearly fake fixtures where needed, and keep history.md updated after learning from mistakes.
  • Use Case: Governance across code, tests, and documentation to maintain consistent agent behavior.

Quick Start

Ensure all squad agents follow the two hard rules defined in this skill.

Frequently Asked Questions about agent-conduct

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

FAQPage Schema
How do I enforce consistent governance rules across multiple development squads?

Enforce consistent agent governance by defining hard rules in a single shared SKILL.md file, ensuring all squads load the exact same Product Isolation and Peer Quality Check constraints.

What are common anti-patterns for AI agents in CI workflows and code reviews?

Common anti-patterns in CI workflows and code reviews include hardcoding agent names in tests or product logic, failing to use clearly fake fixtures, and neglecting to update history.md after mistakes.

How do I stop agents from hardcoding names in tests and CI configurations?

To stop agents from hardcoding names in tests and CI configurations, apply governance rules that explicitly ban this anti-pattern and mandate the use of clearly fake fixtures instead.

Can I use a single shared skill for both charter drafting and governance audits?

Yes, you can use a single shared skill for charter drafting and governance audits, as it loads universal hard rules once to maintain consistent agent behavior across all squad workflows.

Why do I need a universal rule set for squad agent governance?

You need a universal rule set for squad agent governance to eliminate duplication and resolve inconsistencies that arise when different squads attempt to manage their own isolated compliance constraints.