Agent Plugins Marketplace
All plugins

agent-sdlc-harness

v3.0.0-alpha6

Provider-neutral, token-aware, evidence-driven SDLC harness for coding agents.

CodexClaude Code2 Skills1 MCP serverstdio

By Agent SDLC Harness ContributorsLicense: Apache-2.00 GitHub starsUpdated 23 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 31, 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 agent-sdlc-harness 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 agent-sdlc-harness@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/ThanhPham99/agent-sdlc-harness

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

agent-sdlc-harness/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/sdlc-orchestrator/SKILL.md
├── skills/sdlc-router/SKILL.md
└── .mcp.json

Included Skills2

sdlc-orchestratorskills/sdlc-orchestrator/SKILL.md

Run or resume the complete evidence-driven software lifecycle after routing. Enforces deterministic state, progressive context, budgets, least privilege, verification gates, artifact handoffs, review, release/deploy/observe, incident and maintenance workflows.

sdlc-routerskills/sdlc-router/SKILL.md

Use automatically, before planning/editing/tool use, for any request that changes, investigates, operates on, or ships a real software repository or system - features, bug fixes, debugging, incidents, tests, review, security, dependency/platform upgrades, database migrations, CI/CD, release, deployment, observability, maintenance, modernization, documentation and compliance work. Routes to exactly one SDLC workflow and hands control to sdlc-orchestrator. Generic programming Q&A, tutorials and standalone examples do not activate it.

MCP servers1

agent-sdlcstdio
command
node
args
${PLUGIN_ROOT}/runtime/mcp-server.mjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "agent-sdlc-harness",
  "version": "3.0.0-alpha6",
  "description": "Provider-neutral, token-aware, evidence-driven SDLC harness for coding agents.",
  "author": {
    "name": "Agent SDLC Harness Contributors"
  },
  "license": "Apache-2.0",
  "keywords": [
    "sdlc",
    "coding-agents",
    "testing",
    "security",
    "devops",
    "token-efficiency"
  ],
  "skills": "./skills/",
  "mcpServers": "./adapters/codex/.mcp.json",
  "interface": {
    "displayName": "Agent SDLC Harness",
    "shortDescription": "Evidence-driven end-to-end software delivery workflows",
    "longDescription": "Route and execute feature, bugfix, review, testing, security, release, incident, maintenance, upgrade and modernization work with bounded context, deterministic verification and durable artifacts.",
    "developerName": "Agent SDLC Harness Contributors",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Implement this feature using the SDLC workflow.",
      "Fix this bug with evidence-driven verification.",
      "Review this change for correctness and risk."
    ]
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "agent-sdlc-harness",
  "displayName": "Agent SDLC Harness",
  "version": "3.0.0-alpha6",
  "description": "Provider-neutral, token-aware, evidence-driven SDLC harness for software delivery and maintenance.",
  "author": {
    "name": "Agent SDLC Harness Contributors"
  },
  "keywords": [
    "sdlc",
    "coding-agents",
    "tdd",
    "review",
    "security",
    "devops",
    "token-efficiency"
  ],
  "license": "Apache-2.0",
  "skills": "./skills/",
  "commands": "./commands/",
  "agents": [
    "./adapters/common-scoped-investigator.md",
    "./adapters/common-independent-reviewer.md"
  ],
  "hooks": "./adapters/claude/hooks.json",
  "mcpServers": "./adapters/claude/.mcp.json"
}

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

[agent-sdlc-harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-sdlc-harness)