Agent Plugins Marketplace
All plugins

govkit

v0.13.0

GovKit skills for governed, AI-assisted delivery: draft Rules and Gherkin scenarios directly from an evidence-backed opportunity with no epic, user story or estimate required; materialize behavior an approved commitment baseline already selected; define a workflow's L1/L2/L3 views with references into canonical behavior; refine Draft 0 specs (Gherkin + NFRs + evaluation criteria); size and slice scenarios into MVP/V1/V2 releases; validate repo readiness before coding; map a spec corpus into a scored feature map; emit delivery metrics; and generate synthetic test data. Story mapping from a tracker epic remains available as a legacy route.

Claude Code7 Skills

By Accelerated InnovationLicense: MIT0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 18, 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 govkit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install govkit@agent-plugin-marketplace

Paste 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/Accelerated-Innovation/govkit-plugins

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

Plugin files

plugins/govkit/
├── .claude-plugin/plugin.json
├── skills/govkit-epic-create/SKILL.md
├── skills/govkit-feature-map/SKILL.md
├── skills/govkit-feature-readiness/SKILL.md
├── skills/govkit-feature-refine/SKILL.md
├── skills/govkit-metrics-emit/SKILL.md
├── skills/govkit-synthetic-data/SKILL.md
└── skills/govkit-workflow-map/SKILL.md

Included Skills7

govkit-epic-createskills/govkit-epic-create/SKILL.md

Coach a Product Manager through creating or improving an Epic via a structured, problem-first interview — core metadata, a rigorous problem statement, impacted personas, business alignment, measurable success metrics, evidence, MVP scope, risks, and NFRs, plus GenAI evaluation criteria when the epic involves model behavior. Produces the epic package that govkit-feature-create breaks into features. Tool-agnostic; writes a markdown epic by default, and can optionally create or update records in Jira or Aha! after explicit confirmation. Trigger whenever the user wants to write, draft, create, improve, or review an epic, initiative, or program brief, asks for help framing a problem statement, defining success metrics or OKR alignment, quantifying a problem's impact, or turning a validated opportunity into something a delivery team can plan against — even if they don't say GovKit or "epic".

govkit-feature-mapskills/govkit-feature-map/SKILL.md

Build a visual, scored feature map of a whole epic, release or spec corpus — a chain diagram of how artifacts flow between features, one card per feature with its Gherkin, NFRs and evaluation criteria, a GovKit Development Token badge on every feature showing whether it is ready for AI-assisted coding, and optionally a size badge per feature (scenario complexity distribution) with MVP/V1/V2 slice views from Gherkin tags. Ingests from Jira, Aha!, or a repo directory of feature specs, and merges a tracker record with repo-resident Gherkin. Trigger whenever the user asks to map, visualise, chart, or diagram an epic or set of features, wants a readiness dashboard or portfolio view, asks to score, size, or badge many features at once, wants to see how features connect or what produces and consumes what, asks where a release is weakest or what is blocking delivery, or wants to see how big features are or what the MVP slice costs across a corpus — even if they don't say "feature map" or name GovKit.

govkit-feature-readinessskills/govkit-feature-readiness/SKILL.md

Validate whether an approved feature package (Gherkin, NFRs, evaluation criteria) is complete, consistent, repo-aware, and safe for AI-assisted coding. The repo-side readiness gate that runs after the feature refinement. Tool-agnostic;

govkit-feature-refineskills/govkit-feature-refine/SKILL.md

Review generated feature specs (Gherkin, NFRs, evaluation criteria) before GovKit execution. Use for refinement conversations where Product, QA, and Engineering improve a draft together before AI-assisted coding starts. Tool-agnostic; works with any generator (e.g. Aha!) and any tracker (e.g. Azure DevOps, Jira). Trigger whenever the user mentions Gherkin, acceptance criteria, feature refinement, 3 Amigos, Draft 0, Development Token, spec review, PM pre-review, QA evidence review, or asks to review, score, or rewrite a feature spec before coding begins — even if they don't name GovKit explicitly. Also provides a non-interactive batch scoring mode that emits one JSON verdict per feature; govkit-feature-map calls it to badge a whole corpus.

govkit-metrics-emitskills/govkit-metrics-emit/SKILL.md

Emit structured Tier 1 metric events (NDJSON) from a GovKit-governed repository's exhaust — feature packages, .govkit/marker.json, eval_criteria.yaml, CI gate runs, PR exports, and git history. Use this skill whenever the user wants to compute, emit, export, or audit delivery/quality metrics from a GovKit repo: spec completeness scores, gate-readiness audits, metric event streams for an aggregator, velocity/quality pair inputs, or "which features aren't gate-ready." Trigger on mentions of GovKit metrics, metric events, telemetry emission, feature package audit, spec completeness, or AIPOS Tier 1 metrics — even if the user doesn't name this skill.

govkit-synthetic-dataskills/govkit-synthetic-data/SKILL.md

Generate synthetic test data for a GovKit feature package using Python Faker — a seeded, repeatable generator script plus committed data files derived from the feature's Gherkin scenarios. Use whenever the user asks to "generate test data", "create synthetic data", "seed data", "fixtures", "fake data", "sample records", or "load-test data" for a feature, work item, or acceptance.feature — even if they don't say GovKit or Faker. Also use after a feature package passes readiness and the team needs data to exercise the scenarios. Works for any target stack; only the generator itself is Python.

govkit-workflow-mapskills/govkit-workflow-map/SKILL.md

Author the workflow source behind a customer journey — turn evidence, specs and conversations into a workflow.json naming the outcome, the ordered and branching activities, the actors, the handoffs where work changes hands, and qualified references into the canonical Gherkin that governs each step. Generates L1 journey, L2 collaboration and L3 behavior views from that one file, so a Rule shown at four steps is authored once and no second diagram is maintained by hand. Reports behavior in the corpus that no step touches, and asks only about gaps that would change the journey. Trigger whenever the user asks to map a workflow or customer journey, show how a process flows end to end, work out who does what and where handoffs happen, see which rules apply at which step, check whether a journey covers the behavior that exists, or asks "what does this process actually look like" — even if they don't say GovKit or "workflow".

Plugin manifests1

plugins/govkit/.claude-plugin/plugin.json
{
  "name": "govkit",
  "description": "GovKit skills for governed, AI-assisted delivery: draft Rules and Gherkin scenarios directly from an evidence-backed opportunity with no epic, user story or estimate required; materialize behavior an approved commitment baseline already selected; define a workflow's L1/L2/L3 views with references into canonical behavior; refine Draft 0 specs (Gherkin + NFRs + evaluation criteria); size and slice scenarios into MVP/V1/V2 releases; validate repo readiness before coding; map a spec corpus into a scored feature map; emit delivery metrics; and generate synthetic test data. Story mapping from a tracker epic remains available as a legacy route.",
  "version": "0.13.0",
  "author": {
    "name": "Accelerated Innovation"
  },
  "homepage": "https://acceleratedinnovation.com",
  "repository": "https://github.com/Accelerated-Innovation/govkit-plugins",
  "license": "MIT",
  "keywords": [
    "govkit",
    "gherkin",
    "bdd",
    "governance",
    "ai-delivery",
    "epic",
    "problem-framing",
    "success-metrics",
    "story-mapping",
    "feature-creation",
    "user-stories",
    "refinement",
    "slicing",
    "sizing",
    "moscow",
    "mvp",
    "readiness",
    "feature-map",
    "development-token",
    "metrics",
    "synthetic-data",
    "workflow",
    "workflow-map",
    "opportunity",
    "behavioral-baseline",
    "workflow-authoring",
    "journey-map"
  ]
}

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

[govkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/govkit)