AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "AgentGov — Copilot Instructions" prompt rules to my project. Repository: https://github.com/EdenNelson/AgentGov Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Copilot Instructions for AgentGov
Objective
Scan all governance rules in the repository and produce an ADR-0001 style suspect list identifying rules that are (a) invalid, (b) superseded, (c) conflicting, or (d) token-wasting.
Context
This is Session 1 of a four-session governance maintenance workflow documented in: • .github/adr/README.md — ADR workflow overview • GOVERNANCE_MAINTENANCE.md — Multi-session governance process • ADR-0001 — Master plan
Input
All governance and standards files in the repository: • STANDARDS_CORE.md • STANDARDS_ORCHESTRATION.md • STANDARDS_BASH.md • STANDARDS_POWERSHELL.md • GOVERNANCE_MAINTENANCE.md • .cursorrules • PERSONA.md and PERSONA_SCRIBE.md • CONSENT_CHECKLIST.md • SPEC_PROTOCOL.md • Any other governance-related files
Process
• Scan all governance files for rules and guidance that fall into these categories: • Invalid: Rules that refer to non-existent patterns, outdated frameworks, or impossible conditions • Superseded: Rules that overlap or are covered by other rules (deduplication opportunity) • Conflicting: Two or more rules that contradict each other • Token Waste: Rules that are overly verbose, redundant, or could be compressed without losing meaning • Build a suspect list with the following information for each candidate rule: • Rule/Section identifier (e.g., "STANDARDS_CORE.md §2.1") • Category (Invalid / Superseded / Conflicting / Token Waste) • Brief rationale (1-2 sentences) • Create an ADR document in .github/adr/ with: • Filename: 0002-<rule-area>-governance-review.md (e.g., 0002-standards-core-governance-review.md) • Status: Proposed • Date: Today's date (YYYY-MM-DD) • Context: Briefly describe the governance maintenance initiative • Decision: "Conduct governance review of [specific area] to identify problematic rules" • Suspect List: Table with Rule, Category, Rationale columns (see ADR_TEMPLATE.md for format)
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts