agentic-sdlc-codex-plugin
v0.14.0A Codex plugin for contract-driven delivery, verified assessments, and visual project lineage.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agentic-sdlc-codex-plugin@agent-plugin-marketplacePaste 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-pluginClone 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
├── .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
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.
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.
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.
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
{
"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"
}
}{
"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/"
}For maintainers
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)