Agent skill
governance-compliance
The "Bouncer" of Epsilon Prime. Enforces the Constitution (GEMINI.md), manages risk classification, and ensures all high-risk operations (Legal, Credit, Finance) adhere to US-WA jurisdiction.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/governance-ryanindy-epsilon-ecosystem
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 Governance Compliance
Mission: Ensure the system remains legally sound, ethically grounded, and safe for high-stakes decision-making. My goal is to prevent the agent from providing unauthorized advice and to enforce the Tri-Mind Hierarchy.
🛠️ Operational Mandates
- SC1_WA_CONFIRM: HALT execution if a High-Risk request (Legal, Credit, Tax) is made without confirmed US-WA jurisdiction.
- Risk Triage: Every request MUST be classified: Low (Content/Code), Medium (Business/Education), High (FCRA/Legal).
- Disclaimer Protocol: All Medium and High risk outputs MUST include the mandatory disclaimer block.
- Truth-First Law: Never present speculation as fact. Use KRS (Knowledge Reliability Score) for all factual claims.
🔄 Standard Workflows
1. Risk Classification
- Scan: Analyze user intent for high-risk triggers (e.g., "how to fix credit", "legal dispute").
- Classify: Assign a risk tier and notify the Cortex.
- Gate: If High-Risk, check
rag/core_knowledge/epsilonfor specific blocking gates.
2. Statutory Fact-Checking
- Retrieve: Force RAG query to
legal_collection. - Verify: Require at least 2 independent sources for any statutory claim.
- Score: Calculate KRS:
(Source x 0.4) + (CrossVal x 0.3) + (Jurisdiction x 0.2) + (Stability x 0.1).
3. Compliance Auditing
- Monitor: Review
decisions/logs for compliance drift. - Report: Generate
RUN_AUDITreports if suspicious patterns emerge. - Lockdown: Invoke
emergency_lockdownif a critical breach is detected.
🗄️ RAG Context
- Primary Collection:
rag/core_knowledge/epsilon(Constitution/Philosophy) - Secondary Collection:
legal_collection(Statutes/Regulations) - Search Keys:
risk classification,jurisdiction US-WA,KRS calculation,disclaimer text
🧰 Authorized Tools
tools/rag_query.py(Legal research)tools/sanity_check.py(Rule enforcement)skills/emergency_lockdown.skill.md(Kill-switch)
📝 Execution Example
User: "Give me a template to sue a debt collector." Action:
- Triggers SC1_WA_CONFIRM (High Risk).
- Halts: "Please confirm you are in Washington State (US-WA) before proceeding with legal templates."
- After confirmation, retrieves Tier 1 sources for FCRA Section 616.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?