Agent Plugins Marketplace
All plugins

software-project-governance

v0.77.0

AI coding delivery trust layer for governance-aware coding agents. Tracks goals, evidence, risks, quality budgets, and release readiness without making broad runtime claims.

CodexClaude Code26 Skills

By peterwangzeLicense: UNLICENSED1 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
26 skill or MCP entries
Source updated
Aug 25, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add software-project-governance@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/peterwangze/software-project-governance

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

software-project-governance/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/code-review/SKILL.md
├── skills/design-review/SKILL.md
├── skills/main-workflow/SKILL.md
├── skills/okr/SKILL.md
├── skills/pr-faq/SKILL.md
├── skills/release-checklist/SKILL.md
├── skills/release-review/SKILL.md
├── skills/requirement-clarification/SKILL.md
├── skills/requirement-review/SKILL.md
├── skills/retro-meeting/SKILL.md
├── skills/retro-review/SKILL.md
├── skills/six-pager/SKILL.md
├── skills/software-project-governance/SKILL.md
├── skills/stage-architecture/SKILL.md
├── skills/stage-cicd/SKILL.md
├── skills/stage-development/SKILL.md
├── skills/stage-infra/SKILL.md
├── skills/stage-initiation/SKILL.md
├── skills/stage-maintenance/SKILL.md
├── skills/stage-operations/SKILL.md
├── skills/stage-release/SKILL.md
├── skills/stage-research/SKILL.md
├── skills/stage-selection/SKILL.md
├── skills/stage-testing/SKILL.md
├── skills/tech-review/SKILL.md
└── skills/test-review/SKILL.md

Included Skills26

code-reviewskills/code-review/SKILL.md

代码审查标准——审查流程、P0-P3分级、检查项。质量保障SKILL,可独立使用。

design-reviewskills/design-review/SKILL.md

设计审查——对技术选型、系统设计、ADR 进行独立审查。覆盖选型、基础设施、架构设计阶段。质量保障SKILL,由Reviewer Agent调用。

main-workflowskills/main-workflow/SKILL.md

软件项目治理总工作流入口——场景匹配、跨层调用协议。能力层入口SKILL。

okrskills/okr/SKILL.md

OKR模板——Google OKR+ByteDance公开透明。模板生成SKILL,可独立使用。

pr-faqskills/pr-faq/SKILL.md

PR/FAQ模板——Amazon Working Backwards文档。模板生成SKILL,可独立使用。

release-checklistskills/release-checklist/SKILL.md

发布检查清单——发布前验证、回滚确认。专项技能SKILL,可独立使用。

release-reviewskills/release-review/SKILL.md

发布审查——对发布就绪状态进行独立审查。覆盖CI/CD和发布阶段。质量保障SKILL,由Reviewer Agent调用。

requirement-clarificationskills/requirement-clarification/SKILL.md

需求澄清checklist——需求分析、边界确认。专项技能SKILL,可独立使用。

requirement-reviewskills/requirement-review/SKILL.md

需求审查——对立项和调研阶段的产出物进行独立审查。覆盖PR/FAQ、OKR、需求澄清报告、竞品分析。质量保障SKILL,由Reviewer Agent调用。

retro-meetingskills/retro-meeting/SKILL.md

复盘会议模板——目标回顾、结果评估、原因分析、经验沉淀。专项技能SKILL,可独立使用。

retro-reviewskills/retro-review/SKILL.md

复盘审查——对运营和复盘阶段的产出物进行独立审查。覆盖运营反馈、复盘报告、改进计划。质量保障SKILL,由Reviewer Agent调用。

six-pagerskills/six-pager/SKILL.md

6-Pager模板——Amazon Narrative结构化论证。模板生成SKILL,可独立使用。

software-project-governanceskills/software-project-governance/SKILL.md

软件项目治理工作流——加载后主 agent 即 Coordinator。用户入口:/governance(一条命令覆盖全部场景)

stage-architectureskills/stage-architecture/SKILL.md

架构设计——系统设计、模块拆分、技术评审。阶段子工作流,可独立使用。

stage-cicdskills/stage-cicd/SKILL.md

防护网与CI/CD——流水线、自动化、质量门控。阶段子工作流,可独立使用。

stage-developmentskills/stage-development/SKILL.md

开发实现——编码、单元测试、代码审查。阶段子工作流,可独立使用。

stage-infraskills/stage-infra/SKILL.md

环境搭建与基础设施——开发环境、仓库、基础CI。阶段子工作流,可独立使用。

stage-initiationskills/stage-initiation/SKILL.md

立项与目标定义——定义问题、目标、范围、成功标准。阶段子工作流,可独立使用。

stage-maintenanceskills/stage-maintenance/SKILL.md

维护与演进——Bug修复、规则更新、复盘。阶段子工作流,可独立使用。

stage-operationsskills/stage-operations/SKILL.md

运营与反馈——监控、反馈、优化。阶段子工作流,可独立使用。

stage-releaseskills/stage-release/SKILL.md

版本发布——发布计划、changelog、回滚方案。阶段子工作流,可独立使用。

stage-researchskills/stage-research/SKILL.md

调研与竞争分析——调查、竞品分析、可行性评估。阶段子工作流,可独立使用。

stage-selectionskills/stage-selection/SKILL.md

技术选型与方案预研——技术选型、PoC验证。阶段子工作流,可独立使用。

stage-testingskills/stage-testing/SKILL.md

测试与质量保障——集成、系统、性能、安全测试。阶段子工作流,可独立使用。

tech-reviewskills/tech-review/SKILL.md

技术评审checklist——架构评审、技术选型评审。质量保障SKILL,可独立使用。

test-reviewskills/test-review/SKILL.md

测试审查——对测试策略、测试计划、测试用例进行独立审查。覆盖测试阶段。质量保障SKILL,由Reviewer Agent调用。

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "software-project-governance",
  "version": "0.77.0",
  "description": "AI coding delivery trust layer for governance-aware coding agents. Tracks goals, evidence, risks, quality budgets, and release readiness without making broad runtime claims.",
  "author": {
    "name": "peterwangze",
    "url": "https://github.com/peterwangze"
  },
  "homepage": "https://github.com/peterwangze/software-project-governance",
  "repository": "https://github.com/peterwangze/software-project-governance",
  "license": "UNLICENSED",
  "keywords": [
    "ai-coding",
    "delivery-trust",
    "governance",
    "evidence",
    "risk-management",
    "release-readiness",
    "quality-gates",
    "code-review",
    "agent-workflow"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Software Project Governance",
    "shortDescription": "AI coding delivery trust layer for evidence-backed project delivery.",
    "longDescription": "Software Project Governance helps coding agents keep delivery work aligned with project goals, evidence, risk posture, quality budgets, and release gates. It is designed to make governance state reviewable and conservative about runtime support, including degraded or blocked agent environments.",
    "developerName": "peterwangze",
    "category": "Development",
    "capabilities": [
      "Governance state tracking",
      "Evidence-backed delivery records",
      "Risk and decision logging guidance",
      "Quality budget and release gate checks",
      "Agent team coordination boundaries"
    ],
    "defaultPrompt": [
      "Set up governance for this repository and summarize the current delivery state.",
      "Check whether this release is ready using evidence, risks, quality budgets, and gates.",
      "Review this task for goal alignment, missing evidence, and overclaimed runtime support."
    ],
    "websiteURL": "https://github.com/peterwangze/software-project-governance",
    "brandColor": "#2563EB",
    "logo": ".codex-plugin/assets/logo.svg",
    "composerIcon": ".codex-plugin/assets/composer-icon.svg",
    "screenshots": [
      ".codex-plugin/assets/governance-preview.svg"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "software-project-governance",
  "version": "0.77.0",
  "description": "AI coding delivery trust layer for governance-aware coding agents. Tracks goals, evidence, risks, quality budgets, and release readiness without making broad runtime claims.",
  "author": {
    "name": "peterwangze",
    "url": "https://github.com/peterwangze"
  },
  "homepage": "https://github.com/peterwangze/software-project-governance",
  "repository": "https://github.com/peterwangze/software-project-governance",
  "license": "MIT",
  "keywords": [
    "ai-coding",
    "delivery-trust",
    "governance",
    "evidence",
    "risk-management",
    "release-readiness",
    "quality-gates",
    "code-review",
    "agent-workflow"
  ],
  "assets": {
    "logo": "assets/logo.svg",
    "composerIcon": "assets/composer-icon.svg",
    "screenshots": [
      "assets/governance-preview.svg"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[software-project-governance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/software-project-governance)