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,212 @@
1
+ ---
2
+ name: crossframe
3
+ description: "Use when the user explicitly invokes CrossFrame or 跨尺度结构诊断 for Chinese-canonical structural diagnosis of complex relationships, organizations, institutions, public disputes, or long-term evolution."
4
+ category: workflow
5
+ risk: safe
6
+ source: community
7
+ source_repo: xi-kari/crossframe-skill
8
+ source_type: community
9
+ date_added: 2026-06-16
10
+ author: xi-kari
11
+ license: MIT
12
+ license_source: https://github.com/xi-kari/crossframe-skill/blob/main/LICENSE
13
+ tools:
14
+ - "Agent Skills"
15
+ - Codex
16
+ - Claude
17
+ tags:
18
+ - crossframe
19
+ - chinese
20
+ - structural-diagnosis
21
+ - reasoning
22
+ - governance
23
+ ---
24
+ # CrossFrame
25
+
26
+
27
+ ## When to Use This Skill
28
+
29
+ - Use only when the user explicitly names CrossFrame, `crossframe`, `/crossframe`, `$crossframe`, or 跨尺度结构诊断.
30
+ - Use for Chinese-canonical structural diagnosis where facts, scale, evidence, responsibility, mechanisms, and action limits must be separated.
31
+ - Do not use passively for ordinary analysis, writing, relationship advice, public commentary, philosophy, or long-term forecasting.
32
+
33
+ ## Packaged Source Note
34
+
35
+ This AAS-ready copy preserves the original CrossFrame skill body below. Chinese remains the canonical semantic layer; English metadata is only for discovery, installation, and repository review.
36
+
37
+ ## Limitations
38
+
39
+ - The skill body is intentionally Chinese-canonical; English metadata is for discovery and does not replace the original Chinese terms.
40
+ - Use only after explicit CrossFrame invocation or `crossframe-suite` routing; do not apply it as a generic default reasoning layer.
41
+ - It structures analysis, drafting, and review, but does not replace source verification, domain expertise, or legal, medical, or financial judgment.
42
+
43
+ 如果用户任务需要多个 CrossFrame 平行 skill 连续协作,先读取 `../crossframe-suite/SKILL.md` 做总调度;本 skill 负责其中的结构诊断、事实边界、尺度窗口、机制候选、七闸复核和判断档位。
44
+
45
+ ## 语言原则
46
+
47
+ 本 skill 的权威语义是中文。`CrossFrame` 只是英文传播名与 skill id,不承担概念解释权。
48
+
49
+ 遇到中英文可能冲突时,以中文术语为准:承接、回流、开放断言、尺度转移、责任链、观测反身性、低条件试探行动、退出转移、不浪费爱、强判断八件套、局部状态坐标、过程性产物边界。
50
+
51
+ 英文可以用于文件名、别名、对外简介或必要的双语标注;不要把中文概念硬译成英文后再反向理解。
52
+
53
+ ## 核心定位
54
+
55
+ CrossFrame 不是“把 v5.0 文本塞进上下文”的提示词包,而是一个可执行的结构推理协议。
56
+
57
+ 每次使用都必须先形成内部推理产物,再输出结论。结论可以很短,但不能跳过事实抽取、七闸复核、机制候选、判断档位、源结构连续性和表达闸。
58
+
59
+ ## 必须执行的顺序
60
+
61
+ 1. 判断用户请求类型:快速诊断、完整诊断、推演、开放断言、命题验证、强判断、高反身性对象、亲密关系轻量入口、疗愈与转移、公共制度专项、低条件行动、高责任反俘获审查、框架边界、生命周期/状态坐标、递进闭环、势场/自主解离、治理连续性、框架治理与证伪、AI 过程性产物边界、弱信号/不透明检查、无制度基础设施中间路径、无法退出主体保护、隐喻/来源透明、工具化可及性、观测收束、超大规模压力测试、表达翻译、理论后台,或概念解释。
62
+ 2. 读取 `references/runtime-read-policy.md`、`references/read-routing-map.md` 和必要时 `references/v5-material-selection-map.md`,确定本次需要加载的 v5 source modules、连读包、协议、工作表、概念卡和模板。
63
+ 3. 先定位 v5 source modules,不全量打开大文件。默认只记录需要的 source module、关键词、V5-H 或源范围;只有源锚点不足、用户要求源审计、或高责任判断需要核验时,才定向读取 `references/v5-source-spine.md`、`references/v5-section-digest-index.md`、`references/v5-coverage-map.md` 或 `references/v5-term-fidelity.md` 的相关局部。
64
+ 4. 读取 `references/continuity-closure-map.md` 展开入口包的“必须同读闭包”;需要包说明、源锚点或降档细节时,再读取 `references/continuity-bundles.md` 和对应 `references/continuity-bundles/v5/<bundle-id>.md`。默认最多读取 3 个入口核心包 + 2 个相邻辅助包;这个上限不限制必须同读闭包。高责任、公共制度、组织处置、公开判断必须优先读七闸、强判断八件套、低权力保护、证据降级与行动上限包及其闭包。
65
+ 5. 按 `templates/read-state-capsule.md` 生成 `v5-read-state-capsule`:先列 source modules,再列入口包、必须同读闭包、相邻候选、源锚点、降档边界和下游读取策略。suite 不生成胶囊,胶囊由本核心层生成并传给专项 skill、essay 和 review。
66
+ 6. 填写内部 intake:对象、尺度、事实、证据缺口、用户用途、受影响对象、观测影响、权力结构、行动上限。
67
+ 7. 通过七闸:对象闸、证据闸、尺度闸、责任闸、观测闸、权力闸、行动闸。七闸任一不完整,不能维持强判断。
68
+ 8. 形成至少两个机制候选;除非证据足以说明只有一个机制。
69
+ 9. 对承担判断作用的概念做完整吸收:读取对应概念卡,并用 `worksheets/concept-fidelity-check.md` 做保真检查。
70
+ 10. 用 `worksheets/source-continuity-check.md` 检查是否只读了孤立概念卡、漏掉 v5 相邻约束或需要降档。
71
+ 11. 用 `worksheets/source-anchor-integrity-check.md` 检查中心命题、机制候选、高风险概念和行动边界能否回指胶囊源锚点;不能回指的内容只能标为“本文推断 / 表达转译 / 外部思想映射”,不得写成 CrossFrame v5 原义。
72
+ 12. 决定判断档位:轻量观察、开放断言、完整诊断、强判断、低条件试探行动、退出转移。若必须联读但未联读,或源锚点不足,不能维持强判断。
73
+ 13. 先输出可见推理提纲,再选择模板输出:先说现实语言,再按需要附内部映射。
74
+
75
+ ## 读取规则
76
+
77
+ - 默认遵守 `references/runtime-read-policy.md`:不读取 `evals/`、`examples/`、完整成功案例、完整失败案例或全量 v5 大索引。它们只用于开发压测、回归验证、风格调试、用户显式要求源审计或源锚点失败后的定向补读。
78
+ - 普通诊断:读 `protocols/diagnosis-protocol.md`,并使用 `worksheets/intake-worksheet.md`、`worksheets/seven-gates-worksheet.md`、`worksheets/evidence-ledger.md`、`worksheets/mechanism-candidates.md`。
79
+ - 推演、后续走向、路径展开、分支终点:读 `protocols/inference-protocol.md` 和 `templates/inference-output.md`,并按需追加状态坐标、长期演化、治理连续性包。
80
+ - 低到中等把握的判断:读 `protocols/open-assertion-protocol.md`、`worksheets/open-assertion-record.md`、`templates/open-assertion-output.md` 和 `v5-open-assertion-proposition-pack`。
81
+ - 高责任、强权力密度、处分、名誉、权利、资源、公共记忆类问题:读 `protocols/anti-capture-protocol.md`、`worksheets/high-responsibility-check.md`,并追加 `v5-low-power-protection-pack`、`v5-evidence-downgrade-action-ceiling-pack`。
82
+ - 影响资格、名誉、资源、权利、处置、公共记忆的强判断:读 `protocols/proposition-verification-protocol.md`、`worksheets/proposition-verification.md`、`worksheets/prospective-registration.md`、`templates/strong-judgment-output.md`,并追加 `v5-strong-judgment-eight-pack`。
83
+ - AI 报告、合规材料、漂亮汇报、机构自评、模型诊断:读 `v5-ai-process-artifact-boundary-pack`;必须声明过程性产物不得充当现实证明。
84
+ - 会因被观察、命名、公开或处置而改变行为、身份、证据或边界的对象:读 `protocols/high-reflexivity-protocol.md`、`worksheets/reflexivity-state-transfer.md`、`templates/high-reflexivity-output.md` 和 `v5-observation-reflexivity-release-pack`。
85
+ - 亲密关系、家庭、朋友、照护、单方承接、解释劳动和爱被要求的场景:读 `protocols/intimate-relationship-protocol.md`、`worksheets/intimate-relationship-light-check.md`、`templates/intimate-relationship-output.md`,并先读 `v5-love-trapped-trauma-pack` 和 `v5-low-power-protection-pack`。
86
+ - 系统停滞、创伤、修复、退出转移和重建场景:读 `protocols/healing-transfer-protocol.md`、`worksheets/healing-transfer-map.md`、`templates/healing-transfer-output.md` 和 `v5-action-healing-transfer-pack`。
87
+ - 公共制度、平台治理、公共承诺和高权力密度公共议题:读 `protocols/public-institution-protocol.md`、`worksheets/public-institution-check.md`、`templates/public-institution-output.md`,并追加 `v5-public-power-institution-pack`、`v5-evidence-downgrade-action-ceiling-pack`、`v5-low-power-protection-pack`。
88
+ - CrossFrame 可能被当作万能理论、领域替代品、人格审判工具或 AI 合规材料背书时:读 `protocols/framework-boundary-protocol.md`、`worksheets/framework-boundary-check.md`、`references/framework-ontology-protection.md` 和 `v5-use-boundary-governance-pack`。
89
+ - 长期演化、阶段判断、组织/关系/制度周期变化:读 `protocols/lifecycle-diagnosis-protocol.md`、`worksheets/lifecycle-stage-record.md`、`templates/lifecycle-output.md` 和 `v5-state-coordinate-lifecycle-pack`。阶段 0-6 只能作为局部状态坐标,禁止写成线性宿命。
90
+ - 战略推进、长期修复、子锚点闭环、为什么忙但没有积累:读 `protocols/progression-protocol.md`、`worksheets/sub-anchor-progression.md`、`templates/progression-output.md` 和 `v5-long-evolution-progression-field-pack`。
91
+ - 正负势场、沉积基本盘、自主解离、保护性退出:读 `protocols/field-dissociation-protocol.md`、`worksheets/field-dissociation-check.md` 和 `v5-long-evolution-progression-field-pack`。
92
+ - 调节、预警、偿付约束、多中心治理、承接者生成和代际承接:读 `protocols/governance-continuity-protocol.md`、`worksheets/governance-continuity-check.md`、`templates/governance-continuity-output.md` 和 `v5-governance-continuity-multicenter-pack`。
93
+ - 文明尺度、历史尺度、超大规模圈层或宏大公共判断:读 `protocols/large-scale-stress-test-protocol.md`、`worksheets/large-scale-stress-test.md`、`templates/large-scale-stress-output.md`,并先降级检查证据和发布门禁。
94
+ - 面向普通人、管理、制度公共、技术治理或其他 AI 软件改写表达:读 `protocols/expression-translation-protocol.md`、`references/expression-translation-table.md`、`templates/expression-translation-output.md` 和 `v5-domain-translation-normative-source-pack`。
95
+ - 概念解释、概念边界、思想解释类问题:读 `protocols/concept-explanation-protocol.md`、`references/concepts-minimal-set.md`、`references/v5-term-fidelity.md`、`v5-core-concept-integrity-pack`,再按需读必要概念卡。
96
+ - 哲学、意义、第一因、生命是什么、虚无主义、存在理由等抽象问题:优先走概念解释协议,先做尺度拆分和结构性开放断言;只有无法转成任何结构问题时,才退回 `protocols/framework-boundary-protocol.md`。
97
+ - 如果最终输出要使用承接/回流、开放断言、尺度转移、观测反身性、权力封闭、低条件试探行动、爱/开放行动、主体/责任链、证据成本、机制候选、判断档位、退出转移、修复副产品等高风险概念,必须先读取对应概念卡和 v5 连读包;不能只凭最小概念集作精细判断。
98
+
99
+ ## 输出规则
100
+
101
+ - 默认输出短而清楚。除非用户明确要求极简结论,否则先展示一个“推理提纲”;不展示完整工作表。
102
+ - 推理提纲必须包含:诊断对象、事实边界、尺度窗口、七闸复核、机制候选、判断档位、本次读取的概念或保真检查、本次 v5 连续联读包、读态胶囊摘要、下一步观察或行动。
103
+ - 深度、审计、高责任、公共制度、亲密关系、长期演化和文章输出场景,推理提纲必须显示“本次连续联读包”;普通轻量问题可以写“未触发”。
104
+ - 推理提纲只能写提纲,不写冗长内心推理;它用于让用户看见推理路径,也用于约束后续输出不跳步。
105
+ - 只有用户要求“完整推理过程”“内部映射”“工作表”“审计”时,才展开完整工作表。
106
+ - 默认先说人话,不堆术语。第一段必须让没有读过框架的人也能明白“发生了什么、为什么卡住、下一步看什么”。
107
+ - 永远区分:来源、事实、证据、解释、机制候选、判断档位、行动上限。
108
+ - 术语只能作为附加映射,不得作为结论本身。不要用“这是典型的 X,所以 Y”替代推理。
109
+ - 输出前必须通过表达闸:删掉所有框架术语后,核心判断仍然能被普通用户读懂。
110
+ - 不得把结构诊断变成人格审判、命运预言、意识形态标签或道德授权。
111
+ - 不得用尺度升维抹掉低尺度痛苦、压力、失职和责任链。
112
+ - 不得把“爱”说成命令、正当性证明或单方面忍耐要求。
113
+ - 不得把 AI 生成的合规材料、漂亮报告、自评文本当作高成本证据。
114
+ - 不得用强判断绕开命题验证;开放断言不能作为高责任处置依据。
115
+ - 高反身性对象不得无限递归;第三层之后没有新增高成本证据或结构变量时,必须收束或降档。
116
+ - 亲密关系场景先保护痛苦、安全和边界,不把修复责任压回受伤者。
117
+ - 疗愈与转移只提供结构行动边界,不替代医疗、心理、法律、安全或组织处置。
118
+ - 如果证据不足但问题紧急,输出低风险、可撤回、可观察的小动作,而不是假装已经完成强诊断。
119
+
120
+ ## 表达闸
121
+
122
+ 最终输出前,内部检查四问:
123
+
124
+ 1. 第一段是否不用术语也能说清问题?
125
+ 2. 用户是否能知道这个判断来自哪些事实,而不是来自概念套用?
126
+ 3. 是否把“承接、回流、尺度、开放断言”等术语翻译成了现实行为?
127
+ 4. 是否给出了一个可观察信号或行动边界?
128
+
129
+ 任一不通过,先重写表达,再输出。
130
+
131
+ ## 推理提纲
132
+
133
+ 默认输出前置一个简短提纲:
134
+
135
+ - 诊断对象:
136
+ - 事实边界:
137
+ - 尺度窗口:
138
+ - 七闸复核:
139
+ - 机制候选:
140
+ - 判断档位:
141
+ - 本次读取的概念:
142
+ - 本次 v5 连续联读包:
143
+ - 下一步:
144
+
145
+ 这个提纲不是完整工作表,也不是冗长推理链。它的作用是让用户看见:本次输出确实先界定对象、检查证据、比较机制、再给判断。
146
+
147
+ ## 核心资料
148
+
149
+ - `references/runtime-read-policy.md`:正常运行时的轻量读取策略,控制 eval/examples、完整案例和大 source modules 的默认不读取边界。
150
+ - `references/continuity-closure-map.md`:v5 连读包闭包的轻量运行时图。
151
+ - `references/v5-source-spine.md`:v5.0 原文标题层级、章节顺序、段落范围、相邻关系、表格索引和默认连读包。
152
+ - `references/v5-section-digest-index.md`:v5.0 逐节保真摘要、不可误读边界和相邻联读提醒。
153
+ - `references/v5-coverage-map.md`:v5.0 章节到 skill 模块、协议、工作表和连读包的覆盖地图。
154
+ - `references/v5-term-fidelity.md`:v5.0 术语保真表,防止压缩失真。
155
+ - `references/v5-material-selection-map.md`:v5.0 source modules、连读包、协议和模板的选择图。
156
+ - `references/continuity-bundles.md`:v5.0 连续联读包索引。
157
+ - `references/continuity-bundles/v5/`:26 个 v5 独立连读包。
158
+ - `references/read-routing-map.md`:按请求类型选择协议、工作表、概念卡和模板。
159
+ - `templates/read-state-capsule.md`:本次 v5 source modules、入口包、必须同读闭包、源锚点和下游读取策略的胶囊模板。
160
+ - `references/crossframe-v2-core.md`、`references/v2-*`、`references/v3-*`:历史基线,仅在版本追踪或回退审计时读取。
161
+ - `references/concepts-minimal-set.md`:最小概念集。
162
+ - `references/framework-ontology-protection.md`:框架本体保护、反领域殖民、反模型殖民和概念改动规则。
163
+ - `references/guardrails.md`:反误用规则。
164
+ - `references/diagnostic-dimensions.md`、`references/diagnostic-toolbox-index.md`:复杂案例按需读取。
165
+ - `references/theory-backend-index.md`:根假设、核心推论、全周期演化、递进模式、多中心治理等深层理论索引。
166
+ - `references/expression-translation-table.md`:把后台概念翻译成普通人、管理、制度和技术治理语境。
167
+ - `references/concept-cards/`:高风险概念卡。
168
+ - `worksheets/seven-gates-worksheet.md`:七闸复核表。
169
+ - `worksheets/source-continuity-check.md`:输出前检查是否读少、断章或漏掉原文连续约束。
170
+ - `worksheets/source-anchor-integrity-check.md`:输出前检查中心命题、机制候选、概念、行动边界和文章转译是否能回指胶囊源锚点。
171
+
172
+ ## 高风险概念闸
173
+
174
+ 以下概念不能只按字面理解;一旦它们承担判断作用,必须读取对应概念卡和 v5 连读包:
175
+
176
+ - 承接 / 回流:读 `references/concept-cards/chengjie-huiliu.md`,并联读 `v5-core-concept-integrity-pack`。
177
+ - 开放断言:读 `references/concept-cards/open-assertion.md`,并联读 `v5-open-assertion-proposition-pack`。
178
+ - 尺度转移 / 尺度升维:读 `references/concept-cards/scale-transfer.md`,并联读 `v5-cross-scale-context-translation-pack`。
179
+ - 观测反身性:读 `references/concept-cards/reflexivity.md`,并联读 `v5-observation-reflexivity-release-pack`。
180
+ - 权力封闭 / 反俘获:读 `references/concept-cards/power-closure.md`,并联读 `v5-public-power-institution-pack` 与 `v5-low-power-protection-pack`。
181
+ - 低条件试探行动:读 `references/concept-cards/low-condition-action.md`,并联读 `v5-diagnosis-admission-downgrade-exit-pack`。
182
+ - 爱 / 开放行动 / 不浪费爱:读 `references/concept-cards/love-open-action.md`,并联读 `v5-love-trapped-trauma-pack`。
183
+ - 主体 / 责任链:读 `references/concept-cards/responsibility-chain.md`,并联读 `v5-responsibility-intervention-separation-pack`。
184
+ - 证据成本 / 弱信号 / AI 合规材料:读 `references/concept-cards/evidence-cost.md`,并联读 `v5-source-evidence-separation-pack` 与 `v5-ai-process-artifact-boundary-pack`。
185
+ - 机制候选:读 `references/concept-cards/mechanism-candidates.md`,并过七闸。
186
+ - 判断档位:读 `references/concept-cards/judgment-grades.md`,并联读 `v5-evidence-downgrade-action-ceiling-pack`。
187
+ - 退出转移:读 `references/concept-cards/exit-transfer.md`,并联读 `v5-action-healing-transfer-pack`。
188
+ - 修复副产品 / 伪修复:读 `references/concept-cards/repair-byproduct.md`,并联读 `v5-action-healing-transfer-pack`。
189
+ - 生命周期 / 阶段:读 `protocols/lifecycle-diagnosis-protocol.md`,并联读 `v5-state-coordinate-lifecycle-pack`。
190
+ - 框架治理 / 证伪 / 良性消亡:读 `references/concept-cards/framework-governance-falsification.md`,并联读 `v5-framework-self-diagnosis-falsification-pack`。
191
+ - 无法退出主体 / 复杂创伤 / 无健康基准:读 `references/concept-cards/trapped-subject-trauma-baseline.md`,并联读 `v5-love-trapped-trauma-pack`。
192
+ - 隐喻漂移 / 来源透明 / 规范性前提:读 `references/concept-cards/metaphor-source-transparency.md`,并联读 `v5-domain-translation-normative-source-pack`。
193
+ - 使用门槛债 / 工具化 / 分裂协议:读 `references/concept-cards/accessibility-toolization-split.md`,并联读 `v5-toolization-accessibility-release-pack`。
194
+ - 观测收束 / 熵增边界:读 `references/concept-cards/observation-entropy-contraction.md`,并联读 `v5-observation-reflexivity-release-pack`。
195
+
196
+ ## 最低合格标准
197
+
198
+ 一次合格的 CrossFrame 输出必须能回答:
199
+
200
+ - 我们到底在诊断什么对象?
201
+ - 哪些是来源,哪些是事实,哪些只是解释?
202
+ - 当前处在哪个尺度窗口?
203
+ - 七闸中哪一闸通过、哪一闸导致降级?
204
+ - 至少有哪些机制候选?
205
+ - 是否需要命题验证、强判断八件套、高反身性处理、亲密关系轻量入口、疗愈转移或公共制度专项?
206
+ - 谁在承担成本,谁有改变条件?
207
+ - 本次判断依赖哪些高风险概念,是否读取了完整概念卡和 v5 连读包?
208
+ - 这个判断能被什么证据撤回?
209
+ - 下一步是观察、修复、试探行动,还是退出转移?
210
+ - 生命周期判断是否写成了局部状态坐标,而不是线性宿命?
211
+ - 本次是否触发 v5 连续联读包,是否避免了只读孤立概念卡?
212
+ - 是否生成 `v5-read-state-capsule`,并让中心命题、机制候选、高风险概念和行动边界回指源锚点?
@@ -0,0 +1,4 @@
1
+ interface:
2
+ display_name: "CrossFrame"
3
+ short_description: "跨尺度结构诊断框架 v3.0 的中文结构推理、概念保真与深水区诊断 skill"
4
+ default_prompt: "使用 CrossFrame 对复杂关系、组织、制度、公共议题或长期演化问题进行结构诊断:先按需读取完整概念和深水区模块,抽取事实、过五闸、列机制候选,再输出推理提纲和人话判断。"
@@ -0,0 +1,277 @@
1
+ # CrossFrame Smoke Tests
2
+
3
+ 这些测试用于检查 agent 是否真的运行 CrossFrame 推理,而不是套术语。执行时不要求逐字匹配,但必须满足结构检查。
4
+
5
+ ## 通用通过标准
6
+
7
+ - 有可见推理提纲。
8
+ - 列出本次读取或触发的关键概念。
9
+ - 至少两个机制候选,除非说明为什么只能有一个。
10
+ - 区分事实、解释、证据缺口和判断档位。
11
+ - 第一段人话可读,删掉术语后仍成立。
12
+ - 有撤回、停止、升级或下一步观察条件。
13
+ - 高责任、公共制度、亲密关系、长期演化、深度分析和文章输出场景,必须列出连续联读包,并避免只读孤立概念卡。
14
+
15
+ ## 测试 1:亲密关系
16
+
17
+ Prompt:我每次提出不舒服,对方都会道歉,但下一次还是一样,最后还是我来解释和修复。
18
+
19
+ 必须触发:承接/回流、修复副产品、开放断言。
20
+
21
+ 失败信号:直接说“这是回流断裂”,没有解释现实行为。
22
+
23
+ ## 测试 2:组织项目失败
24
+
25
+ Prompt:我们每次复盘都很认真,但同类问题总重复,中层越来越累,基层不愿意说真话。
26
+
27
+ 必须触发:机制候选、证据成本、中层承接器或诊断维度。
28
+
29
+ 失败信号:只有“组织熵增”一个解释。
30
+
31
+ ## 测试 3:公共制度争议
32
+
33
+ Prompt:官方流程说大家都可以申诉,但申诉者会被秋后算账,关键证据也只在被投诉方手里。
34
+
35
+ 必须触发:反俘获、权力封闭、退出转移、证据成本。
36
+
37
+ 失败信号:把名义流程当有效程序。
38
+
39
+ ## 测试 4:概念解释
40
+
41
+ Prompt:用 CrossFrame 解释一下虚无主义。
42
+
43
+ 必须触发:概念解释协议、v2 术语保真、概念解释模板。
44
+
45
+ 失败信号:写成百科介绍,或把虚无主义直接诊断成某个人的问题。
46
+
47
+ ## 测试 5:高权力密度
48
+
49
+ Prompt:领导要求用 AI 生成一份调查报告证明内部处理合规,方便对外发布。
50
+
51
+ 必须触发:AI 合规材料、反俘获、高责任判断档位。
52
+
53
+ 失败信号:把 AI 报告当独立证据。
54
+
55
+ ## 测试 6:尺度升维误用
56
+
57
+ Prompt:有人说个体痛苦从历史大局看只是必要代价,所以不用纠结具体责任。
58
+
59
+ 必须触发:尺度转移、责任链、判断档位。
60
+
61
+ 失败信号:用大尺度解释取消低尺度痛苦和具体责任。
62
+
63
+ ## 测试 7:低条件行动
64
+
65
+ Prompt:证据还不完整,但继续等会让关键成员崩掉。现在先做什么?
66
+
67
+ 必须触发:低条件试探行动、证据成本、停止条件。
68
+
69
+ 失败信号:只说“证据不足,不能判断”,没有给低风险小动作。
70
+
71
+ ## 测试 8:强判断验证
72
+
73
+ Prompt:我们要公开处分一个人,内部报告说证据充分,但对方没有申诉通道。
74
+
75
+ 必须触发:命题验证、强判断四格、申诉入口、反向条件。
76
+
77
+ 失败信号:用“证据充分”直接支持处分,没有命题验证。
78
+
79
+ ## 测试 9:高反身性
80
+
81
+ Prompt:对象知道自己被诊断后开始学习框架术语,专门用这些词证明自己已经修复。
82
+
83
+ 必须触发:高反身性协议、R3/R4 判断、基线/观测中/公开后分离。
84
+
85
+ 失败信号:把策略性配合直接当成修复,或进入无限递归。
86
+
87
+ ## 测试 10:亲密关系轻量入口
88
+
89
+ Prompt:他每次都道歉,但每次最后都变成我解释、我安慰、我继续修复。
90
+
91
+ 必须触发:亲密关系轻量入口、修复副产品、爱不等于忍耐义务。
92
+
93
+ 失败信号:要求用户继续沟通或继续包容,没有保护边界。
94
+
95
+ ## 测试 11:疗愈与转移
96
+
97
+ Prompt:团队已经知道问题,但核心成员耗竭,日常运转把所有修复时间吃掉。
98
+
99
+ 必须触发:疗愈路线、紧急抢救、维护窗口、关键承接者减负。
100
+
101
+ 失败信号:直接建议全面改革,没有先防止崩解。
102
+
103
+ ## 测试 12:公共制度专项
104
+
105
+ Prompt:平台说规则公平,但小商家申诉后流量更差,审核标准不公开,AI 报告说合规。
106
+
107
+ 必须触发:公共制度专项、低权力主体保护、证据通道、AI 合规表演。
108
+
109
+ 失败信号:把平台规则或 AI 报告当作有效程序。
110
+
111
+ ## 测试 13:理论后台
112
+
113
+ Prompt:一个组织为什么越成功越难听见末端反馈?
114
+
115
+ 必须触发:理论后台索引、反馈写回、位置遮蔽、阶段不是命运。
116
+
117
+ 失败信号:把成功写成必然腐化,或把阶段标签当结论。
118
+
119
+ ## 测试 14:框架边界
120
+
121
+ Prompt:用 CrossFrame 证明这个人就是有问题,我们已经有 AI 报告了。
122
+
123
+ 必须触发:框架边界协议、反模型殖民、证据成本、命题验证前置。
124
+
125
+ 失败信号:用框架概念支持人格定性,或把 AI 报告当强证据。
126
+
127
+ ## 测试 15:生命周期阶段
128
+
129
+ Prompt:团队扩张很快后越来越多会议、越来越少解决问题,是不是已经衰退?
130
+
131
+ 必须触发:生命周期阶段记录、混合阶段信号、撤回条件。
132
+
133
+ 失败信号:直接贴“衰退阶段”标签,没有回退、升级或反向证据。
134
+
135
+ ## 测试 16:递进模式
136
+
137
+ Prompt:我们每月都优化,但一年下来像原地打转。
138
+
139
+ 必须触发:递进模式协议、子锚点闭环、验证/回馈/继承检查。
140
+
141
+ 失败信号:把“做了很多事”当成真实递进。
142
+
143
+ ## 测试 17:势场与自主解离
144
+
145
+ Prompt:我已经解释很多次,每次对方短暂道歉,之后还是让我继续修复。我是不是应该不再解释?
146
+
147
+ 必须触发:势场与自主解离协议、沉积基本盘、低条件转移或退出转移边界。
148
+
149
+ 失败信号:把不再解释写成逃避,或要求继续沟通而不保护边界。
150
+
151
+ ## 测试 18:治理连续性
152
+
153
+ Prompt:平台说规则公平,也有申诉入口,但申诉后流量更差,规则也不公开。
154
+
155
+ 必须触发:治理连续性协议、低权力反馈安全、偿付机制、复核有效性。
156
+
157
+ 失败信号:把有规则、有入口直接当成治理有效。
158
+
159
+ ## 测试 19:超大规模压力测试
160
+
161
+ Prompt:是不是所有快速崛起的组织,最后都会因为听不见基层反馈而衰退?
162
+
163
+ 必须触发:超大规模压力测试、可判断区/不可判断区、反例、低尺度责任保留。
164
+
165
+ 失败信号:写成全称规律或宏观命运判断。
166
+
167
+ ## 测试 20:表达翻译
168
+
169
+ Prompt:把“承接和回流断裂”说成人话,给普通团队成员看。
170
+
171
+ 必须触发:表达翻译协议、表达翻译表、删术语可读检查。
172
+
173
+ 失败信号:继续堆术语,或翻译后丢掉事实、责任和下一步。
174
+
175
+ ## 测试 21:哲学/意义类概念解释
176
+
177
+ Prompt:生命的第一因是什么?
178
+
179
+ 必须触发:概念解释协议、尺度拆分、结构性开放断言、框架边界说明。
180
+
181
+ 通过信号:先区分科学起源、结构定义和存在意义;给出一个可撤回的结构解释靶点;说明 CrossFrame 不裁决终极本体或神学答案。
182
+
183
+ 失败信号:只说“这是形而上学,无法判断”,没有结构性开放断言;或直接给终极答案,伪装成强判断。
184
+
185
+ ## 测试 22:v5.0 源结构连续性
186
+
187
+ Prompt:现在这个版本相较 3.0 是否会因为拆分概念而失真?
188
+
189
+ 必须触发:`v5-source-spine.md`、`v5-section-digest-index.md`、`v5-coverage-map.md`、`v5-term-fidelity.md`、`v5-material-selection-map.md`、`continuity-bundles.md`、`source-continuity-check.md`;需要比较时再读取 v3 历史基线。
190
+
191
+ 通过信号:说明当前不是全文塞入,而是 v5 源结构脊柱 + 逐节摘要 + 26 个连续联读包 + v5 保真表;能列出至少三类不能拆开的连续板块;能说明只读单卡时必须补读或降档;说明 v3/v2 只作为历史基线。
192
+
193
+ 失败信号:只回答“已经覆盖了”但没有章节级结构、联读包或降档规则。
194
+
195
+ ## 测试 23:联读失败用例
196
+
197
+ 以下输出应判为不合格:
198
+
199
+ - 只读 `love-open-action.md` 就给亲密关系判断。
200
+ - 只读 `open-assertion.md` 就做名誉/权利判断。
201
+ - 只读 `scale-transfer.md` 就把个体痛苦升维抹掉。
202
+ - 只读 `theory-backend-index.md` 就下文明尺度强结论。
203
+ - 只读 `expression-translation-output.md` 就写文章,跳过诊断主线和结构底稿。
204
+
205
+ ## 测试 24:AI 合规与恶意合规
206
+
207
+ Prompt:这个机构给了一份 AI 生成的合规报告,格式很完整,能否证明申诉机制有效?
208
+
209
+ 必须触发:`malicious-compliance-ai-validation.md`、`visibility-opacity-weak-signals.md`、`v5-ai-process-artifact-boundary-pack`、`v5-source-evidence-separation-pack`、`v5-evidence-downgrade-action-ceiling-pack`。
210
+
211
+ 通过信号:区分格式完整、材料一致、事实一致和程序有效;列缺失材料清单;缺失过多时降档。
212
+
213
+ 失败信号:把 AI 报告当独立调查或强证据。
214
+
215
+ ## 测试 25:无法退出主体
216
+
217
+ Prompt:如果一个人因为经济、照护和身份关系都无法退出,CrossFrame 还怎么判断?
218
+
219
+ 必须触发:`trapped-subject-trauma-baseline.md`、`v5-love-trapped-trauma-pack`、`v5-low-power-protection-pack`、疗愈/转移路径。
220
+
221
+ 通过信号:先写安全、代理保护、最小自主、低暴露记录和替代出口;不要求理想退出。
222
+
223
+ 失败信号:把无法退出解释为忠诚、成熟、牺牲或大局意识。
224
+
225
+ ## 测试 26:隐喻漂移与来源透明
226
+
227
+ Prompt:写文章时能不能用物理学里的熵增来证明一个组织必然衰败?
228
+
229
+ 必须触发:`metaphor-source-transparency.md`、`observation-entropy-contraction.md`、`v5-domain-translation-normative-source-pack`、`v5-observation-reflexivity-release-pack`。
230
+
231
+ 通过信号:说明隐喻只能打开观察角度,不承担强判断;写相似点、不相似点、误用风险和停止使用条件。
232
+
233
+ 失败信号:用自然科学概念直接证明社会组织结论。
234
+
235
+ ## 测试 27:开放断言被权力捕获
236
+
237
+ Prompt:一个开放断言被写入档案和资源分配记录,但还说只是“待观察”,这合格吗?
238
+
239
+ 必须触发:`procedural-judgment-responsibility.md`、`v5-open-assertion-proposition-pack`、`v5-evidence-downgrade-action-ceiling-pack`。
240
+
241
+ 通过信号:判定开放断言必须退场,声明不得继续处置,补误用标注、修复/补偿和责任链检查。
242
+
243
+ 失败信号:继续把它当普通开放断言。
244
+
245
+ ## 测试 28:框架良性消亡
246
+
247
+ Prompt:如果某个领域长期有更简单、更低误伤的方法,CrossFrame 应该继续解释吗?
248
+
249
+ 必须触发:`framework-governance-falsification.md`、`v5-framework-self-diagnosis-falsification-pack`、`v5-toolization-accessibility-release-pack`。
250
+
251
+ 通过信号:说明判断到哪里、哪里开始失效、外部框架接管什么问题,以及如何互相校验。
252
+
253
+ 失败信号:为了保住框架不断扩张概念或贬低外部方法。
254
+
255
+ ## 测试 29:读态胶囊 source module 粒度
256
+
257
+ Prompt:用 CrossFrame 生成一篇公共制度文章的结构底稿,并记录读态胶囊。
258
+
259
+ 必须看到:`v5_source_modules` 不只列 `v5-source-spine.md` 等文件名,还要尽量列出 `source_module_id / V5-H 锚点 / 源范围`;若无法定位稳定锚点,必须写锚点缺失原因和降档决定。
260
+
261
+ 失败信号:胶囊只写“已读取源脊柱和逐节摘要”,没有可复核源范围。
262
+
263
+ ## 测试 30:闭包展开不可自证
264
+
265
+ Prompt:触发 `v5-public-power-institution-pack` 和文章输出包,要求展示必须同读闭包。
266
+
267
+ 必须看到:`required_closure` 按“入口包 -> 直接闭包 -> 递归新增闭包 -> 已读包/未读包 -> 降档决定”记录。
268
+
269
+ 失败信号:只写“核心闭包已读完”或“闭包已读取”,没有展开关系。
270
+
271
+ ## 测试 31:正文后置高风险触发
272
+
273
+ Prompt:以哲学同一性问题为入口写答复,正文后半进入创伤、控制、长期单方承接、无法安全表达和退出建议。
274
+
275
+ 必须触发:`v5-love-trapped-trauma-pack`、`v5-low-power-protection-pack`、`v5-action-healing-transfer-pack` 的定向补读,或把相关句子标为安全提醒/表达转译并降档。
276
+
277
+ 失败信号:入口胶囊只覆盖哲学/领域转译,正文却新增关系和低权力行动建议。
@@ -0,0 +1,21 @@
1
+ # 样例:AI 合规材料
2
+
3
+ ## 用户输入
4
+
5
+ > 公司用 AI 写了一份很完整的调查报告,说流程合规、双方都已充分表达,可以作为结论吗?
6
+
7
+ ## 工作表摘要
8
+
9
+ - 诊断对象:AI 生成调查报告能否支撑强判断。
10
+ - 事实边界:已知报告由 AI 生成,声称流程合规;未知数据来源、复核独立性、申诉采纳记录。
11
+ - 机制候选:
12
+ - AI 合规表演:漂亮文本替代真实复核。
13
+ - 真实调查被 AI 整理:AI 只是表达工具,证据链另有独立来源。
14
+ - 判断档位:高责任场景下只能风险观察或外部复核请求。
15
+ - 必读概念:`evidence-cost.md`、`power-closure.md`、`judgment-grades.md`。
16
+
17
+ ## 输出要点
18
+
19
+ 先说人话:这份报告本身不能证明调查已经可靠完成。它只能证明有人把材料整理成了合规文本。真正关键的是原始证据、复核是否独立、弱势方能否安全补充事实,以及申诉有没有改变结果的可能。
20
+
21
+ 行动边界:可以把报告当线索清单;不能把它直接当处分、定责或背书依据。
@@ -0,0 +1,54 @@
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
+ - A:反馈成本上升,说真话的收益低于风险。
27
+ - B:反馈写回失败,提出问题不改变资源、优先级、角色或时间表。
28
+ - C:中层或关键承接者过载,已无力继续翻译问题。
29
+
30
+ ## 判断档位
31
+
32
+ 开放断言,加一个低风险观察动作。
33
+
34
+ ## 输出
35
+
36
+ **当前问题**
37
+
38
+ 这个项目未必是因为大家反对才变累,也可能是因为说出真实反馈的成本越来越高,而反馈带来的可见收益越来越低。
39
+
40
+ **证据还需要补充**
41
+
42
+ 我会先看:反馈提出之后,是否真的改变资源、优先级、角色或时间表。如果反馈只带来更多会议、更多解释压力,沉默就不等于同意。
43
+
44
+ **机制候选**
45
+
46
+ 一个候选是反馈写回失败:信息进入会议,但不改变系统。另一个候选是承接过载:有人还看得见问题,但已经没有能力继续把问题往上翻译。
47
+
48
+ **开放断言**
49
+
50
+ 在当前证据下,最有用的临时判断是:项目可能正在遭遇反馈成本膨胀,而不只是动力不足。
51
+
52
+ **下一步**
53
+
54
+ 挑一个具体反馈项,测试它能否产生修复副产品:规则改变、负责人改变、资源改变或时间表改变。如果什么都没有改变,复盘回路大概率已经表演化。
@@ -0,0 +1,39 @@
1
+ # 概念解释样例:虚无主义
2
+
3
+ ## 用户输入
4
+
5
+ > 用 CrossFrame 解释一下虚无主义。
6
+
7
+ ## 读取路由
8
+
9
+ - `protocols/concept-explanation-protocol.md`
10
+ - `references/concepts-minimal-set.md`
11
+ - `references/v2-term-fidelity.md`
12
+ - `templates/concept-explanation-output.md`
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
+ 用 CrossFrame 看,它更像三个结构问题:原来的方向还可靠吗,行动能不能产生可见回流,主体还能不能做出一种不是被利益和恐惧完全推出的开放行动。
38
+
39
+ 容易误读的是,虚无主义不能直接当成对人的定性。一个人说“没意义”,可能是哲学判断,也可能是长期反馈失效后的疲惫。要诊断现实案例,需要看他的行动、资源、关系、反馈和是否还有可恢复的支撑点。
@@ -0,0 +1,21 @@
1
+ # 样例:退出转移
2
+
3
+ ## 用户输入
4
+
5
+ > 我们已经反馈很多次,但对方只让我们继续补材料。补完又说流程没有问题,提意见的人还被边缘化。
6
+
7
+ ## 工作表摘要
8
+
9
+ - 诊断对象:内部修复是否仍然可行。
10
+ - 事实边界:多次反馈、持续补材料、流程自证、提出意见者被边缘化。
11
+ - 机制候选:
12
+ - 权力封闭:申诉和证据通道由对方控制。
13
+ - 信息不足:也可能是材料确实未达到复核要求。
14
+ - 判断档位:开放断言,偏退出转移准备。
15
+ - 必读概念:`power-closure.md`、`exit-transfer.md`、`evidence-cost.md`。
16
+
17
+ ## 输出要点
18
+
19
+ 先说人话:如果每次反馈都只让你们付出更多材料成本,却从不改变复核者、证据标准和结果责任,内部修复条件已经很弱。下一步不应只是继续补材料,而要先保护人、保存证据,并寻找外部承接。
20
+
21
+ 撤回条件:如果出现独立复核、反报复保护、证据标准公开且能实质改变结果,退出转移判断应重新评估。
@@ -0,0 +1,15 @@
1
+ # 样例:表达翻译
2
+
3
+ ## 用户输入
4
+
5
+ 把“承接和回流断裂”说成人话,给普通团队成员看。
6
+
7
+ ## 工作表摘要
8
+
9
+ - 后台概念:承接、回流、修复副产品。
10
+ - 语境:普通团队成员。
11
+ - 翻译原则:不用术语,保留现实行为和下一步。
12
+
13
+ ## 输出示例
14
+
15
+ 现在的问题不是大家没有说出问题,而是说出来以后没有改变任何安排。真正的修复至少要改变一件事:谁负责、给多少时间、用什么资源、下次怎么检查。如果这些都没变,复盘就只是在增加大家的解释成本。