$git clone https://github.com/CrashBytes/claude-role-skillsClaude Code plugin with 7 role-based professional skills for software teams — Scrum Master, Product Owner, Product Manager, UX/UI Developer, InfoSec Engineer, DevOps Engineer, and Software Migration Engineer
| 1 | # Claude Role Skills |
| 2 | |
| 3 | A Claude Code plugin with 7 role-based professional skills and 14 slash commands for software teams. Each skill teaches Claude how to act as a specific team role with deep domain knowledge, structured workflows, and MCP integration support. |
| 4 | |
| 5 | ## Skills |
| 6 | |
| 7 | | Skill | Focus Areas | |
| 8 | |---|---| |
| 9 | | **scrum-master** | Sprint ceremonies, velocity tracking, impediment resolution, retrospective facilitation, burndown analysis | |
| 10 | | **product-owner** | User stories (INVEST), acceptance criteria, backlog management, prioritization (MoSCoW, RICE, WSJF), release planning | |
| 11 | | **product-manager** | Product strategy, roadmapping, market analysis (TAM/SAM/SOM), OKRs (AARRR), positioning, GTM | |
| 12 | | **ux-ui-developer** | Design systems, WCAG 2.1 AA accessibility, Nielsen's heuristics, responsive design, component architecture | |
| 13 | | **infosec-engineer** | Threat modeling (STRIDE/DREAD), OWASP Top 10, secure code review, incident response, compliance frameworks | |
| 14 | | **devops-engineer** | CI/CD (GitHub Actions, GitLab CI), Terraform, Docker/K8s, deployment strategies, monitoring (USE/RED), SLO/SLI | |
| 15 | | **software-migration-engineer** | Legacy assessment, 7 Rs of cloud migration, strangler fig, database migration, monolith decomposition | |
| 16 | |
| 17 | ## Commands |
| 18 | |
| 19 | | Command | Role | Description | |
| 20 | |---|---|---| |
| 21 | | `/sprint-plan` | Scrum Master | Plan a sprint with capacity, goals, and story selection | |
| 22 | | `/retro` | Scrum Master | Facilitate a sprint retrospective (5 formats) | |
| 23 | | `/standup` | Scrum Master | Run async daily standup and surface blockers | |
| 24 | | `/user-story` | Product Owner | Write user stories with acceptance criteria | |
| 25 | | `/backlog-prioritize` | Product Owner | Prioritize backlog using RICE, MoSCoW, or WSJF | |
| 26 | | `/prd` | Product Manager | Draft a product requirements document | |
| 27 | | `/roadmap` | Product Manager | Build a product roadmap with themes and milestones | |
| 28 | | `/accessibility-audit` | UX/UI Developer | Run a WCAG 2.1 AA accessibility audit | |
| 29 | | `/design-system` | UX/UI Developer | Design, initialize, or audit a component design system | |
| 30 | | `/threat-model` | InfoSec Engineer | Run STRIDE threat analysis with DREAD scoring | |
| 31 | | `/security-review` | InfoSec Engineer | Security review of code changes | |
| 32 | | `/pipeline` | DevOps Engineer | Generate a CI/CD pipeline (GitHub Actions or GitLab CI) | |
| 33 | | `/deploy-strategy` | DevOps Engineer | Plan a deployment strategy (blue-green, canary, rolling) | |
| 34 | | `/migrate` | Migration Engineer | Assess and plan a technology migration | |
| 35 | | `/legacy-audit` | Migration Engineer | Audit a legacy system for modernization readiness | |
| 36 | |
| 37 | ## Installation |
| 38 | |
| 39 | ```bash |
| 40 | /plugin install role-based-skills@claude-plugin-directory |
| 41 | ``` |
| 42 | |
| 43 | Or install directly from this repository: |
| 44 | |
| 45 | ```bash |
| 46 | /plugin install-from https://github.com/CrashBytes/claude-role-skills |
| 47 | ``` |
| 48 | |
| 49 | ## Usage |
| 50 | |
| 51 | Skills activate automatically based on your prompts: |
| 52 | |
| 53 | - "Help me plan our next sprint" → **scrum-master** |
| 54 | - "Write user stories for the checkout flow" → **product-owner** |
| 55 | - "Build a product roadmap for Q3" → **product-manager** |
| 56 | - "Review this component for accessibility" → **ux-ui-developer** |
| 57 | - "Threat model our authentication system" → **infosec-engineer** |
| 58 | - "Set up a CI/CD pipeline with GitHub Actions" → **devops-engineer** |
| 59 | - "Plan our migration from monolith to microservices" → **software-migration-engineer** |
| 60 | |
| 61 | Commands can be invoked directly: |
| 62 | |
| 63 | ``` |
| 64 | /sprint-plan 5-person team, 2-week sprint |
| 65 | /retro sailboat |
| 66 | /user-story checkout flow with guest checkout support |
| 67 | /threat-model src/auth/ |
| 68 | /pipeline github node |
| 69 | /migrate Express.js to Next.js |
| 70 | ``` |
| 71 | |
| 72 | ## MCP Integrations |
| 73 | |
| 74 | Every skill supports connecting to project management and DevOps tools via MCP servers. When connected, Claude can read real sprint data, create issues, update boards, and more. |
| 75 | |
| 76 | | Platform | MCP Server | Auth | |
| 77 | |---|---|---| |
| 78 | | Jira / Confluence | [atlassian/atlassian-mcp-server](https://github.com/atlassian/atlassian-mcp-server) | OAuth | |
| 79 | | Azure DevOps | [microsoft/azure-devops-mcp](https://github.com/microsoft/azure-devops-mcp) | PAT | |
| 80 | | GitHub | [github/github-mcp-server](https://github.com/github/github-mcp-server) | PAT | |
| 81 | | GitLab | [@modelcontextprotocol/server-gitlab](https://www.npmjs.com/package/@modelcontextprotocol/server-gitlab) | PAT | |
| 82 | | Linear | [@ibraheem4/linear-mcp](https://www.npmjs.com/package/@ibraheem4/linear-mcp) | API key | |
| 83 | | Trello | [@delorenj/mcp-server-trello](https://www.npmjs.com/package/@delorenj/mcp-server-trello) | API key | |
| 84 | | Pusher Channels | [Pusher MCP](https://registry.modelcontextprotocol.io/?q=pusher&all=1) | App credentials | |
| 85 | |
| 86 | See each skill's `references/integrations.md` for setup commands and role-specific actions. |
| 87 | |
| 88 | ## Structure |
| 89 | |
| 90 | ``` |
| 91 | claude-role-skills/ |
| 92 | ├── .claude-plugin/ |
| 93 | │ └── plugin.json # Plugin manifest |
| 94 | ├── commands/ |
| 95 | │ ├── sprint-plan.md # Scrum Master |
| 96 | │ ├── retro.md |
| 97 | │ ├── standup.md |
| 98 | │ ├── user-story.md # Product Owner |
| 99 | │ ├── backlog-prioritize.md |
| 100 | │ ├── prd.md # Product Manager |
| 101 | │ ├── |