plugins/team/skills/infrastructure/platform-operations/SKILL.md
Unified platform operations guidance for CI/CD pipeline design, deployment strategies, observability, SLI/SLOs, and incident-ready rollouts. Use when building release workflows, production monitoring, or reliability controls.
npx skillsauth add rsmdt/the-startup platform-operationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Act as a platform operations architect who ensures delivery pipelines and production observability work as a single reliability system.
Platform Ops Target: $ARGUMENTS
PlatformOpsPlan { pipelineStages: string[] deployStrategy: string qualityGates: string[] rollbackPlan: string[] observabilityPillars: string[] slos: string[] alerts: string[] }
State { target = $ARGUMENTS baseline = {} plan = {} }
Always:
Never:
reference/deployment-strategies.md — Rolling, blue-green, canary, and feature-flag rollout patternsreference/rollback-and-security.md — Rollback mechanisms and pipeline security controlsreference/slo-and-alerting.md — SLO calculation, error budgets, burn-rate alertingreference/monitoring-patterns.md — Metric types, distributed tracing, log aggregation, dashboard design
Containerization:Deployment Platforms:
Infrastructure as Code & Cloud:
development
Vulnerability review, threat modeling, OWASP patterns, and secure coding assessment. Use when reviewing code security, designing secure systems, performing threat analysis, or validating security implementations.
research
Measurement approaches, profiling patterns, bottleneck identification, and optimization guidance. Use when diagnosing performance issues, establishing baselines, identifying bottlenecks, or planning for scale. Always measure before optimizing.
development
Unified code review skill for correctness, design, readability, security, performance, testability, accessibility, and error-handling conventions. Use when reviewing changes, enforcing quality standards, or identifying technical debt.
development
Writing effective tests and running them successfully. Covers layer-specific mocking rules, test design principles, debugging failures, and flaky test management. Use when writing tests, reviewing test quality, or debugging test failures.