sdlc-marketplace

sdlc-marketplace is a plugin for Claude Code from AratKruglik/claude-sdlc. Its token cost is not measured, scanned A, original, MIT.

A marketplace plugin that assembles AI-assisted software-development workflows for Claude Code across different technology stacks. A stack profile tells the shared workflow how a particular framework or language is handled.

In plain words
What is it for?
Use it to run software-development pipelines with optional add-ons for brainstorming, test-driven development (writing tests to guide implementation), completion checks, and OWASP security review.
Why use it?
It provides one place to coordinate development, testing, architecture, and optional security checks across multiple stacks.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions Claude Code.

Good fit Use it to run software-development pipelines with optional add-ons for brainstorming, test-driven development (writing tests to guide implementation), completion checks, and OWASP security review.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add AratKruglik/claude-sdlc/plugin install sdlc-marketplace
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/AratKruglik/claude-sdlc

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sdlc-marketplace

README.md
[![agentmods](https://agentmods.dev/badge/plugins/aratkruglik/claude-sdlc/marketplace/github.svg)](https://agentmods.dev/plugins/aratkruglik/claude-sdlc/marketplace)
Your own site
<a href="https://agentmods.dev/plugins/aratkruglik/claude-sdlc/marketplace"><img src="https://agentmods.dev/badge/plugins/aratkruglik/claude-sdlc/marketplace/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sdlc-marketplace

Your own site · 80×15
<a href="https://agentmods.dev/plugins/aratkruglik/claude-sdlc/marketplace"><img src="https://agentmods.dev/badge/plugins/aratkruglik/claude-sdlc/marketplace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

sdlc-marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "sdlc-marketplace",
  "version": "1.5.0",
  "description": "Multi-stack AI-assisted SDLC pipelines for Claude Code. Stack Provider Pattern: core owns the pipeline, framework plugins register themselves via stack.md profiles.",
  "owner": {
    "name": "Oleksii Kruhlyk",
    "url": "https://github.com/AratKruglik"
  },
  "plugins": [
    {
      "name": "superpowers",
      "source": {
        "source": "url",
        "url": "https://github.com/obra/superpowers.git"
      },
      "description": "Runtime dependency. Enables richer reasoning in BA (brainstorming), QA (test-driven-development), and all architect agents (verification-before-completion). Pipeline degrades gracefully without it."
    },
    {
      "name": "security-guidance",
      "source": {
        "source": "git-subdir",
        "url": "https://github.com/anthropics/claude-plugins-official.git",
        "path": "plugins/security-guidance"
      },
      "description": "Optional external dependency (official Anthropic). Hooks-based in-session security review: per-edit pattern match, end-of-turn diff review, commit review. Pipeline runs without it; the security phase still does full OWASP."
    },
    {
      "name": "frontend-design",
      "source": {
        "source": "git-subdir",
        "url": "https://github.com/anthropics/claude-plugins-official.git",
        "path": "plugins/frontend-design"
      },
      "description": "Optional external dependency (official Anthropic). Design guidance for the frontend architects (react, vue, angular, react-native, inertia-*). Raw generation converges on generic AI aesthetics regardless of model tier — this is the fix for that, not a bigger model. Pipeline runs without it."
    },
    {
      "name": "sdlc",
      "source": "./plugins/sdlc",
      "description": "Universal SDLC orchestrator with auto-discovery of stack providers. Provides pipeline-orchestrator skill plus 5 cost-tiered default agents (BA Opus/high, Dev Sonnet/medium, QA Sonnet/med

Read the full file on GitHub · 158 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed 35cb195b356e
  2. 10d ago First seen · 158 lines scan A 574c6e8a783d

Subscribe to this mod's changes

sdlc-marketplace is a plugin published in the GitHub repository AratKruglik/claude-sdlc (33 stars, last pushed 5d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.