Agent Plugins Marketplace
All plugins

universal-repo-audit-backlog-architect

v1.0.0

Deeply inspect any repository from the ground up, determine its true current state, audit across 14 engineering and product domains, and construct a mature, prioritized, dependency-aware repository backlog of execution-ready tracker Issues without modifying application code.

Codex

By Mamdouh AboammarLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 4, 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 universal-repo-audit-backlog-architect for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add universal-repo-audit-backlog-architect@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/imMamdouhaboammar/universal-repo-audit-backlog-architect

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is universal-repo-audit-backlog-architect-codex-plugin/.

Plugin files

universal-repo-audit-backlog-architect-codex-plugin/
└── .codex-plugin/plugin.json

Plugin manifests1

universal-repo-audit-backlog-architect-codex-plugin/.codex-plugin/plugin.json
{
  "name": "universal-repo-audit-backlog-architect",
  "version": "1.0.0",
  "description": "Deeply inspect any repository from the ground up, determine its true current state, audit across 14 engineering and product domains, and construct a mature, prioritized, dependency-aware repository backlog of execution-ready tracker Issues without modifying application code.",
  "author": {
    "name": "Mamdouh Aboammar",
    "url": "https://github.com/imMamdouhaboammar"
  },
  "homepage": "https://github.com/imMamdouhaboammar/universal-repo-audit-backlog-architect",
  "repository": "https://github.com/imMamdouhaboammar/universal-repo-audit-backlog-architect",
  "license": "MIT",
  "keywords": [
    "codex",
    "chatgpt",
    "repository-audit",
    "backlog-architect",
    "dag",
    "issue-tracker",
    "software-architecture",
    "code-review",
    "security-audit"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Universal Repository Audit & Backlog Architect",
    "shortDescription": "First-principles repo audit & DAG backlog creation across 14 domains",
    "longDescription": "Deeply inspect any repository from the ground up, determine its true current state, audit across 14 engineering and product domains, and construct a mature, prioritized, dependency-aware repository backlog of execution-ready tracker Issues without modifying application code.",
    "developerName": "Mamdouh Aboammar",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/imMamdouhaboammar/universal-repo-audit-backlog-architect",
    "defaultPrompt": [
      "Inspect this repository deeply from first principles and build a mature, prioritized backlog of execution-ready issues.",
      "Triage repository health across the 14 engineering domains and generate a dependency-linked issue graph.",
      "What are the most critical bugs, architecture flaws, and missing product features in this codebase? Create tracker issues instead of editing code."
    ],
    "composerIcon": "./assets/plugin-mark.svg",
    "logo": "./assets/plugin-mark.svg"
  }
}

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

[universal-repo-audit-backlog-architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/universal-repo-audit-backlog-architect)