arozumenko

58 mods across 1 repository, 20 stars between them.

sdlc-skills

01

arozumenko/sdlc-skills

Plugin Claude Code

Plugin marketplace listing 53 plugins: sdlc-skills, ba, tech-lead, project-manager, python-dev.

20 5d ago A tokens not measured original MIT

sdlc-skills

02

arozumenko/sdlc-skills

Plugin Claude Code

A bundled software delivery lifecycle toolkit for Claude Code: role-based agents (BA, Tech Lead, PM, Python dev, JS dev, QA, Personal Assistant) and composable skills (bug-fix workflow, feature planning, feature implementation, project seeding, code review, TDD, and more). Use when orchestrating an AI development team.

20 5d ago A tokens not measured original MIT

arozumenko/sdlc-skills

Instructions file CodexOpenCode

Instructions for arozumenko/sdlc-skills, covering agents.md — sdlc skills, what's here, install — the recommended path, or pick everything and install — native plugin fallbacks.

20 5d ago A 1,247 tokens original MIT

arozumenko/sdlc-skills

Instructions file

Instructions for arozumenko/sdlc-skills, covering claude.md, what this repo is, commands, run a single test file and exercise the installer against a throwaway dir.

20 5d ago A 1,933 tokens original MIT

arozumenko/sdlc-skills

Instructions file Gemini CLI

Instructions for arozumenko/sdlc-skills, covering sdlc skills — gemini cli context, agents (personas), workflow skills, external skills — fallback install and using skills in conversation.

20 5d ago A 1,900 tokens original MIT

browser-verify

06

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when you need to run arbitrary JS in a page, inspect cookies/localStorage, check computed styles, emulate devices, or drive real mouse/keyboard events. Chrome DevTools Protocol browser automation with zero external dependencies.

20 5d ago A 47 tokens original MIT

code-review

08

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when the user asks to 'review this code', 'check my changes', 'review PR', 'audit' — and proactively after a non-trivial change or before opening, approving, or merging a PR, even unprompted. Reviews code for correctness, security, performance, and maintainability.

20 5d ago A 64 tokens original MIT

completing-a-task

09

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when a routed task has been implemented and the working code needs to be committed, pushed, PR'd, commented on the issue, and handed to a reviewer. The canonical task-handoff protocol; runs standalone or as the final phase of implement-feature.

20 5d ago A 57 tokens original MIT

git-workflow

10

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when the user asks to "commit", "create PR", "branch", "merge", "rebase", "cherry-pick", "tag", or otherwise manage git history. Guides disciplined git operations — branching, commits, PRs, and recovery.

20 5d ago A 57 tokens original MIT

implement-feature

11

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when the user says "implement", "build feature", "work on task", or once a plan or story is approved and you're about to start building. The end-to-end feature-implementation workflow; delegates the final handoff to completing-a-task.

20 5d ago A 54 tokens original MIT

issue-tracking

12

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when the user asks to 'create an issue', 'file a bug', 'check issues', 'update a ticket', 'create an epic', or anything about issue or ticket management. Creates, manages, and tracks issues in GitHub, Linear, or GitLab.

20 5d ago A 59 tokens original MIT

plan-feature

13

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when the user says "plan a feature", "design this", "how should we build", or before writing code for any non-trivial feature. Produces an approved task breakdown before implementation begins — plan first, build second.

20 5d ago A 50 tokens original MIT

playwright-testing

14

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when a manual-QA agent does live browser testing through the Playwright MCP server — exploring/profiling a web app or executing a web test case against a running app, with no test code generated. Web/PWA/hybrid targets; used by app-profiler and test-runner. Mobile native → use mobile-testing instead.

20 5d ago A 71 tokens original MIT

reproducing-issues

15

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when a bug is unclear or unconfirmed and needs reproduction before RCA or any fix. Turns a vague bug report into precise, repeatable steps with evidence and a CONFIRMED / CANNOT-REPRODUCE / PARTIAL verdict. Reproduction and documentation only — does not fix code.

20 5d ago A 66 tokens original MIT

root-cause-analysis

16

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when a bug has been reproduced or confirmed and needs its exact cause traced before a fix is proposed, or when the user says 'investigate issue'. Traces a bug to its exact cause in the codebase. Investigation only — reports the cause on the ticket; does not edit code.

20 5d ago A 64 tokens original MIT

screen-specs

17

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when screens need designing or documenting as reference a developer or agent can build from — "design the screens", "screen specs", "what should this screen look like", "turn the flows into designs", "document the UI", or when a flow map's nodes need to become actual screens. Produces standalone HTML pages showing…

20 5d ago A 160 tokens original MIT

seeding-a-project

18

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when the user asks to 'seed the project', 'onboard this repo', 'generate project config', 'create AGENTS.md', or after the scout has explored the codebase. Generates AGENTS.md and .agents/ configuration files for a new project.

20 5d ago A 58 tokens original MIT

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when asked to run a retrospective, mine past sessions, or improve the team from what already happened — turning prior Claude Code conversations and sub-agent sessions into proposed memory and workflow updates. Used by scout.

20 5d ago A 46 tokens original MIT

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when a TMS test case needs to become an automated test, or when automating a regression batch — "automate TC-NNN", "convert this case to Playwright", any flow from a manual case to green framework tests. Pluggable TMS (Zephyr/TestRail/Xray/Azure/markdown).

20 5d ago A 71 tokens original MIT

test-case-analysis

21

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when a TMS test case needs manual execution, selector discovery, or defect investigation before automation — "analyse SCRUM-T101", "run this case and emit an AFS", any pre-automation case exploration. Produces an Automation-Friendly Spec (AFS); does not write test code.

20 5d ago A 64 tokens original MIT

user-flow-maps

22

arozumenko/sdlc-skills

Skill Claude CodeCodex

Use when a user flow, journey, or screen-to-screen behaviour needs to become a visual flow map — "draw the flow", "make a flow map", "user flow diagram", "map the screens", "turn these journeys into diagrams", or when acceptance criteria need a picture reviewers can sign off on. Renders a spec of screens, decisions…

20 5d ago A 175 tokens original MIT

accessibility-audit

23

arozumenko/sdlc-skills

Skill Claude CodeCodex

Accessibility and WCAG compliance analysis, from the accessibility snapshot and visual review — flags issues automated axe-style scans miss.

20 5d ago A 28 tokens original MIT

content-seo-audit

24

arozumenko/sdlc-skills

Skill Claude CodeCodex

Content quality, copywriting, and SEO metadata analysis. Checks copy quality visually and page metadata (title, description, structured data) where observable.

20 5d ago A 35 tokens original MIT