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
+ - ID:`v5-seven-gates-diagnosis-pack`
4
+ - 关键词:七闸、五闸、诊断主流程、对象闸、证据闸、尺度闸、责任闸、观测闸、权力闸、行动闸
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H167` 第四部分:诊断层:流程、工具箱、维度与输出(段落 1505-1506)
9
+ - `V5-H168` 十二、诊断与预判框架(段落 1507-1510)
10
+ - `V5-H169` 七闸诊断流程(前置协议)(段落 1511-1511)
11
+ - `V5-H171` 12.0.1 观测影响登记(段落 1523-1527)
12
+ - `V5-H172` 12.1 诊断档位(段落 1528-1532)
13
+ - `V5-H173` 最小诊断路径(段落 1533-1534)
14
+ - `V5-H174` 12.2 诊断主流程(段落 1535-1535)
15
+ - `V5-H175` 第零步:圈层界定与信号筛选(段落 1536-1539)
16
+ - `V5-H176` 第一步:确定核心分析对象(段落 1540-1541)
17
+ - `V5-H177` 第二步:识别主导约束(段落 1542-1543)
18
+ - `V5-H178` 第三步:判定演化阶段与阶段内位置(段落 1544-1547)
19
+ - `V5-H180` 第五步:检查推力链、主体层、支撑通道和失稳因素(段落 1550-1551)
20
+
21
+ ## 必须连读原因
22
+
23
+ 把 v5 诊断从五闸升级为七闸复核,防止证据、权力和行动上限被跳过。
24
+
25
+ ## 触发场景
26
+
27
+ 所有完整诊断、深度分析、高责任判断、公共制度、组织修复和文章底稿。
28
+
29
+ ## 必须同读材料
30
+
31
+ 对象、证据、尺度、责任、观测、权力、行动七个闸口。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-source-evidence-separation-pack`
36
+ - `v5-evidence-downgrade-action-ceiling-pack`
37
+
38
+ ## 必须同读闭包(递归展开)
39
+
40
+ - `v5-source-evidence-separation-pack`
41
+ - `v5-evidence-downgrade-action-ceiling-pack`
42
+
43
+ ## 硬失败
44
+
45
+ 只套机制名,不交代对象、证据、权力结构、观测影响或行动上限。
46
+
47
+ ## 降档规则
48
+
49
+ 七闸任一缺失时降到开放断言或低条件行动。
50
+
51
+ ## 相邻候选包(非硬约束)
52
+
53
+ - `v5-source-evidence-separation-pack`
54
+ - `v5-evidence-downgrade-action-ceiling-pack`
55
+
56
+ ## 输出影响
57
+
58
+ 输出提纲必须列出七闸结论或说明哪个闸导致降级。
59
+
60
+ ## 输出自检
61
+
62
+ - 是否先声明对象、事实、证据缺口和用途?
63
+ - 是否明确本包只影响结构判断,不替代现实核验?
64
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,62 @@
1
+ # 来源、证据与判断分离包
2
+
3
+ - ID:`v5-source-evidence-separation-pack`
4
+ - 关键词:来源、证据、判断、材料、事实、自评、缺失材料、证据成本
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H002` 模型是什么(段落 406-410)
9
+ - `V5-H004` 模型仍然要做什么(段落 413-415)
10
+ - `V5-H006` 使用边界与证据治理总闸(段落 418-420)
11
+ - `V5-H007` 什么时候不能使用(段落 421-432)
12
+ - `V5-H010` 轻量诊断流程(段落 435-444)
13
+ - `V5-H011` 强判断前必须回答的 10 个问题(段落 445-455)
14
+ - `V5-H012` 强判断八件套(段落 456-458)
15
+ - `V5-H014` 来源-证据-判断-行动上限输出栏(段落 460-464)
16
+ - `V5-H016` 常见误用(段落 466-475)
17
+ - `V5-H019` 一、框架定位(段落 479-487)
18
+ - `V5-H025` 反过度自缚规则(段落 514-517)
19
+ - `V5-H026` 2.3 十二条操作性准则(段落 518-528)
20
+
21
+ ## 必须连读原因
22
+
23
+ 把材料来源、可核验证据、解释候选和判断档位分开,防止文本漂亮就被当成现实证明。
24
+
25
+ ## 触发场景
26
+
27
+ 有报告、自评、聊天记录、媒体材料、AI 生成材料、申诉材料或不完整证据。
28
+
29
+ ## 必须同读材料
30
+
31
+ 来源栏、证据栏、判断栏、缺失材料清单、证据成本。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-evidence-downgrade-action-ceiling-pack`
36
+
37
+ ## 必须同读闭包(递归展开)
38
+
39
+ - `v5-evidence-downgrade-action-ceiling-pack`
40
+
41
+ ## 硬失败
42
+
43
+ 把来源权威、格式完整或叙述顺滑误当作高成本证据。
44
+
45
+ ## 降档规则
46
+
47
+ 证据成本不够时降低判断档位,并列出待补材料。
48
+
49
+ ## 相邻候选包(非硬约束)
50
+
51
+ - `v5-ai-process-artifact-boundary-pack`
52
+ - `v5-evidence-downgrade-action-ceiling-pack`
53
+
54
+ ## 输出影响
55
+
56
+ 输出必须显式区分事实、解释、机制候选和判断档位。
57
+
58
+ ## 输出自检
59
+
60
+ - 是否先声明对象、事实、证据缺口和用途?
61
+ - 是否明确本包只影响结构判断,不替代现实核验?
62
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,64 @@
1
+ # 状态坐标与生命周期包
2
+
3
+ - ID:`v5-state-coordinate-lifecycle-pack`
4
+ - 关键词:状态坐标、阶段、生命周期、阶段0、阶段6、时间窗口、局部状态、全周期
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H016` 常见误用(段落 466-475)
9
+ - `V5-H063` 第三部分:传导层:核心概念、根假设与状态坐标(段落 788-789)
10
+ - `V5-H064` 四、核心概念(段落 790-790)
11
+ - `V5-H066` 4.1 概念层级与改动规则(段落 795-795)
12
+ - `V5-H068` 概念保真原则(段落 798-801)
13
+ - `V5-H069` 前台-后台双层术语规则(段落 802-805)
14
+ - `V5-H070` 四类概念的使用位置(段落 806-809)
15
+ - `V5-H075` 4.2 锚点组(段落 834-835)
16
+ - `V5-H077` 跨域互操作案例层(段落 839-843)
17
+ - `V5-H078` 多层锚结构(段落 844-844)
18
+ - `V5-H079` 尺度升维稀释与重锚定(段落 845-890)
19
+ - `V5-H080` 4.3 动力组(段落 891-892)
20
+
21
+ ## 必须连读原因
22
+
23
+ 把阶段 0-6 改写成局部状态坐标,禁止写成线性宿命或所有对象必经路径。
24
+
25
+ ## 触发场景
26
+
27
+ 生命周期判断、阶段判断、发展阶段、成熟/衰退、长期演化或阶段 6。
28
+
29
+ ## 必须同读材料
30
+
31
+ 状态坐标、对象、层级、时间窗口、并行子系统、反向条件、暂停条件、撤回路径。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-observation-reflexivity-release-pack`
36
+
37
+ ## 必须同读闭包(递归展开)
38
+
39
+ - `v5-observation-reflexivity-release-pack`
40
+ - `v5-source-evidence-separation-pack`
41
+ - `v5-evidence-downgrade-action-ceiling-pack`
42
+
43
+ ## 硬失败
44
+
45
+ 把阶段写成命运铁轨,或忽略对象和时间窗口。
46
+
47
+ ## 降档规则
48
+
49
+ 无法声明坐标条件时,不得给阶段结论。
50
+
51
+ ## 相邻候选包(非硬约束)
52
+
53
+ - `v5-observation-reflexivity-release-pack`
54
+ - `v5-long-evolution-progression-field-pack`
55
+
56
+ ## 输出影响
57
+
58
+ 输出必须写对象、层级、时间窗口、反向条件、暂停条件和撤回路径。
59
+
60
+ ## 输出自检
61
+
62
+ - 是否先声明对象、事实、证据缺口和用途?
63
+ - 是否明确本包只影响结构判断,不替代现实核验?
64
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,69 @@
1
+ # 强判断八件套包
2
+
3
+ - ID:`v5-strong-judgment-eight-pack`
4
+ - 关键词:强判断、八件套、发布门禁、资格、名誉、资源、权利、处分
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H006` 使用边界与证据治理总闸(段落 418-420)
9
+ - `V5-H011` 强判断前必须回答的 10 个问题(段落 445-455)
10
+ - `V5-H012` 强判断八件套(段落 456-458)
11
+ - `V5-H021` 1.1 跨尺度迁移闸(段落 490-494)
12
+ - `V5-H027` 信号成本校正规则(段落 529-531)
13
+ - `V5-H030` 2.3.1 观测参与与反身性准则(段落 556-559)
14
+ - `V5-H033` 结构变量增益原则(段落 563-566)
15
+ - `V5-H035` 观测递归收束原则(段落 569-573)
16
+ - `V5-H045` 零级至二级 试探行动许可规则(段落 700-703)
17
+ - `V5-H046` 零级至二级 开放断言许可规则(段落 704-709)
18
+ - `V5-H058` 2.9.9 强判断程序正义协议(段落 748-753)
19
+ - `V5-H059` 强判断程序正义协议(八件套)(段落 754-754)
20
+
21
+ ## 必须连读原因
22
+
23
+ 高责任判断必须先通过强判断八件套,避免把结构判断变成不可申诉的处置。
24
+
25
+ ## 触发场景
26
+
27
+ 涉及资格、名誉、权利、资源、处分、公共记忆、公开点名或重大组织行动。
28
+
29
+ ## 必须同读材料
30
+
31
+ 强判断十问、强判断八件套、发布门禁、反证入口、申诉和修复路径。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-open-assertion-proposition-pack`
36
+ - `v5-evidence-downgrade-action-ceiling-pack`
37
+ - `v5-low-power-protection-pack`
38
+ - `v5-seven-gates-diagnosis-pack`
39
+
40
+ ## 必须同读闭包(递归展开)
41
+
42
+ - `v5-open-assertion-proposition-pack`
43
+ - `v5-evidence-downgrade-action-ceiling-pack`
44
+ - `v5-low-power-protection-pack`
45
+ - `v5-seven-gates-diagnosis-pack`
46
+ - `v5-source-evidence-separation-pack`
47
+
48
+ ## 硬失败
49
+
50
+ 缺少反证、申诉、撤回、补偿或独立复核却公开强判断。
51
+
52
+ ## 降档规则
53
+
54
+ 八件套不全时不能强判断,只能开放断言或命题验证待办。
55
+
56
+ ## 相邻候选包(非硬约束)
57
+
58
+ - `v5-open-assertion-proposition-pack`
59
+ - `v5-low-power-protection-pack`
60
+
61
+ ## 输出影响
62
+
63
+ 输出必须列出强判断是否成立、缺项和撤回路径。
64
+
65
+ ## 输出自检
66
+
67
+ - 是否先声明对象、事实、证据缺口和用途?
68
+ - 是否明确本包只影响结构判断,不替代现实核验?
69
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,75 @@
1
+ # 工具化、可及性与发布包
2
+
3
+ - ID:`v5-toolization-accessibility-release-pack`
4
+ - 关键词:工具化、可及性、使用门槛、商业化、认证、分裂、公开使用、发布
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H032` 基线与响应分离(段落 561-562)
9
+ - `V5-H060` 2.10 模块化入口与成本标签(段落 755-757)
10
+ - `V5-H314` 16.2 框架自诊五问(段落 2087-2092)
11
+ - `V5-H317` 十七、共识程序具体化规则(段落 2097-2098)
12
+ - `V5-H319` 17.2 名义程序与有效程序(段落 2107-2108)
13
+ - `V5-H320` 十八、根假设证伪与暂停使用协议(段落 2109-2110)
14
+ - `V5-H321` 18.1 根假设状态位(段落 2111-2112)
15
+ - `V5-H322` 18.2 暂停使用触发条件(段落 2113-2118)
16
+ - `V5-H324` 18.3 根假设反例登记表(段落 2122-2123)
17
+ - `V5-H325` 十九、案例库与幸存者偏差登记(段落 2124-2125)
18
+ - `V5-H328` 二十、跨尺度迁移的前概念闸(段落 2135-2136)
19
+ - `V5-H330` 20.2 未通过时的处理(段落 2145-2146)
20
+
21
+ ## 必须连读原因
22
+
23
+ 控制框架被课程、咨询、AI 工具或组织软件使用时产生的新解释权不平等。
24
+
25
+ ## 触发场景
26
+
27
+ 技能封装、工具化、公开发布、商业化、培训认证、自动化审查或大规模部署。
28
+
29
+ ## 必须同读材料
30
+
31
+ 使用门槛债、可及性审计、工具化红线、分裂协议、公开使用边界。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-use-boundary-governance-pack`
36
+ - `v5-framework-self-diagnosis-falsification-pack`
37
+ - `v5-low-power-protection-pack`
38
+
39
+ ## 必须同读闭包(递归展开)
40
+
41
+ - `v5-use-boundary-governance-pack`
42
+ - `v5-framework-self-diagnosis-falsification-pack`
43
+ - `v5-low-power-protection-pack`
44
+ - `v5-diagnosis-admission-downgrade-exit-pack`
45
+ - `v5-concept-weaponization-dogma-pack`
46
+ - `v5-root-assumptions-meta-rules-pack`
47
+ - `v5-source-evidence-separation-pack`
48
+ - `v5-evidence-downgrade-action-ceiling-pack`
49
+ - `v5-seven-gates-diagnosis-pack`
50
+ - `v5-core-concept-integrity-pack`
51
+ - `v5-domain-translation-normative-source-pack`
52
+ - `v5-anchor-dynamics-structure-process-pack`
53
+
54
+ ## 硬失败
55
+
56
+ 让框架变成专家垄断、商业交付压力或新的权力工具。
57
+
58
+ ## 降档规则
59
+
60
+ 无法保证可及性和复核时,只能内部试用或降级发布。
61
+
62
+ ## 相邻候选包(非硬约束)
63
+
64
+ - `v5-use-boundary-governance-pack`
65
+ - `v5-framework-self-diagnosis-falsification-pack`
66
+
67
+ ## 输出影响
68
+
69
+ 输出必须写使用门槛、复核责任、公开边界和回滚方式。
70
+
71
+ ## 输出自检
72
+
73
+ - 是否先声明对象、事实、证据缺口和用途?
74
+ - 是否明确本包只影响结构判断,不替代现实核验?
75
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,69 @@
1
+ # 使用边界与治理总闸包
2
+
3
+ - ID:`v5-use-boundary-governance-pack`
4
+ - 关键词:使用边界、使用准则、输出边界、适用性、本体保护、治理、门禁、总闸
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H001` 第一部分:极简导读(段落 405-405)
9
+ - `V5-H003` 模型不是什么(段落 411-412)
10
+ - `V5-H005` 什么时候可以使用(段落 416-417)
11
+ - `V5-H006` 使用边界与证据治理总闸(段落 418-420)
12
+ - `V5-H008` 诊断准入、降级与退出条件(段落 433-433)
13
+ - `V5-H009` 前台 9 个入口概念(段落 434-434)
14
+ - `V5-H010` 轻量诊断流程(段落 435-444)
15
+ - `V5-H011` 强判断前必须回答的 10 个问题(段落 445-455)
16
+ - `V5-H013` 一页式输出模板(段落 459-459)
17
+ - `V5-H015` 邻近警告表(段落 465-465)
18
+ - `V5-H016` 常见误用(段落 466-475)
19
+ - `V5-H017` 低权力主体保护优先原则(段落 476-476)
20
+
21
+ ## 必须连读原因
22
+
23
+ 把能否使用框架、能用到什么强度、是否需要暂停或降级放在所有诊断之前。
24
+
25
+ ## 触发场景
26
+
27
+ 用户要求 CrossFrame 直接定性、公开发布、替代专业判断、跨域迁移或把框架作为权威背书。
28
+
29
+ ## 必须同读材料
30
+
31
+ 使用边界、输出边界、适用性分级、本体保护、公开发布判断门禁。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-diagnosis-admission-downgrade-exit-pack`
36
+ - `v5-concept-weaponization-dogma-pack`
37
+
38
+ ## 必须同读闭包(递归展开)
39
+
40
+ - `v5-diagnosis-admission-downgrade-exit-pack`
41
+ - `v5-concept-weaponization-dogma-pack`
42
+ - `v5-seven-gates-diagnosis-pack`
43
+ - `v5-evidence-downgrade-action-ceiling-pack`
44
+ - `v5-core-concept-integrity-pack`
45
+ - `v5-source-evidence-separation-pack`
46
+ - `v5-anchor-dynamics-structure-process-pack`
47
+
48
+ ## 硬失败
49
+
50
+ 把框架当万能审判、专业替代、人格定性工具或组织背书材料。
51
+
52
+ ## 降档规则
53
+
54
+ 证据、对象、权力或用途任一不清时,只保留轻量观察或开放断言。
55
+
56
+ ## 相邻候选包(非硬约束)
57
+
58
+ - `v5-diagnosis-admission-downgrade-exit-pack`
59
+ - `v5-framework-self-diagnosis-falsification-pack`
60
+
61
+ ## 输出影响
62
+
63
+ 先写可用范围和不可用范围,再写判断档位。
64
+
65
+ ## 输出自检
66
+
67
+ - 是否先声明对象、事实、证据缺口和用途?
68
+ - 是否明确本包只影响结构判断,不替代现实核验?
69
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,64 @@
1
+ # CrossFrame v5 Continuity Bundles
2
+
3
+ 本文件是 v5 连读包索引,不承载全部正文。每个包一个文件,路径为 `references/continuity-bundles/v5/<bundle-id>.md`。
4
+
5
+ 读取原则:先命中入口包,再递归展开必须同读包,形成连读闭包;相邻包只作为辅助候选。默认最多读取 3 个入口核心包和 2 个相邻辅助包,但这个上限不限制必须同读闭包。若上下文不足以读取闭包,降档,不把孤立概念卡或孤立包用于强判断。
6
+
7
+ | 连读包 ID | 中文名 | 何时强制读取 | 必须同读闭包 | 相邻候选包 | 文件 |
8
+ | --- | --- | --- | --- | --- | --- |
9
+ | `v5-use-boundary-governance-pack` | 使用边界与治理总闸包 | 用户要求 CrossFrame 直接定性、公开发布、替代专业判断、跨域迁移或把框架作为权威背书。 | `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` | `v5-diagnosis-admission-downgrade-exit-pack`, `v5-framework-self-diagnosis-falsification-pack` | `continuity-bundles/v5/v5-use-boundary-governance-pack.md` |
10
+ | `v5-diagnosis-admission-downgrade-exit-pack` | 诊断准入、降级与退出包 | 材料不足、风险紧急、用户要求快速判断、关系或组织没有正式复核条件。 | `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` | `v5-low-power-protection-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `continuity-bundles/v5/v5-diagnosis-admission-downgrade-exit-pack.md` |
11
+ | `v5-low-power-protection-pack` | 低权力主体保护包 | 亲密关系、家庭、小团队、平台治理、公共制度、投诉申诉、无法退出主体。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-love-trapped-trauma-pack`, `v5-public-power-institution-pack` | `continuity-bundles/v5/v5-low-power-protection-pack.md` |
12
+ | `v5-concept-weaponization-dogma-pack` | 概念武器化与教条化包 | 用户要求贴标签、定性人品、用概念替代证据或把术语直接写成结论。 | `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` | `v5-core-concept-integrity-pack`, `v5-domain-translation-normative-source-pack` | `continuity-bundles/v5/v5-concept-weaponization-dogma-pack.md` |
13
+ | `v5-cross-scale-context-translation-pack` | 跨尺度与语境转译包 | 问题涉及升维解释、跨域类比、制度化语言、技术治理或普通人表达。 | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` | `v5-domain-translation-normative-source-pack`, `v5-state-coordinate-lifecycle-pack` | `continuity-bundles/v5/v5-cross-scale-context-translation-pack.md` |
14
+ | `v5-seven-gates-diagnosis-pack` | 七闸诊断包 | 所有完整诊断、深度分析、高责任判断、公共制度、组织修复和文章底稿。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `continuity-bundles/v5/v5-seven-gates-diagnosis-pack.md` |
15
+ | `v5-source-evidence-separation-pack` | 来源、证据与判断分离包 | 有报告、自评、聊天记录、媒体材料、AI 生成材料、申诉材料或不完整证据。 | `v5-evidence-downgrade-action-ceiling-pack` | `v5-ai-process-artifact-boundary-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `continuity-bundles/v5/v5-source-evidence-separation-pack.md` |
16
+ | `v5-evidence-downgrade-action-ceiling-pack` | 证据降级与行动上限包 | 任何涉及名誉、资源、处分、组织处置、公共记忆、公开评论或关系退出的判断。 | 无 | `v5-open-assertion-proposition-pack`, `v5-strong-judgment-eight-pack` | `continuity-bundles/v5/v5-evidence-downgrade-action-ceiling-pack.md` |
17
+ | `v5-observation-reflexivity-release-pack` | 观测反身性与收束包 | 对象会表演、反制、改证据、改边界,或用户要求持续追踪反应。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-state-coordinate-lifecycle-pack`, `v5-media-platform-crisis-pack` | `continuity-bundles/v5/v5-observation-reflexivity-release-pack.md` |
18
+ | `v5-ai-process-artifact-boundary-pack` | AI 过程性产物边界包 | AI 报告、合规材料、机构自评、审计稿、流程图、自动生成证据或模型诊断。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-concept-weaponization-dogma-pack`, `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack` | `v5-source-evidence-separation-pack`, `v5-concept-weaponization-dogma-pack` | `continuity-bundles/v5/v5-ai-process-artifact-boundary-pack.md` |
19
+ | `v5-strong-judgment-eight-pack` | 强判断八件套包 | 涉及资格、名誉、权利、资源、处分、公共记忆、公开点名或重大组织行动。 | `v5-open-assertion-proposition-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack`, `v5-seven-gates-diagnosis-pack`, `v5-source-evidence-separation-pack` | `v5-open-assertion-proposition-pack`, `v5-low-power-protection-pack` | `continuity-bundles/v5/v5-strong-judgment-eight-pack.md` |
20
+ | `v5-open-assertion-proposition-pack` | 开放断言与命题验证包 | 证据不足但风险不能无视、用户要求判断、需要提出命题或预测。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-evidence-downgrade-action-ceiling-pack`, `v5-strong-judgment-eight-pack` | `continuity-bundles/v5/v5-open-assertion-proposition-pack.md` |
21
+ | `v5-core-concept-integrity-pack` | 核心概念完整性包 | 输出要使用承接、回流、锚点、结构负荷、修复副产品、责任链等高风险概念。 | `v5-anchor-dynamics-structure-process-pack` | `v5-anchor-dynamics-structure-process-pack`, `v5-concept-weaponization-dogma-pack` | `continuity-bundles/v5/v5-core-concept-integrity-pack.md` |
22
+ | `v5-anchor-dynamics-structure-process-pack` | 锚点、动力、结构与过程包 | 解释一个系统为什么能启动、卡住、转译失败、责任断裂或忙而无积累。 | `v5-core-concept-integrity-pack` | `v5-core-concept-integrity-pack`, `v5-long-evolution-progression-field-pack` | `continuity-bundles/v5/v5-anchor-dynamics-structure-process-pack.md` |
23
+ | `v5-root-assumptions-meta-rules-pack` | 根假设与元规则包 | 用户问框架是否成立、概念是否自洽、理论后台、第一因、意义或抽象命题。 | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` | `v5-framework-self-diagnosis-falsification-pack`, `v5-domain-translation-normative-source-pack` | `continuity-bundles/v5/v5-root-assumptions-meta-rules-pack.md` |
24
+ | `v5-state-coordinate-lifecycle-pack` | 状态坐标与生命周期包 | 生命周期判断、阶段判断、发展阶段、成熟/衰退、长期演化或阶段 6。 | `v5-observation-reflexivity-release-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-observation-reflexivity-release-pack`, `v5-long-evolution-progression-field-pack` | `continuity-bundles/v5/v5-state-coordinate-lifecycle-pack.md` |
25
+ | `v5-long-evolution-progression-field-pack` | 长期演化、递进与势场包 | 战略推进、长期修复、忙但没有积累、系统停滞、组织演化、文明尺度压力测试。 | `v5-state-coordinate-lifecycle-pack`, `v5-governance-continuity-multicenter-pack`, `v5-observation-reflexivity-release-pack`, `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack` | `v5-governance-continuity-multicenter-pack`, `v5-state-coordinate-lifecycle-pack` | `continuity-bundles/v5/v5-long-evolution-progression-field-pack.md` |
26
+ | `v5-governance-continuity-multicenter-pack` | 治理连续性与多中心包 | 组织修复、制度治理、长期项目、公共承诺、代际承接或平台治理。 | `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-public-power-institution-pack`, `v5-long-evolution-progression-field-pack` | `continuity-bundles/v5/v5-governance-continuity-multicenter-pack.md` |
27
+ | `v5-action-healing-transfer-pack` | 行动、疗愈与转移包 | 用户要下一步、修复方案、疗愈、退出、关系/组织重建或低条件试探行动。 | `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-responsibility-intervention-separation-pack`, `v5-love-trapped-trauma-pack` | `continuity-bundles/v5/v5-action-healing-transfer-pack.md` |
28
+ | `v5-responsibility-intervention-separation-pack` | 责任链与干预边界分离包 | 组织复盘、公共评论、亲密关系、团队修复、问责和行动建议。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack` | `continuity-bundles/v5/v5-responsibility-intervention-separation-pack.md` |
29
+ | `v5-love-trapped-trauma-pack` | 爱、无法退出与复杂创伤包 | 亲密关系、家庭、照护、创伤性生存策略、无健康基准、爱被要求或道德化。 | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-responsibility-intervention-separation-pack` | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack` | `continuity-bundles/v5/v5-love-trapped-trauma-pack.md` |
30
+ | `v5-public-power-institution-pack` | 公共权力与制度包 | 平台治理、政策、机构责任、公共争议、公共评论、申诉、合规和制度修复。 | `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-media-platform-crisis-pack`, `v5-governance-continuity-multicenter-pack` | `continuity-bundles/v5/v5-public-power-institution-pack.md` |
31
+ | `v5-domain-translation-normative-source-pack` | 领域转译、规范前提与来源透明包 | 对外文章、读书互读、理论解释、跨学科转译、概念阐释和公共评论。 | `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` | `v5-cross-scale-context-translation-pack`, `v5-root-assumptions-meta-rules-pack` | `continuity-bundles/v5/v5-domain-translation-normative-source-pack.md` |
32
+ | `v5-media-platform-crisis-pack` | 媒体、平台与危机包 | 媒体事件、平台处罚、公共争议、危机公关、公开发文、舆论反转。 | `v5-public-power-institution-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-strong-judgment-eight-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-open-assertion-proposition-pack`, `v5-seven-gates-diagnosis-pack` | `v5-public-power-institution-pack`, `v5-strong-judgment-eight-pack` | `continuity-bundles/v5/v5-media-platform-crisis-pack.md` |
33
+ | `v5-framework-self-diagnosis-falsification-pack` | 框架自诊、证伪与回滚包 | 用户要求评估框架、比较 3.0/5.0、检查输出是否执行框架或质疑框架有效性。 | `v5-root-assumptions-meta-rules-pack`, `v5-use-boundary-governance-pack`, `v5-domain-translation-normative-source-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` | `v5-root-assumptions-meta-rules-pack`, `v5-toolization-accessibility-release-pack` | `continuity-bundles/v5/v5-framework-self-diagnosis-falsification-pack.md` |
34
+ | `v5-toolization-accessibility-release-pack` | 工具化、可及性与发布包 | 技能封装、工具化、公开发布、商业化、培训认证、自动化审查或大规模部署。 | `v5-use-boundary-governance-pack`, `v5-framework-self-diagnosis-falsification-pack`, `v5-low-power-protection-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-root-assumptions-meta-rules-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-seven-gates-diagnosis-pack`, `v5-core-concept-integrity-pack`, `v5-domain-translation-normative-source-pack`, `v5-anchor-dynamics-structure-process-pack` | `v5-use-boundary-governance-pack`, `v5-framework-self-diagnosis-falsification-pack` | `continuity-bundles/v5/v5-toolization-accessibility-release-pack.md` |
35
+
36
+ ## 读取闭包执行
37
+
38
+ 1. 先从 `read-routing-map.md` 或 `v5-material-selection-map.md` 选出入口包。
39
+ 2. 对每个入口包读取本表“必须同读闭包”中的所有包;闭包可递归展开,直到没有新增硬依赖。
40
+ 3. 只有完成硬依赖闭包后,才从“相邻候选包”中按题材追加 0-2 个辅助包。
41
+ 4. 若硬依赖闭包太大或材料不足,不能只读入口包继续原判断;必须降档或暂停。
42
+
43
+ ## 闭包记录格式
44
+
45
+ 结构洞察底稿、读态胶囊和 review 不得只写“闭包已读完”。必须记录:
46
+
47
+ ```text
48
+ required_closure
49
+ - 入口包:
50
+ - 直接闭包:
51
+ - 递归新增闭包:
52
+ - 已读包:
53
+ - 未读包:
54
+ - 未读原因:
55
+ - 降档决定:
56
+ ```
57
+
58
+ 若上下文压缩只能摘要,也必须保留“入口包 -> 直接闭包 -> 递归新增闭包 -> 未读包与降档决定”的关系;否则 review 不能判定闭包完成。
59
+
60
+ ## 输出影响总则
61
+
62
+ - 连读包只约束结构、边界和判断档位;不得替代事实核验。
63
+ - 高责任场景必须保留七闸、强判断八件套、低权力保护、证据降级和行动上限。
64
+ - 文章输出继续由 `crossframe-essay` 生成结构洞察底稿和正文;review 只做隐藏质量闸摘要,不能吞掉正文。
@@ -0,0 +1,40 @@
1
+ # Continuity Closure Map
2
+
3
+ 本文件是 `continuity-bundles.md` 的运行时轻量闭包图。正常运行先读本文件确定入口包和必须同读闭包;只有需要包说明、源锚点或降档细节时,才打开 `continuity-bundles.md` 或具体 `continuity-bundles/v5/<bundle-id>.md`。
4
+
5
+ 格式:`入口包 -> 必须同读闭包`。`无` 表示没有硬依赖。
6
+
7
+ | 入口包 | 必须同读闭包 |
8
+ | --- | --- |
9
+ | `v5-use-boundary-governance-pack` | `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` |
10
+ | `v5-diagnosis-admission-downgrade-exit-pack` | `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` |
11
+ | `v5-low-power-protection-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
12
+ | `v5-concept-weaponization-dogma-pack` | `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` |
13
+ | `v5-cross-scale-context-translation-pack` | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` |
14
+ | `v5-seven-gates-diagnosis-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
15
+ | `v5-source-evidence-separation-pack` | `v5-evidence-downgrade-action-ceiling-pack` |
16
+ | `v5-evidence-downgrade-action-ceiling-pack` | 无 |
17
+ | `v5-observation-reflexivity-release-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
18
+ | `v5-ai-process-artifact-boundary-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-concept-weaponization-dogma-pack`, `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack` |
19
+ | `v5-strong-judgment-eight-pack` | `v5-open-assertion-proposition-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack`, `v5-seven-gates-diagnosis-pack`, `v5-source-evidence-separation-pack` |
20
+ | `v5-open-assertion-proposition-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
21
+ | `v5-core-concept-integrity-pack` | `v5-anchor-dynamics-structure-process-pack` |
22
+ | `v5-anchor-dynamics-structure-process-pack` | `v5-core-concept-integrity-pack` |
23
+ | `v5-root-assumptions-meta-rules-pack` | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` |
24
+ | `v5-state-coordinate-lifecycle-pack` | `v5-observation-reflexivity-release-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
25
+ | `v5-long-evolution-progression-field-pack` | `v5-state-coordinate-lifecycle-pack`, `v5-governance-continuity-multicenter-pack`, `v5-observation-reflexivity-release-pack`, `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack` |
26
+ | `v5-governance-continuity-multicenter-pack` | `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
27
+ | `v5-action-healing-transfer-pack` | `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
28
+ | `v5-responsibility-intervention-separation-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
29
+ | `v5-love-trapped-trauma-pack` | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-responsibility-intervention-separation-pack` |
30
+ | `v5-public-power-institution-pack` | `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
31
+ | `v5-domain-translation-normative-source-pack` | `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` |
32
+ | `v5-media-platform-crisis-pack` | `v5-public-power-institution-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-strong-judgment-eight-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-open-assertion-proposition-pack`, `v5-seven-gates-diagnosis-pack` |
33
+ | `v5-framework-self-diagnosis-falsification-pack` | `v5-root-assumptions-meta-rules-pack`, `v5-use-boundary-governance-pack`, `v5-domain-translation-normative-source-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` |
34
+ | `v5-toolization-accessibility-release-pack` | `v5-use-boundary-governance-pack`, `v5-framework-self-diagnosis-falsification-pack`, `v5-low-power-protection-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-root-assumptions-meta-rules-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-seven-gates-diagnosis-pack`, `v5-core-concept-integrity-pack`, `v5-domain-translation-normative-source-pack`, `v5-anchor-dynamics-structure-process-pack` |
35
+
36
+ ## 运行规则
37
+
38
+ - 命中入口包后,按本表递归展开闭包。
39
+ - 闭包展开只记录包 ID;需要语义说明时再打开具体包文件。
40
+ - 本文件不替代 v5 包正文,只减少默认运行时的索引成本。
@@ -0,0 +1,77 @@
1
+ # v2.0 最小执行核心
2
+
3
+ 本文件不是 v2.0 全文,只保留运行 skill 必须用到的核心。
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
+ 1. 抽取事实。
31
+ 2. 界定对象。
32
+ 3. 设定尺度窗口。
33
+ 4. 检查证据边界。
34
+ 5. 检查承接与回流。
35
+ 6. 检查主体与责任链。
36
+ 7. 检查观测影响。
37
+ 8. 生成机制候选。
38
+ 9. 决定判断档位。
39
+ 10. 输出人能使用的语言。
40
+
41
+ ## 强判断十问
42
+
43
+ 只有大多数问题都能回答,才考虑强判断:
44
+
45
+ 1. 对象是否清楚?
46
+ 2. 尺度是否清楚?
47
+ 3. 事实与解释是否分开?
48
+ 4. 证据是否可复核?
49
+ 5. 是否检查过反例?
50
+ 6. 是否至少比较过两个机制候选?
51
+ 7. 谁在承接成本?
52
+ 8. 谁能改变条件?
53
+ 9. 诊断被看见后会不会改变对象?
54
+ 10. 这个判断的撤回条件是什么?
55
+
56
+ ## 十二条操作准则
57
+
58
+ 1. 先事实,后概念。
59
+ 2. 先对象,后判断。
60
+ 3. 先尺度窗口,后跨尺度解释。
61
+ 4. 先证据边界,后判断强度。
62
+ 5. 先机制候选,后主机制。
63
+ 6. 先责任链,后行动建议。
64
+ 7. 先观测影响,后公开表达。
65
+ 8. 能开放断言,不强行终局。
66
+ 9. 能低条件试探,不假装确定。
67
+ 10. 高权力密度先反俘获。
68
+ 11. 尺度升维不能稀释痛苦与责任。
69
+ 12. 爱不能被命令,只能作为开放行动被观察和保护。
70
+
71
+ ## 模块化入口
72
+
73
+ - 诊断:对象、证据、尺度、责任、观测。
74
+ - 推演:初始状态、分叉变量、主分支、反向信号。
75
+ - 开放断言:判断、证据、替代解释、撤回条件、行动边界。
76
+ - 反俘获:信息过滤、弱信号安全、程序有效性、AI 合规表演。
77
+ - 低条件行动:目标、风险边界、观察指标、停止条件、升级条件。
@@ -0,0 +1,33 @@
1
+ # 诊断维度索引
2
+
3
+ 本文件从 v3.0 提炼诊断维度。它只在完整诊断、复杂复盘、审计或用户要求深度时读取。普通输出不要把这些维度全部展示给用户。
4
+
5
+ ## 10 个基础诊断维度
6
+
7
+ | 维度 | 何时启用 | 主要问题 | 看什么信号 | 常见误用 |
8
+ | --- | --- | --- | --- | --- |
9
+ | 锚点健康度 | 方向、目标、共同指向混乱 | 系统真正守住的是什么 | 决策是否仍按目标运行,是否被口号替代 | 把口号当锚点 |
10
+ | 先行者状态 | 创始人、发起者、关键带头者影响仍强 | 最初带事的人是否还在支撑或阻滞 | 权限、记忆、让渡、替代者 | 把个人魅力当制度能力 |
11
+ | 推力链与环境势场 | 事情能否继续转动 | 资源、人、认同、外部压力如何推动 | 资源流、激励、外部约束 | 把大环境当宿命 |
12
+ | 主体层健康度 | 执行者、成员、当事人疲惫或沉默 | 真正在运转的人是否仍有行动能力 | 退出、沉默、异议、替代者 | 把基层无力说成不负责 |
13
+ | 失稳因素态势 | 反复出现破坏性变量 | 哪些行为、流程或条件让系统变乱 | 重复触发点、放大链、责任逃逸 | 给人贴标签 |
14
+ | 结构性熵增 | 系统越维持越累 | 是否需要越来越多成本维持同样状态 | 流程膨胀、维护欠账、恢复不足 | 把责任完全自然化 |
15
+ | 边界状态 | 内外混乱、责任不清、接口失效 | 什么能进入,什么必须隔离 | 角色、权限、申诉、退出、接口 | 把边界说成冷漠 |
16
+ | 路径依赖 | 明知有问题仍重复 | 过去选择如何限制现在 | 惯例、沉没成本、锁定机制 | 把历史锁定写成命运 |
17
+ | 演化阶段与价值冲突 | 系统处在转折期 | 当前更适合推进、修复、等待、收束还是退出 | 阶段内位置、冲突强度、窗口期 | 过早推进或过晚修复 |
18
+ | 动力余量 | 还有没有力气改变 | 系统是否还有资源、信任、时间、主体余量 | 冗余、恢复、注意力、现金流、信任 | 只看意愿不看承载 |
19
+
20
+ ## 3 个扩展维度
21
+
22
+ | 维度 | 何时启用 | 主要问题 | 看什么信号 | 常见误用 |
23
+ | --- | --- | --- | --- | --- |
24
+ | 递进健康度 | 关系、组织或制度需要升级 | 每一步递进是否留下能力和边界 | 新能力、旧问题复发、升级成本 | 把升级当必然进步 |
25
+ | 正负锚点平衡 | 正向目标和负向吸引同时存在 | 系统被什么吸引,又被什么拖走 | 认同、恐惧、惩罚、奖励 | 只讲正向愿景 |
26
+ | 疗愈准备度 | 创伤、停滞、退出或重建场景 | 是否具备修复、承接、转移条件 | 安全、外部承接、记忆保存、低风险动作 | 把疗愈变成强迫和解 |
27
+
28
+ ## 使用纪律
29
+
30
+ - 维度是检查清单,不是输出菜单。
31
+ - 每次只启用能改变判断的维度。
32
+ - 维度不能替代证据、机制候选和判断档位。
33
+ - 如果维度让普通用户更难懂,前台只输出其白话问题。