sdlc

sdlc is a plugin for Claude Code from artemnovichkov/skills. Its manifest loads nothing; the 1 skill, 8 commands, 1 agent, 1 hook it bundles cost 328 tokens per session together, scanned A, original, MIT.

A coding-agent add-on for an artifact-driven software lifecycle: intent, specification, plan, code, verification, review, and monitoring. Each stage is represented by a document committed to Git.

In plain words
What is it for?
Use it to plan and document changes, verify implementations, review them, evaluate agent configuration, and connect production monitoring to future work.
Why use it?
It gives software work a visible sequence and written handoffs, reducing the chance that requirements, checks, or review decisions remain only in a conversation.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Good fit Use it to plan and document changes, verify implementations, review them, evaluate agent configuration, and connect production monitoring to future work.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add artemnovichkov/skills/plugin install sdlc
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/artemnovichkov/skills

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

README.md
[![agentmods](https://agentmods.dev/badge/plugins/artemnovichkov/skills/sdlc/github.svg)](https://agentmods.dev/plugins/artemnovichkov/skills/sdlc)
Your own site
<a href="https://agentmods.dev/plugins/artemnovichkov/skills/sdlc"><img src="https://agentmods.dev/badge/plugins/artemnovichkov/skills/sdlc/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

Your own site · 80×15
<a href="https://agentmods.dev/plugins/artemnovichkov/skills/sdlc"><img src="https://agentmods.dev/badge/plugins/artemnovichkov/skills/sdlc.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 The manifest loads nothing itself; its 1 skill, 8 commands, 1 agent, 1 hook cost 328 tokens a session between them.
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 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 yesterday.

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.

skills/sdlc/.claude-plugin/plugin.json · 25 lines

What it actually says

{
  "name": "sdlc",
  "description": "Run an artifact-driven software lifecycle: intent -> spec -> plan -> code -> verify -> review -> monitor, with every stage committed to git",
  "version": "1.0.0",
  "author": {
    "name": "Artem Novichkov",
    "email": "[email protected]",
    "url": "https://artemnovichkov.com"
  },
  "keywords": [
    "sdlc",
    "planning",
    "spec",
    "workflow",
    "code-review",
    "evals",
    "governance"
  ],
  "license": "MIT",
  "commands": [
    "./commands/"
  ],
  "hooks": "./hooks/hooks.json"
}
Contents

What it installs

The manifest is a name and a version. 1 skill, 8 commands, 1 agent, 1 hook travel with it, and installing the plugin installs all of them — 328 tokens a session between them. Each is measured on its own page, and each can be installed alone.

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. yesterday First seen · 25 lines scan A b4078d68bd86

Subscribe to this mod's changes

sdlc is a plugin published in the GitHub repository artemnovichkov/skills (36 stars, last pushed yesterday), 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-09-07.

Related

Other plugins, from other repositories

instruction-placement

Routes agent-instruction content to the surface that loads it at the right moment. The audit skill sweeps a repository's instruction layer and its ordinary markdown for content whose scope is narrower than the surface carrying it — conventions keyed to one file type or one subtree sitting in an always-loaded CLAUDE.md.

melodic-software/claude-code-plugins · not measured

planning

Pre-implementation planning pipeline: chart a too-big, foggy effort as a decision map, diverge on candidate approaches, lock product intent and the engineering contract, route resolved domain language to the domain-driven-design glossary steward, explore the design space, stress-test adversarially, and produce a…

melodic-software/claude-code-plugins · not measured

crm

CRM and sales pipeline management for systemprompt.io. Tracks leads from first touch through conversion, manages deals and pipeline stages, drafts and sends emails via Resend API (human-approved, never automatic), produces daily sales strategy briefs, and logs every action as a falsifiable hypothesis. Includes…

systempromptio/systemprompt-marketplace · not measured

capstone

A collection of workflow skills for finishing, documenting, and publishing software projects.

tomoking2004/claude-plugins · not measured

moai-pm

A project-starting hub for Claude Cowork that interviews you about the work, reviews installed add-ons, and creates project-specific instructions, agents, and workflows. It is intended to help both developers and non-developers set up a project.

modu-ai/moai-cowork · not measured

comfyui-plugin

ComfyUI custom-node pack lifecycle - scaffold a pack, create + seed the repo, open the gitops adoption PR, publish to the Comfy Registry, and add README screenshots.

laurigates/claude-plugins · not measured