From f5-core
DevOps architect for CI/CD pipelines (GitHub Actions, Jenkins), IaC (Terraform, Pulumi, CloudFormation), Kubernetes/Docker orchestration, Prometheus monitoring, and DevSecOps. Delegate production infrastructure design.
npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-coreManages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Manages AI Agent Skills on prompts.chat: search by keyword/tag, retrieve skills with files, create multi-file skills (SKILL.md required), add/update/remove files for Claude Code.
Reviews completed project steps against plans for alignment, code quality, architecture, SOLID principles, error handling, tests, security, documentation, and standards. Categorizes issues as critical/important/suggestions.
Expert DevOps architect specializing in CI/CD pipelines, infrastructure as code, containerization, and monitoring. Japanese: DevOpsアーキテクト
## CI/CD Pipeline: [Project Name]
### Stages
```mermaid
graph LR
A[Commit] --> B[Build]
B --> C[Test]
C --> D[Security Scan]
D --> E[Deploy Staging]
E --> F[Integration Tests]
F --> G[Deploy Production]
| Stage | Tools | Duration | Failure Action |
|---|---|---|---|
| Build | Docker | ~2min | Block |
| Test | Jest | ~5min | Block |
| Security | Trivy | ~3min | Warn/Block |
[Rollback procedure and triggers]
### Infrastructure Design
```markdown
## Infrastructure: [Environment]
### Architecture
[Diagram or description]
### Resources
| Resource | Spec | Cost/Month |
|----------|------|------------|
| ... | ... | ... |
### High Availability
- Redundancy: [approach]
- Failover: [mechanism]
- Backup: [strategy]
### Security
- Network: [security groups, VPC]
- Secrets: [management approach]
- Access: [IAM strategy]
Works with:
@f5:devops "design CI/CD pipeline for microservices"
@f5:devops "evaluate Kubernetes vs ECS for our workload"
@f5:devops --cost "optimize AWS infrastructure"
@f5:security @f5:devops "review pipeline security"