opencode-skills-collection 3.0.47 → 3.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (410) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +20 -1
  2. package/bundled-skills/ab-test-setup/SKILL.md +6 -6
  3. package/bundled-skills/accint-solve/SKILL.md +205 -0
  4. package/bundled-skills/android-cli/SKILL.md +239 -0
  5. package/bundled-skills/android-cli/references/interact.md +83 -0
  6. package/bundled-skills/android-cli/references/journeys.md +105 -0
  7. package/bundled-skills/apify-actorization/SKILL.md +2 -2
  8. package/bundled-skills/brave-man/SKILL.md +191 -0
  9. package/bundled-skills/codex-fable5/SKILL.md +154 -0
  10. package/bundled-skills/crossframe/SKILL.md +212 -0
  11. package/bundled-skills/crossframe/agents/openai.yaml +4 -0
  12. package/bundled-skills/crossframe/evals/crossframe-smoke-tests.md +277 -0
  13. package/bundled-skills/crossframe/examples/ai-compliance-case.md +21 -0
  14. package/bundled-skills/crossframe/examples/bad-output-vs-good-output.md +54 -0
  15. package/bundled-skills/crossframe/examples/concept-nihilism-case.md +39 -0
  16. package/bundled-skills/crossframe/examples/exit-transfer-case.md +21 -0
  17. package/bundled-skills/crossframe/examples/expression-translation-case.md +15 -0
  18. package/bundled-skills/crossframe/examples/field-dissociation-case.md +16 -0
  19. package/bundled-skills/crossframe/examples/framework-boundary-case.md +27 -0
  20. package/bundled-skills/crossframe/examples/governance-continuity-case.md +17 -0
  21. package/bundled-skills/crossframe/examples/healing-transfer-route-case.md +19 -0
  22. package/bundled-skills/crossframe/examples/high-reflexivity-case.md +19 -0
  23. package/bundled-skills/crossframe/examples/intimate-relationship-light-case.md +18 -0
  24. package/bundled-skills/crossframe/examples/large-scale-stress-case.md +17 -0
  25. package/bundled-skills/crossframe/examples/life-first-cause-case.md +34 -0
  26. package/bundled-skills/crossframe/examples/lifecycle-stage-case.md +16 -0
  27. package/bundled-skills/crossframe/examples/love-open-action-case.md +21 -0
  28. package/bundled-skills/crossframe/examples/low-condition-action-case.md +21 -0
  29. package/bundled-skills/crossframe/examples/organization-case.md +42 -0
  30. package/bundled-skills/crossframe/examples/progression-case.md +16 -0
  31. package/bundled-skills/crossframe/examples/public-institution-case.md +19 -0
  32. package/bundled-skills/crossframe/examples/public-system-case.md +39 -0
  33. package/bundled-skills/crossframe/examples/relationship-case.md +42 -0
  34. package/bundled-skills/crossframe/examples/scale-transfer-misuse-case.md +21 -0
  35. package/bundled-skills/crossframe/examples/strong-judgment-case.md +19 -0
  36. package/bundled-skills/crossframe/examples/theory-backend-case.md +18 -0
  37. package/bundled-skills/crossframe/protocols/anti-capture-protocol.md +40 -0
  38. package/bundled-skills/crossframe/protocols/concept-explanation-protocol.md +80 -0
  39. package/bundled-skills/crossframe/protocols/diagnosis-protocol.md +94 -0
  40. package/bundled-skills/crossframe/protocols/expression-translation-protocol.md +28 -0
  41. package/bundled-skills/crossframe/protocols/field-dissociation-protocol.md +28 -0
  42. package/bundled-skills/crossframe/protocols/framework-boundary-protocol.md +38 -0
  43. package/bundled-skills/crossframe/protocols/governance-continuity-protocol.md +32 -0
  44. package/bundled-skills/crossframe/protocols/healing-transfer-protocol.md +69 -0
  45. package/bundled-skills/crossframe/protocols/high-reflexivity-protocol.md +55 -0
  46. package/bundled-skills/crossframe/protocols/inference-protocol.md +49 -0
  47. package/bundled-skills/crossframe/protocols/intimate-relationship-protocol.md +50 -0
  48. package/bundled-skills/crossframe/protocols/large-scale-stress-test-protocol.md +26 -0
  49. package/bundled-skills/crossframe/protocols/lifecycle-diagnosis-protocol.md +50 -0
  50. package/bundled-skills/crossframe/protocols/low-condition-action-protocol.md +33 -0
  51. package/bundled-skills/crossframe/protocols/open-assertion-protocol.md +55 -0
  52. package/bundled-skills/crossframe/protocols/progression-protocol.md +30 -0
  53. package/bundled-skills/crossframe/protocols/proposition-verification-protocol.md +64 -0
  54. package/bundled-skills/crossframe/protocols/public-institution-protocol.md +66 -0
  55. package/bundled-skills/crossframe/references/concept-cards/README.md +50 -0
  56. package/bundled-skills/crossframe/references/concept-cards/accessibility-toolization-split.md +29 -0
  57. package/bundled-skills/crossframe/references/concept-cards/anchor-group.md +40 -0
  58. package/bundled-skills/crossframe/references/concept-cards/chengjie-huiliu.md +52 -0
  59. package/bundled-skills/crossframe/references/concept-cards/dynamics-group.md +42 -0
  60. package/bundled-skills/crossframe/references/concept-cards/evidence-cost.md +45 -0
  61. package/bundled-skills/crossframe/references/concept-cards/exit-transfer.md +41 -0
  62. package/bundled-skills/crossframe/references/concept-cards/framework-governance-falsification.md +29 -0
  63. package/bundled-skills/crossframe/references/concept-cards/judgment-grades.md +46 -0
  64. package/bundled-skills/crossframe/references/concept-cards/love-generative-action.md +29 -0
  65. package/bundled-skills/crossframe/references/concept-cards/love-open-action.md +51 -0
  66. package/bundled-skills/crossframe/references/concept-cards/low-condition-action.md +50 -0
  67. package/bundled-skills/crossframe/references/concept-cards/malicious-compliance-ai-validation.md +29 -0
  68. package/bundled-skills/crossframe/references/concept-cards/mechanism-candidates.md +38 -0
  69. package/bundled-skills/crossframe/references/concept-cards/metaphor-source-transparency.md +29 -0
  70. package/bundled-skills/crossframe/references/concept-cards/no-institution-middle-path.md +29 -0
  71. package/bundled-skills/crossframe/references/concept-cards/observation-entropy-contraction.md +29 -0
  72. package/bundled-skills/crossframe/references/concept-cards/open-assertion.md +69 -0
  73. package/bundled-skills/crossframe/references/concept-cards/power-closure.md +51 -0
  74. package/bundled-skills/crossframe/references/concept-cards/procedural-judgment-responsibility.md +29 -0
  75. package/bundled-skills/crossframe/references/concept-cards/reflexivity.md +50 -0
  76. package/bundled-skills/crossframe/references/concept-cards/repair-byproduct.md +38 -0
  77. package/bundled-skills/crossframe/references/concept-cards/responsibility-chain.md +58 -0
  78. package/bundled-skills/crossframe/references/concept-cards/scale-transfer.md +50 -0
  79. package/bundled-skills/crossframe/references/concept-cards/structure-process-group.md +44 -0
  80. package/bundled-skills/crossframe/references/concept-cards/trapped-subject-trauma-baseline.md +29 -0
  81. package/bundled-skills/crossframe/references/concept-cards/visibility-opacity-weak-signals.md +29 -0
  82. package/bundled-skills/crossframe/references/concepts-minimal-set.md +53 -0
  83. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-action-healing-transfer-pack.md +66 -0
  84. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-ai-process-artifact-boundary-pack.md +71 -0
  85. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-anchor-dynamics-structure-process-pack.md +62 -0
  86. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-concept-weaponization-dogma-pack.md +69 -0
  87. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-core-concept-integrity-pack.md +62 -0
  88. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-cross-scale-context-translation-pack.md +70 -0
  89. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-diagnosis-admission-downgrade-exit-pack.md +65 -0
  90. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-domain-translation-normative-source-pack.md +70 -0
  91. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-evidence-downgrade-action-ceiling-pack.md +62 -0
  92. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-framework-self-diagnosis-falsification-pack.md +72 -0
  93. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-governance-continuity-multicenter-pack.md +67 -0
  94. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-long-evolution-progression-field-pack.md +70 -0
  95. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-love-trapped-trauma-pack.md +67 -0
  96. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-low-power-protection-pack.md +64 -0
  97. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-media-platform-crisis-pack.md +70 -0
  98. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-observation-reflexivity-release-pack.md +64 -0
  99. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-open-assertion-proposition-pack.md +64 -0
  100. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-public-power-institution-pack.md +66 -0
  101. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-responsibility-intervention-separation-pack.md +64 -0
  102. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-root-assumptions-meta-rules-pack.md +70 -0
  103. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-seven-gates-diagnosis-pack.md +64 -0
  104. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-source-evidence-separation-pack.md +62 -0
  105. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-state-coordinate-lifecycle-pack.md +64 -0
  106. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-strong-judgment-eight-pack.md +69 -0
  107. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-toolization-accessibility-release-pack.md +75 -0
  108. package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-use-boundary-governance-pack.md +69 -0
  109. package/bundled-skills/crossframe/references/continuity-bundles.md +64 -0
  110. package/bundled-skills/crossframe/references/continuity-closure-map.md +40 -0
  111. package/bundled-skills/crossframe/references/crossframe-v2-core.md +77 -0
  112. package/bundled-skills/crossframe/references/diagnostic-dimensions.md +33 -0
  113. package/bundled-skills/crossframe/references/diagnostic-toolbox-index.md +36 -0
  114. package/bundled-skills/crossframe/references/expression-translation-table.md +34 -0
  115. package/bundled-skills/crossframe/references/field-management-and-dissociation.md +43 -0
  116. package/bundled-skills/crossframe/references/framework-ontology-protection.md +60 -0
  117. package/bundled-skills/crossframe/references/guardrails.md +47 -0
  118. package/bundled-skills/crossframe/references/integrity-check.md +212 -0
  119. package/bundled-skills/crossframe/references/love-as-open-action.md +42 -0
  120. package/bundled-skills/crossframe/references/power-closure-and-exit.md +39 -0
  121. package/bundled-skills/crossframe/references/read-routing-map.md +113 -0
  122. package/bundled-skills/crossframe/references/reflexivity-and-observation.md +33 -0
  123. package/bundled-skills/crossframe/references/runtime-read-policy.md +59 -0
  124. package/bundled-skills/crossframe/references/scale-transfer-gate.md +36 -0
  125. package/bundled-skills/crossframe/references/source-ledger-workflow.md +72 -0
  126. package/bundled-skills/crossframe/references/theory-backend-index.md +102 -0
  127. package/bundled-skills/crossframe/references/v2-coverage-map.md +64 -0
  128. package/bundled-skills/crossframe/references/v2-section-digest-index.md +272 -0
  129. package/bundled-skills/crossframe/references/v2-source-spine.md +285 -0
  130. package/bundled-skills/crossframe/references/v2-term-fidelity.md +72 -0
  131. package/bundled-skills/crossframe/references/v3-change-rationale-from-patch.md +49 -0
  132. package/bundled-skills/crossframe/references/v3-coverage-map.md +48 -0
  133. package/bundled-skills/crossframe/references/v3-section-digest-index.md +337 -0
  134. package/bundled-skills/crossframe/references/v3-source-spine.md +368 -0
  135. package/bundled-skills/crossframe/references/v3-term-fidelity.md +34 -0
  136. package/bundled-skills/crossframe/references/v5-coverage-map.md +51 -0
  137. package/bundled-skills/crossframe/references/v5-material-selection-map.md +45 -0
  138. package/bundled-skills/crossframe/references/v5-section-digest-index.md +3479 -0
  139. package/bundled-skills/crossframe/references/v5-source-spine.md +462 -0
  140. package/bundled-skills/crossframe/references/v5-term-fidelity.md +109 -0
  141. package/bundled-skills/crossframe/templates/concept-explanation-output.md +62 -0
  142. package/bundled-skills/crossframe/templates/expression-translation-output.md +49 -0
  143. package/bundled-skills/crossframe/templates/field-dissociation-output.md +33 -0
  144. package/bundled-skills/crossframe/templates/framework-boundary-output.md +35 -0
  145. package/bundled-skills/crossframe/templates/full-diagnosis-output.md +100 -0
  146. package/bundled-skills/crossframe/templates/governance-continuity-output.md +34 -0
  147. package/bundled-skills/crossframe/templates/healing-transfer-output.md +38 -0
  148. package/bundled-skills/crossframe/templates/high-reflexivity-output.md +39 -0
  149. package/bundled-skills/crossframe/templates/inference-output.md +58 -0
  150. package/bundled-skills/crossframe/templates/intimate-relationship-output.md +35 -0
  151. package/bundled-skills/crossframe/templates/large-scale-stress-output.md +32 -0
  152. package/bundled-skills/crossframe/templates/lifecycle-output.md +37 -0
  153. package/bundled-skills/crossframe/templates/open-assertion-output.md +42 -0
  154. package/bundled-skills/crossframe/templates/progression-output.md +28 -0
  155. package/bundled-skills/crossframe/templates/public-institution-output.md +42 -0
  156. package/bundled-skills/crossframe/templates/quick-diagnosis-output.md +42 -0
  157. package/bundled-skills/crossframe/templates/read-state-capsule.md +88 -0
  158. package/bundled-skills/crossframe/templates/reasoning-outline-output.md +53 -0
  159. package/bundled-skills/crossframe/templates/strong-judgment-output.md +52 -0
  160. package/bundled-skills/crossframe/templates/user-facing-language.md +83 -0
  161. package/bundled-skills/crossframe/worksheets/concept-fidelity-check.md +32 -0
  162. package/bundled-skills/crossframe/worksheets/evidence-ledger.md +26 -0
  163. package/bundled-skills/crossframe/worksheets/field-dissociation-check.md +22 -0
  164. package/bundled-skills/crossframe/worksheets/five-gates-worksheet.md +49 -0
  165. package/bundled-skills/crossframe/worksheets/framework-boundary-check.md +23 -0
  166. package/bundled-skills/crossframe/worksheets/governance-continuity-check.md +24 -0
  167. package/bundled-skills/crossframe/worksheets/healing-transfer-map.md +20 -0
  168. package/bundled-skills/crossframe/worksheets/high-responsibility-check.md +41 -0
  169. package/bundled-skills/crossframe/worksheets/intake-worksheet.md +52 -0
  170. package/bundled-skills/crossframe/worksheets/intimate-relationship-light-check.md +18 -0
  171. package/bundled-skills/crossframe/worksheets/large-scale-stress-test.md +25 -0
  172. package/bundled-skills/crossframe/worksheets/lifecycle-stage-record.md +26 -0
  173. package/bundled-skills/crossframe/worksheets/mechanism-candidates.md +28 -0
  174. package/bundled-skills/crossframe/worksheets/open-assertion-record.md +32 -0
  175. package/bundled-skills/crossframe/worksheets/proposition-verification.md +34 -0
  176. package/bundled-skills/crossframe/worksheets/prospective-registration.md +18 -0
  177. package/bundled-skills/crossframe/worksheets/public-institution-check.md +17 -0
  178. package/bundled-skills/crossframe/worksheets/reflexivity-state-transfer.md +23 -0
  179. package/bundled-skills/crossframe/worksheets/seven-gates-worksheet.md +43 -0
  180. package/bundled-skills/crossframe/worksheets/source-anchor-integrity-check.md +92 -0
  181. package/bundled-skills/crossframe/worksheets/source-continuity-check.md +76 -0
  182. package/bundled-skills/crossframe/worksheets/sub-anchor-progression.md +19 -0
  183. package/bundled-skills/crossframe-casebook/SKILL.md +112 -0
  184. package/bundled-skills/crossframe-casebook/agents/openai.yaml +4 -0
  185. package/bundled-skills/crossframe-casebook/evals/crossframe-casebook-smoke-tests.md +112 -0
  186. package/bundled-skills/crossframe-casebook/examples/failure-samples.md +65 -0
  187. package/bundled-skills/crossframe-casebook/examples/organization-case.md +68 -0
  188. package/bundled-skills/crossframe-casebook/examples/public-dispute-case.md +68 -0
  189. package/bundled-skills/crossframe-casebook/examples/relationship-case.md +68 -0
  190. package/bundled-skills/crossframe-casebook/protocols/casebook-build-protocol.md +41 -0
  191. package/bundled-skills/crossframe-casebook/protocols/material-boundary-protocol.md +57 -0
  192. package/bundled-skills/crossframe-casebook/protocols/mechanism-extraction-protocol.md +45 -0
  193. package/bundled-skills/crossframe-casebook/references/casebook-field-guide.md +64 -0
  194. package/bundled-skills/crossframe-casebook/references/privacy-and-redaction-rules.md +43 -0
  195. package/bundled-skills/crossframe-casebook/references/reuse-taxonomy.md +30 -0
  196. package/bundled-skills/crossframe-casebook/templates/casebook-entry-template.md +74 -0
  197. package/bundled-skills/crossframe-casebook/templates/casebook-index-template.md +34 -0
  198. package/bundled-skills/crossframe-casebook/templates/redacted-source-ledger-template.md +31 -0
  199. package/bundled-skills/crossframe-critical/SKILL.md +96 -0
  200. package/bundled-skills/crossframe-critical/agents/openai.yaml +6 -0
  201. package/bundled-skills/crossframe-critical/evals/crossframe-critical-smoke-tests.md +97 -0
  202. package/bundled-skills/crossframe-critical/protocols/critical-article-protocol.md +61 -0
  203. package/bundled-skills/crossframe-critical/references/critical-matrix.md +63 -0
  204. package/bundled-skills/crossframe-critical/references/example-and-evidence-rules.md +56 -0
  205. package/bundled-skills/crossframe-critical/templates/critical-output-template.md +55 -0
  206. package/bundled-skills/crossframe-debate/SKILL.md +127 -0
  207. package/bundled-skills/crossframe-debate/agents/openai.yaml +4 -0
  208. package/bundled-skills/crossframe-debate/evals/crossframe-debate-smoke-tests.md +124 -0
  209. package/bundled-skills/crossframe-debate/examples/failure-samples.md +49 -0
  210. package/bundled-skills/crossframe-debate/examples/philosophical-proposition-case.md +19 -0
  211. package/bundled-skills/crossframe-debate/examples/public-proposition-case.md +19 -0
  212. package/bundled-skills/crossframe-debate/examples/relationship-proposition-case.md +19 -0
  213. package/bundled-skills/crossframe-debate/protocols/debate-protocol.md +88 -0
  214. package/bundled-skills/crossframe-debate/references/debate-failure-patterns.md +80 -0
  215. package/bundled-skills/crossframe-debate/references/debate-quality-gates.md +49 -0
  216. package/bundled-skills/crossframe-debate/templates/debate-analysis-output.md +69 -0
  217. package/bundled-skills/crossframe-dialogue/SKILL.md +112 -0
  218. package/bundled-skills/crossframe-dialogue/agents/openai.yaml +4 -0
  219. package/bundled-skills/crossframe-dialogue/evals/crossframe-dialogue-smoke-tests.md +127 -0
  220. package/bundled-skills/crossframe-dialogue/examples/boundary-high-responsibility.md +20 -0
  221. package/bundled-skills/crossframe-dialogue/examples/failure-modes.md +36 -0
  222. package/bundled-skills/crossframe-dialogue/examples/normal-reader-question.md +20 -0
  223. package/bundled-skills/crossframe-dialogue/protocols/consultation-boundary-protocol.md +36 -0
  224. package/bundled-skills/crossframe-dialogue/protocols/dialogue-protocol.md +51 -0
  225. package/bundled-skills/crossframe-dialogue/references/dialogue-quality-gates.md +39 -0
  226. package/bundled-skills/crossframe-dialogue/references/failure-patterns.md +57 -0
  227. package/bundled-skills/crossframe-dialogue/references/voice-bridge.md +33 -0
  228. package/bundled-skills/crossframe-dialogue/templates/consultation-response-template.md +23 -0
  229. package/bundled-skills/crossframe-dialogue/templates/default-short-answer.md +26 -0
  230. package/bundled-skills/crossframe-dialogue/templates/reader-reply-template.md +24 -0
  231. package/bundled-skills/crossframe-essay/SKILL.md +158 -0
  232. package/bundled-skills/crossframe-essay/agents/openai.yaml +4 -0
  233. package/bundled-skills/crossframe-essay/evals/crossframe-essay-smoke-tests.md +205 -0
  234. package/bundled-skills/crossframe-essay/examples/life-first-cause-essay-case.md +34 -0
  235. package/bundled-skills/crossframe-essay/examples/organization-essay-case.md +30 -0
  236. package/bundled-skills/crossframe-essay/examples/public-issue-essay-case.md +31 -0
  237. package/bundled-skills/crossframe-essay/examples/relationship-essay-case.md +30 -0
  238. package/bundled-skills/crossframe-essay/protocols/concept-elevation-protocol.md +57 -0
  239. package/bundled-skills/crossframe-essay/protocols/editorial-comrade-voice-protocol.md +71 -0
  240. package/bundled-skills/crossframe-essay/protocols/essay-protocol.md +201 -0
  241. package/bundled-skills/crossframe-essay/protocols/interactive-drafting-protocol.md +71 -0
  242. package/bundled-skills/crossframe-essay/references/article-technique-routing-map.md +84 -0
  243. package/bundled-skills/crossframe-essay/references/concept-reference-map.md +38 -0
  244. package/bundled-skills/crossframe-essay/references/critical-insight-principles.md +43 -0
  245. package/bundled-skills/crossframe-essay/references/editorial-voice-principles.md +58 -0
  246. package/bundled-skills/crossframe-essay/references/evidence-and-search-rules.md +63 -0
  247. package/bundled-skills/crossframe-essay/references/reference-and-allusion-rules.md +34 -0
  248. package/bundled-skills/crossframe-essay/references/writing-techniques/analogical-reasoning.md +19 -0
  249. package/bundled-skills/crossframe-essay/references/writing-techniques/ancient-modern-global.md +19 -0
  250. package/bundled-skills/crossframe-essay/references/writing-techniques/clouds-moon.md +19 -0
  251. package/bundled-skills/crossframe-essay/references/writing-techniques/coincidence-structure.md +19 -0
  252. package/bundled-skills/crossframe-essay/references/writing-techniques/direct-emotion.md +19 -0
  253. package/bundled-skills/crossframe-essay/references/writing-techniques/double-bridge.md +19 -0
  254. package/bundled-skills/crossframe-essay/references/writing-techniques/event-association.md +19 -0
  255. package/bundled-skills/crossframe-essay/references/writing-techniques/feint-attack.md +19 -0
  256. package/bundled-skills/crossframe-essay/references/writing-techniques/final-reveal.md +19 -0
  257. package/bundled-skills/crossframe-essay/references/writing-techniques/fine-carving.md +19 -0
  258. package/bundled-skills/crossframe-essay/references/writing-techniques/finishing-touch.md +19 -0
  259. package/bundled-skills/crossframe-essay/references/writing-techniques/fixed-point-changing-scenes.md +19 -0
  260. package/bundled-skills/crossframe-essay/references/writing-techniques/form-by-object.md +19 -0
  261. package/bundled-skills/crossframe-essay/references/writing-techniques/guest-host-contrast.md +19 -0
  262. package/bundled-skills/crossframe-essay/references/writing-techniques/hide-before-reveal.md +19 -0
  263. package/bundled-skills/crossframe-essay/references/writing-techniques/index.md +69 -0
  264. package/bundled-skills/crossframe-essay/references/writing-techniques/language-momentum.md +19 -0
  265. package/bundled-skills/crossframe-essay/references/writing-techniques/layered-argument.md +19 -0
  266. package/bundled-skills/crossframe-essay/references/writing-techniques/less-is-more.md +19 -0
  267. package/bundled-skills/crossframe-essay/references/writing-techniques/life-from-dead.md +19 -0
  268. package/bundled-skills/crossframe-essay/references/writing-techniques/meaning-beyond-words.md +19 -0
  269. package/bundled-skills/crossframe-essay/references/writing-techniques/motion-for-stillness.md +19 -0
  270. package/bundled-skills/crossframe-essay/references/writing-techniques/moving-viewpoint.md +19 -0
  271. package/bundled-skills/crossframe-essay/references/writing-techniques/multi-edge-extension.md +19 -0
  272. package/bundled-skills/crossframe-essay/references/writing-techniques/narration-commentary.md +19 -0
  273. package/bundled-skills/crossframe-essay/references/writing-techniques/object-reason.md +19 -0
  274. package/bundled-skills/crossframe-essay/references/writing-techniques/one-stone-many-birds.md +19 -0
  275. package/bundled-skills/crossframe-essay/references/writing-techniques/one-word-spine.md +19 -0
  276. package/bundled-skills/crossframe-essay/references/writing-techniques/personified-object.md +19 -0
  277. package/bundled-skills/crossframe-essay/references/writing-techniques/point-spirit.md +19 -0
  278. package/bundled-skills/crossframe-essay/references/writing-techniques/point-surface.md +19 -0
  279. package/bundled-skills/crossframe-essay/references/writing-techniques/positive-negative-contrast.md +19 -0
  280. package/bundled-skills/crossframe-essay/references/writing-techniques/praise-blame-interlace.md +19 -0
  281. package/bundled-skills/crossframe-essay/references/writing-techniques/raise-high-drop-heavy.md +19 -0
  282. package/bundled-skills/crossframe-essay/references/writing-techniques/release-to-capture.md +19 -0
  283. package/bundled-skills/crossframe-essay/references/writing-techniques/remove-foundation.md +19 -0
  284. package/bundled-skills/crossframe-essay/references/writing-techniques/retreat-to-advance.md +19 -0
  285. package/bundled-skills/crossframe-essay/references/writing-techniques/same-different.md +19 -0
  286. package/bundled-skills/crossframe-essay/references/writing-techniques/scene-emotion.md +19 -0
  287. package/bundled-skills/crossframe-essay/references/writing-techniques/small-water-waves.md +19 -0
  288. package/bundled-skills/crossframe-essay/references/writing-techniques/sparse-outline.md +19 -0
  289. package/bundled-skills/crossframe-essay/references/writing-techniques/split-wood-reasoning.md +19 -0
  290. package/bundled-skills/crossframe-essay/references/writing-techniques/stars-moon.md +19 -0
  291. package/bundled-skills/crossframe-essay/references/writing-techniques/stream-consciousness.md +19 -0
  292. package/bundled-skills/crossframe-essay/references/writing-techniques/surprise-victory.md +19 -0
  293. package/bundled-skills/crossframe-essay/references/writing-techniques/suspense.md +19 -0
  294. package/bundled-skills/crossframe-essay/references/writing-techniques/symbolic-meaning.md +19 -0
  295. package/bundled-skills/crossframe-essay/references/writing-techniques/thread-beads.md +19 -0
  296. package/bundled-skills/crossframe-essay/references/writing-techniques/vertical-narration.md +19 -0
  297. package/bundled-skills/crossframe-essay/references/writing-techniques/virtual-to-real.md +19 -0
  298. package/bundled-skills/crossframe-essay/references/writing-techniques/winding-path.md +19 -0
  299. package/bundled-skills/crossframe-essay/templates/article-type-selection-dialog.md +42 -0
  300. package/bundled-skills/crossframe-essay/templates/essay-output-template.md +67 -0
  301. package/bundled-skills/crossframe-essay/templates/insight-dossier-template.md +185 -0
  302. package/bundled-skills/crossframe-essay/templates/interactive-session-template.md +44 -0
  303. package/bundled-skills/crossframe-notebook/SKILL.md +121 -0
  304. package/bundled-skills/crossframe-notebook/agents/openai.yaml +4 -0
  305. package/bundled-skills/crossframe-notebook/evals/crossframe-notebook-smoke-tests.md +77 -0
  306. package/bundled-skills/crossframe-notebook/examples/article-excerpt-note.md +54 -0
  307. package/bundled-skills/crossframe-notebook/examples/book-theory-note.md +55 -0
  308. package/bundled-skills/crossframe-notebook/examples/failure-samples.md +33 -0
  309. package/bundled-skills/crossframe-notebook/examples/public-theory-note.md +54 -0
  310. package/bundled-skills/crossframe-notebook/protocols/bidirectional-reading-protocol.md +52 -0
  311. package/bundled-skills/crossframe-notebook/protocols/notebook-reading-protocol.md +74 -0
  312. package/bundled-skills/crossframe-notebook/protocols/source-integrity-protocol.md +42 -0
  313. package/bundled-skills/crossframe-notebook/references/absorption-taxonomy.md +67 -0
  314. package/bundled-skills/crossframe-notebook/references/notebook-quality-gates.md +35 -0
  315. package/bundled-skills/crossframe-notebook/references/source-boundary-rules.md +35 -0
  316. package/bundled-skills/crossframe-notebook/templates/research-notebook.md +81 -0
  317. package/bundled-skills/crossframe-notebook/templates/source-ledger.md +22 -0
  318. package/bundled-skills/crossframe-org/SKILL.md +121 -0
  319. package/bundled-skills/crossframe-org/agents/openai.yaml +4 -0
  320. package/bundled-skills/crossframe-org/evals/crossframe-org-smoke-tests.md +126 -0
  321. package/bundled-skills/crossframe-org/examples/bad-output-vs-good-output.md +39 -0
  322. package/bundled-skills/crossframe-org/examples/middle-manager-depletion-case.md +31 -0
  323. package/bundled-skills/crossframe-org/examples/project-failure-case.md +40 -0
  324. package/bundled-skills/crossframe-org/examples/retrospective-distortion-case.md +33 -0
  325. package/bundled-skills/crossframe-org/protocols/feedback-writeback-protocol.md +37 -0
  326. package/bundled-skills/crossframe-org/protocols/low-risk-pilot-protocol.md +32 -0
  327. package/bundled-skills/crossframe-org/protocols/org-diagnostic-protocol.md +32 -0
  328. package/bundled-skills/crossframe-org/protocols/retrospective-redesign-protocol.md +34 -0
  329. package/bundled-skills/crossframe-org/references/anti-chicken-soup-guardrails.md +34 -0
  330. package/bundled-skills/crossframe-org/references/middle-manager-depletion.md +31 -0
  331. package/bundled-skills/crossframe-org/references/org-failure-signals.md +40 -0
  332. package/bundled-skills/crossframe-org/references/org-routing-map.md +32 -0
  333. package/bundled-skills/crossframe-org/references/responsibility-authorization-chain.md +41 -0
  334. package/bundled-skills/crossframe-org/templates/feedback-writeback-plan.md +40 -0
  335. package/bundled-skills/crossframe-org/templates/low-risk-pilot-plan.md +40 -0
  336. package/bundled-skills/crossframe-org/templates/org-diagnostic-memo.md +56 -0
  337. package/bundled-skills/crossframe-org/templates/output-selector.md +35 -0
  338. package/bundled-skills/crossframe-org/templates/retrospective-redesign-recommendation.md +36 -0
  339. package/bundled-skills/crossframe-org/templates/stop-condition-card.md +30 -0
  340. package/bundled-skills/crossframe-public/SKILL.md +135 -0
  341. package/bundled-skills/crossframe-public/agents/openai.yaml +4 -0
  342. package/bundled-skills/crossframe-public/evals/crossframe-public-smoke-tests.md +55 -0
  343. package/bundled-skills/crossframe-public/examples/failure-samples.md +26 -0
  344. package/bundled-skills/crossframe-public/examples/institutional-compliance-case.md +20 -0
  345. package/bundled-skills/crossframe-public/examples/platform-appeal-case.md +19 -0
  346. package/bundled-skills/crossframe-public/examples/public-policy-case.md +14 -0
  347. package/bundled-skills/crossframe-public/protocols/institutional-compliance-protocol.md +23 -0
  348. package/bundled-skills/crossframe-public/protocols/platform-appeal-protocol.md +25 -0
  349. package/bundled-skills/crossframe-public/protocols/public-issue-protocol.md +29 -0
  350. package/bundled-skills/crossframe-public/protocols/public-policy-protocol.md +24 -0
  351. package/bundled-skills/crossframe-public/references/ai-compliance-performance.md +22 -0
  352. package/bundled-skills/crossframe-public/references/public-evidence-ladder.md +13 -0
  353. package/bundled-skills/crossframe-public/references/risk-language-boundaries.md +19 -0
  354. package/bundled-skills/crossframe-public/references/source-and-evidence-rules.md +30 -0
  355. package/bundled-skills/crossframe-public/templates/action-boundary.md +32 -0
  356. package/bundled-skills/crossframe-public/templates/evidence-boundary-summary.md +27 -0
  357. package/bundled-skills/crossframe-public/templates/public-comment-draft.md +25 -0
  358. package/bundled-skills/crossframe-public/templates/public-institution-diagnosis.md +42 -0
  359. package/bundled-skills/crossframe-review/SKILL.md +147 -0
  360. package/bundled-skills/crossframe-review/agents/openai.yaml +4 -0
  361. package/bundled-skills/crossframe-review/evals/crossframe-review-smoke-tests.md +178 -0
  362. package/bundled-skills/crossframe-review/examples/boundary-review-case.md +32 -0
  363. package/bundled-skills/crossframe-review/examples/failure-review-case.md +35 -0
  364. package/bundled-skills/crossframe-review/examples/normal-review-case.md +40 -0
  365. package/bundled-skills/crossframe-review/protocols/article-review-protocol.md +77 -0
  366. package/bundled-skills/crossframe-review/protocols/review-protocol.md +129 -0
  367. package/bundled-skills/crossframe-review/references/case-law.md +42 -0
  368. package/bundled-skills/crossframe-review/references/evidence-boundary-checklist.md +95 -0
  369. package/bundled-skills/crossframe-review/references/failure-taxonomy.md +247 -0
  370. package/bundled-skills/crossframe-review/references/review-rubric.md +70 -0
  371. package/bundled-skills/crossframe-review/templates/review-report.md +86 -0
  372. package/bundled-skills/crossframe-suite/SKILL.md +206 -0
  373. package/bundled-skills/crossframe-suite/agents/openai.yaml +4 -0
  374. package/bundled-skills/crossframe-suite/evals/crossframe-suite-smoke-tests.md +169 -0
  375. package/bundled-skills/crossframe-suite/examples/bad-overtrigger-case.md +24 -0
  376. package/bundled-skills/crossframe-suite/examples/essay-workflow-case.md +20 -0
  377. package/bundled-skills/crossframe-suite/examples/public-comment-workflow-case.md +18 -0
  378. package/bundled-skills/crossframe-suite/examples/reader-reply-workflow-case.md +19 -0
  379. package/bundled-skills/crossframe-suite/protocols/suite-dispatch-protocol.md +167 -0
  380. package/bundled-skills/crossframe-suite/references/output-mode-selector.md +81 -0
  381. package/bundled-skills/crossframe-suite/references/workflow-routing-map.md +150 -0
  382. package/bundled-skills/crossframe-suite/templates/mode-selection-dialog.md +43 -0
  383. package/bundled-skills/crossframe-suite/templates/suite-reasoning-outline.md +72 -0
  384. package/bundled-skills/crossframe-teach/SKILL.md +110 -0
  385. package/bundled-skills/crossframe-teach/agents/openai.yaml +4 -0
  386. package/bundled-skills/crossframe-teach/evals/smoke-tests.md +69 -0
  387. package/bundled-skills/crossframe-teach/examples/chengjie-huiliu.md +33 -0
  388. package/bundled-skills/crossframe-teach/examples/failure-patterns.md +47 -0
  389. package/bundled-skills/crossframe-teach/examples/love-open-action.md +33 -0
  390. package/bundled-skills/crossframe-teach/examples/open-assertion.md +34 -0
  391. package/bundled-skills/crossframe-teach/protocols/teach-protocol.md +44 -0
  392. package/bundled-skills/crossframe-teach/references/teaching-fidelity.md +44 -0
  393. package/bundled-skills/crossframe-teach/templates/concept-lesson.md +38 -0
  394. package/bundled-skills/crossframe-teach/templates/micro-exercises.md +39 -0
  395. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  396. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  397. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  398. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  399. package/bundled-skills/docs/users/bundles.md +1 -1
  400. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  401. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  402. package/bundled-skills/docs/users/getting-started.md +1 -1
  403. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  404. package/bundled-skills/docs/users/usage.md +4 -4
  405. package/bundled-skills/docs/users/visual-guide.md +4 -4
  406. package/bundled-skills/efficient-web-research/SKILL.md +320 -0
  407. package/bundled-skills/sharp-coder/SKILL.md +131 -0
  408. package/bundled-skills/youtube-seo-optimizer/SKILL.md +921 -0
  409. package/package.json +1 -1
  410. package/skills_index.json +418 -0
@@ -0,0 +1,94 @@
1
+ # 诊断协议
2
+
3
+ 用于普通结构诊断:关系失衡、团队卡住、组织反复失败、制度流程失灵、公共议题撕裂等。
4
+
5
+ v5 默认先读取 `references/v5-material-selection-map.md`、`references/read-routing-map.md`、`references/continuity-bundles.md`,并至少通过 `worksheets/seven-gates-worksheet.md`。完整诊断默认触发 `v5-seven-gates-diagnosis-pack`、`v5-source-evidence-separation-pack` 和 `v5-evidence-downgrade-action-ceiling-pack`。
6
+
7
+ ## 1. 对象界定
8
+
9
+ 先确定“诊断对象”,不要直接贴概念。
10
+
11
+ - 对象是什么:一段关系、一个流程、一套组织机制、一场争议、一个行动困境?
12
+ - 对象边界在哪里:哪些人、哪些行为、哪些时间段、哪些制度接口包含在内?
13
+ - 不诊断什么:暂时不判断人格、本质、动机终局或历史总账。
14
+
15
+ 输出前必须能用一句话说清:这里诊断的是“某个结构过程”,不是“某个人的好坏”。
16
+
17
+ ## 2. 尺度窗口
18
+
19
+ 确定分析尺度,并说明是否发生尺度转移。
20
+
21
+ - 微观:个体感受、互动、一次事件。
22
+ - 中观:关系、团队、项目、组织流程。
23
+ - 宏观:制度、文化、公共叙事、历史结构。
24
+
25
+ 尺度转移只能增加解释,不得稀释低尺度痛苦与责任。
26
+
27
+ ## 3. 证据边界
28
+
29
+ 把证据分层:
30
+
31
+ - 高成本事实:记录、行动、资源改变、制度后果、长期重复模式。
32
+ - 中成本事实:多方陈述、稳定行为、可复核时间线。
33
+ - 低成本材料:口号、表态、自评、AI 生成材料、精美汇报。
34
+ - 缺口:没有直接证据、只有单方叙述、时间线不完整、反例未检查。
35
+
36
+ 不能用低成本材料支撑强判断。
37
+
38
+ ## 4. 承接与回流
39
+
40
+ 检查系统是否能把压力、反馈、爱、责任、成本转化为修复。
41
+
42
+ - 谁在承接?
43
+ - 承接以后有没有回流?
44
+ - 回流是否改变规则、资源、角色、时间表、保护条件?
45
+ - 修复是否留下副产品:记忆、制度、流程、边界、能力?
46
+
47
+ 如果只有承接没有回流,系统可能在消耗关键主体。
48
+
49
+ ## 5. 主体与责任链
50
+
51
+ 不要让“结构”取消责任。
52
+
53
+ - 谁有行动能力?
54
+ - 谁能改变条件?
55
+ - 谁承担了成本?
56
+ - 谁从现状中获益?
57
+ - 谁被要求继续忍受?
58
+
59
+ 责任链不清时,不能输出强判断。
60
+
61
+ ## 6. 观测影响
62
+
63
+ 诊断本身会进入系统。
64
+
65
+ - 这个判断被当事人看到后会改变什么?
66
+ - 会帮助修复,还是增加防御、报复、表演和标签化?
67
+ - 是否需要降低措辞强度,改用开放断言?
68
+ - 是否需要先保护证据与人,而不是公开判断?
69
+
70
+ ## 7. 诊断可行性
71
+
72
+ 根据七闸决定档位:对象闸、证据闸、尺度闸、责任闸、观测闸、权力闸、行动闸。
73
+
74
+ - 轻量观察:事实少,只能指出可能观察点。
75
+ - 开放断言:有模式但不足以终局判断。
76
+ - 完整诊断:对象清楚、证据足够、机制候选可比较。
77
+ - 强判断:七闸全部通过,责任链、低权力保护、反例、申诉和行动上限都检查过。
78
+ - 低条件试探行动:证据不足但风险紧急,需要小动作验证。
79
+ - 退出转移:系统封闭、回流断裂,继续投入只会被消耗或俘获。
80
+
81
+ 七闸任一缺失时必须降档;涉及公开判断、公共记忆、资格名誉资源权利时,还必须进入强判断八件套。
82
+
83
+ ## 8. 机制候选
84
+
85
+ 至少列两个机制候选,例如:
86
+
87
+ - 反馈进入系统但不能写回规则。
88
+ - 中间层承接过载。
89
+ - 低尺度痛苦被高尺度叙事稀释。
90
+ - 权力掌握证据与复核程序。
91
+ - 爱或责任被转化为单方面忍耐。
92
+ - 表演性合规替代真实修复。
93
+
94
+ 只有在证据明显排除其他可能时,才允许只保留一个机制。
@@ -0,0 +1,28 @@
1
+ # 表达翻译协议
2
+
3
+ 用于把 CrossFrame 的后台推理转成普通用户、管理、制度、心理关系或技术治理语境能理解的输出。
4
+
5
+ v5 默认读取 `v5-domain-translation-normative-source-pack`。公开文章、公共评论、组织处置或平台材料还必须保留 `v5-seven-gates-diagnosis-pack`、证据降级和行动上限,不得用好读性替代判断责任。
6
+
7
+ ## 触发条件
8
+
9
+ - 用户要求“说人话”“给普通人看”“不要术语”。
10
+ - 输出要发布给团队、组织、公共平台或其他 AI 工具。
11
+ - 前台表达出现概念堆砌风险。
12
+ - 需要把同一诊断转成不同语境版本。
13
+
14
+ ## 执行顺序
15
+
16
+ 1. 先完成对应诊断协议,不要用表达翻译替代推理。
17
+ 2. 读取 `references/expression-translation-table.md` 和 `templates/user-facing-language.md`。
18
+ 3. 选择语境:普通人 / 管理 / 制度公共 / 技术治理 / 教学审计。
19
+ 4. 把每个关键概念翻译成现实行为:谁、做什么、承受什么、改变什么。
20
+ 5. 删除不承担说明作用的术语。
21
+ 6. 使用 `templates/expression-translation-output.md` 输出。
22
+
23
+ ## 输出边界
24
+
25
+ - 翻译不能改变判断档位。
26
+ - 温和表达不能掩盖责任链。
27
+ - 面向公众输出时,必须保留证据边界、低权力主体保护和撤回条件。
28
+ - 面向公众输出时,不展示完整工作表,除非用户明确要求审计。
@@ -0,0 +1,28 @@
1
+ # 势场与自主解离协议
2
+
3
+ 用于分析正负锚点势场、沉积基本盘和保护性退出。
4
+
5
+ 默认读取 `v5-long-evolution-progression-field-pack`。若退出、转移或外部承接涉及低权力主体,追加 `v5-low-power-protection-pack` 和 `v5-action-healing-transfer-pack`。
6
+
7
+ ## 触发条件
8
+
9
+ - 用户问为什么好行动难以持续,坏循环却很省力。
10
+ - 系统反复抽取同一主体,修复副产品无法沉积。
11
+ - 个体、团队或组织需要判断退出、转移、外部承接是否正当。
12
+ - 长期努力没有形成可继承基本盘。
13
+
14
+ ## 执行顺序
15
+
16
+ 1. 完成 intake、七闸、机制候选。
17
+ 2. 读取 `references/field-management-and-dissociation.md`。
18
+ 3. 填写 `worksheets/field-dissociation-check.md`。
19
+ 4. 区分正向势场、负向势场、混合势场。
20
+ 5. 检查是否有沉积基本盘。
21
+ 6. 判断是否满足自主解离条件,或仍应优先修复内部回流。
22
+ 7. 使用 `templates/field-dissociation-output.md` 输出。
23
+
24
+ ## 输出边界
25
+
26
+ - 先保护人的边界和证据,不把退出污名化。
27
+ - 不把势场写成命运。
28
+ - 自主解离必须有保护目标、外部承接、停止条件和保留副产品。
@@ -0,0 +1,38 @@
1
+ # 框架边界协议
2
+
3
+ 用于处理 CrossFrame 可能被过度使用、错误移植、领域殖民、模型殖民或概念武器化的场景。
4
+
5
+ v5 默认读取 `v5-use-boundary-governance-pack`、`v5-concept-weaponization-dogma-pack`。如果问题涉及框架自身有效性、版本治理、反例或退场,再追加 `v5-framework-self-diagnosis-falsification-pack`;涉及工具化或公开发布时追加 `v5-toolization-accessibility-release-pack`。
6
+
7
+ ## 触发条件
8
+
9
+ - 用户要求用 CrossFrame 对医疗、法律、金融、工程、安全等高专业领域下最终判断。
10
+ - 用户把 CrossFrame 当成“证明某人有问题”的工具。
11
+ - 用户试图用框架术语取消专业程序、申诉、复核或一手证据。
12
+ - AI 报告、模型总结、合规文本被当作强证据。
13
+ - 新概念、翻译名或改写名可能改变 v5.0 中文语义。
14
+ - 哲学/意义类问题被要求给出终极本体裁决、神学裁决或科学定论,而不是结构解释。
15
+
16
+ ## 与概念解释的优先级
17
+
18
+ 哲学、意义、第一因、生命是什么、虚无主义等问题,不要直接从本协议起步。先走 `concept-explanation-protocol.md`:
19
+
20
+ - 如果能拆出尺度、结构问题、机制候选或行动影响,输出概念解释和结构性开放断言。
21
+ - 如果用户要求 CrossFrame 裁决终极答案,才启用本协议提醒边界。
22
+ - 如果问题完全没有可结构化对象、现实信号或行动影响,再降到框架边界。
23
+
24
+ ## 执行顺序
25
+
26
+ 1. 确定 CrossFrame 本次能做什么:结构整理、证据分层、风险提示、机制候选或行动边界。
27
+ 2. 确定 CrossFrame 本次不能做什么:专业定性、最终处置、医学/法律/工程结论、人格审判。
28
+ 3. 填写 `worksheets/framework-boundary-check.md`。
29
+ 4. 读取 `references/framework-ontology-protection.md`。
30
+ 5. 若涉及 AI 合规材料,追加 `concept-cards/evidence-cost.md`、`anti-capture-protocol.md` 和 `v5-ai-process-artifact-boundary-pack`。
31
+ 6. 决定输出档位:边界提醒、开放断言、低条件行动、建议专业复核或拒绝强判断。
32
+
33
+ ## 输出要求
34
+
35
+ - 先说人话:本次能帮你看结构,但不能替代哪个专业判断。
36
+ - 明确保留事实、责任链和申诉/复核入口。
37
+ - 不要说“框架显示真相已经很清楚”,除非已经完成对应专业证据和命题验证。
38
+ - 如果用户要求把概念当武器,输出框架边界,不继续升级判断。
@@ -0,0 +1,32 @@
1
+ # 治理连续性协议
2
+
3
+ 用于把 v5.0 的调节、预警、偿付约束、多中心治理、承接者生成和代际承接转成可执行检查。默认读取 `v5-governance-continuity-multicenter-pack`,公共制度或平台治理场景追加 `v5-public-power-institution-pack`。
4
+
5
+ ## 触发条件
6
+
7
+ - 用户分析公共制度、组织治理、平台规则、长期承诺或高权力系统。
8
+ - 系统有承诺,但缺少偿付、预警、复核或承接者生成。
9
+ - 单中心过载,边缘反馈无法进入。
10
+ - 用户问一个制度能否长期持续、能否自我修复。
11
+
12
+ ## 执行顺序
13
+
14
+ 1. 先执行 `public-institution-protocol.md` 或普通诊断。
15
+ 2. 填写 `worksheets/governance-continuity-check.md`。
16
+ 3. 检查调节、预警、偿付、复核、多中心、承接者生成。
17
+ 4. 区分表层承诺和实际偿付。
18
+ 5. 检查低权力主体是否有安全反馈入口。
19
+ 6. 使用 `templates/governance-continuity-output.md` 输出。
20
+
21
+ ## 关键判断
22
+
23
+ - 没有偿付机制的公共承诺,会把成本转嫁给低可见主体。
24
+ - 没有预警和复核的治理,只能在危机后补救。
25
+ - 没有承接者生成,系统会靠少数人长期耗竭维持。
26
+ - 多中心不是无人负责;它要求边界、接口和责任链更清楚。
27
+
28
+ ## 输出边界
29
+
30
+ - 不要把“有规则”写成“规则有效”。
31
+ - 不要把“有申诉入口”写成“申诉安全”。
32
+ - 不要把“分权”写成“没有中心责任”。
@@ -0,0 +1,69 @@
1
+ # 疗愈与转移路线图协议
2
+
3
+ 用于系统停滞、创伤、长期消耗、不可修复、退出转移或重建场景。
4
+
5
+ 本协议只提供结构行动边界和低风险路线,不替代医疗、心理、法律、安全等专业干预。
6
+
7
+ ## 1. 先判定基准状态
8
+
9
+ 区分两类:
10
+
11
+ - 损伤型:系统曾有较健康基准,目标是恢复和升级。
12
+ - 复杂创伤型:系统从未有健康基准,目标不是恢复,而是首次建立安全感、健康支持链和存护-消解平衡。
13
+
14
+ 如果系统无法描述“问题出现之前是什么样”,多个维度弥漫性失灵,并把病态条件视为常态,应按复杂创伤型处理。
15
+
16
+ ## 2. 三阶段路线
17
+
18
+ ### 第一阶段:紧急抢救
19
+
20
+ 目标:防止崩解,停止内耗性恶化。
21
+
22
+ 优先动作:
23
+
24
+ - 锚点显性化:用最短语言重述当前要守住的东西。
25
+ - 关键承接者减负:剥离非核心事务,寻找替代者或维护窗口。
26
+ - 切断一个关键失稳连通节点,而不是试图一次解决所有问题。
27
+ - 保护证据、边界和退出空间。
28
+
29
+ ### 第二阶段:结构性修复
30
+
31
+ 目标:恢复承接与回流,留下修复副产品。
32
+
33
+ 优先动作:
34
+
35
+ - 拆旧通道前确认替代通道能基本运行。
36
+ - 把反馈写入角色、资源、流程、边界或共同记忆。
37
+ - 设置冲突缓冲区,避免分歧升级为对抗。
38
+ - 用共同问题而非抽象和解来创造合作入口。
39
+
40
+ ### 第三阶段:高阶稳态建设
41
+
42
+ 目标:让系统恢复自我发现问题和启动修复的能力。
43
+
44
+ 优先动作:
45
+
46
+ - 建立持续校准和预警机制。
47
+ - 让修复不再依赖某个单一英雄主体。
48
+ - 让脆弱部分被安全接纳,而不是被隔离或压制。
49
+ - 保留外部承接和退出转移通道。
50
+
51
+ ## 3. 退出转移
52
+
53
+ 当内部修复条件不足,行动目标应从“修复系统”切换为:
54
+
55
+ - 保护人。
56
+ - 保存证据。
57
+ - 释放演化记忆。
58
+ - 寻找外部承接。
59
+ - 降低继续投入造成的抽取和俘获。
60
+
61
+ ## 4. 输出要求
62
+
63
+ 使用 `worksheets/healing-transfer-map.md`。输出必须说明:
64
+
65
+ - 当前处于哪一阶段。
66
+ - 先保护什么。
67
+ - 不能做什么。
68
+ - 最小下一步是什么。
69
+ - 何时停止、转移或升级。
@@ -0,0 +1,55 @@
1
+ # 高反身性对象协议
2
+
3
+ 用于对象会因被观察、命名、评分、诊断、公开或处置而改变自身行为、身份、边界或证据形态的场景。
4
+
5
+ v5 默认读取 `v5-observation-reflexivity-release-pack`。若观测结果会进入公共记忆、平台处置或组织评估,还必须追加 `v5-evidence-downgrade-action-ceiling-pack` 与 `v5-low-power-protection-pack`。
6
+
7
+ 目标不是追踪无限递归反应,而是写出有限观测条件下的状态转移规则。
8
+
9
+ ## 1. 判定反身性等级
10
+
11
+ | 等级 | 识别信号 | 输出要求 |
12
+ | --- | --- | --- |
13
+ | R0 低反身性 | 看不看它,状态基本不变 | 按普通对象处理 |
14
+ | R1 行为反应型 | 被看见后调整行为 | 区分基线与被观察后的表现 |
15
+ | R2 身份反应型 | 被命名后改变自我理解或群体边界 | 检查标签是否制造聚合、排斥或污名 |
16
+ | R3 战略反应型 | 对象会研究诊断规则并反向利用 | 增加反向证据、外部校准和抽样复核 |
17
+ | R4 存在反应型 | 对象是否存在取决于观测或判断 | 只描述变形规则,不输出脱离观测条件的静态定性 |
18
+
19
+ ## 2. 分离四层状态
20
+
21
+ - 诊断前基线:未被诊断、未被命名、未被公开判断时。
22
+ - 观测中反应:对象知道被观察、评分或诊断后的直接反应。
23
+ - 公开后反应:对象知道结论、发布范围或处置后的战略反应。
24
+ - 沉淀后结构:反应是否改变边界、身份、资源、行动通道、承接关系、反馈写回、风险分布或公共记忆。
25
+
26
+ 反应不等于结构变化。若新反应只是重复、表演、反制、挑衅、沉默或同类策略延续,只记录为反应延续,不改写主判断。
27
+
28
+ ## 3. 有限状态转移
29
+
30
+ 使用 `worksheets/reflexivity-state-transfer.md`。至少说明:
31
+
32
+ - 观测条件。
33
+ - 对象状态。
34
+ - 触发条件。
35
+ - 状态转移。
36
+ - 稳定或重复信号。
37
+ - 打断规则的高成本证据。
38
+ - 停止追踪条件。
39
+
40
+ ## 4. 递归收束
41
+
42
+ 最多区分到第三层反应。第三层之后,除非出现新的高成本证据、边界变化、资源变化、身份变化或行动通道变化,不再继续递归追踪。
43
+
44
+ 收束时必须说明:停止追踪不是无视风险,而是避免观测本身继续改变对象、暴露弱信号或给高权力对象制造反制材料。
45
+
46
+ 无法形成稳定变形规则时,降低判断档位,标记为“高反身性未收束”。
47
+
48
+ ## 5. 发布边界
49
+
50
+ 诊断结论不默认完整公开。发布前说明:
51
+
52
+ - 给谁看。
53
+ - 暂时不给谁看。
54
+ - 是否分层发布、延迟发布或只发布行动建议。
55
+ - 是否可能制造污名、自证预言、恐慌、报复、表演合规或系统冻结。
@@ -0,0 +1,49 @@
1
+ # 推演协议
2
+
3
+ 用于“后续走向”“路径展开”“分支终点”“会怎么发展”“如果继续下去会怎样”。
4
+
5
+ 推演不是预言。它是把当前结构条件转化为有限分支,并写清触发条件与反向信号。
6
+
7
+ ## 1. 初始状态
8
+
9
+ 先写清:
10
+
11
+ - 当前事实状态。
12
+ - 当前结构张力。
13
+ - 已知行动者。
14
+ - 已知资源、约束、风险。
15
+ - 不可推演部分:未知动机、隐藏信息、外部突发事件、单方叙述无法验证处。
16
+
17
+ ## 2. 分叉变量
18
+
19
+ 至少列出 2 到 5 个会改变路径的变量:
20
+
21
+ - 关键承接者是否继续承接。
22
+ - 反馈是否写回规则、资源或角色。
23
+ - 权力方是否开放证据和程序。
24
+ - 弱信号是否能安全出现。
25
+ - 退出成本是否下降。
26
+ - 外部承接是否出现。
27
+
28
+ ## 3. 主分支
29
+
30
+ 输出 1 到 3 条主分支。每条必须包含:
31
+
32
+ - 触发条件:什么发生后进入此分支。
33
+ - 过程链:压力如何传导,反馈如何被吸收或阻断。
34
+ - 转折点:哪个节点会决定走向。
35
+ - 终点:可能稳定成什么状态。
36
+ - 反向信号:什么迹象说明这个分支不成立。
37
+
38
+ ## 4. 禁止事项
39
+
40
+ - 不要把分支写成宿命。
41
+ - 不要把当前情绪直接当趋势。
42
+ - 不要只给“好/坏”两分支。
43
+ - 不要把行动建议伪装成推演结论。
44
+
45
+ ## 5. 输出档位
46
+
47
+ - 快速推演:1 到 2 个分支,适合用户要直觉判断。
48
+ - 完整推演:3 个分支,加变量表与反向信号。
49
+ - 高责任推演:必须先过反俘获协议,避免替强权制造“合理化未来”。
@@ -0,0 +1,50 @@
1
+ # 小尺度亲密关系轻量入口
2
+
3
+ 用于家庭、亲密关系、朋友关系、照护关系中的反复消耗、解释劳动、单方修复、边界受损和爱被要求的问题。
4
+
5
+ 亲密关系不默认启用重型结构诊断。先保护人的痛苦、安全和边界,再做结构映射。
6
+
7
+ ## 1. 进入条件
8
+
9
+ 适合轻量入口:
10
+
11
+ - 双方仍愿意沟通。
12
+ - 伤害尚未制度化。
13
+ - 关键问题可以被具体说出。
14
+ - 仍存在可感知回流和共同修复意愿。
15
+
16
+ 不宜继续轻量化:
17
+
18
+ - 暴力、强制、长期羞辱、资源控制、孤立、持续欺骗、严重成瘾、明确安全风险。
19
+ - 任何一方无法自由退出。
20
+
21
+ 出现不宜轻量化信号时,优先安全、外部支持和退出转移,不继续做关系优化建议。
22
+
23
+ ## 2. 五个轻量问题
24
+
25
+ 使用 `worksheets/intimate-relationship-light-check.md`:
26
+
27
+ - 安全感是否被持续损伤。
28
+ - 责任是否长期单向分配。
29
+ - 付出是否有真实回流。
30
+ - 双方是否愿意共同修复。
31
+ - 边界是否能被尊重。
32
+
33
+ ## 3. 输出语气
34
+
35
+ - 先承认现实痛苦,不急着解释成结构。
36
+ - 不把爱写成命令、忍耐义务或正当性证明。
37
+ - 不把修复责任压回受伤者。
38
+ - 不给人格定性。
39
+ - 不把“关系还可以修复”写成“你应该继续承受”。
40
+
41
+ ## 4. 行动边界
42
+
43
+ 轻量建议只能是低风险、可撤回、可观察的小动作,例如:
44
+
45
+ - 把一个反复问题改成可观察约定。
46
+ - 设置一次反馈后的具体变化检查。
47
+ - 暂停解释劳动,观察对方是否主动承担修复。
48
+ - 明确一个边界和违反边界后的停止条件。
49
+
50
+ 若对方只增加道歉和表达,不改变规则、资源、角色或边界,应转入开放断言或退出转移。
@@ -0,0 +1,26 @@
1
+ # 超大规模压力测试协议
2
+
3
+ 用于处理文明尺度、历史尺度、跨制度长期演化和超大规模圈层问题。它的核心是承认边界,而不是写宏大结论。
4
+
5
+ ## 触发条件
6
+
7
+ - 用户讨论文明、国家、时代、长期制度演化、跨圈层公共系统。
8
+ - 判断会影响公共记忆、群体名誉、制度定性或长期行动方向。
9
+ - 证据高度间接,且容易被宏大叙事吞掉低尺度痛苦。
10
+
11
+ ## 执行顺序
12
+
13
+ 1. 先界定对象:文明、制度、组织网络、公共议题还是历史阶段。
14
+ 2. 填写 `worksheets/large-scale-stress-test.md`。
15
+ 3. 列出可判断区、不可判断区和暂不进入区。
16
+ 4. 检查证据尺度:一手事实、统计、制度文本、行动记录、叙事材料分别是什么。
17
+ 5. 至少列两个竞争机制,避免单因解释。
18
+ 6. 检查低尺度痛苦和责任链是否被大尺度叙事稀释。
19
+ 7. 输出必须含压力测试:反例、边界案例、时间滞后、外部冲击和尺度扰动。
20
+
21
+ ## 输出边界
22
+
23
+ - 不要把文明尺度判断写成全称真理。
24
+ - 不要把“长期趋势”写成“每个个体都应承担”。
25
+ - 不要把宏观解释用于取消低尺度修复责任。
26
+ - 高不确定性时使用开放断言或理论后台说明,不升级为强判断。
@@ -0,0 +1,50 @@
1
+ # 状态坐标与生命周期诊断协议
2
+
3
+ 用于把 v5.0 的“状态坐标与全周期演化过程”转成可执行判断。阶段 0-6 只能作为局部状态坐标,不能写成线性宿命、必经路径或终局预言。
4
+
5
+ 默认读取 `v5-state-coordinate-lifecycle-pack`;若涉及长期递进、势场、治理连续性,再追加 `v5-long-evolution-progression-field-pack` 和 `v5-governance-continuity-multicenter-pack`。
6
+
7
+ ## 触发条件
8
+
9
+ - 用户问长期演化、组织周期、关系变化、制度生成或衰退。
10
+ - 输出需要判断“现在处在哪个阶段”。
11
+ - 现象同时包含成长、停滞、耗竭、修复、退出、重建或并行子系统。
12
+
13
+ ## 执行顺序
14
+
15
+ 1. 先完成 intake、七闸和机制候选。
16
+ 2. 填写 `worksheets/lifecycle-stage-record.md`,但把“阶段”字段改写为“局部状态坐标”。
17
+ 3. 必须声明对象、层级、时间窗口、并行子系统、反向条件、暂停判断条件和撤回路径。
18
+ 4. 区分主坐标、混合信号和坐标内位置。
19
+ 5. 检查状态坐标判断是否会诱导过早行动、过度悲观或责任稀释。
20
+ 6. 使用 `templates/lifecycle-output.md` 输出。
21
+
22
+ ## 局部状态坐标
23
+
24
+ | 坐标 | 人话识别 | 常见误判 |
25
+ | --- | --- | --- |
26
+ | 阶段0:锚点凝聚期 | 对象边界、共同指向和互动还不稳定 | 把愿望当系统 |
27
+ | 阶段1:雏形期 | 有最小承诺、时间或资源进入,先行者奠基 | 把口号当启动 |
28
+ | 阶段2:首次扩维期 | 行动被复制,主体诞生,承接需求上升 | 只看增长,不看承接 |
29
+ | 阶段3:圈层初期 | 扰动壁垒成型,带束缚发展 | 把稳定当健康 |
30
+ | 阶段4:中期跃迁 | 壁垒瓦解,旧承接方式失效 | 把耗竭归因给个体 |
31
+ | 阶段5:圈层中期 | 高效发展,但制度性漏洞会随精密化积累 | 只看效率,不看漏洞 |
32
+ | 阶段6:高阶动态平衡 | 有限窗口内发现、修复、写回和承接者再生产速度暂时高于损耗 | 把阶段6写成完美系统或绝对终态 |
33
+
34
+ ## 必须声明
35
+
36
+ - 对象是什么。
37
+ - 层级是什么。
38
+ - 时间窗口是什么。
39
+ - 是否存在并行子系统。
40
+ - 反向条件是什么。
41
+ - 暂停判断条件是什么。
42
+ - 撤回路径是什么。
43
+
44
+ ## 输出边界
45
+
46
+ - 必须写“当前在这个对象、这个层级、这个时间窗口内最像的局部状态坐标”。
47
+ - 必须写混合坐标信号。
48
+ - 必须说明哪个证据会推翻坐标判断。
49
+ - 不得用阶段标签替代机制解释。
50
+ - 不得把阶段 0-6 写成所有对象必经的生命周期铁轨。
@@ -0,0 +1,33 @@
1
+ # 低条件试探行动协议
2
+
3
+ 用于证据不足但问题紧急的情况。
4
+
5
+ 目标不是用小证据做大判断,而是在低风险、可撤回、可观察的范围内创造下一轮证据。
6
+
7
+ ## 使用条件
8
+
9
+ - 风险正在累积,不能无限等待。
10
+ - 当前证据不足以完整诊断。
11
+ - 行动可以低成本、低风险、可撤回。
12
+ - 行动结果能产生新的观察信号。
13
+
14
+ ## 必须写清
15
+
16
+ - 目标:这个小动作要验证什么。
17
+ - 行动:具体做什么,不做什么。
18
+ - 风险边界:不会伤害谁,不会授权什么。
19
+ - 观察指标:出现什么信号算有效。
20
+ - 停止条件:什么情况必须停止。
21
+ - 升级条件:什么情况才进入更强行动或外部承接。
22
+
23
+ ## 合格动作特征
24
+
25
+ - 小:不一次性摊牌、不永久改变关系或制度状态。
26
+ - 可撤回:行动后可以回退。
27
+ - 可观察:能产生明确反馈。
28
+ - 不转嫁:不把风险推给最弱的人。
29
+ - 不制造表演:不只是多开会、多写材料、多喊口号。
30
+
31
+ ## 例句
32
+
33
+ > 现在不适合做强判断,但可以做一个低条件试探:把下一次反馈限定为一个具体事项,并要求它写回到角色、资源或时间表。如果只有口头安抚而没有任何写回,这就是重要信号。
@@ -0,0 +1,55 @@
1
+ # 开放断言协议
2
+
3
+ 开放断言是 v5.0 的核心输出形态之一;v5.0 还要求检查它是否被权力捕获并需要退场。默认读取 `v5-open-assertion-proposition-pack` 和 `v5-evidence-downgrade-action-ceiling-pack`。
4
+
5
+ 它不是强诊断,也不是“永远条件不足”的回避。它是在证据尚未达到终局判断时,负责任地说出当前最有解释力、但可撤回的一句话判断。
6
+
7
+ ## 必须包含
8
+
9
+ 1. 当前判断:现在最有解释力的判断是什么。
10
+ 2. 证据:哪些事实支撑它。
11
+ 3. 替代解释:还有哪些可能机制。
12
+ 4. 反例条件:什么事实会削弱它。
13
+ 5. 撤回条件:什么证据出现后应撤回或改写。
14
+ 6. 行动边界:它只能支持哪些行动,不能支持哪些行动。
15
+
16
+ ## 适用场景
17
+
18
+ - 有重复模式,但证据不足以强判断。
19
+ - 用户需要行动方向,但不应被确定性误导。
20
+ - 用户要求“接受/拒绝”“支持/反对”“该不该做”等方向性回答,而证据只足以给出条件性判断。
21
+ - 关系、组织、公共议题中存在真实风险,但需要避免人格审判或终局审判。
22
+ - 观察本身可能改变对象,需要保留可撤回性。
23
+
24
+ ## 客观开放断言
25
+
26
+ 当 `output_mode=客观` 时,开放断言仍然可以给出方向性判断。客观不等于正反永远均势,而是:
27
+
28
+ - 先呈现有实质竞争力的机制候选。
29
+ - 再说明当前证据为什么更支持其中一个方向。
30
+ - 同时写清替代解释、反向条件、撤回条件和行动边界。
31
+
32
+ 如果回答依赖拆题、重定义题设、增加“改良版选项”或把原问题改写成更可操作的问题,必须显式声明这一步。输出至少包含两句话:原题设下的判断,以及改写题设下的判断。
33
+
34
+ 方向性开放断言一旦可能影响权利、名誉、资源、处分、求助路径或公共记忆,必须触发 `judgment-responsibility-pack`;如果只是一种抽象思想实验,也要写清不能被外推到现实处置。
35
+
36
+ ## 禁止事项
37
+
38
+ - 禁止包装成终局审判。
39
+ - 禁止把“不确定”变成不行动的借口。
40
+ - 禁止用开放断言逃避责任链。
41
+ - 禁止只说“可能有问题”,却不给证据、替代解释和撤回条件。
42
+ - 禁止用“客观”逃避当前判断,也禁止用“开放断言”偷渡强判断。
43
+
44
+ ## 句式
45
+
46
+ 可以使用:
47
+
48
+ > 在当前证据下,最有解释力但仍可撤回的判断是……
49
+
50
+ 然后依次写:
51
+
52
+ - 支撑它的事实是……
53
+ - 仍需保留的替代解释是……
54
+ - 如果出现……,这个判断应被削弱或撤回。
55
+ - 这个判断只能用于……,不能用于……
@@ -0,0 +1,30 @@
1
+ # 递进模式协议
2
+
3
+ 用于把 v5.0 的递进模式和子锚点闭环转成可执行检查。默认读取 `v5-long-evolution-progression-field-pack`,需要治理写回时追加 `v5-governance-continuity-multicenter-pack`。
4
+
5
+ ## 触发条件
6
+
7
+ - 用户问战略推进、长期修复、项目为什么没有积累、关系为什么总是重来。
8
+ - 输出需要判断“有没有真的前进”。
9
+ - 系统有多个小目标、小修复、小承诺,但没有形成势场提升。
10
+
11
+ ## 执行顺序
12
+
13
+ 1. 界定宏观锚点和当前子锚点。
14
+ 2. 填写 `worksheets/sub-anchor-progression.md`。
15
+ 3. 检查每个子锚点是否完成:选定 -> 执行 -> 验证 -> 回馈 -> 下一个。
16
+ 4. 判断卡点:未选定、未执行、未验证、未回馈、未接入下一个。
17
+ 5. 写出递进失败的机制候选。
18
+ 6. 使用 `templates/progression-output.md` 输出。
19
+
20
+ ## 三种递进陷阱
21
+
22
+ - 假递进:做了很多事,但没有写回规则、资源、角色或记忆。
23
+ - 断裂递进:每个动作孤立存在,下一个动作不继承上一个副产品。
24
+ - 抽取递进:系统看似进步,但靠少数人额外承接维持。
25
+
26
+ ## 输出边界
27
+
28
+ - 不要把“忙”写成“进展”。
29
+ - 不要把“完成任务”直接写成“锚点实现”。
30
+ - 递进判断必须包含回馈证据。