Agent Plugins Marketplace
← All plugins

agentic-sdlc-codex-plugin

v0.14.0

A Codex plugin for contract-driven delivery, verified assessments, and visual project lineage.

CodexClaude Code4 Skills

By Antonio AntenoreLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 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 agentic-sdlc-codex-plugin for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agentic-sdlc-codex-plugin@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/aantenore/agentic-sdlc-codex-plugin

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

agentic-sdlc-codex-plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agentic-sdlc/SKILL.md
├── skills/agentic-sdlc-assessment/SKILL.md
├── skills/caveman/SKILL.md
└── skills/change-observatory/SKILL.md

Included Skills4

agentic-sdlcskills/agentic-sdlc/SKILL.md

Use this skill when a user wants to run a contract-driven agentic SDLC in Codex or Claude Code, initialize or maintain a shared project knowledge base, create SDLC phase contracts, split work into story-scoped parallel tracks, validate gates, capture decisions/tests/traces, or use the Agentic SDLC plugin in a software project.

agentic-sdlc-assessmentskills/agentic-sdlc-assessment/SKILL.md

Contextualize an existing software project and deliver an initial technical, functional, architecture, or product assessment through a proposal-bound Agentic SDLC workflow. Use for natural requests in any language such as "contextualize this project", "contestualizza questo progetto e prepara un assessment", "assess the architecture and project health", or requests for a verified assessment artifact in Markdown, Word, Excel, PDF, PowerPoint, HTML, JSON, or CSV.

cavemanskills/caveman/SKILL.md

Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

change-observatoryskills/change-observatory/SKILL.md

Open the Change Observatory bundled with this Agentic SDLC plugin in Codex or Claude Code to inspect a project's recorded requests, decisions, contracts, changes, tests, gates, and lineage. Use when the user asks to open, launch, show, inspect, or explain the visual SDLC history or project change observatory.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "agentic-sdlc-codex-plugin",
  "version": "0.14.0",
  "description": "A Codex plugin for contract-driven delivery, verified assessments, and visual project lineage.",
  "author": {
    "name": "Antonio Antenore",
    "url": "https://github.com/aantenore"
  },
  "homepage": "https://github.com/aantenore/agentic-sdlc-codex-plugin",
  "repository": "https://github.com/aantenore/agentic-sdlc-codex-plugin",
  "license": "MIT",
  "keywords": [
    "codex",
    "sdlc",
    "project-assessment",
    "technical-assessment",
    "agentic-development",
    "knowledge-base",
    "contracts"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Agentic SDLC",
    "shortDescription": "Guided assessments, pull requests, and local delivery for Codex.",
    "longDescription": "Agentic SDLC helps Codex understand an existing project, agree requirements and work briefs in plain language, implement and verify new or existing pull requests or local-only results, and open a local Change Observatory that explains the recorded delivery lineage.",
    "developerName": "Antonio Antenore",
    "category": "Productivity",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "capabilities": [
      "Read",
      "Write",
      "Automation"
    ],
    "defaultPrompt": [
      "Contextualize this project and prepare an initial technical assessment.",
      "Turn this new requirement into an agreed work brief, implement it, verify it, and open a new pull request.",
      "Continue this existing pull request, verify the requested changes, and update the PR without creating a new one.",
      "Build and verify this result only on my local machine. Do not push, open a pull request, deploy, or use production.",
      "Assess this project's architecture, risks, and priorities.",
      "Open the Change Observatory and explain this project's recorded delivery lineage."
    ],
    "brandColor": "#0EA5E9"
  }
}
.claude-plugin/plugin.json
{
  "name": "agentic-sdlc",
  "version": "0.14.0",
  "description": "Contract-driven delivery, verified assessments, and visual project lineage for Claude Code.",
  "author": {
    "name": "Antonio Antenore",
    "url": "https://github.com/aantenore"
  },
  "homepage": "https://github.com/aantenore/agentic-sdlc-codex-plugin",
  "repository": "https://github.com/aantenore/agentic-sdlc-codex-plugin",
  "license": "MIT",
  "keywords": [
    "sdlc",
    "project-assessment",
    "technical-assessment",
    "agentic-development",
    "knowledge-base",
    "contracts",
    "governance"
  ],
  "commands": "./commands/",
  "skills": "./skills/"
}

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

[agentic-sdlc-codex-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentic-sdlc-codex-plugin)