Agent Plugins Marketplace
← All plugins

engineering-assurance

v0.4.1

Inventory assurance context and enter governed decision workflows.

CodexClaude Code

By Agent IXLicense: AGPL-3.0-or-later0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 24, 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 engineering-assurance for Codex and Claude Code

Installs for the current user
codex plugin marketplace add agent-ix/engineering-assurance
codex plugin marketplace upgrade engineering-assurance
codex plugin add engineering-assurance@engineering-assurance

Paste and run these commands in a terminal with Codex. They add and refresh the engineering-assurance catalog, then install this plugin.

Compatibility: the page URL and API slug “engineering-assurance” remain stable.

  • Codex: engineering-assurance@agent-plugin-marketplace → engineering-assurance@engineering-assurance

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/agent-ix/engineering-assurance

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

engineering-assurance/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "engineering-assurance",
  "version": "0.4.1",
  "description": "Inventory assurance context and enter governed decision workflows.",
  "author": {
    "name": "Agent IX",
    "url": "https://github.com/agent-ix"
  },
  "homepage": "https://github.com/agent-ix/engineering-assurance",
  "repository": "https://github.com/agent-ix/engineering-assurance",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "engineering-assurance",
    "quire-rs",
    "decision-workflows"
  ],
  "skills": "./engineering_assurance/skills/",
  "interface": {
    "displayName": "Engineering Assurance",
    "shortDescription": "Decision-boundary and evidence-authoring workflows.",
    "longDescription": "Inventory assurance context and prepare governed, human-owned engineering decisions.",
    "developerName": "Agent IX",
    "category": "Productivity",
    "capabilities": [
      "Skills",
      "Planning",
      "Review",
      "Write"
    ],
    "defaultPrompt": [
      "Inventory assurance needs for this repository.",
      "Prepare a bounded change-assurance decision.",
      "Review a measurement for promotion."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "engineering-assurance",
  "version": "0.4.1",
  "description": "Inventory assurance context and enter governed decision workflows.",
  "author": {
    "name": "Agent IX",
    "url": "https://github.com/agent-ix"
  },
  "homepage": "https://github.com/agent-ix/engineering-assurance",
  "repository": "https://github.com/agent-ix/engineering-assurance",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "engineering-assurance",
    "quire-rs",
    "decision-workflows"
  ],
  "skills": "./engineering_assurance/skills/"
}

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

[engineering-assurance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/engineering-assurance)