A Claude Code plugin marketplace for AI-assisted SDLC workflow skills.
This repository hosts reusable skills that help engineers set up projects, plan features, implement tasks, and verify pull requests with full Jira traceability. Any project can install these skills via Claude Code's plugin system.
AI-assisted SDLC workflow skills for setting up projects, planning features, implementing tasks, and verifying pull requests:
-
setup — Set up or update the Project Configuration in your CLAUDE.md for use with sdlc-workflow skills.
-
define-feature — Interactively define a Jira Feature by walking through all description template sections and creating the issue.
-
plan-feature — Convert a Jira feature into an implementation plan with structured Jira tasks. Analyzes repositories using Serena LSP, builds an impact map, and creates linked Jira tasks.
-
implement-task — Implement a Jira task by reading its structured description, modifying code, running tests, committing, opening a PR, and updating Jira.
-
verify-pr — Verify a PR against its Jira task's acceptance criteria and deterministic guardrails.
/plugin marketplace add mrizzi/sdlc-plugins
/plugin install sdlc-workflow
This copies the plugin's skills into your project, making them available as slash commands.
/sdlc-workflow:setup
This interactively populates the required Project Configuration in your project's CLAUDE.md (repository registry, Jira settings, and code intelligence).
For the skills to work with your project, your project's CLAUDE.md must implement the Project Configuration Contract.
The contract requires three sections in your CLAUDE.md:
- Repository Registry — maps repos to Serena instances and local paths
- Jira Configuration — project key, cloud ID, issue type IDs
- Code Intelligence — Serena tool naming and per-instance limitations
See docs/project-config-contract.md for the full specification and a complete example.
- Methodology — Core principles and SDLC phases
- Workflow — Execution workflow (plan, implement, verify) and skill invocation
- Tools — MCP server catalog (Jira, Figma, Serena)
- Conventions Spec — Cross-repo workflow conventions and per-repo template reference
- Constraints — Deterministic rules for agent behavior
- Project Configuration Contract — Project Configuration contract for CLAUDE.md
- Metrics — Workflow metrics and measurement
- Releasing — Release process and changelog
- Architecture Template — Template for documenting your project's architecture
- Conventions Template — Template for documenting your project's coding conventions
Apache-2.0. See LICENSE.