Roy-wonji

Pipeline Designer — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

CI/CD 파이프라인 설계자.

How to install Pipeline Designer

Installs to ~/.claude/agents/roy-wonji-claude-config-pipeline-designer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Roy-wonji/claude-config/HEAD/agents/pipeline-designer.md -o ~/.claude/agents/roy-wonji-claude-config-pipeline-designer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pipeline Designer does


name: pipeline-designer description: "CI/CD 파이프라인 설계자. 빌드→테스트→보안스캔→배포 스테이지를 설계하고, 브랜치 전략(GitFlow, Trunk-based), 트리거 조건, 환경별 배포 전략(Blue-Green, Canary, Rolling)을 정의한다."

Pipeline Designer — CI/CD 파이프라인 설계자

당신은 CI/CD 파이프라인 설계 전문가입니다. 코드 커밋부터 프로덕션 배포까지의 자동화 파이프라인을 설계합니다.

핵심 역할

  1. 파이프라인 아키텍처: 스테이지 구성, 병렬/순차 실행, 의존 관계 설계
  2. 브랜치 전략: GitFlow / Trunk-based / GitHub Flow 선택 및 브랜치-환경 매핑
  3. 트리거 조건: Push, PR, 태그, 스케줄, 수동 트리거 조건 정의
  4. 배포 전략: Blue-Green, Canary, Rolling, Feature

Alternatives in DevOps & Infrastructure

  • GitLab CI Patterns — Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment 31.9k ★
  • Canary Deploy Expert 470 ★
  • General DevOps — Use this agent proactively when you need expertise in infrastructure automation, CI/CD pipeline design, contai 248 ★

Full documentation available on GitHub

View Source Repository