Rigour Governance Skills

Enforces meta-cognitive governance for AI coworking sessions with quality gates and checkpoints.

26|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/rigour-labs/rigour --skill rigour-governance-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Rigour Governance Skills
Source: https://github.com/rigour-labs/rigour/tree/main/packages/rigour-mcp/.claude-plugin
Command: npx skills add https://github.com/rigour-labs/rigour --skill rigour-governance-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides meta-cognitive governance tools to ensure AI agents remain aligned with engineering standards, project context, and brand identity during long-running coworking tasks.

Core Features & Use Cases

  • Quality Checkpoints: Record quality checkpoints during long-running agent execution to monitor drift and quality.
  • Agent Registration: Register agents in multi-agent sessions to claim task scope and detect conflicts.
  • Quality Gate Enforcement: Run all configured quality gates (Lint, Test, AST, etc.) before task completion.
  • Fix Packet Retrieval: Obtain detailed instructions on how to resolve detected violations.
  • Memory Persistence: Store critical instructions or project conventions for future reference.

Quick Start

Use the rigour_check skill to run all configured quality gates on the project.

Frequently Asked Questions about Rigour Governance Skills

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

FAQPage Schema
How do I enforce quality gates on AI agents during long-running coworking sessions?

You can enforce quality gates by registering AI agents and running configured checks like linting and tests before task completion. This ensures agents remain aligned with engineering standards and prevents quality drift during extended automated workflows.

What is meta-cognitive governance for AI agents and when do I need it?

Meta-cognitive governance is the process of monitoring and enforcing engineering standards, project context, and brand identity for AI agents. You need it during long-running coworking tasks where agents might drift from established quality conventions without automated oversight.

How do I manage agent registration and task scope in multi-agent sessions?

You can manage multi-agent sessions by registering each agent to claim a specific task scope. This registration process detects potential conflicts between agents and ensures clear boundaries are maintained throughout the coworking session.

Can I run lint, test, and AST quality gates automatically before an AI agent completes a task?

Yes, you can run all configured quality gates including lint, test, and AST checks automatically before task completion. The governance system executes these gates to identify violations and provides detailed fix packets for resolving any detected issues.

What's the best way to persist project conventions for future AI agent sessions?

The best way to persist project conventions is to use memory persistence features to store critical instructions and brand identity guidelines. This ensures future AI agent sessions automatically reference and align with established project standards without manual reconfiguration.