From Deploy Readiness
The deploy/release readiness checklist and severity taxonomy for ops findings — the dimensions to inventory (deployability, operability, safety) and how to assign BLOCKING / CONCERN / NOTE so the release gate enforces the right thing and never false-blocks. Use when an ops sub-agent or /ops:run records a readiness finding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ops:deploy-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Severity decides what GATES. The pipeline release gate enforces **0 BLOCKING** from ops; CONCERN is
Severity decides what GATES. The pipeline release gate enforces 0 BLOCKING from ops; CONCERN is recorded but does not block; NOTE is informational and excluded from the tally. The deterministic checks own the only BLOCKING signal (a recorded RED build/test); the agents' deploy/observability judgment is advisory (CONCERN/NOTE) by design — an inflated BLOCKING on a heuristic blocks a clean release and erodes trust in the gate.
Ground every judgment in the explorer memory (.claude/explorer/MEMORY.md — architecture, risk
map). Walk three dimensions:
.claude/ops/results.txt. [O1] This is the only deterministic
BLOCKING — a failed build/test means the codebase cannot ship.plugin.json version. [O2]A heads-up for the deployer: "consider adding a readiness probe", "document the rollback step", a metric worth emitting. Travels with the report without affecting the verdict.
npx claudepluginhub hafizmirhamza276-lab/backend-agentic-marketplace --plugin opsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.