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
Use /plan-sdlc and /execute-plan-sdlc to decompose requirements into parallel task waves, then execute with adaptive intelligence.
Learn moreMulti-Dimension Review
/review-sdlc dispatches parallel subagents across custom review dimensions, deduplicates findings, and posts structured PR comments.
Learn moreShip with Confidence
From /commit-sdlc to /pr-sdlc to /version-sdlc — a complete git workflow with structured descriptions and semantic versioning.
Learn moreFull Orchestration
/ship-sdlc chains execute, commit, review, fix, version, and PR into a single automated pipeline with conditional review loops.
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
Code Review
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.
/setup-sdlc gitops Unified project setup — configures version, ship, review, and jira settings in one interactive flow.
Full Orchestration
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.