From datum-platform
Trigger deployment workflow for a feature. Invokes the SRE agent to handle deployment configuration, staging rollout, and production promotion.
npx claudepluginhub datum-cloud/claude-code-plugins --plugin datum-platformThis skill uses the workspace's default tool permissions.
Orchestrate deployment through the pipeline with proper gates and validation.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Orchestrate deployment through the pipeline with proper gates and validation.
/deploy <feature-id> Deploy feature to staging
/deploy <feature-id> --promote Promote from staging to production
/deploy <feature-id> --hotfix Abbreviated pipeline for urgent fixes
Feature ID: $ARGUMENTS
Before deployment:
/pipeline approve <id> review/deploy <feature-id>Validate prerequisites
Load deployment context
Invoke SRE agent
Update pipeline state
/deploy <feature-id> --promoteValidate staging success
Invoke SRE agent for production
Trigger document and announce stages
/deploy <feature-id> --hotfixAbbreviated path for urgent fixes:
## Deployment Context
**Feature**: {id} - {name}
**Target**: {staging|production}
**Review Status**: Approved on {date}
### Infrastructure Requirements
{From design artifact}
### Deployment Configuration
{From service profile and kustomize patterns}
### Rollout Strategy
- Canary: {percentage}
- Rollout duration: {time}
- Rollback trigger: {conditions}
### Monitoring
- Key metrics to watch
- Alert thresholds
- Dashboard links
Deployment initiated: feat-042-vm-snapshot-management
Target: staging
Review gate: Approved (2025-01-15)
[Invokes SRE agent]
Deployment configured.
Kustomize overlay: config/overlays/staging/feat-042/
FluxCD will reconcile within 5 minutes.
Monitor: /deploy status feat-042
Promote to production: /deploy feat-042 --promote
Review not approved:
Cannot deploy feat-042: review gate not approved.
Action: Run /pipeline approve feat-042 review after resolving findings.
Blocking findings exist:
Cannot deploy feat-042: 2 blocking findings unresolved.
Findings:
- missing-status-condition in pkg/apis/snapshots/v1alpha1/types.go
- unvalidated-input in pkg/registry/snapshot/strategy.go
Action: Resolve blocking findings and request re-review.
Tests failing:
Cannot deploy feat-042: CI tests failing.
Failed jobs: unit-tests, integration-tests
Action: Fix failing tests before deployment.