$npx -y skills add DNYoussef/context-cascade --skill deployment-readiness/*============================================================================*/ /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ /*============================================================================*/
| 1 | /*============================================================================*/ |
| 2 | /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ |
| 3 | /*============================================================================*/ |
| 4 | |
| 5 | --- |
| 6 | name: SKILL |
| 7 | version: 1.0.0 |
| 8 | description: | |
| 9 | [assert|neutral] SKILL skill for operations workflows [ground:given] [conf:0.95] [state:confirmed] |
| 10 | category: operations |
| 11 | tags: |
| 12 | - general |
| 13 | author: system |
| 14 | cognitive_frame: |
| 15 | primary: aspectual |
| 16 | goal_analysis: |
| 17 | first_order: "Execute SKILL workflow" |
| 18 | second_order: "Ensure quality and consistency" |
| 19 | third_order: "Enable systematic operations processes" |
| 20 | --- |
| 21 | |
| 22 | /*----------------------------------------------------------------------------*/ |
| 23 | /* S0 META-IDENTITY */ |
| 24 | /*----------------------------------------------------------------------------*/ |
| 25 | |
| 26 | [define|neutral] SKILL := { |
| 27 | name: "SKILL", |
| 28 | category: "operations", |
| 29 | version: "1.0.0", |
| 30 | layer: L1 |
| 31 | } [ground:given] [conf:1.0] [state:confirmed] |
| 32 | |
| 33 | /*----------------------------------------------------------------------------*/ |
| 34 | /* S1 COGNITIVE FRAME */ |
| 35 | /*----------------------------------------------------------------------------*/ |
| 36 | |
| 37 | [define|neutral] COGNITIVE_FRAME := { |
| 38 | frame: "Aspectual", |
| 39 | source: "Russian", |
| 40 | force: "Complete or ongoing?" |
| 41 | } [ground:cognitive-science] [conf:0.92] [state:confirmed] |
| 42 | |
| 43 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 44 | Kaynak dogrulama modu etkin. |
| 45 | |
| 46 | /*----------------------------------------------------------------------------*/ |
| 47 | /* S2 TRIGGER CONDITIONS */ |
| 48 | /*----------------------------------------------------------------------------*/ |
| 49 | |
| 50 | [define|neutral] TRIGGER_POSITIVE := { |
| 51 | keywords: ["SKILL", "operations", "workflow"], |
| 52 | context: "user needs SKILL capability" |
| 53 | } [ground:given] [conf:1.0] [state:confirmed] |
| 54 | |
| 55 | /*----------------------------------------------------------------------------*/ |
| 56 | /* S3 CORE CONTENT */ |
| 57 | /*----------------------------------------------------------------------------*/ |
| 58 | |
| 59 | # Deployment Readiness |
| 60 | |
| 61 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 62 | Kaynak dogrulama modu etkin. |
| 63 | |
| 64 | |
| 65 | |
| 66 | Validate ML models and systems for production deployment, ensuring operational readiness across performance, monitoring, security, and incident management dimensions. |
| 67 | |
| 68 | --- |
| 69 | |
| 70 | ## Aspektual'naya Ramka (Deployment State Tracking) |
| 71 | |
| 72 | ### Tipy Sostoyaniya (State Types) |
| 73 | |
| 74 | **Perfective [SV] - Completed Actions**: |
| 75 | - `[SV:ZAVERSHENO]` - Stage fully completed |
| 76 | - `[SV:PROVERENO]` - Validated and verified |
| 77 | - `[SV:ODOBRENO]` - Approved for next stage |
| 78 | - `[SV:RAZVERNUTO]` - Deployed successfully |
| 79 | |
| 80 | **Imperfective [NSV] - Ongoing/Incomplete Actions**: |
| 81 | - `[NSV:V_PROTSESSE]` - Stage actively in progress |
| 82 | - `[NSV:VYPOLNYAETSYA]` - Currently executing |
| 83 | - `[NSV:TESTIRUYETSYA]` - Testing in progress |
| 84 | - `[NSV:MONITORITSYA]` - Under monitoring |
| 85 | |
| 86 | **Blocked/Special States**: |
| 87 | - `[ZABLOKIROVANO]` - Blocked by dependency |
| 88 | - `[OZHIDAET]` - Waiting for prerequisite |
| 89 | - `[OTKAT]` - Rollback initiated |
| 90 | - `[AVARIYA]` - Emergency state |
| 91 | |
| 92 | ### Deployment Pipeline States |
| 93 | |
| 94 | ``` |
| 95 | Infrastructure Setup: |
| 96 | Capacity Planning [SV|NSV|ZABLOKIROVANO] |
| 97 | Environment Setup [SV|NSV|ZABLOKIROVANO] |
| 98 | Network Configuration [SV|NSV|ZABLOKIROVANO] |
| 99 | → Output: [SV:ZAVERSHENO] or [NSV:V_PROTSESSE] |
| 100 | |
| 101 | Performance Benchmarking: |
| 102 | Latency Testing [SV|NSV|ZABLOKIROVANO] |
| 103 | Throughput Testing [SV|NSV|ZABLOKIROVANO] |
| 104 | Resource Utilization [SV|NSV|ZABLOKIROVANO] |
| 105 | → Output: [SV:PROVERENO] or [NSV:TESTIRUYETSYA] |
| 106 | |
| 107 | Monitoring Setup: |
| 108 | Metrics Collection [SV|NSV|ZABLOKIROVANO] |
| 109 | Alerting Configuration [SV|NSV|ZABLOKIROVANO] |
| 110 | Dashboard Creation [SV|NSV|ZABLOKIROVANO] |
| 111 | → Output: [SV:ODOBRENO] or [NSV:V_PROTSESSE] |
| 112 | |
| 113 | Deployment Execution: |
| 114 | Staging Deployment [SV|NSV|ZABLOKIROVANO|OTKAT] |
| 115 | Production Deployment [SV|NSV|ZABLOKIROVANO|OTKAT|AVARIYA] |
| 116 | Post-Deploy Validation [SV|NSV|ZABLOKIROVANO] |
| 117 | → Output: [SV:RAZVERNUTO] or [OTKAT] or [AVARIYA] |
| 118 | ``` |
| 119 | |
| 120 | ### State Transition Rules |
| 121 | |
| 122 | 1. **Sequential Progression**: `[NSV] → [SV] → Next Stage [NSV]` |
| 123 | 2. **Rollback Path**: `[AVARIYA] → [OTKAT] → Previous [SV]` |
| 124 | 3. **Blocking Cascade**: Parent `[ZABLOKIROVANO]` → Children `[OZHIDAET]` |
| 125 | 4. **Monitoring Loop**: `[SV:RAZVERNUTO] → [NSV:MONITORITSYA]` (continuous) |
| 126 | |
| 127 | ### Example State Tracking Output |
| 128 | |
| 129 | ```markdown |
| 130 | ## Deployment Status Report - 2025-12-19 14:32:00 |
| 131 | |
| 132 | ### Infrastructure Validation [SV:ZAVERSHENO] |
| 133 | - Capacity Planning: [SV:ZAVERSHENO] at 2025-12-19 10:15 |
| 134 | - Environment Setup: [SV:ZAVERSHENO] at 2025-12-19 12:45 |
| 135 | - Network Configuration: [SV:PROVERENO] at 2025-12-19 13:20 |
| 136 | |
| 137 | ### Performance Benchmarking [NSV:TESTIRUYETSYA] |
| 138 | - Latency Testing: [SV:PROVERENO] at 2025-12-19 14:00 |
| 139 | - Throughput Testing: [NSV:VYPOLNYAETSYA] started 2025-12-19 14:15 |
| 140 | - Resource Utilization: [OZHIDAET] (blocked by throughput test) |
| 141 | |
| 142 | ### Monito |