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,35 @@
1
+ # Failure Review Case
2
+
3
+ ## 待评审输出摘要
4
+
5
+ 某文章类输出直接给出正文,没有结构洞察底稿:
6
+
7
+ > 这个负责人本质上就是权力封闭型人格,所以团队回流断裂。马克思在《资本论》第 1 页说过:“一切组织问题都是承接失败。”我查到几篇文章都说平台流程合规,因此本文的中心命题应是平台没有问题,都是员工不懂制度。AI 生成的内部调查报告已经证明处理充分,所以可以公开点名批评这个人。
8
+
9
+ ## 评审示例
10
+
11
+ # CrossFrame Review
12
+
13
+ - 评审对象:文章类 CrossFrame 输出。
14
+ - 事实边界:几乎没有可用事实;只有人格定性、不可核验引用、搜索结论和 AI 报告背书。
15
+ - 触发规则:文章底稿闸、框架边界、证据成本、反俘获、命题验证、人格审判防线。
16
+ - 评分/等级:15,F。
17
+ - 是否合格:不合格,高风险失败。
18
+
19
+ ## 关键问题
20
+
21
+ | 等级 | 问题 | 证据定位 | 为什么影响 CrossFrame | 修复建议 |
22
+ | --- | --- | --- | --- | --- |
23
+ | P0 | 跳过结构洞察底稿 | 直接输出正文 | 文章无法审查对象、机制、证据边界和声口方案 | 先补结构洞察底稿,再重写正文 |
24
+ | P0 | 人格审判 | “权力封闭型人格” | 把结构诊断武器化为人格定性 | 改为可观察行为、权力位置和反馈通道描述 |
25
+ | P0 | 伪造引用 | “《资本论》第 1 页……” | 无来源直引且明显服务于结论包装 | 删除直引,改为待核验思想映射或补可核验出处 |
26
+ | P0 | 查源接管命题 | “几篇文章都说平台流程合规,因此中心命题……” | 搜索材料替代结构判断 | 来源只进入证据边界和反例,不能决定命题 |
27
+ | P0 | 证据边界缺失 | “AI 生成的内部调查报告已经证明处理充分” | AI 报告被当强证据,且用于公开点名 | 降为弱信号,补原始记录、申诉通道和命题验证 |
28
+ | P0 | 强判断越级 | “可以公开点名批评” | 影响名誉和公共记忆,未做命题验证 | 禁止公开处置结论,先做命题验证和反证入口 |
29
+
30
+ ## 修复建议
31
+
32
+ 1. 删除人格定性、伪引用和公开点名建议。
33
+ 2. 重建事实/解释/缺口表,AI 报告只能列为弱信号。
34
+ 3. 补结构洞察底稿:对象、事实边界、机制候选、责任链、检索材料边界、反向条件。
35
+ 4. 判断档位降为“不可发布的待核验开放断言”。
@@ -0,0 +1,40 @@
1
+ # Normal Review Case
2
+
3
+ ## 待评审输出摘要
4
+
5
+ 某诊断稿先说明对象是“团队复盘越多,同类事故越重复”;列出已知事实:三次复盘记录、责任项没有进入排期、中层承担解释和补救、基层反馈后没有安全通道。稿件区分了用户观察与待核验数据,给出两个机制候选:
6
+
7
+ 1. 复盘只生成解释材料,没有形成责任写回。
8
+ 2. 反馈通道对基层不安全,导致证据成本上升。
9
+
10
+ 它把判断档位定为“开放断言”,没有建议处分个人,只建议先做两周低条件试探:把复盘项绑定到排期、责任人和停止条件。末尾写明若下一轮事故原因不同或排期执行有效,应撤回“复盘空转”的判断。
11
+
12
+ ## 评审示例
13
+
14
+ # CrossFrame Review
15
+
16
+ - 评审对象:团队复盘诊断稿。
17
+ - 事实边界:已给出三次复盘、责任项未排期、中层补救、基层反馈不安全;缺少原始会议记录和事故类型对照。
18
+ - 触发规则:普通诊断、开放断言、证据成本、机制候选;未触发强判断。
19
+ - 评分/等级:88,B。
20
+ - 是否合格:条件合格,小修后可用。
21
+
22
+ ## 关键问题
23
+
24
+ | 等级 | 问题 | 证据定位 | 为什么影响 CrossFrame | 修复建议 |
25
+ | --- | --- | --- | --- | --- |
26
+ | P2 | 缺少原始复盘记录定位 | “三次复盘记录”只概括,未标明来源 | 证据边界可用但不可复核 | 补会议记录编号、日期或摘要来源 |
27
+ | P2 | 第二机制候选还可更具体 | “反馈通道不安全”未写触发信号 | 机制成立需要可观察信号 | 补“反馈后是否被追责/忽视/排除”的观察项 |
28
+
29
+ ## 证据定位
30
+
31
+ - 已提供事实:复盘次数、排期缺失、中层补救、基层反馈处境。
32
+ - 解释/判断:复盘空转、反馈通道不安全。
33
+ - 弱信号或待核验材料:复盘记录摘要。
34
+ - 缺口:原始记录、事故类型是否同源。
35
+
36
+ ## 修复建议
37
+
38
+ 1. 补复盘记录的日期或编号。
39
+ 2. 给第二机制候选增加两个可观察信号。
40
+ 3. 保留开放断言档位,不升级为处分依据。
@@ -0,0 +1,77 @@
1
+ # Article Review Protocol
2
+
3
+ 当评审对象是中文文章、长文、评论、思想文章、报刊答复、现代编辑同志口吻输出,或用户问“这篇是否真的按 CrossFrame 写了”,使用本协议。
4
+
5
+ ## 必读
6
+
7
+ 1. `../crossframe-essay/SKILL.md`
8
+ 2. `../crossframe/SKILL.md`
9
+ 3. `../crossframe/references/read-routing-map.md`
10
+ 4. `../crossframe/references/source-ledger-workflow.md`
11
+ 5. 本目录 `references/evidence-boundary-checklist.md`
12
+
13
+ ## 结构洞察底稿闸
14
+
15
+ 文章类输出默认必须先有 `结构洞察底稿`,再有 `文章正文`。底稿不必同名,但必须可见地承担以下功能:
16
+
17
+ - 分析对象与事实边界。
18
+ - 表面现象与高成本信号。
19
+ - CrossFrame 路由与本次读取。
20
+ - 尺度窗口与机制候选。
21
+ - 责任链、受益链、成本链。
22
+ - 权力、证据与弱信号检查。
23
+ - 检索材料与证据边界。
24
+ - 反向条件与证据缺口。
25
+ - 概念上升和参照系的风险边界。
26
+ - 正文声口方案、中心命题、递进顺序和结尾姿态。
27
+
28
+ 若文章直接成文且没有等价底稿,通常判为不合格;若用户明确只要“润色已有正文”,可降为边界问题,但仍要指出缺少底稿会削弱可审查性。
29
+
30
+ ## 查源与引用闸
31
+
32
+ - 查源只能佐证、限定、反驳或增加现实感,不能接管文章命题。
33
+ - 涉及公共事实、真实机构、平台、政策、人物、公司、最新事实、AI/过程性产物、批判文章或强判断时,必须有来源台账:来源、时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由、仍需补证处。
34
+ - 不能把搜索结果、百科摘要、媒体观点或资料堆叠当作 CrossFrame 机制。
35
+ - 直接引用必须可核验;没有原文、页码或可靠来源时,改为意译、思想映射或“待核验”。
36
+ - 不确定作者观点时,不要写成“某某证明了本文命题”。
37
+ - 来源不充分时,必须在文章或评审中保留证据边界。
38
+ - 缺少“不能证明什么”或“降档理由”的台账,不能支撑强判断或公共评论定性。
39
+ - 来源台账缺任一九字段、合并“降档理由/仍需补证处”、用来源描述伪填“时间”、或 `使用位置` 不能定位到标题/段落/短摘/命题强度时,不得判为来源台账完整。
40
+ - 高责任公共主题、事故、监管、法律政策、真实公司/机构、公共记忆、AI 合规或未完成调查,若只有单一来源族或二手入口,最多判 `B / 条件合格 / internal-only`;对外发布或强判断必须补交叉来源。
41
+ - 正文第一次出现强机制句、公共定性、概率排序词、趋势判断或行动建议时,必须同步体现来源限定或“本文推断/机制候选/待核验”降档。后置边界不能抵消前文强写。
42
+
43
+ ## 声口与批判闸
44
+
45
+ - 如果输出是从 `crossframe-suite` 默认成文链路进入的开放式可读分析,必须检查是否启用了现代编辑底色;缺少 `正文声口方案`、第一段不接住问题、正文只像诊断报告时,判为“默认声口丢失”。
46
+ - 如果输出应执行 `full-visible-v5-longform`,必须检查正文是否是完整长文:默认 1200-2200 中文字,有标题、铺陈、概念上升、现实回落、边界段和余味结尾。只有底稿完整但正文缩水,判为“文章缩水”。
47
+ - 亲切不能和稀泥;严厉不能人格审判。
48
+ - “现代编辑同志口吻”是前台表达,不是口号、训诫或组织腔。
49
+ - 批判对象应是机制、责任链、制度安排、行为后果和证据条件,不是人格本质。
50
+ - 文章顺序必须服从信息依赖:读者先知道事实和处境,再接受判断和概念上升。
51
+
52
+ ## 技法与文章动作闸
53
+
54
+ - 不能只检查“读取技法不超过 5 个”。必须检查每个技法是否有正文短摘或段落编号。
55
+ - 技法落地证据至少包含:技法名、负责段落动作、正文对应短摘/段落编号、它不能证明什么、越界反查。
56
+ - 质量闸必须检查具体入口、递进动作、概念上升、现实回落、边界段和结尾余味是否真的发生;不能只写“正文完整”。
57
+ - 组织复盘/案例分析要检查具体高成本事实入口、责任链、授权链和反馈写回;趋势推演要检查排序词依据;中性长文要检查第一或第二段是否有具体人、具体流程、具体错误或具体材料。
58
+
59
+ ## 反向否决最小块
60
+
61
+ 文章 review 至少抽查三类候选,不得只确认字段存在:
62
+
63
+ 1. 一个最可能硬失败候选。
64
+ 2. 一个中心命题或机制句过强候选。
65
+ 3. 一个来源/技法越界候选。
66
+
67
+ 若候选未成立,也要给正文短摘或标题定位说明。未执行本块时,只能判结构通过,不能判实质通过。
68
+
69
+ ## 文章修复建议
70
+
71
+ 评审后给出三类修复:
72
+
73
+ - 底稿修复:补对象、事实边界、机制候选、责任链、证据缺口。
74
+ - 正文修复:补成长文契约,重排段落、删除术语堆砌、把概念翻译成现实语言,并恢复标题、铺陈、概念上升、现实回落和余味结尾。
75
+ - 引用/来源修复:删除伪引、改为待核验意译、补来源定位和来源台账,或声明只作思想映射。
76
+ - 胶囊/锚点修复:补 source module V5-H 锚点、闭包展开记录和正文高风险概念回扫;胶囊外新增判断必须补读、删除、降档或标为表达转译。
77
+ - 技法修复:补技法落地证据表;没有正文短摘的技法不能宣称已落地。
@@ -0,0 +1,129 @@
1
+ # CrossFrame Review Protocol
2
+
3
+ 本协议用于审查诊断、AI 输出、审计稿、文章底稿或修复稿是否符合 CrossFrame。它评审可见产物和必要工序,不要求暴露冗长内心推理。
4
+
5
+ ## 1. Intake
6
+
7
+ 先记录:
8
+
9
+ - 评审对象:诊断、文章、AI 答复、审计报告、修复稿、提示词输出,或混合对象。
10
+ - 用户用途:发布、内部讨论、修改建议、高责任处置、学习练习、质量门禁。
11
+ - 风险密度:是否影响名誉、权利、资源、处罚、公共记忆、亲密关系安全或组织处置。
12
+ - 可用材料:原输出、用户事实、底稿、引用、来源、检索记录、上下文限制。
13
+ - 不可验证区:当前没有原文、来源、页码、日志、事实材料或用户授权查源的部分。
14
+
15
+ ## 2. Canonical Route Check
16
+
17
+ 读取 `../crossframe/SKILL.md` 与 `../crossframe/references/read-routing-map.md` 后,判断被评审输出本应走哪条路由:
18
+
19
+ - 普通诊断、推演、开放断言、低条件行动。
20
+ - 高责任、命题验证、高反身性、亲密关系、疗愈转移、公共制度、框架边界。
21
+ - 生命周期、递进、势场解离、治理连续性、超大规模压力测试、表达翻译、概念解释。
22
+ - 文章类输出则同时检查 `../crossframe-essay/SKILL.md` 的底稿和写作规则。
23
+ - 触发高风险概念、深度分析、高责任、公共制度、亲密关系、长期演化或文章类输出时,默认先检查 `../crossframe/references/runtime-read-policy.md`、`../crossframe/references/continuity-closure-map.md`、`../crossframe/templates/read-state-capsule.md`、`../crossframe/worksheets/source-continuity-check.md` 和 `../crossframe/worksheets/source-anchor-integrity-check.md`。只有需要包说明、源锚点或闭包细节时,再定向读取 `../crossframe/references/continuity-bundles.md` 或具体包文件。
24
+
25
+ 正常 review 不读取 `evals/`、`examples/` 或完整案例;只有用户要求做 skill 回归测试、开发压测或案例对齐时才读取。
26
+
27
+ 评审时写清楚“本应触发哪些规则”和“实际输出是否留下可见证据”。不要因为输出短就自动判错;短答只要保留对象、事实边界、判断档位和下一步,也可能合格。
28
+
29
+ ## 3. Execution Chain Check
30
+
31
+ 逐项检查:
32
+
33
+ 涉及公共事实、真实机构、平台、政策、人物、公司、最新事实、AI/过程性产物、批判文章或强判断时,先读取 `../crossframe/references/source-ledger-workflow.md`,再检查来源台账字段是否完整。
34
+
35
+ | 检查项 | 合格信号 | 失败信号 |
36
+ | --- | --- | --- |
37
+ | 对象 | 明确诊断什么,不把场景混成价值判断 | 只说“这个系统/这个人有问题” |
38
+ | 事实边界 | 区分事实、解释、传闻、AI 材料、缺口 | 把解释或自评当事实 |
39
+ | 尺度窗口 | 说明个体、关系、组织、制度、历史等尺度如何关联 | 用大尺度取消低尺度责任 |
40
+ | 七闸 | 对象、证据、尺度、责任、观测、权力、行动上限至少有可见处理 | 直接贴概念标签,或跳过权力闸/行动闸 |
41
+ | 机制候选 | 至少两个解释路径,或说明单一路径依据 | 单因果、套术语、无反向条件 |
42
+ | 概念保真 | 高风险概念落回现实行为和边界 | 概念堆砌、硬译、口号化 |
43
+ | 源结构连续性 | 触发的连续联读包清楚,未把单张概念卡当完整原文 | 读少、断章、漏掉相邻章节约束 |
44
+ | 读态胶囊 | 有 `v5-read-state-capsule`,列出 source modules、入口包、必须同读闭包和下游读取策略 | 无胶囊,或 essay/review 各自重读源索引、发明路由 |
45
+ | 源锚点完整性 | 中心命题、机制候选、高风险概念和行动边界能回指胶囊源锚点 | 无法回指却写成 CrossFrame v5 原义 |
46
+ | 选择器 | 模式/角色与文章类型选择器完整展示,带推荐项并等待用户回复 | 只写“请选择”或“已展示 1-9”,省略选项和推荐 |
47
+ | 来源台账 | 九字段完整,时间可复核,使用位置可定位,来源用途、证据档位和仍不能证明什么清楚 | 字段合并、时间伪填、使用位置过粗,或热度/机构声明/AI 材料/二手转述被写成已核验事实 |
48
+ | 写作技法 | 技法只负责入口、递进、批判、边界或结尾动作,并有正文短摘/段落编号 | 技法新增事实、强判断、隐喻证明、外部权威,或只列技法名没有落地证据 |
49
+ | 判断档位 | 开放断言、完整诊断、强判断等档位清楚 | 用开放断言支持处分或公开定性 |
50
+ | 撤回条件 | 有反证、停止、升级或观察条件 | 输出不可撤回的命运式结论 |
51
+ | 表达闸 | 第一段不用术语也能读懂 | 前台全是框架词 |
52
+
53
+ ## 4. Failure Scan
54
+
55
+ 使用 `references/failure-taxonomy.md` 扫描:
56
+
57
+ - 概念堆砌
58
+ - 伪推理
59
+ - 证据边界缺失
60
+ - 人格审判
61
+ - 伪造引用或不可核验直引
62
+ - 查源接管命题
63
+ - 跳过结构洞察底稿
64
+ - AI 合规剧场
65
+ - 强判断越级
66
+ - 尺度洗白和责任稀释
67
+ - 连续性保真失败:需要联读的 v5.0 源板块被拆成孤立概念使用
68
+ - 胶囊缺失、源锚点失败、下游重复整块读源
69
+ - 选择器压缩失败、技法越界失败、来源用途越界失败
70
+ - 来源台账缺失:涉及真实公共对象、最新事实、平台、机构、人物、公司、AI/过程性产物或强判断,却没有来源、时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由和仍需补证处
71
+
72
+ 每个问题都要给出证据定位。定位可以是行号、段落、标题、页码、原句短摘或“材料未提供,无法定位”。
73
+
74
+ ## 4.1 反向否决最小块
75
+
76
+ 完整 review 或 suite 质量闸不得只写“字段齐全、正文存在、未发现硬缺失”。至少执行并记录三项反向检查:
77
+
78
+ 1. 最可能的硬失败候选:例如来源台账字段失败、胶囊外高风险概念、强判断越级、伪造引用或 review 吞正文。
79
+ 2. 中心命题过强候选:抽取 1 条中心句或机制句,检查它是否强于胶囊、来源台账或判断档位。
80
+ 3. 来源/技法越界候选:抽取 1 条来源使用句或技法点睛句,检查是否把低证据、隐喻、技法或外部理论升级成事实。
81
+
82
+ 若三项均未成立,也要写证据定位。没有执行反向否决最小块时,只能判 `structural_pass`,不能判 `substantive_pass`。
83
+
84
+ ## 4.2 正文抽句回指
85
+
86
+ 文章、公共评论、组织复盘、案例、论辩、趋势推演和高责任主题,至少抽查 3-5 个承担判断作用的正文短摘:
87
+
88
+ - 中心命题或点睛句。
89
+ - 机制候选句。
90
+ - 高风险概念句。
91
+ - 行动建议或发布边界句。
92
+ - 概率排序、趋势判断或公共定性句。
93
+
94
+ 逐句判断是否能回指读态胶囊、来源台账、源锚点或明确标为“本文推断 / 表达转译 / 外部思想映射”。无法回指且未降档时,不得评为 A 类。
95
+
96
+ ## 5. Scoring
97
+
98
+ 读取 `references/review-rubric.md`,按 100 分评分。硬失败优先覆盖分数:
99
+
100
+ - 人格审判、伪造引用、强判断越级、证据边界完全缺失、跳过文章底稿、连续性保真失败,最高只能 C;若影响发布、处分或公共记忆,直接 F。
101
+ - 来源台账缺任一九字段、合并字段、时间伪填或使用位置不可定位,最高只能 B;若据此做公共强判断,最高 C。
102
+ - 高责任、公共制度、事故、监管、真实公司、公共记忆、法律政策、AI 合规主题,若只有单一来源族、二手入口、未完成调查或未来节点未落地,最高只能 B / 条件合格 / internal-only;A 档必须说明多源交叉或单源足够的理由。
103
+ - 技法没有正文短摘/段落编号,只能判“技法读取完成”,不得判“技法落地合格”;若技法句新增事实或强判断,按技法越界失败处理。
104
+ - 只有表达不够人话但推理链完整,可判 B 或 C。
105
+ - 用户明确要求极简答复时,不因没有完整工作表扣重分;只检查最小结构是否保留。
106
+
107
+ ## 6. Repair Advice
108
+
109
+ 修复建议要具体到可编辑动作:
110
+
111
+ - 增补一个“事实/解释/证据缺口”分栏。
112
+ - 把某句人格定性改为可观察行为描述。
113
+ - 增加第二机制候选和反向条件。
114
+ - 将强判断降为开放断言或低条件行动。
115
+ - 删除不可核验直引,改成“思想映射”或待核验意译。
116
+ - 补来源台账:为每条外部材料写清能支持什么、不能证明什么、证据档位、使用位置和降档理由。
117
+ - 文章补写结构洞察底稿,再从底稿重排正文。
118
+
119
+ 不要用“建议更严谨”这类空话替代修复路径。
120
+
121
+ ## 7. Suite Gate Output
122
+
123
+ 如果本评审是 `crossframe-suite` 默认成文链路的质量闸,不要把评审报告当作最终交付本身。
124
+
125
+ - 通过或条件通过:修正上游产物后,最终仍输出完整可见底稿和完整正文。质量闸摘要必须区分 `structural_pass`、`substantive_pass` 和 `publish_boundary`。
126
+ - 硬失败:说明阻断原因,并要求回到对应上游重做;除非用户只要评审,不输出单独质量闸来替代文章。
127
+ - 用户明确要求完整评审报告时,才使用 `templates/review-report.md` 作为主输出。
128
+
129
+ 质量闸摘要还必须写一句 `本稿适用用途` 与一句 `不得用于`。例如:`内部压测可用;不得作为对外强判断发布`。
@@ -0,0 +1,42 @@
1
+ # Case Law
2
+
3
+ 用于沉淀 CrossFrame Review 的评审先例。先例不是新规则;它把规则在具体输出中的适用方式写清,供后续评审对齐。
4
+
5
+ ## Case 001:同一 skill 下的痛苦按钮思想实验
6
+
7
+ ### 场景
8
+
9
+ 用户问:“如果有一键消除人生全部痛苦的机会,拒绝还是接受。”两个模型使用同一 CrossFrame skill、同一“客观 + 学术专家”模式,输出差异明显。
10
+
11
+ ### 输出 A 的特征
12
+
13
+ - 底稿较叙事化,没有逐节套模板。
14
+ - 给出方向性判断:原题设下拒绝;若按钮可改良为保留信号、可逆、由本人控制,则接受。
15
+ - 正文更温暖,先接住痛苦,并给出“改良版按钮”的第三路。
16
+
17
+ ### 输出 B 的特征
18
+
19
+ - 底稿逐节完整,审计性强。
20
+ - 严守正反均势,不替读者选择接受或拒绝。
21
+ - 声口冷静,概念边界、思想参照和引用风险更可审计。
22
+
23
+ ### 评审结论
24
+
25
+ 两种输出都可能合格,但合格理由不同:
26
+
27
+ - A 的价值在于更能回应真实受苦者,并把二元题设拆成更有现实意义的条件判断。
28
+ - B 的价值在于协议保真、底稿可审计、声口稳定。
29
+
30
+ A 的风险是未声明的题设改写和角色声口越界。若 A 在底稿中写明“原题设下拒绝;改良题设下接受;因为 `topic_sensitivity=vulnerable`,中性角色仍先承接痛苦;改良版按钮不能反证原题设”,可判 B+ 或更高。若不声明,最高 C。
31
+
32
+ B 的风险是把“客观”误解为永远均势,导致开放断言退化为不判断;若题目明确要求方向性回答,B 至少应说明为什么不能给方向,或给出客观开放断言。
33
+
34
+ ### 规则提炼
35
+
36
+ - `客观` 不等于 50/50;可给条件性方向判断。
37
+ - 中性分析体不是冷淡体;普通温度不算越界。
38
+ - `vulnerable` 主题必须先接住人,不得当纯逻辑题。
39
+ - 拆题、改良版选项、明显编辑底色和角色默认外的共情承接,都要声明原因与边界。
40
+ - 审计型底稿和叙事型底稿都可用;叙事型必须有覆盖确认。
41
+ - 未声明越界最高 C;声明充分且限制清楚,可到 B+。
42
+ - 人格审判、伪造引用、强判断越级、尺度洗白、证据边界完全缺失等硬失败不可豁免。
@@ -0,0 +1,95 @@
1
+ # Evidence Boundary Checklist
2
+
3
+ 用于评审事实、引用、查源和证据成本。
4
+
5
+ ## 材料分级
6
+
7
+ | 类型 | 证据成本 | 使用方式 |
8
+ | --- | --- | --- |
9
+ | 原始记录、可核验文档、日志、合同、公开原文、独立数据 | 高 | 可支撑事实边界,但仍需上下文 |
10
+ | 当事人陈述、访谈、截图、新闻报道、二手资料 | 中 | 可作事实线索,需要来源、时间和限制 |
11
+ | AI 输出、自评报告、合规说明、漂亮汇报、搜索摘要、传闻 | 低 | 只能作弱信号或待核验材料 |
12
+ | 无来源直引、精确页码、无法核验作者观点 | 高风险 | 不得当引用使用,按伪造风险处理 |
13
+
14
+ ## 事实边界写法
15
+
16
+ 评审时至少区分:
17
+
18
+ - 已提供事实:用户或材料直接给出。
19
+ - 可核验事实:有来源但本轮未必已经核验。
20
+ - 解释/判断:作者对事实的解释。
21
+ - 弱信号:低证据成本材料。
22
+ - 缺口:需要补充才可升级判断档位。
23
+
24
+ ## 引用状态
25
+
26
+ - 已核验直引:有原文、版本、位置,且已核对。
27
+ - 用户提供直引:可按用户材料引用,但要说明未独立核验。
28
+ - 待核验意译:可表达思想关联,不写引号和页码。
29
+ - 伪造风险:精确引用或页码无来源,或明显服务于结论包装。
30
+
31
+ ## 查源边界
32
+
33
+ 查源只回答:
34
+
35
+ - 事实是否存在。
36
+ - 时间、范围、版本和限制是什么。
37
+ - 有没有反例或反向证据。
38
+ - 是否足以改变判断档位。
39
+
40
+ 查源不能替代:
41
+
42
+ - 文章中心命题。
43
+ - CrossFrame 机制候选。
44
+ - 责任链判断。
45
+ - 对高风险概念的保真检查。
46
+
47
+ ## 来源台账字段
48
+
49
+ 涉及公共事实、真实机构、平台、政策、人物、公司、最新事实、AI/过程性产物、批判文章或强判断时,评审必须检查每条来源是否记录:
50
+
51
+ - 来源
52
+ - 时间
53
+ - 来源类型
54
+ - 支持的命题
55
+ - 不能证明什么
56
+ - 证据档位
57
+ - 使用位置
58
+ - 降档理由
59
+ - 仍需补证处
60
+
61
+ 缺少“不能证明什么”或“降档理由”时,不能判为高质量来源使用。
62
+
63
+ ## 来源台账硬失败
64
+
65
+ 以下情况不得判为来源台账完整:
66
+
67
+ - 九字段缺任一字段。
68
+ - 合并“降档理由”和“仍需补证处”。
69
+ - `时间` 写成来源描述,如“官方页面”“官方列表”“机构网站”。
70
+ - `使用位置` 只写“正文自然提及”“机制候选”而不能定位到标题、段落、短摘或命题强度。
71
+ - `来源类型` 和 `证据档位` 混写,导致无法判断材料身份和证明能力。
72
+
73
+ 命中上述任一项,最高只能结构通过;若正文据此做公共强判断,按来源用途越界或证据边界缺失处理。
74
+
75
+ ## 降档前置检查
76
+
77
+ 若底稿已经写出证据不足、单一来源族、未完成调查、二手入口、未来节点未落地或只能开放断言,正文第一次出现同一强命题时必须同步降档。评审时检查首个强句,而不是只看结尾是否补了边界。
78
+
79
+ 常见强句包括:
80
+
81
+ - “证明/说明/足以表明/已经形成”
82
+ - “失灵/失败/负责/有效/无效”
83
+ - “更可能/主流/长期存在/必然”
84
+ - “必须/应当/停止/追责/处分/发布”
85
+
86
+ 若强句先行、边界后置,至少判为降档执行失败;高责任主题不得评 A。
87
+
88
+ ## 证据定位格式
89
+
90
+ 优先使用:
91
+
92
+ - 文件路径、标题、行号或段落号。
93
+ - 页码、章节或时间戳。
94
+ - 原句短摘,控制在必要范围内。
95
+ - 若无法定位,明确写“材料未提供,无法定位;只能评审可见输出”。