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,66 @@
1
+ # 行动、疗愈与转移包
2
+
3
+ - ID:`v5-action-healing-transfer-pack`
4
+ - 关键词:行动、疗愈、转移、修复、退出、重建、操作层、爱诊断红线
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H008` 诊断准入、降级与退出条件(段落 433-433)
9
+ - `V5-H014` 来源-证据-判断-行动上限输出栏(段落 460-464)
10
+ - `V5-H018` 第二部分:供给层:使用准则、边界与盲区(段落 477-478)
11
+ - `V5-H028` 弱信号保护规则(段落 532-551)
12
+ - `V5-H030` 2.3.1 观测参与与反身性准则(段落 556-559)
13
+ - `V5-H034` 诊断发布协议(段落 567-568)
14
+ - `V5-H035` 观测递归收束原则(段落 569-573)
15
+ - `V5-H041` 小尺度亲密关系轻量入口(段落 604-689)
16
+ - `V5-H042` 2.6 人工智能输出与诊断分离原则(段落 690-693)
17
+ - `V5-H045` 零级至二级 试探行动许可规则(段落 700-703)
18
+ - `V5-H047` 权力封闭度触发规则(段落 710-712)
19
+ - `V5-H050` 2.9.1 诊断可行性五问(段落 721-722)
20
+
21
+ ## 必须连读原因
22
+
23
+ 把诊断落到低风险行动、疗愈边界、退出转移和修复写回,而不是停留在解释。
24
+
25
+ ## 触发场景
26
+
27
+ 用户要下一步、修复方案、疗愈、退出、关系/组织重建或低条件试探行动。
28
+
29
+ ## 必须同读材料
30
+
31
+ 操作层通则、疗愈方案、退出转移、爱诊断红线、修复副产品。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-responsibility-intervention-separation-pack`
36
+ - `v5-low-power-protection-pack`
37
+
38
+ ## 必须同读闭包(递归展开)
39
+
40
+ - `v5-responsibility-intervention-separation-pack`
41
+ - `v5-low-power-protection-pack`
42
+ - `v5-source-evidence-separation-pack`
43
+ - `v5-evidence-downgrade-action-ceiling-pack`
44
+
45
+ ## 硬失败
46
+
47
+ 把疗愈替代医疗法律安全处置,或把修复责任压给受害者。
48
+
49
+ ## 降档规则
50
+
51
+ 高风险场景只给边界和转介,不给伪专业处置。
52
+
53
+ ## 相邻候选包(非硬约束)
54
+
55
+ - `v5-responsibility-intervention-separation-pack`
56
+ - `v5-love-trapped-trauma-pack`
57
+
58
+ ## 输出影响
59
+
60
+ 输出必须写下一步行动、风险边界、承接者和停止条件。
61
+
62
+ ## 输出自检
63
+
64
+ - 是否先声明对象、事实、证据缺口和用途?
65
+ - 是否明确本包只影响结构判断,不替代现实核验?
66
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,71 @@
1
+ # AI 过程性产物边界包
2
+
3
+ - ID:`v5-ai-process-artifact-boundary-pack`
4
+ - 关键词:AI、人工智能、过程性产物、合规、报告、模板、自评、L1-L3
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H007` 什么时候不能使用(段落 421-432)
9
+ - `V5-H013` 一页式输出模板(段落 459-459)
10
+ - `V5-H023` 2.1 概念武器化的防范(段落 496-505)
11
+ - `V5-H024` 2.2 框架教条化的防范(段落 506-513)
12
+ - `V5-H034` 诊断发布协议(段落 567-568)
13
+ - `V5-H040` 人格化子锚点的四种误判(段落 591-603)
14
+ - `V5-H042` 2.6 人工智能输出与诊断分离原则(段落 690-693)
15
+ - `V5-H043` 过程性产物边界规则(段落 694-696)
16
+ - `V5-H049` 2.9 诊断可行性与反俘获协议(段落 717-720)
17
+ - `V5-H054` 2.9.5 人工智能合规表演与反俘获机制(段落 730-732)
18
+ - `V5-H056` 2.9.7 权力封闭度与退出转移机制(段落 739-741)
19
+ - `V5-H072` 核心概念修改资格五问(段落 816-817)
20
+
21
+ ## 必须连读原因
22
+
23
+ 防止 AI 报告、合规模板、整理稿或过程性产物被当作现实已经被验证。
24
+
25
+ ## 触发场景
26
+
27
+ AI 报告、合规材料、机构自评、审计稿、流程图、自动生成证据或模型诊断。
28
+
29
+ ## 必须同读材料
30
+
31
+ AI 输出强制声明、缺失材料清单、过程性产物不得充当现实证明、L1-L3 模板。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-source-evidence-separation-pack`
36
+ - `v5-evidence-downgrade-action-ceiling-pack`
37
+ - `v5-concept-weaponization-dogma-pack`
38
+
39
+ ## 必须同读闭包(递归展开)
40
+
41
+ - `v5-source-evidence-separation-pack`
42
+ - `v5-evidence-downgrade-action-ceiling-pack`
43
+ - `v5-concept-weaponization-dogma-pack`
44
+ - `v5-core-concept-integrity-pack`
45
+ - `v5-use-boundary-governance-pack`
46
+ - `v5-anchor-dynamics-structure-process-pack`
47
+ - `v5-diagnosis-admission-downgrade-exit-pack`
48
+ - `v5-seven-gates-diagnosis-pack`
49
+
50
+ ## 硬失败
51
+
52
+ 把 AI 产物的完整性误认为现实处置、反报复保护或独立核验已经发生。
53
+
54
+ ## 降档规则
55
+
56
+ AI 产物只能作为线索整理,不能独立支撑强判断。
57
+
58
+ ## 相邻候选包(非硬约束)
59
+
60
+ - `v5-source-evidence-separation-pack`
61
+ - `v5-concept-weaponization-dogma-pack`
62
+
63
+ ## 输出影响
64
+
65
+ 输出必须声明 AI 材料边界、缺失现实材料和可核验下一步。
66
+
67
+ ## 输出自检
68
+
69
+ - 是否先声明对象、事实、证据缺口和用途?
70
+ - 是否明确本包只影响结构判断,不替代现实核验?
71
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,62 @@
1
+ # 锚点、动力、结构与过程包
2
+
3
+ - ID:`v5-anchor-dynamics-structure-process-pack`
4
+ - 关键词:锚点、动力、结构、过程、行动承接、支撑通道、条件场、结构负荷
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H004` 模型仍然要做什么(段落 413-415)
9
+ - `V5-H020` 1.0 解释对象:人类结构化世界(段落 488-489)
10
+ - `V5-H024` 2.2 框架教条化的防范(段落 506-513)
11
+ - `V5-H032` 基线与响应分离(段落 561-562)
12
+ - `V5-H033` 结构变量增益原则(段落 563-566)
13
+ - `V5-H040` 人格化子锚点的四种误判(段落 591-603)
14
+ - `V5-H041` 小尺度亲密关系轻量入口(段落 604-689)
15
+ - `V5-H042` 2.6 人工智能输出与诊断分离原则(段落 690-693)
16
+ - `V5-H043` 过程性产物边界规则(段落 694-696)
17
+ - `V5-H047` 权力封闭度触发规则(段落 710-712)
18
+ - `V5-H048` 2.8 输出边界分级(段落 713-716)
19
+ - `V5-H056` 2.9.7 权力封闭度与退出转移机制(段落 739-741)
20
+
21
+ ## 必须连读原因
22
+
23
+ 把对象的稳定点、动力来源、结构负荷和过程写回放在同一条诊断链上。
24
+
25
+ ## 触发场景
26
+
27
+ 解释一个系统为什么能启动、卡住、转译失败、责任断裂或忙而无积累。
28
+
29
+ ## 必须同读材料
30
+
31
+ 锚点组、动力组、结构组、过程组、行动承接和修复副产品。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-core-concept-integrity-pack`
36
+
37
+ ## 必须同读闭包(递归展开)
38
+
39
+ - `v5-core-concept-integrity-pack`
40
+
41
+ ## 硬失败
42
+
43
+ 只谈价值或意愿,不追踪支撑通道、结构负荷和反馈写回。
44
+
45
+ ## 降档规则
46
+
47
+ 缺少过程证据时不得下结构定论,只能列机制候选。
48
+
49
+ ## 相邻候选包(非硬约束)
50
+
51
+ - `v5-core-concept-integrity-pack`
52
+ - `v5-long-evolution-progression-field-pack`
53
+
54
+ ## 输出影响
55
+
56
+ 输出必须写主锚点、动力通道、结构负荷和过程写回状态。
57
+
58
+ ## 输出自检
59
+
60
+ - 是否先声明对象、事实、证据缺口和用途?
61
+ - 是否明确本包只影响结构判断,不替代现实核验?
62
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,69 @@
1
+ # 概念武器化与教条化包
2
+
3
+ - ID:`v5-concept-weaponization-dogma-pack`
4
+ - 关键词:概念武器化、教条、人格审判、术语、概念有效性、万能、误用
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H016` 常见误用(段落 466-475)
9
+ - `V5-H018` 第二部分:供给层:使用准则、边界与盲区(段落 477-478)
10
+ - `V5-H019` 一、框架定位(段落 479-487)
11
+ - `V5-H022` 二、使用准则(段落 495-495)
12
+ - `V5-H023` 2.1 概念武器化的防范(段落 496-505)
13
+ - `V5-H024` 2.2 框架教条化的防范(段落 506-513)
14
+ - `V5-H025` 反过度自缚规则(段落 514-517)
15
+ - `V5-H026` 2.3 十二条操作性准则(段落 518-528)
16
+ - `V5-H031` 反身性等级(段落 560-560)
17
+ - `V5-H036` 2.4 对外表达与语境翻译规则(段落 574-574)
18
+ - `V5-H037` 2.5 框架本体保护准则(段落 575-575)
19
+ - `V5-H038` 反领域殖民规则(段落 576-576)
20
+
21
+ ## 必须连读原因
22
+
23
+ 阻止概念从观察工具变成处置武器、身份标签或组织话术。
24
+
25
+ ## 触发场景
26
+
27
+ 用户要求贴标签、定性人品、用概念替代证据或把术语直接写成结论。
28
+
29
+ ## 必须同读材料
30
+
31
+ 概念有效性分级、概念武器化防范、框架教条化防范、表达翻译规则。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-core-concept-integrity-pack`
36
+ - `v5-use-boundary-governance-pack`
37
+
38
+ ## 必须同读闭包(递归展开)
39
+
40
+ - `v5-core-concept-integrity-pack`
41
+ - `v5-use-boundary-governance-pack`
42
+ - `v5-anchor-dynamics-structure-process-pack`
43
+ - `v5-diagnosis-admission-downgrade-exit-pack`
44
+ - `v5-seven-gates-diagnosis-pack`
45
+ - `v5-evidence-downgrade-action-ceiling-pack`
46
+ - `v5-source-evidence-separation-pack`
47
+
48
+ ## 硬失败
49
+
50
+ 用术语制造结论,或把低级别概念探索升级为强处置依据。
51
+
52
+ ## 降档规则
53
+
54
+ 概念只保留为候选语言,不能承担强判断或处置作用。
55
+
56
+ ## 相邻候选包(非硬约束)
57
+
58
+ - `v5-core-concept-integrity-pack`
59
+ - `v5-domain-translation-normative-source-pack`
60
+
61
+ ## 输出影响
62
+
63
+ 输出必须把术语翻译成现实行为、证据和可撤回条件。
64
+
65
+ ## 输出自检
66
+
67
+ - 是否先声明对象、事实、证据缺口和用途?
68
+ - 是否明确本包只影响结构判断,不替代现实核验?
69
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,62 @@
1
+ # 核心概念完整性包
2
+
3
+ - ID:`v5-core-concept-integrity-pack`
4
+ - 关键词:核心概念、概念层级、锚点、动力组、结构组、过程组、承接、回流、完整性
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H005` 什么时候可以使用(段落 416-417)
9
+ - `V5-H020` 1.0 解释对象:人类结构化世界(段落 488-489)
10
+ - `V5-H021` 1.1 跨尺度迁移闸(段落 490-494)
11
+ - `V5-H025` 反过度自缚规则(段落 514-517)
12
+ - `V5-H033` 结构变量增益原则(段落 563-566)
13
+ - `V5-H040` 人格化子锚点的四种误判(段落 591-603)
14
+ - `V5-H041` 小尺度亲密关系轻量入口(段落 604-689)
15
+ - `V5-H050` 2.9.1 诊断可行性五问(段落 721-722)
16
+ - `V5-H056` 2.9.7 权力封闭度与退出转移机制(段落 739-741)
17
+ - `V5-H057` 2.9.8 判断勇气与开放断言协议(段落 742-747)
18
+ - `V5-H060` 2.10 模块化入口与成本标签(段落 755-757)
19
+ - `V5-H062` 3.1 超大规模圈层盲区(段落 779-787)
20
+
21
+ ## 必须连读原因
22
+
23
+ 保持 v5 核心概念在锚点、动力、结构、过程之间的连续关系,避免只抽一个词使用。
24
+
25
+ ## 触发场景
26
+
27
+ 输出要使用承接、回流、锚点、结构负荷、修复副产品、责任链等高风险概念。
28
+
29
+ ## 必须同读材料
30
+
31
+ 核心概念最小集、概念层级、锚点组、动力组、结构组、过程组、概念融合规则。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-anchor-dynamics-structure-process-pack`
36
+
37
+ ## 必须同读闭包(递归展开)
38
+
39
+ - `v5-anchor-dynamics-structure-process-pack`
40
+
41
+ ## 硬失败
42
+
43
+ 只读单张概念卡就让概念承担完整诊断作用。
44
+
45
+ ## 降档规则
46
+
47
+ 未读完整相邻概念时,概念只能作为解释线索。
48
+
49
+ ## 相邻候选包(非硬约束)
50
+
51
+ - `v5-anchor-dynamics-structure-process-pack`
52
+ - `v5-concept-weaponization-dogma-pack`
53
+
54
+ ## 输出影响
55
+
56
+ 输出必须把概念落回现实行为、关系、成本和反馈。
57
+
58
+ ## 输出自检
59
+
60
+ - 是否先声明对象、事实、证据缺口和用途?
61
+ - 是否明确本包只影响结构判断,不替代现实核验?
62
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,70 @@
1
+ # 跨尺度与语境转译包
2
+
3
+ - ID:`v5-cross-scale-context-translation-pack`
4
+ - 关键词:跨尺度、尺度、语境、转译、前概念闸、隐喻、迁移、层级
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H002` 模型是什么(段落 406-410)
9
+ - `V5-H010` 轻量诊断流程(段落 435-444)
10
+ - `V5-H011` 强判断前必须回答的 10 个问题(段落 445-455)
11
+ - `V5-H019` 一、框架定位(段落 479-487)
12
+ - `V5-H021` 1.1 跨尺度迁移闸(段落 490-494)
13
+ - `V5-H023` 2.1 概念武器化的防范(段落 496-505)
14
+ - `V5-H026` 2.3 十二条操作性准则(段落 518-528)
15
+ - `V5-H036` 2.4 对外表达与语境翻译规则(段落 574-574)
16
+ - `V5-H041` 小尺度亲密关系轻量入口(段落 604-689)
17
+ - `V5-H062` 3.1 超大规模圈层盲区(段落 779-787)
18
+ - `V5-H065` 4.0 核心概念最小集(段落 791-794)
19
+ - `V5-H066` 4.1 概念层级与改动规则(段落 795-795)
20
+
21
+ ## 必须连读原因
22
+
23
+ 防止从个体、组织、制度、历史之间直接偷换尺度或用隐喻冒充证明。
24
+
25
+ ## 触发场景
26
+
27
+ 问题涉及升维解释、跨域类比、制度化语言、技术治理或普通人表达。
28
+
29
+ ## 必须同读材料
30
+
31
+ 跨尺度迁移闸、前概念闸、语境翻译、隐喻漂移控制。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-domain-translation-normative-source-pack`
36
+
37
+ ## 必须同读闭包(递归展开)
38
+
39
+ - `v5-domain-translation-normative-source-pack`
40
+ - `v5-use-boundary-governance-pack`
41
+ - `v5-concept-weaponization-dogma-pack`
42
+ - `v5-diagnosis-admission-downgrade-exit-pack`
43
+ - `v5-core-concept-integrity-pack`
44
+ - `v5-seven-gates-diagnosis-pack`
45
+ - `v5-evidence-downgrade-action-ceiling-pack`
46
+ - `v5-anchor-dynamics-structure-process-pack`
47
+ - `v5-source-evidence-separation-pack`
48
+
49
+ ## 硬失败
50
+
51
+ 用一个尺度的事实直接证明另一个尺度的因果或责任。
52
+
53
+ ## 降档规则
54
+
55
+ 不能通过前概念闸时,只能说明相似性,不能做因果迁移。
56
+
57
+ ## 相邻候选包(非硬约束)
58
+
59
+ - `v5-domain-translation-normative-source-pack`
60
+ - `v5-state-coordinate-lifecycle-pack`
61
+
62
+ ## 输出影响
63
+
64
+ 输出必须声明对象、层级、时间窗口和转译损失。
65
+
66
+ ## 输出自检
67
+
68
+ - 是否先声明对象、事实、证据缺口和用途?
69
+ - 是否明确本包只影响结构判断,不替代现实核验?
70
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,65 @@
1
+ # 诊断准入、降级与退出包
2
+
3
+ - ID:`v5-diagnosis-admission-downgrade-exit-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-H007` 什么时候不能使用(段落 421-432)
13
+ - `V5-H008` 诊断准入、降级与退出条件(段落 433-433)
14
+ - `V5-H009` 前台 9 个入口概念(段落 434-434)
15
+ - `V5-H010` 轻量诊断流程(段落 435-444)
16
+ - `V5-H011` 强判断前必须回答的 10 个问题(段落 445-455)
17
+ - `V5-H012` 强判断八件套(段落 456-458)
18
+ - `V5-H013` 一页式输出模板(段落 459-459)
19
+ - `V5-H014` 来源-证据-判断-行动上限输出栏(段落 460-464)
20
+
21
+ ## 必须连读原因
22
+
23
+ 确保诊断不是无条件启动,而是在材料、用途、风险和退出空间满足最低条件后才进入。
24
+
25
+ ## 触发场景
26
+
27
+ 材料不足、风险紧急、用户要求快速判断、关系或组织没有正式复核条件。
28
+
29
+ ## 必须同读材料
30
+
31
+ 诊断准入、降级规则、退出条件、低条件试探行动、行动上限。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-seven-gates-diagnosis-pack`
36
+ - `v5-evidence-downgrade-action-ceiling-pack`
37
+
38
+ ## 必须同读闭包(递归展开)
39
+
40
+ - `v5-seven-gates-diagnosis-pack`
41
+ - `v5-evidence-downgrade-action-ceiling-pack`
42
+ - `v5-source-evidence-separation-pack`
43
+
44
+ ## 硬失败
45
+
46
+ 证据不足仍维持强判断,或风险高却不给退出路径。
47
+
48
+ ## 降档规则
49
+
50
+ 降到低风险、可撤回、可观察的小动作,并声明暂停判断条件。
51
+
52
+ ## 相邻候选包(非硬约束)
53
+
54
+ - `v5-low-power-protection-pack`
55
+ - `v5-evidence-downgrade-action-ceiling-pack`
56
+
57
+ ## 输出影响
58
+
59
+ 输出准入结论、降级理由、行动上限和撤回条件。
60
+
61
+ ## 输出自检
62
+
63
+ - 是否先声明对象、事实、证据缺口和用途?
64
+ - 是否明确本包只影响结构判断,不替代现实核验?
65
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,70 @@
1
+ # 领域转译、规范前提与来源透明包
2
+
3
+ - ID:`v5-domain-translation-normative-source-pack`
4
+ - 关键词:领域、翻译、规范性、来源、知识谱系、表达、隐喻、价值边界
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H014` 来源-证据-判断-行动上限输出栏(段落 460-464)
9
+ - `V5-H023` 2.1 概念武器化的防范(段落 496-505)
10
+ - `V5-H024` 2.2 框架教条化的防范(段落 506-513)
11
+ - `V5-H029` 2.3.2 证据追踪与判断降级准则(段落 552-555)
12
+ - `V5-H036` 2.4 对外表达与语境翻译规则(段落 574-574)
13
+ - `V5-H038` 反领域殖民规则(段落 576-576)
14
+ - `V5-H039` 反模型殖民规则(段落 577-590)
15
+ - `V5-H069` 前台-后台双层术语规则(段落 802-805)
16
+ - `V5-H070` 四类概念的使用位置(段落 806-809)
17
+ - `V5-H071` 概念层级分流规则(段落 810-815)
18
+ - `V5-H072` 核心概念修改资格五问(段落 816-817)
19
+ - `V5-H073` 公开安全表达规则(段落 818-820)
20
+
21
+ ## 必须连读原因
22
+
23
+ 公开框架的价值边界、知识来源和转译损失,避免伪装成价值中立或吞并外部理论。
24
+
25
+ ## 触发场景
26
+
27
+ 对外文章、读书互读、理论解释、跨学科转译、概念阐释和公共评论。
28
+
29
+ ## 必须同读材料
30
+
31
+ 规范性前提、知识谱系、来源透明、隐喻漂移、对外表达规则。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-use-boundary-governance-pack`
36
+ - `v5-concept-weaponization-dogma-pack`
37
+
38
+ ## 必须同读闭包(递归展开)
39
+
40
+ - `v5-use-boundary-governance-pack`
41
+ - `v5-concept-weaponization-dogma-pack`
42
+ - `v5-diagnosis-admission-downgrade-exit-pack`
43
+ - `v5-core-concept-integrity-pack`
44
+ - `v5-seven-gates-diagnosis-pack`
45
+ - `v5-evidence-downgrade-action-ceiling-pack`
46
+ - `v5-anchor-dynamics-structure-process-pack`
47
+ - `v5-source-evidence-separation-pack`
48
+
49
+ ## 硬失败
50
+
51
+ 把价值选择伪装成纯经验结论,或用隐喻证明因果。
52
+
53
+ ## 降档规则
54
+
55
+ 来源和规范前提不清时,降低为观点阐释而非事实诊断。
56
+
57
+ ## 相邻候选包(非硬约束)
58
+
59
+ - `v5-cross-scale-context-translation-pack`
60
+ - `v5-root-assumptions-meta-rules-pack`
61
+
62
+ ## 输出影响
63
+
64
+ 输出必须声明价值边界、来源关系和可争议处。
65
+
66
+ ## 输出自检
67
+
68
+ - 是否先声明对象、事实、证据缺口和用途?
69
+ - 是否明确本包只影响结构判断,不替代现实核验?
70
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,62 @@
1
+ # 证据降级与行动上限包
2
+
3
+ - ID:`v5-evidence-downgrade-action-ceiling-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-H012` 强判断八件套(段落 456-458)
13
+ - `V5-H014` 来源-证据-判断-行动上限输出栏(段落 460-464)
14
+ - `V5-H019` 一、框架定位(段落 479-487)
15
+ - `V5-H046` 零级至二级 开放断言许可规则(段落 704-709)
16
+ - `V5-H055` 2.9.6 低条件试探行动协议(段落 733-738)
17
+ - `V5-H057` 2.9.8 判断勇气与开放断言协议(段落 742-747)
18
+ - `V5-H103` A5 反馈写回根假设(段落 1252-1254)
19
+ - `V5-H132` 状态坐标使用纪律(段落 1387-1391)
20
+
21
+ ## 必须连读原因
22
+
23
+ 让证据不足时的判断自动降低行动强度,避免低证据支撑高处置。
24
+
25
+ ## 触发场景
26
+
27
+ 任何涉及名誉、资源、处分、组织处置、公共记忆、公开评论或关系退出的判断。
28
+
29
+ ## 必须同读材料
30
+
31
+ 证据降级、判断档位、行动上限、撤回条件、反向条件。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - 无
36
+
37
+ ## 必须同读闭包(递归展开)
38
+
39
+ - 无
40
+
41
+ ## 硬失败
42
+
43
+ 用开放断言支撑高责任行动,或给出无法撤回的结论。
44
+
45
+ ## 降档规则
46
+
47
+ 证据不够时只能给观察、开放断言、低条件行动或补证清单。
48
+
49
+ ## 相邻候选包(非硬约束)
50
+
51
+ - `v5-open-assertion-proposition-pack`
52
+ - `v5-strong-judgment-eight-pack`
53
+
54
+ ## 输出影响
55
+
56
+ 输出必须写清判断能做什么、不能做什么、何时撤回。
57
+
58
+ ## 输出自检
59
+
60
+ - 是否先声明对象、事实、证据缺口和用途?
61
+ - 是否明确本包只影响结构判断,不替代现实核验?
62
+ - 是否写出降档、暂停或撤回条件?
@@ -0,0 +1,72 @@
1
+ # 框架自诊、证伪与回滚包
2
+
3
+ - ID:`v5-framework-self-diagnosis-falsification-pack`
4
+ - 关键词:框架自诊、证伪、版本治理、反例、案例库、幸存者偏差、良性消亡、回滚
5
+
6
+ ## 源锚点
7
+
8
+ - `V5-H029` 2.3.2 证据追踪与判断降级准则(段落 552-555)
9
+ - `V5-H044` 2.7 适用性分级(段落 697-699)
10
+ - `V5-H094` 5.0 根假设层级说明(段落 1208-1211)
11
+ - `V5-H120` 5.4 根假设使用纪律(段落 1306-1307)
12
+ - `V5-H147` 九、自主解离(段落 1449-1450)
13
+ - `V5-H167` 第四部分:诊断层:流程、工具箱、维度与输出(段落 1505-1506)
14
+ - `V5-H184` 第九步:诊断完备性检查(段落 1560-1562)
15
+ - `V5-H188` 12.3.0 开放断言记录表(段落 1592-1593)
16
+ - `V5-H212` 20. 来源-证据分离检查(段落 1642-1643)
17
+ - `V5-H215` 23. 低权力主体保护检查(段落 1648-1649)
18
+ - `V5-H238` 维度14:证据追踪度(段落 1696-1697)
19
+ - `V5-H245` 12.8 证伪与反叙事检查(段落 1715-1720)
20
+
21
+ ## 必须连读原因
22
+
23
+ 让 CrossFrame 本身也接受诊断、反例、版本治理、失败样本和必要退场。
24
+
25
+ ## 触发场景
26
+
27
+ 用户要求评估框架、比较 3.0/5.0、检查输出是否执行框架或质疑框架有效性。
28
+
29
+ ## 必须同读材料
30
+
31
+ 自诊对象、版本治理、根假设证伪、案例库偏差、判断追踪、良性消亡。
32
+
33
+ ## 必须同读包(硬约束)
34
+
35
+ - `v5-root-assumptions-meta-rules-pack`
36
+ - `v5-use-boundary-governance-pack`
37
+
38
+ ## 必须同读闭包(递归展开)
39
+
40
+ - `v5-root-assumptions-meta-rules-pack`
41
+ - `v5-use-boundary-governance-pack`
42
+ - `v5-domain-translation-normative-source-pack`
43
+ - `v5-diagnosis-admission-downgrade-exit-pack`
44
+ - `v5-concept-weaponization-dogma-pack`
45
+ - `v5-seven-gates-diagnosis-pack`
46
+ - `v5-evidence-downgrade-action-ceiling-pack`
47
+ - `v5-core-concept-integrity-pack`
48
+ - `v5-source-evidence-separation-pack`
49
+ - `v5-anchor-dynamics-structure-process-pack`
50
+
51
+ ## 硬失败
52
+
53
+ 用框架语言自我证明,或为了保住框架无限加补丁。
54
+
55
+ ## 降档规则
56
+
57
+ 反例成立时暂停相关模块,保留替代框架接口。
58
+
59
+ ## 相邻候选包(非硬约束)
60
+
61
+ - `v5-root-assumptions-meta-rules-pack`
62
+ - `v5-toolization-accessibility-release-pack`
63
+
64
+ ## 输出影响
65
+
66
+ 输出必须写框架适用对象、反例入口、回滚条件和替代接口。
67
+
68
+ ## 输出自检
69
+
70
+ - 是否先声明对象、事实、证据缺口和用途?
71
+ - 是否明确本包只影响结构判断,不替代现实核验?
72
+ - 是否写出降档、暂停或撤回条件?