shadow-cutover-readiness-gate-reuse

Coordinate a reusable readiness gate for shadow-cutover deployments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/liuyu520/cc_source --skill shadow-cutover-readiness-gate-reuse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shadow-cutover-readiness-gate-reuse
Source: https://github.com/liuyu520/cc_source/tree/main/.claude/skills/shadow-cutover-readiness-gate-reuse
Command: npx skills add https://github.com/liuyu520/cc_source --skill shadow-cutover-readiness-gate-reuse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reuse the 9-line shadow→cutover readiness gate pattern when wiring a new env-gated subsystem (RCA, ModelRouter, BudgetGovernor, etc.) into /shadow-promote. Covers ledger telemetry, compute function template, threshold + bake floor, env lever, recommendMode/revertMode, and the three surfaces (/kernel-status, /evolve-status, /memory-audit) that auto-propagate.

Core Features & Use Cases

  • 9-line readiness gate pattern: provides consistent surfacing and bake behavior across deployments.
  • Telemetry and audit surfaces: integrates with /kernel-status, /evolve-status, and /memory-audit for auto-propagation.
  • Plug-and-play for env-gated subsystems: RCA, ModelRouter, BudgetGovernor, etc., with a common wiring model.

Quick Start

Apply the 9-line shadow-cutover readiness pattern to wire a new env-gated subsystem into /shadow-promote, enabling telemetry and auto-propagation surfaces.

Frequently Asked Questions about shadow-cutover-readiness-gate-reuse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a shadow-cutover readiness gate and when do I need one?

A shadow-cutover readiness gate is a standardized checkpoint pattern for env-gated deployments that validates telemetry and bake floors before promotion. You need it when wiring subsystems like RCA or ModelRouter into shadow-promote to ensure reliable gate decisions.

How do I wire a new subsystem into shadow-promote with telemetry?

You wire a new subsystem into shadow-promote by applying the nine-line readiness gate pattern, which connects telemetry surfaces like /kernel-status and /evolve-status. This standardizes compute functions, bake floors, and status auto-propagation for the deployment.

Does the readiness gate pattern work with BudgetGovernor and RCA subsystems?

Yes, the readiness gate pattern works plug-and-play with env-gated subsystems including BudgetGovernor, RCA, and ModelRouter. It provides a common wiring model with threshold and bake floor configurations for reliable shadow-cutover deployments.

What telemetry surfaces are required for shadow-promote readiness checks?

The required telemetry surfaces for shadow-promote readiness checks are /kernel-status, /evolve-status, and /memory-audit. These three surfaces auto-propagate deployment status and audit data to standardize gate decisions across env-gated subsystems.

How do bake floors improve shadow-cutover deployment reliability?

Bake floors improve shadow-cutover reliability by enforcing minimum observation periods before compute functions trigger gate decisions. Combined with env levers and recommendMode/revertMode logic, they prevent premature promotions during telemetry validation.

Can I reuse the same readiness gate pattern across multiple env-gated deployments?

Yes, you can reuse the nine-line readiness gate pattern across multiple env-gated deployments. It provides a consistent wiring model for telemetry, bake behavior, and status surfacing that applies uniformly to any subsystem integrated into shadow-promote.