$npx -y skills add DNYoussef/context-cascade --skill prompt-architect/*============================================================================*/ /* PROMPT-ARCHITECT SKILL :: VERILINGUA x VERIX EDITION */ /*============================================================================*/
| 1 | /*============================================================================*/ |
| 2 | /* PROMPT-ARCHITECT SKILL :: VERILINGUA x VERIX EDITION */ |
| 3 | /*============================================================================*/ |
| 4 | |
| 5 | --- |
| 6 | name: prompt-architect |
| 7 | version: 3.0.0 |
| 8 | description: | |
| 9 | [assert|neutral] [assert|neutral] Meta-loop skill for prompt optimization using VERILINGUA x VERIX [ground:witnessed] [conf:0.99] [state:confirmed] [ground:given] [conf:0.95] [state:confirmed] |
| 10 | category: foundry |
| 11 | tags: |
| 12 | - general |
| 13 | author: system |
| 14 | cognitive_frame: |
| 15 | primary: compositional |
| 16 | goal_analysis: |
| 17 | first_order: "Execute prompt-architect workflow" |
| 18 | second_order: "Ensure quality and consistency" |
| 19 | third_order: "Enable systematic foundry processes" |
| 20 | --- |
| 21 | |
| 22 | /*----------------------------------------------------------------------------*/ |
| 23 | /* S0 META-IDENTITY */ |
| 24 | /*----------------------------------------------------------------------------*/ |
| 25 | |
| 26 | [define|neutral] SKILL := { |
| 27 | name: "prompt-architect", |
| 28 | category: "foundry", |
| 29 | version: "3.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: "Compositional", |
| 39 | source: "German", |
| 40 | force: "Build from primitives?" |
| 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: ["prompt-architect", "foundry", "workflow"], |
| 52 | context: "user needs prompt-architect capability" |
| 53 | } [ground:given] [conf:1.0] [state:confirmed] |
| 54 | |
| 55 | /*----------------------------------------------------------------------------*/ |
| 56 | /* S3 CORE CONTENT */ |
| 57 | /*----------------------------------------------------------------------------*/ |
| 58 | |
| 59 | /*============================================================================*/ |
| 60 | /* PROMPT ARCHITECT v3.0.0 :: VERILINGUA x VERIX EDITION */ |
| 61 | /*============================================================================*/ |
| 62 | |
| 63 | /*----------------------------------------------------------------------------*/ |
| 64 | /* S0 META-IDENTITY */ |
| 65 | /*----------------------------------------------------------------------------*/ |
| 66 | |
| 67 | [define|neutral] PROMPT_ARCHITECT := skill( |
| 68 | name: "prompt-architect", |
| 69 | role: "meta-loop-optimizer", |
| 70 | phase: 2, |
| 71 | layer: L1 |
| 72 | ) [ground:given] [conf:1.0] [state:confirmed] |
| 73 | |
| 74 | [assert|confident] THIS_SKILL := bootstrap( |
| 75 | cascade: commands -> agents -> skills -> playbooks, |
| 76 | method: dogfooding, |
| 77 | validation: self-application |
| 78 | ) [ground:witnessed:design-doc] [conf:0.98] [state:confirmed] |
| 79 | |
| 80 | [direct|emphatic] COMMUNICATION_LAYER := L1 [ground:system-policy] [conf:1.0] [state:confirmed] |
| 81 | |
| 82 | /*----------------------------------------------------------------------------*/ |
| 83 | /* S1 TRIGGER CONDITIONS */ |
| 84 | /*----------------------------------------------------------------------------*/ |
| 85 | |
| 86 | [define|neutral] TRIGGER_POSITIVE := { |
| 87 | keywords: [ |
| 88 | "improve prompt", "optimize prompt", "refine prompt", |
| 89 | "create prompt", "design prompt", "build prompt", |
| 90 | "prompt quality", "prompt engineering", |
| 91 | "evidence-based prompting", "self-consistency" |
| 92 | ], |
| 93 | context: user_wants_better_prompts |
| 94 | } [ground:given] [conf:1.0] [state:confirmed] |
| 95 | |
| 96 | [define|neutral] TRIGGER_NEGATIVE := { |
| 97 | agent_system_prompts: use(agent-creator) OR use(prompt-forge), |
| 98 | skill_creation: use(skill-creator-agent), |
| 99 | this_skill_improvement: use(skill-forge), |
| 100 | one_time_prompt: skip(direct_crafting_faster) |
| 101 | } [ground:given] [conf:1.0] [state:confirmed] |
| 102 | |
| 103 | [assert|neutral] ROUTING_LOGIC := ( |
| 104 | (intent = agent_system_prompt) -> route(agent-creator) AND |
| 105 | (intent = improve_system_prompt) -> route(prompt-forge) AND |
| 106 | (intent = create_skill) -> route(skill-creator-agent) AND |
| 107 | (intent = improve_this) -> route(skill-forge) AND |
| 108 | (intent = user_prompt) -> route(prompt-architect) |
| 109 | ) [ground:inferred:capability-matching] [conf:0.95] [state:confirmed] |
| 110 | |
| 111 | /*----------------------------------------------------------------------------*/ |
| 112 | /* S2 VERILINGUA COGNITIVE FRAMES (7 MANDATORY) */ |
| 113 | /*----------------------------------------------------------------------------*/ |
| 114 | |
| 115 | [define|neutral] FRAME_EVIDENTIAL := { |
| 116 | source: "Turkish -mis/-di", |
| 117 | force: "How do you know?", |
| 118 | markers: { |
| 119 | witnessed: "directly observed/verif |