volodchenkov/claude-sdlc-agents
Plugin Claude Code
SDLC workflow agents and skills for Plane Conductor.
volodchenkov/claude-sdlc-agents
Plugin Claude Code
SDLC workflow agents and skills for Plane Conductor.
volodchenkov/claude-sdlc-agents
Plugin Claude Code
SDLC workflow agents and skills for Plane Conductor — BABOK, C4, DDD, ISTQB, OWASP, WCAG-grounded.
volodchenkov/claude-sdlc-agents
Instructions file
Instructions for volodchenkov/claude-sdlc-agents, covering claude code rules for this repo, release / version bump, pr workflow, git safety and memory hygiene.
volodchenkov/claude-sdlc-agents
Agent
API Tester agent. Use when backend code (CHANGES from a backend developer) is ready and the REST API needs system-level testing — endpoint behaviour, status codes, idempotency, multitenancy, performance smoke. Designs test cases per ISTQB Foundation framework.
volodchenkov/claude-sdlc-agents
Agent
Architect agent. Use when SPEC is ready by the system-analyst and needs an ARCHREVIEW — service boundaries, multitenancy, performance, transactions, integration security, migrations, ADR governance, traceability validation. Produces verdict APPROVED / CHANGESREQUIRED.
volodchenkov/claude-sdlc-agents
Agent
Business Analyst agent. Use when a new product task arrives in Plane and requirements need to be elicited from the initiator and structured into the root issue description per BABOK v3 framework.
volodchenkov/claude-sdlc-agents
Agent
UX/UI Designer agent. Two modes — Mode A (Design brief): produce UX flow + Figma frame inventory before frontend coding. Mode B (UX review): verify frontend implementation matches design intent. Follows Nielsen heuristics + WCAG 2.1 + platform conventions.
volodchenkov/claude-sdlc-agents
Agent
DevOps / Cloud Infrastructure engineer. Use when SPEC is approved by the architect and infrastructure code needs to be written — OpenTofu modules, Argo CD apps, Crossplane compositions, GitLab CI pipelines for infra, YC resource provisioning, k8s cluster bootstrap, tenant onboarding. Never applies changes to prod…
volodchenkov/claude-sdlc-agents
Agent
Django/DRF backend developer. Use when SPEC is approved by the architect and Django code needs to be written — models, views, serializers, Celery tasks, migrations.
volodchenkov/claude-sdlc-agents
Agent
Personal PM with extended functions. Routine across Plane, GitHub, GitLab, kubectl (read), helm (read or with confirmation). Triages each request into "fix it myself" / "file in Plane and run the pipeline" / "clarify first" before acting. Every state-changing action requires the user's explicit approval.
volodchenkov/claude-sdlc-agents
Agent
Prompt Architect. Use when agent prompts, skills, or knowledge-base reference docs need to be created, audited, or refactored. Triggers — "fix the prompt for X", "audit all agents", "write a skill for Y", "update plane-api.md".
volodchenkov/claude-sdlc-agents
Agent
React Developer agent. Use when SPEC is approved and React / Next.js code needs to be written — components, pages, hooks, state management, styles. Modern React 18+ with hooks; Next.js 14+ App Router by default.
volodchenkov/claude-sdlc-agents
Agent
Final Reviewer agent. Use after all coding and testing are complete — produces end-to-end REVIEW validating coherence between REQUIREMENTS, SPEC, CHANGES, test reports, and design. Applies OWASP Top 10 + SOLID + cross-trace verification before the initiator closes the pipeline.
volodchenkov/claude-sdlc-agents
Agent
System Analyst agent. Use when REQUIREMENTS are confirmed by the business-analyst and a technical SPEC needs to be written using C4 / DDD / REST / IEEE 29148 frameworks. Phase-decomposed into 6 interview/draft passes.
volodchenkov/claude-sdlc-agents
Agent
UX / E2E Tester agent. Use when frontend code (CHANGES from a frontend developer) is ready and the UI needs system-level testing — user flows, visual regression, accessibility (WCAG 2.1), browser compatibility. Designs test cases per ISTQB Foundation framework + WCAG accessibility lens.
volodchenkov/claude-sdlc-agents
Agent
Vue Developer agent. Use when SPEC is approved and Vue/Nuxt code needs to be written. Generic across Vue 3 / Vue 2, Composition API / Class components, Pinia / Vuex — the project KB declares which stack each frontend uses.
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill at the start of every Plane Conductor agent run. Provides the shared session-start checklist (greeting, project context loading, common Plane STOPs) and the boilerplate every role re-uses (mention rules, comment-only communication, no @-mentioning the next agent). Read this before doing any…
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill when working as the architect — reviewing a SPEC produced by the system-analyst, evaluating ADRs, checking cross-trace to REQUIREMENTS, producing ARCHREVIEW with verdict (APPROVED / CHANGESREQUIRED) and the SPECAPPROVED marker. Encodes a 7-area review checklist (Area 0 implementation-readiness + 6…
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill when an agent in the Plane Conductor pipeline writes any artifact — REQUIREMENTS, SPEC, ARCHREVIEW, SPECAPPROVED marker, Design brief, PLAN, CHANGES, test plan, bug report, REVIEW. Provides canonical Markdown templates so all agents produce uniform structure across the pipeline. Read the matching…
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill when working as a Business Analyst (the business-analyst role) — eliciting requirements from stakeholders, structuring requirements per BABOK v3 framework, classifying needs by type (Business / Stakeholder / Solution / Transition), and applying analysis techniques (5 Whys, MoSCoW, INVEST, Stakeholder…
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill when working as the final Reviewer (the reviewer role) — comprehensive cross-cutting review before closing a Plane issue. Encodes OWASP Top 10 (security), SOLID principles (code quality), Google engineering practices (review checklist), cross-trace validation between REQUIREMENTS, SPEC, CHANGES, tests…
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill when working as a coder (the django-developer / the vue-developer / the react-developer) and your implementation is complete — what documentation to update, where, and how. Covers docstrings, README updates, API endpoint docs, ADR status updates, migration notes, inline comments. The author of the…
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill when working on Yandex Cloud infrastructure — provisioning clusters, databases, buckets, VMs; writing OpenTofu / Argo CD / Crossplane; setting up GitLab CI pipelines for infra; onboarding a new tenant; or reviewing a tofu plan. Encodes the modern 2026 default stack (OpenTofu Stacks + Argo CD +…
volodchenkov/claude-sdlc-agents
Skill Claude CodeCodex
Use this skill when working as a tester (the api-tester for API testing, the ui-tester for UX/E2E testing) — designing test cases per ISTQB Foundation framework, choosing the right test design technique (Equivalence Partitioning, Boundary Value Analysis, Decision Table, State Transition, Use Case Testing), classifying…