governance-setup

Generate governance artifacts like ADRs, quality gates, and mini-PRD templates.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill governance-setup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: governance-setup
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/governance-setup
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill governance-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Sets up governance artifacts and standards for large projects (Agent Teams governance) and Mini-PRD for small projects.

Core Features & Use Cases

  • Governance scaffolding: ADR templates, 5-phase execution plan, and governance mapping to execution gates.
  • Standalone operation: can run without external dependencies after governance completion.
  • Output-driven: produces documents like management/project-plan.md, ADR-*.md, and quality-gates.md, plus references to mini-prd and audit templates.

Quick Start

Run the governance-setup skill to initialize project governance artifacts and agent-team scaffolding.

Frequently Asked Questions about governance-setup

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

FAQPage Schema
How do I set up project governance and ADR templates for agent teams?▼

To set up project governance, you scaffold ADR templates, a 5-phase execution plan, and quality gates mapped to runtime checks. This generates artifacts like project-plan.md and ADR-*.md files to enforce standards across agent teams.

What is a mini-prd and when do I need it for small projects?▼

A mini-prd is a governance artifact used to define standards for small projects. You need it when scaling down large agent team governance frameworks to maintain lightweight execution workflows and documentation without full overhead.

How do you enforce governance quality gates in CI workflows?▼

Governance quality gates are enforced through a single-entry verification command that maps execution gates to actionable CI or runtime checks. This ties documents directly to automated validation within your execution workflow.

Does the governance scaffolding work without external dependencies?▼

Yes, the governance scaffolding operates standalone without external dependencies after governance completion. It independently produces quality-gates.md, ADR templates, and mini-prd references to validate your project architecture.

What is the best way to document architecture decisions for large project phases?▼

The best way to document architecture decisions is using ADR templates within a 5-phase execution plan. This maps governance roles and deliverables across phases, producing structured ADR-*.md files linked to runtime quality gates.