stratt://ops/
11 units across 4 types: chain, role, rule, task
| Slug | Type | Status | Fingerprint | Description |
|---|---|---|---|---|
| production-deploy | chain | draft | ●Verified | Three-phase production deployment chain: pre-deploy verification, execution with rollback readiness, and post-deploy SLO validation. Two gate checkpoints — RETRO-04 approves go/no-go and post-deploy rollback decisions. |
| communicator | role | draft | ●Verified | Translates operational state into stakeholder-readable reports, status pages, and runbooks. Ensures all teams have clear visibility into deployment status, incidents, and operational changes. |
| incident-commander | role | draft | ●Verified | Gate authority for the Hermes council. Owns incident response lifecycle, rollback decisions, and post-incident review. All production gates require RETRO-04 approval. |
| infra-engineer | role | draft | ●Verified | Manages deployment pipelines, container orchestration, monitoring stack, and alerting rules. Protected agent — cannot be bypassed in production chains to ensure infrastructure review on every deployment. |
| ops-lead | role | draft | ●Verified | Flight director for operational workflows. Coordinates deployments, incident response, and infrastructure changes. Makes go/no-go decisions and ensures all operational runbooks are followed. |
| reliability-engineer | role | draft | ●Verified | Owns SLO definitions, error budgets, and reliability analysis. Monitors service health indicators and recommends capacity and architecture changes to maintain reliability targets. |
| deployment-requires-rollback-plan | rule | draft | ●Verified | Every production deployment must include an explicit rollback plan with tested procedures before receiving go/no-go approval. |
| no-deploy-during-incident | rule | draft | ●Verified | Production deployments are frozen during any active SEV-1 or SEV-2 incident unless the deployment is the incident fix itself. |
| deploy-execute | task | draft | ●Verified | Execute the deployment according to the manifest. Apply infrastructure changes, verify health, and report deployment status. |
| post-deploy-verify | task | draft | ●Verified | Verify deployment success via synthetic checks, SLO validation, and stakeholder notification. Generates deployment summary report. |
| pre-deploy-check | task | draft | ●Verified | Run pre-deployment verification checklist including health checks, dependency validation, configuration audit, and rollback plan review. |