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.