governance
v0.5.1Executive AI personas (incl. Repository Steward) and the governance establish/audit/migrate skills for agentic-governance adopters
By djjay01310 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 10, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install governance for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install governance-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/djjay0131/agentic-governanceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/audit/SKILL.md├── skills/establish/SKILL.md└── skills/migrate/SKILL.md
Included Skills3
Audit the current repo's compliance with agentic-governance - delta freshness, version pinning, repository layout and the two-plane rule, ADR coverage, orphan decisions, branch protection, label taxonomy (incl. gov-levels), PR level declarations, L0 allowlist format, steward activation consistency, governance checks, memory-bank currency. Produces a findings report; fixes only on request.
Onboard the current repo onto agentic-governance - declare the repository layout, create the governance delta (including L0 allowlist, platform-enforcement reality, steward activation status), install the two-plane routing rule into CLAUDE.md and AGENTS.md, and create the ADR system, GitHub templates, gov-level labels, branch protection, governance-checks wiring, and memory-bank note. Never activates steward merge authority.
Move a repo from the pre-v0.3 layout to the current one, preserving git history and existing content - relocate the governance delta, ADRs, specs, plans and memory bank into the declared control plane, rewrite every inbound reference, archive superseded material rather than deleting it, and land the moves and the version pin in one PR. Use when establish reports "Migration" and stops, or when a repo still keeps control-plane content under docs/.
Plugin manifests1
{
"name": "governance",
"description": "Executive AI personas (incl. Repository Steward) and the governance establish/audit/migrate skills for agentic-governance adopters",
"version": "0.5.1",
"author": {
"name": "djjay0131",
"email": "[email protected]"
},
"repository": "https://github.com/djjay0131/agentic-governance",
"keywords": [
"governance",
"adr",
"memory-bank",
"personas"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[governance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/governance-2)