Automate Your SDLC
with Claude Code
10 skills for AI-driven code review, pull requests, planning, and releases — directly in your terminal.
/plugin marketplace add rnagrodzki/sdlc-marketplace /plugin install sdlc@sdlc-marketplace Plan & Execute
From Jira tickets to structured plans to parallel wave execution. The planning lane handles the full lifecycle of turning requirements into working code.
Learn moreReview Cycle
Initialize review dimensions, run multi-dimensional code reviews, and process feedback with dual critique gates that prevent blind acceptance.
Learn moreShip with Confidence
Smart commits, structured PRs with custom templates, and semantic versioning with changelogs. Every release artifact is consistent and traceable.
Learn moreFull Orchestration
One command runs the entire pipeline — execute, commit, review, fix, version, PR. Conditional loops handle review findings automatically.
Learn moreSpec-Driven Development
Combine OpenSpec specifications with SDLC execution. Propose changes, write delta specs, then plan and execute with spec compliance checks built in.
Learn moreAll Skills
User-invocable skills for automating your software development lifecycle. Each skill is a structured pipeline that runs inside Claude Code.
Planning & Execution
/plan-sdlc planning Decomposes requirements into classified tasks; dispatches a dynamic-dimension orchestrator for 4+ file scopes; enforces Contract concreteness (G18/R45), render-don't-narrate (G19/R46), Notes rationale-only (G20/R48), and self-contained code refs (G21/R51) in critique; annotates OpenSpec tasks.md with per-task back-pointers when `--from-openspec` is active.
/execute-plan-sdlc planning Orchestrates wave-based parallel plan execution with critique loops, spec compliance review, and automatic error recovery; flips OpenSpec tasks.md checkboxes in real time as waves complete.
Code Review
/review-sdlc review Dispatches parallel review subagents per dimension, deduplicates findings, and posts a consolidated comment to the PR.
/received-review-sdlc review Responds to code review feedback with a dual self-critique gate and configurable per-severity auto-apply, preventing blind implementation of incorrect suggestions.
/setup-sdlc review Unified project setup — configures version, ship, review, and jira settings in one interactive flow.
Git Operations
/commit-sdlc gitops Generates a commit message matching the project style, stashes unstaged changes automatically, and restores them after.
/pr-sdlc gitops Analyzes branch commits and diff to generate a structured PR description, then opens the PR via the GitHub CLI.
/version-sdlc gitops Manages the full semantic release workflow: version bump, annotated git tag, optional CHANGELOG entry, and push.
Full Orchestration
/ship-sdlc workflows Orchestrates the full shipping pipeline via a steps[]-based config: execute, commit, review, fix, version, and PR in one invocation.
/harden-sdlc workflows After a pipeline failure, analyzes hardening surfaces (guardrails, review dimensions, copilot instructions) and proposes user-approved edits that would catch the same class of failure earlier next time. Supports --from-issue to hydrate failure context from a tracked plugin-defect issue. Strengthen-only in v1.
How the Skills Connect
Skills compose into development lifecycle workflows — plan, review, ship. Hover any node to trace its connections across the system.
PLAN
REVIEW
Get Started in 3 Steps
-
Install the plugin
Add the marketplace and install the plugin directly from Claude Code. No npm, no config files — just two commands.
›/plugin marketplace add rnagrodzki/sdlc-marketplace›/plugin install sdlc@sdlc-marketplace -
Run your first skill
Start with
/plan-sdlc— describe what you want to build and let it decompose your requirements into a structured implementation plan with parallel task waves.›/plan-sdlc Add user authentication with OAuth2 and session management -
Explore the full toolkit
Browse all 10 skills or see the workflows to understand how they compose into a complete SDLC pipeline.