Agent Plugins Marketplace
All plugins

sdlc-workflow

v1.0.0

Reusable SDLC workflow: Jira-to-GitLab autopilot, trunk-based conventions, and review gates for AI coding agents.

CodexClaude Code2 Skills

By aniketshukla1License: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 20, 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 sdlc-workflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add aniketshukla1/sdlc-workflow
codex plugin marketplace upgrade sdlc-workflow
codex plugin add sdlc-workflow@sdlc-workflow

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

Compatibility: the page URL and API slug “sdlc-workflow” remain stable.

  • Codex: sdlc-workflow@agent-plugin-marketplacesdlc-workflow@sdlc-workflow

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/aniketshukla1/sdlc-workflow

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

sdlc-workflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/jira-autopilot/SKILL.md
└── skills/mr-review/SKILL.md

Included Skills2

jira-autopilotskills/jira-autopilot/SKILL.md

End-to-end Jira-to-GitLab autopilot for one issue. Use when the user pastes a Jira key, or a Jira summary plus description, and wants the full flow handled. Use when starting work on a Jira issue, when creating a Jira issue from scratch, or before any spec, plan, build, or MR step on Jira-linked work.

mr-reviewskills/mr-review/SKILL.md

Hard pre-merge review of a colleague MR judged against its Jira issue. Use when reviewing another person's merge request, when asked to review an MR, or before approving any MR for merge. Use when you need Jira acceptance-criteria traceability plus five-axis gates before anything merges.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "sdlc-workflow",
  "version": "1.0.0",
  "description": "Reusable SDLC workflow: Jira-to-GitLab autopilot, trunk-based conventions, and review gates for AI coding agents.",
  "author": {
    "name": "aniketshukla1"
  },
  "homepage": "https://github.com/aniketshukla1/sdlc-workflow",
  "repository": "https://github.com/aniketshukla1/sdlc-workflow",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "SDLC Workflow",
    "shortDescription": "Jira-to-MR autopilot: clarify, branch, spec, plan, build, verify, publish.",
    "longDescription": "SDLC Workflow packs a jira-autopilot orchestrator skill plus an mr-review gate, Jira/GitLab trunk conventions, and lifecycle command wrappers for Claude, Codex, Gemini, Cursor, OpenCode, Copilot, Kiro, Windsurf, and Antigravity. Upstream engineering skills (spec, plan, TDD, review, ship) install separately via addyosmani/agent-skills.",
    "developerName": "aniketshukla1",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Take this Jira issue end to end: clarify, branch, spec, plan, build, verify, publish, open the MR",
      "Review this MR against its Jira acceptance criteria"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "sdlc-workflow",
  "version": "1.0.0",
  "description": "Reusable SDLC workflow: Jira-to-GitLab autopilot, trunk-based conventions, and review gates for AI coding agents.",
  "author": {
    "name": "aniketshukla1"
  }
}

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

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