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,64 @@
1
+ # 命题验证与前瞻登记协议
2
+
3
+ 用于强判断、高责任判断,或任何可能影响资格、名誉、资源、权利、处置和公共记忆的输出。
4
+
5
+ 开放断言可以提供低到中置信度的判断靶点,但不能替代命题验证。未完成命题验证的判断,只能作为观察意见或开放断言,不得作为强判断、处置依据或伦理背书。
6
+
7
+ v5 强判断必须读取 `v5-strong-judgment-eight-pack`、`v5-open-assertion-proposition-pack`、`v5-evidence-downgrade-action-ceiling-pack`;高权力密度时追加 `v5-low-power-protection-pack`。
8
+
9
+ ## 1. 先界定命题
10
+
11
+ 把结论写成可检验命题,而不是价值标签。
12
+
13
+ - 不合格:这个人是失稳因素。
14
+ - 合格:在当前证据下,某行为链条反复让反馈无法写回,并把修复成本转移给低权力主体。
15
+
16
+ 命题必须包含对象、尺度、时间窗口、证据范围和影响对象。
17
+
18
+ ## 2. 强判断八件套
19
+
20
+ 每个强判断必须同时写八件套:
21
+
22
+ | 八件套 | 必答问题 |
23
+ | --- | --- |
24
+ | 命题对象 | 判断对象、尺度、时间窗口和影响对象是什么 |
25
+ | 证据范围 | 当前证据强度如何,来源与事实如何分离 |
26
+ | 机制候选 | 至少两个机制候选,为什么保留或排除 |
27
+ | 反向条件 | 出现什么证据时,本判断应撤回、收束或改写 |
28
+ | 修复窗口 | 是否仍存在低风险修复入口,修复需要改变什么条件 |
29
+ | 申诉入口 | 被影响者如何补充事实、质疑判断或要求复核 |
30
+ | 低权力保护 | 弱信号、反报复、退出空间和低暴露记录是否存在 |
31
+ | 行动上限 | 本判断最多允许什么行动,不能用于什么 |
32
+
33
+ 八件套缺任一项,强判断只能作为假设或开放断言,不能作为结论。
34
+
35
+ ## 3. 命题验证表
36
+
37
+ 填写 `worksheets/proposition-verification.md`。若无法填写,必须降低判断档位。
38
+
39
+ ## 4. 前瞻登记
40
+
41
+ 强诊断输出后,需要登记至少一条可观察预测。预测不要求绝对准确,但必须能被后续事实削弱或修正。
42
+
43
+ 每条预测包含:
44
+
45
+ - 预测内容。
46
+ - 时间窗口。
47
+ - 触发条件。
48
+ - 早期信号。
49
+ - 反向信号。
50
+ - 若预测失败,应修改哪条命题。
51
+ - 是否需要暂停某个概念或降低置信度。
52
+
53
+ 不能提出反向信号的分支判断,只能作为叙事假设,不能作为诊断结论。
54
+
55
+ ## 5. 输出边界
56
+
57
+ 强判断输出必须说明:
58
+
59
+ - 可以用于什么。
60
+ - 不能用于什么。
61
+ - 谁承担行动责任。
62
+ - 判断责任与执行责任如何分离。
63
+
64
+ 若涉及高权力密度,必须同时执行 `anti-capture-protocol.md` 和低权力主体保护检查。
@@ -0,0 +1,66 @@
1
+ # 公共制度与高权力密度专项协议
2
+
3
+ 用于组织、制度、平台、公共议题和社会形态中的高权力密度、解释竞争、分配回流、承接成本和公共承诺问题。
4
+
5
+ 本协议研究结构,不研究立场;吸收检查器,不吸收总钥匙。
6
+
7
+ v5 公共制度判断必须读取 `v5-public-power-institution-pack`、`v5-low-power-protection-pack`、`v5-evidence-downgrade-action-ceiling-pack`。涉及媒体、平台危机或公共记忆时追加 `v5-media-platform-crisis-pack`;涉及 AI 报告或合规材料时追加 `v5-ai-process-artifact-boundary-pack`。
8
+
9
+ ## 1. 低权力主体保护
10
+
11
+ 低资源、低地位、低退出能力主体不应被默认设为主要责任承担者。
12
+
13
+ 若他们被判定为问题来源,需要额外证明:
14
+
15
+ - 其行为确实造成结构性后果。
16
+ - 其拥有可替代选择。
17
+ - 其不是上层决策、资源剥夺、反馈封闭或责任转嫁的结果承接者。
18
+ - 其拥有申诉和复核入口。
19
+
20
+ ## 2. 高权力密度检查
21
+
22
+ 高权力密度系统中,资源、评价、信息、晋升、资格、申诉、复核、退出和停止等关键通道被少数权力节点耦合控制。
23
+
24
+ 至少检查:
25
+
26
+ - 信息是否能不被过滤地进入诊断。
27
+ - 弱信号是否安全。
28
+ - 证据链是否由单一利益方控制。
29
+ - 复核者是否独立于受益者。
30
+ - 申诉是否曾实质改变结果。
31
+ - 退出是否存在真实空间。
32
+ - AI、报告或流程是否被用作合规表演。
33
+
34
+ ## 3. 制度检查
35
+
36
+ 制度不是纸面规则,而是正式规则、非正式规则、执行机制、解释框架、激励结构和反馈写回共同构成的稳定约束。
37
+
38
+ 检查:
39
+
40
+ - 正式规则是否清晰。
41
+ - 非正式规则是否与正式规则相反。
42
+ - 执行者是否有能力和动力执行。
43
+ - 监督者是否独立于受益者。
44
+ - 规则受益者和制定者是否高度重合。
45
+ - 受损者是否有低成本复核入口。
46
+ - 规则是否能吸收反例和坏消息。
47
+ - 规则是否制造新的隐性债务和承接成本。
48
+
49
+ ## 4. 公共承诺与分配回流
50
+
51
+ 公共承诺不能只看口号,应看:
52
+
53
+ - 谁承诺。
54
+ - 谁付成本。
55
+ - 谁获得收益。
56
+ - 谁承担失败后果。
57
+ - 反馈是否回到规则和资源分配。
58
+ - 成本是否被分散给低可见主体、未来或外部系统。
59
+
60
+ ## 5. 输出边界
61
+
62
+ 公共制度判断必须触发 `anti-capture-protocol.md`、`evidence-cost.md` 和 `judgment-grades.md`。
63
+
64
+ 涉及处置、资格、声誉、资源或公共记忆时,必须追加命题验证。
65
+
66
+ 最终输出必须写清:制度责任、程序缺口、证据边界、反报复条件、低权力主体保护和行动上限。缺任一项时,公共强判断必须降级为边界化评论或待核验问题。
@@ -0,0 +1,50 @@
1
+ # 高风险概念卡索引
2
+
3
+ 这些概念在 v5.0 中仍承担关键判断作用,不能只按日常词义理解。部分卡片最初由 v3.0 拆出,当前使用时必须回到 `../v5-term-fidelity.md`、`../continuity-bundles.md` 和 `../continuity-bundles/v5/` 校准。
4
+
5
+ | 概念 | 读取文件 | 触发场景 |
6
+ | --- | --- | --- |
7
+ | 承接 / 回流 | `chengjie-huiliu.md` | 判断谁在吸收成本、反馈是否转化为改变 |
8
+ | 开放断言 | `open-assertion.md` | 证据不足以强判断,但必须给出可行动判断 |
9
+ | 尺度转移 / 尺度升维 | `scale-transfer.md` | 从个人、关系、组织、制度、历史等不同层级切换解释 |
10
+ | 观测反身性 | `reflexivity.md` | 诊断本身可能改变对象、证据、权力关系或表达策略 |
11
+ | 权力封闭 / 反俘获 | `power-closure.md` | 高权力密度、申诉、处分、名誉、公共判断 |
12
+ | 低条件试探行动 | `low-condition-action.md` | 证据不足但风险紧急,需要低风险验证动作 |
13
+ | 爱 / 开放行动 / 不浪费爱 | `love-open-action.md` | 分析爱、牺牲、责任、开放行动、超越结构 |
14
+ | 主体 / 责任链 | `responsibility-chain.md` | 判断谁能行动、谁能改变条件、谁承担成本 |
15
+ | 证据成本 / 弱信号 / AI 合规材料 | `evidence-cost.md` | 判断材料能否支撑结论,或 AI 文本是否只是合规表演 |
16
+ | 机制候选 | `mechanism-candidates.md` | 防止用一个概念解释一切,要求至少两个竞争机制 |
17
+ | 判断档位 | `judgment-grades.md` | 判断能否升为强诊断、高责任诊断、行动建议或退出转移 |
18
+ | 退出转移 | `exit-transfer.md` | 内部修复条件不足,需要保护个体、证据和外部承接 |
19
+ | 修复副产品 / 伪修复 | `repair-byproduct.md` | 区分真实修复和道歉、复盘、承诺、合规文本 |
20
+ | 锚点组 / 多层锚 / 跨域互操作 | `anchor-group.md` | 判断关键支撑、保护变量、重锚定和跨域迁移 |
21
+ | 动力组 / 转译 / 支撑通道 | `dynamics-group.md` | 判断行动能否启动、职责是否被让渡、条件场是否足够 |
22
+ | 结构组与过程组 / 结构负荷 | `structure-process-group.md` | 判断行动承接、中层耗竭、反武器化边界和维护债 |
23
+
24
+ | 框架治理 / 证伪 / 良性消亡 | `framework-governance-falsification.md` | 判断框架是否失效、是否需要暂停、降级、转接或退场 |
25
+ | 程序与判断责任 / 开放断言退场 | `procedural-judgment-responsibility.md` | 共识程序、强判断、开放断言被实际处置化 |
26
+ | 可见性 / 不透明 / 弱信号 | `visibility-opacity-weak-signals.md` | 沉默、缺席、匿名反馈、不透明材料、弱信号安全 |
27
+ | 恶意合规 / AI 现实验证 | `malicious-compliance-ai-validation.md` | 漂亮报告、AI 合规文本、选择性证据、机构自评 |
28
+ | 无制度基础设施中间路径 | `no-institution-middle-path.md` | 家庭、小团队、非正式关系中无正式复核但风险持续 |
29
+ | 无法退出主体 / 复杂创伤 / 无健康基准 | `trapped-subject-trauma-baseline.md` | 儿童、依赖者、不可退出主体、初建型修复 |
30
+ | 爱的生成事件 | `love-generative-action.md` | 爱不是解释失败的剩余,而是可追踪的新结构事件 |
31
+ | 隐喻漂移 / 来源透明 / 规范性前提 | `metaphor-source-transparency.md` | 概念上升、引经据典、跨域隐喻、知识谱系说明 |
32
+ | 使用门槛债 / 工具化 / 分裂协议 | `accessibility-toolization-split.md` | 课程、咨询、AI 工具、认证、商业化和分支分歧 |
33
+ | 观测收束 / 熵增边界 | `observation-entropy-contraction.md` | 高反身性追踪、阶段 6、熵增和必须停止追踪的场景 |
34
+
35
+ ## 固定阅读顺序
36
+
37
+ 1. 先读最小概念集,确定概念位置。
38
+ 2. 再读对应概念卡,确认边界、误用和现实信号。
39
+ 3. 若该概念属于 `../continuity-bundles.md` 中的连续板块,必须补读对应 v5 联读包;概念卡不是终点。
40
+ 4. 输出前用 `../../worksheets/source-continuity-check.md` 检查是否只读了孤立概念。
41
+ 5. 输出时先说人话,概念只作为内部映射或必要补充。
42
+
43
+ ## 禁止
44
+
45
+ - 不要把概念卡当作输出菜单。
46
+ - 不要用概念名替代现实证据。
47
+ - 不要因为读了概念卡就提高判断强度;判断强度仍由证据和七闸决定。
48
+ - 不要只读取概念名。概念承担判断作用时,必须吸收边界、误用、证据要求和修复动作。
49
+ - 不要只读单张概念卡就处理开放断言、爱、尺度转移、退出转移、权力封闭、生命周期、治理连续性等连续板块。
50
+ - 深层概念卡默认用于后台保真;普通用户输出只展示现实行为,不展示概念链。
@@ -0,0 +1,29 @@
1
+ # 使用门槛债、工具化与分裂协议
2
+
3
+ ## 概念原义
4
+
5
+ 框架越复杂越有保护力,也越容易制造专家垄断、身份债、商业交付压力和解释权不平等。
6
+
7
+ ## 触发场景
8
+
9
+ 课程、咨询产品、AI 工具、组织管理软件、认证体系、公开评价标准或不同使用者分歧。
10
+
11
+ ## 不可误读边界
12
+
13
+ 不得把轻量模板包装成完整诊断;不得把内部培训认证包装成外部复核;分裂不等于背叛。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-toolization-accessibility-pack` 和 `framework-use-discipline-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 检查学习债、翻译债、证据债、复核债、退出债、身份债,以及付费方是否控制证据入口和发布口径。
22
+
23
+ ## 失败样式
24
+
25
+ 为了产品交付强行输出强诊断;用客户满意度证明框架有效;让“懂框架的人”垄断解释权。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 框架不该变成只有少数人会用的新门槛;越复杂,越要给普通人安全的轻量用法。
@@ -0,0 +1,40 @@
1
+ # 锚点组概念卡
2
+
3
+ 用于吸收 v3.0 中锚点、保护变量、多层锚结构、跨域互操作和重锚定相关概念。
4
+
5
+ ## 核心含义
6
+
7
+ 锚点不是口号,也不是某个永恒本质。它是系统在某个阶段必须保护或围绕其组织行动的关键支撑。保护变量是锚点在当前阶段最容易受损、最需要资源和边界保护的部分。
8
+
9
+ 多层锚结构指:一个系统可能同时有个体、关系、组织、制度、公共记忆等多个锚层。它们会互相支撑,也会互相稀释。
10
+
11
+ 跨域互操作指:一个概念、规则或行动从一个领域迁移到另一个领域时,必须检查对象、证据、责任和反馈接口是否仍成立。
12
+
13
+ ## 必须区分
14
+
15
+ - 锚点 vs 口号:锚点能改变行动和资源分配;口号只改变表达。
16
+ - 锚点 vs 保护变量:锚点给方向;保护变量指出当前最脆弱的支撑。
17
+ - 跨域互操作 vs 生搬硬套:互操作要检查接口;硬套只保留词。
18
+ - 重锚定 vs 转移责任:重锚定是重新确定支撑点;不是把成本推给更弱主体。
19
+
20
+ ## 证据要求
21
+
22
+ - 谁围绕这个锚点改变了时间、资源、角色或边界?
23
+ - 这个锚点受损时,系统哪里会先失稳?
24
+ - 是否存在多个锚点互相冲突?
25
+ - 迁移到新领域后,原来的证据和责任链是否仍成立?
26
+ - 尺度升维后,低尺度痛苦和具体责任是否仍被保留?
27
+
28
+ ## 失败机制
29
+
30
+ - 把漂亮目标当锚点,但没有任何资源保护。
31
+ - 把一个人当锚点,长期消耗其时间、情绪和风险承接。
32
+ - 用大尺度锚点稀释低尺度事实。
33
+ - 用跨域词语制造解释感,但没有检查对象和证据是否同构。
34
+
35
+ ## 修复动作
36
+
37
+ - 写清当前锚点、保护变量和最先失稳位置。
38
+ - 为人格化锚点增加替代者、减负、回流和退出条件。
39
+ - 尺度升维后重新写一遍低尺度事实与责任链。
40
+ - 跨域迁移时补对象、证据、责任、反馈四个接口。
@@ -0,0 +1,52 @@
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
+ - 把回流写成“对方态度变好”,忽略实际条件没有改变。
34
+ - 只看谁更努力,不看努力是否被系统吸收。
35
+
36
+ ## 输出人话
37
+
38
+ 可以说:
39
+
40
+ > 你不是没有努力,而是你的努力没有改变双方的相处规则。
41
+
42
+ 不要说:
43
+
44
+ > 这是承接与回流结构失衡。
45
+
46
+ ## 坏例
47
+
48
+ > 你需要继续承接,直到关系完成回流。
49
+
50
+ ## 好例
51
+
52
+ > 现在关键不是你还能不能多做一点,而是你做完以后,对方有没有把改变写进日常行为。如果没有,你的付出就只是在替关系吸收成本。
@@ -0,0 +1,42 @@
1
+ # 动力组概念卡
2
+
3
+ 用于吸收 v3.0 中启动、转译、让渡职责、支撑通道、多层条件场和高尺度环境势场相关概念。
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
+ - 把转译劳动压给中层、亲密关系中的一方或低权力主体。
34
+ - 把系统责任包装成个人成长任务。
35
+ - 用“大环境不好”取消内部仍可改变的条件。
36
+
37
+ ## 修复动作
38
+
39
+ - 把目标写成一个最小可执行承诺。
40
+ - 给转译者权限、时间、反馈和拒绝权。
41
+ - 把被让渡的职责追溯回能改变条件的主体。
42
+ - 区分外部势场造成的限制和内部仍需承担的责任。
@@ -0,0 +1,45 @@
1
+ # 证据成本 / 弱信号 / AI 合规材料
2
+
3
+ ## 核心定义
4
+
5
+ 证据成本不是“材料看起来有多正式”,而是产生这个信号需要承担多少真实代价、风险和可复核约束。
6
+
7
+ 同一个动作在不同权力位置上的成本不同。高资源主体的一份精美报告可能成本很低;低权力主体的一次实名投诉、一次拒绝、一次离开,可能已经是高风险信号。
8
+
9
+ ## 三类证据
10
+
11
+ - 高成本证据:真实行动、资源改变、制度后果、长期重复记录、可外部复核材料、承担风险后的证词。
12
+ - 中成本证据:稳定的多方记录、可追溯流程、重复出现的行为模式、有限外部校准。
13
+ - 低成本材料:态度表述、口号、自评、漂亮汇报、道歉稿、AI 生成总结、一次性承诺。
14
+
15
+ 低成本材料可以作为线索,不能作为强判断支柱。
16
+
17
+ ## 相对成本校正
18
+
19
+ 判断证据强度时同时问:
20
+
21
+ - 发出这个信号的人有多少资源和权力?
22
+ - 说出这个信号会不会带来报复、排斥、失业、失去关系或公共污名?
23
+ - 这个主体有没有安全退出空间?
24
+ - 这个信号是否能被外部材料或重复模式校准?
25
+
26
+ ## 弱信号保护
27
+
28
+ 来自边缘主体、低权力主体、受影响者和退出困难者的信号,不得因表达不专业、形式不完整或材料不漂亮而自动降权。
29
+
30
+ 正确处理方式是进入待复核区,通过外部证据、重复模式和影响后果校准,而不是要求弱势主体不断暴露自身来满足强者定义的证据格式。
31
+
32
+ ## AI 合规材料
33
+
34
+ AI 生成的报告、总结、答复、复盘、道歉稿、合规说明,只能证明有人生成了材料,不能证明事实被复核、反馈被采纳、申诉有效或系统已经修复。
35
+
36
+ 若 AI 被用于包装合规、模拟共识、压制异议、预判诊断规则或替强者背书,必须触发反俘获检查。
37
+
38
+ ## 输出要求
39
+
40
+ 当证据成本承担判断作用时,输出必须说明:
41
+
42
+ - 当前证据主要属于高、中、低哪一类。
43
+ - 哪些证据只是线索,不能支撑强判断。
44
+ - 哪些弱信号需要保护和复核。
45
+ - 什么外部证据会提高或降低判断强度。
@@ -0,0 +1,41 @@
1
+ # 退出转移
2
+
3
+ ## 核心定义
4
+
5
+ 退出转移不是逃避,也不是否定修复价值。它是在内部回流、申诉、复核和保护条件不足时,把行动目标从“继续修复这个系统”切换为“保护人、保存证据、释放演化记忆、寻找外部承接”。
6
+
7
+ ## 触发条件
8
+
9
+ 任意两项以上成立时,应考虑退出转移:
10
+
11
+ - 退出成本被系统性抬高或剥夺。
12
+ - 申诉和复核名义存在,但不能实质改变结果。
13
+ - 反报复保护不存在,弱信号一出现就被惩罚。
14
+ - 关键证据由单一利益方控制,外部不可复核。
15
+ - 修复行动长期只增加同一主体的解释、情绪、时间或名誉成本。
16
+ - AI、合规报告或流程被用来包装正当性,而不是引入真实反馈。
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
+ - 什么条件恢复后可以重新评估内部修复。
@@ -0,0 +1,29 @@
1
+ # 框架治理与证伪
2
+
3
+ ## 概念原义
4
+
5
+ 框架本身也要接受诊断、反例登记、版本治理和暂停使用。成熟的框架不是解释一切,而是知道何时降级、转接或退场。
6
+
7
+ ## 触发场景
8
+
9
+ 用户追问 CrossFrame 是否完整、是否失真、是否能被证伪、是否被商业化/共同体/AI 使用方式扭曲,或某类案例反复让框架误判。
10
+
11
+ ## 不可误读边界
12
+
13
+ 不能用框架自己的概念证明框架安全;也不能把外部批评一概视为误解。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-framework-governance-falsification-pack`;必要时联读 `framework-use-discipline-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 需要反例类别、重复频率、误伤后果、替代解释、替代框架成本和是否存在版本写回机制。
22
+
23
+ ## 失败样式
24
+
25
+ 为了保住框架不断扩张定义;把使用者共同体、商业产品或 AI 输出当成框架有效性的证据。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 先承认:这个框架也可能不好用。再说明它在哪里还能判断,哪里应该停下,哪里要让别的方法接手。
@@ -0,0 +1,46 @@
1
+ # 判断档位
2
+
3
+ ## 核心定义
4
+
5
+ 判断档位决定本次输出能做到哪里:只能提问题,还是可以开放断言;只能观察,还是可以支持行动;是否允许影响资源、名誉、资格、权利或公共记忆。
6
+
7
+ 档位不是语气强弱,而是证据、责任、风险和可撤回性的组合。
8
+
9
+ ## L0-L5 适用性
10
+
11
+ | 等级 | 使用条件 | 输出边界 |
12
+ | --- | --- | --- |
13
+ | L0 不适用 | 无边界、无共同指向、无持续互动、证据极少 | 只能提出问题,不能诊断 |
14
+ | L1 轻量观察 | 对象初步清楚但证据不足、风险低 | 可提出假设和待观察信号 |
15
+ | L2 基础诊断 | 对象、边界、主导压力、关键支撑点较清楚 | 可输出低到中置信度判断 |
16
+ | L3 强诊断 | 证据链、反例、替代解释、尺度边界较齐全 | 可输出中到高置信度判断,必须写证伪条件 |
17
+ | L4 高责任诊断 | 影响资源、声誉、资格、权利、处置或公共记忆 | 必须有命题验证、申诉复核、撤回条件、反报复保护 |
18
+ | L5 干预建议 | 需要现实行动改变系统 | 必须有行动主体、停止条件、风险承担和修复机制 |
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
+ - 证据主要是自评、报告、AI 合规材料:不得强判断。
44
+ - 低权力主体无法安全补充事实:触发反俘获,降低处置权。
45
+ - 观测反应超过第三层仍不能收束:降为高反身性未收束。
46
+ - 写不出撤回条件:不得开放断言以上。
@@ -0,0 +1,29 @@
1
+ # 爱的生成事件
2
+
3
+ ## 概念原义
4
+
5
+ 爱不是既有结构解释不了的剩余,而是一类不能由既有结构充分推出、但出现后可以追踪其后果的生成事件。
6
+
7
+ ## 触发场景
8
+
9
+ 分析爱、照护、牺牲、公共承诺、超出利益计算的承担行动,或用户担心框架把爱还原掉。
10
+
11
+ ## 不可误读边界
12
+
13
+ 不能神化爱,也不能把爱变成忍耐命令;不能只在利益/恐惧解释失败后才谈爱。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-love-generative-action-pack` 和 `intimate-love-care-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 同时记录结构解释线和生成事件线:真实成本、新通道、新记忆、新责任分配、新修复能力和新承接者。
22
+
23
+ ## 失败样式
24
+
25
+ 用爱要求低权力主体继续承担不可持续成本;或把开放行动说成不可分析的神秘性。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 爱不是让一个人一直扛,而是看这个行动有没有真的打开新的可能、留下新的承接。
@@ -0,0 +1,51 @@
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
+ - 用爱取消有权者的责任。
34
+
35
+ ## 输出人话
36
+
37
+ 可以说:
38
+
39
+ > 这份付出如果没有改变任何条件,就不是被珍惜,而是被消耗。
40
+
41
+ 不要说:
42
+
43
+ > 爱是开放行动,因此应继续承接。
44
+
45
+ ## 坏例
46
+
47
+ > 如果你真的爱,就应该再坚持一下。
48
+
49
+ ## 好例
50
+
51
+ > 这可能确实是爱,但问题是它有没有被关系接住。如果你的付出没有变成共同规则、边界或修复能力,那这份爱正在被浪费。
@@ -0,0 +1,50 @@
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
+
34
+ ## 输出人话
35
+
36
+ 可以说:
37
+
38
+ > 现在不适合下结论,但可以做一个小测试:只提一个具体问题,看它能不能带来一个明确改变。
39
+
40
+ 不要说:
41
+
42
+ > 建议进行低条件试探行动。
43
+
44
+ ## 坏例
45
+
46
+ > 你直接摊牌,看对方怎么反应。
47
+
48
+ ## 好例
49
+
50
+ > 下一次只提一个重复问题,并明确问:谁负责、给什么资源、什么时候复查。如果对方只安抚你,却不改变任何条件,这就是重要信号。