Project Governance gives AI agents a durable operating protocol for organizing files, preserving project context, tracking versions, and avoiding repeated mistakes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install project-governance
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install project-governance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Project Governance is an Openclaw Skills workflow for creating and maintaining a structured governance workspace around long-running AI-assisted projects. It combines project rules, an authoritative directory index, session handoffs, error lessons, version records, changelogs, and whitelist or blacklist registries so an AI agent can continue work accurately across sessions, models, or agents.
The skill turns project files into the execution authority instead of relying on platform memory or AI inference. It is designed for projects with scattered files, unclear final versions, undocumented decisions, repeated mistakes, or no consistent protocol for file discovery and parameter selection.
LESSONS.md.AGENTS.md with directory permission zones, autonomy levels, artifact placement requirements, and project-specific operating rules while preserving the universal governance rules.index.md, session_handoff.md, and LESSONS.md. Before generating or selecting parameters, inspect blacklist.json and whitelist.json.0.85 and never use entries marked permanent_ban: true.LESSONS.md, and document important decisions and version changes in CHANGELOG.md.session_handoff.md, refresh index.md for file changes, and leave a clear continuation point for the next agent or session.validate, index, and check to verify registry schemas, rebuild the file map, and confirm that required files and indexes are current.scripts/ and templates/ directories are available to the agent.python scripts/governance.py init --project-dir /path/to/project --project-name "My Project"
AGENTS.md for the project's directory zones, autonomy boundaries, artifact locations, and operating rules.python scripts/governance.py validate --project-dir /path/to/project
python scripts/governance.py index --project-dir /path/to/project
python scripts/governance.py check --project-dir /path/to/project
check reports a stale index, run index again and repeat check. If initialization fails because of an invalid path or permissions, report the exact failure and do not create a partial workspace.The workspace uses Markdown documents for human-readable governance and JSON registries for structured parameter metadata.
| File | Role and organization |
|---|---|
AGENTS.md |
Core protocol, authority levels, first-run instructions, permission zones, trust boundaries, and project customization rules |
index.md |
Authoritative directory map with clickable file links and short descriptions |
index_notes.json |
Structured notes supporting the generated directory index |
VERSIONS.md |
Stable version index with human judgments about authoritative or frozen versions |
LESSONS.md |
Error, correction, and prevention log for recurring AI mistakes |
session_handoff.md |
Current progress, unfinished work, decisions, and next steps for the next session |
CHANGELOG.md |
Decision history and project or version changes |
whitelist.json |
Verified parameter entries, including reusable confidence metadata such as scores |
blacklist.json |
Failed or prohibited parameter entries, including permanent_ban controls |
ARCHITECTURE.md |
System architecture reference |
PROJECT.md |
Project card containing high-level project context |
The CLI maintains four core operations: init scaffolds the workspace, validate checks registry schemas, index rebuilds the directory map and notes, and check verifies required files, registries, and index freshness. The resulting taxonomy separates protocol, location, state, lessons, versions, parameter safety, handoff, and decision history.
--force is used.templates/ and a single CLI adapter in scripts/governance.py.Loading
Harness Skill Generator guides you from an initial problem definition to a tested, stateful, multi-stage AI agent skill.

A secure Amazon Multi-Channel Fulfillment skill for quoting, previewing, creating, tracking, updating, and canceling outbound orders.

DeskCrew Board Owner lets you create and operate a USDC-funded bounty board where AI agents compete to answer questions and approved winners receive automatic on-chain payouts.

Resolve verified Google advertisers, retrieve their active ads, and inspect creative history with structured transparency data.

Danish Grocery Deals scrapes weekly supermarket catalogs, identifies exceptional bargains, and delivers organized alerts to your phone through ntfy.sh.

An automated Farsight post-production workflow that verifies source assets, creates localized subtitles, generates thumbnails, and organizes final deliverables.








































