Enforce SDLC compliance across your project with scaffolding, auditing, CI/CD pipeline configuration, code quality enforcement, and security scanning — all coordinated through agents and hooks.
Initialize a new project with SDLC-compliant structure. Creates required files, configures build system, sets up CI/CD, and establishes quality tooling.
Run SDLC compliance check against the current project. Validates build system, code quality, testing, CI/CD, security, documentation, VCS, and release configurations.
CI/CD pipeline architect specializing in workflow configuration, job orchestration, and pipeline optimization. Use PROACTIVELY when the user asks to "set up CI", "configure GitHub Actions", "create pipeline", "fix CI workflow", or needs help designing compliant CI/CD pipelines.
Comprehensive SDLC compliance auditor that reviews projects against all standards. Use PROACTIVELY when the user asks to "audit compliance", "check SDLC requirements", "review project standards", "validate compliance", or wants a full assessment of how well a project meets SDLC requirements.
Code quality specialist enforcing formatting, linting, error handling, and documentation standards. Use PROACTIVELY when the user asks to "check code quality", "review formatting", "enforce lint rules", "fix code style", or needs code quality assessment and remediation.
Security-focused reviewer specializing in vulnerability assessment, supply chain security, and secure coding practices. Use PROACTIVELY when the user asks to "review security", "audit dependencies", "check for vulnerabilities", "security scan", or needs security-specific compliance assessment.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub zircote-plugins/sdlc-qualityBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Software Development Lifecycle standards and requirements plugin for AI coding assistants.
Plugin Name:
sdlc
This plugin provides comprehensive SDLC standards guidance that works with any AI coding assistant (Claude, Gemini, Codex, Copilot, OpenCode, etc.). It codifies project quality requirements across the entire software development lifecycle.
This repository provides SDLC skills that work with multiple AI coding assistants:
| Interface | Use Case | Installation |
|---|---|---|
| GitHub Copilot | Automated skill enforcement via coding agent | Skills auto-loaded from .github/skills/ |
| Claude Code Plugin | Interactive skill guidance & commands | claude plugins add |
| GitHub Action | CI/CD enforcement without AI agent | uses: zircote/sdlc-quality@v1 |
Recommended: Use GitHub Copilot coding agent with these skills for AI-powered SDLC compliance.
Install the SDLC skills in your project for GitHub Copilot coding agent:
# Clone the skills into your project
git clone --depth 1 https://github.com/zircote/sdlc-quality.git /tmp/sdlc
cp -r /tmp/sdlc/.github/skills .github/skills
rm -rf /tmp/sdlc
Or add as a git submodule:
git submodule add https://github.com/zircote/sdlc-quality.git .github/sdlc-quality
ln -s sdlc-quality/.github/skills .github/skills
Once installed, GitHub Copilot coding agent will automatically use these skills when running SDLC audits in your workflows.
Workflow example:
# .github/workflows/sdlc-audit.yml
name: SDLC Audit
on:
issues:
types: [assigned]
jobs:
audit:
if: contains(github.event.issue.labels.*.name, 'sdlc-audit')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Copilot coding agent uses .github/skills/ automatically
Assign the sdlc-audit label to an issue and Copilot will run the compliance audit using these skills.
For CI/CD enforcement without Copilot:
# .github/workflows/sdlc.yml
name: SDLC Compliance
on: [pull_request, push]
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: zircote/sdlc-quality@v1
with:
domains: "all"
fail-on-error: "true"
See GitHub Actions Integration for full documentation.
Install for interactive SDLC guidance:
claude plugins add github:zircote/sdlc-quality
Use slash commands:
/sdlc:check # Run compliance check with remediation help
/sdlc:init # Initialize SDLC-compliant project structure
# Run comprehensive compliance check
/sdlc:check
Output:
SDLC Compliance Report
Signal Intelligence - Comprehensive market research toolkit with report generation, GitHub issue creation, and trend-based analysis using three-valued logic
Multi-agent orchestration for Claude Code. Coordinate teams of agents with shared tasks, messaging, and 7 proven patterns including RLM for large-file analysis beyond context limits.
Complete lifecycle management for Architectural Decision Records (ADRs): create, update, supersede, search, audit compliance, and export
Comprehensive documentation management: review, create, update, and maintain high-quality documentation with Diataxis framework support
Automated hook-driven test framework generator for Claude Code projects. Scaffolds complete test infrastructure including commands, hooks, runner scripts, and test definitions into target projects.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification