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,29 @@
1
+ # 恶意合规与 AI 现实验证
2
+
3
+ ## 概念原义
4
+
5
+ 高权力对象可能选择性遵守格式,同时操纵证据、压制弱信号。AI 能整理材料,但不能验证现实保护和委托方诚信。
6
+
7
+ ## 触发场景
8
+
9
+ 漂亮报告、AI 调查、合规总结、机构自评、申诉复核材料、程序完整但结果从不改变。
10
+
11
+ ## 不可误读边界
12
+
13
+ 格式完整不等于程序有效;材料一致不等于事实一致;AI 报告不是独立调查。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-power-capture-malicious-compliance-pack`、`v3-evidence-visibility-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 列原始证据、受影响者反馈、外部复核、申诉采纳记录、证据链控制方和 AI 是否参与筛选改写。
22
+
23
+ ## 失败样式
24
+
25
+ 把委托方摘要当完整证据链;把 AI 的流畅文字当调查勇气;用结构语言解释为什么不能追责。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 报告写得越漂亮,越要问:原始材料在哪里,谁没被问到,说真话的人安全吗?
@@ -0,0 +1,38 @@
1
+ # 机制候选
2
+
3
+ ## 核心定义
4
+
5
+ 机制候选不是“列几个概念”,而是列出几条可以解释同一组事实的竞争性过程。它的作用是防止 AI 用一个漂亮概念解释一切。
6
+
7
+ 合格的机制候选必须能回答:如果这个机制是真的,现实中会出现什么;如果它是错的,什么信号会把它淘汰。
8
+
9
+ ## 最低格式
10
+
11
+ | 项目 | 填写 |
12
+ | --- | --- |
13
+ | 机制名称 | 用现实语言命名,不用纯术语 |
14
+ | 它解释了哪些事实 | |
15
+ | 它解释不了什么 | |
16
+ | 支持证据 | |
17
+ | 反向信号 | |
18
+ | 替代解释 | |
19
+ | 淘汰条件 | |
20
+
21
+ ## 竞争要求
22
+
23
+ - 至少两个机制候选,除非证据极强且已排除其他可能。
24
+ - 两个候选不能只是同义词,例如“回流断裂”和“反馈写回失败”不能算两个。
25
+ - 每个候选都要能解释一部分事实,也要暴露自己的弱点。
26
+ - 主机制只能在比较后产生,不得先定结论再找候选。
27
+
28
+ ## 常见候选类型
29
+
30
+ - 反馈写回失败:问题被听见或记录,但没有改变规则、资源、角色、责任或记忆。
31
+ - 承接者过载:关键主体长期吸收压力,却没有得到资源、替代者、保护和回流。
32
+ - 证据通道污染:真实信号在汇报、指标、会议纪要、AI 总结中被压缩或改写。
33
+ - 权力封闭:申诉和复核名义存在,但证据、程序和后果被强势方控制。
34
+ - 表演性修复:道歉、复盘、承诺很多,但没有修复副产品。
35
+
36
+ ## 输出边界
37
+
38
+ 机制候选不是人格定性。不要把“机制 A 更强”写成“某人就是 A”。机制解释的是过程,不是人的本质。
@@ -0,0 +1,29 @@
1
+ # 隐喻漂移与来源透明
2
+
3
+ ## 概念原义
4
+
5
+ 跨域隐喻、经典参照和理论来源要标注身份:隐喻、类比、机制候选、经验旁证、形式模型或操作规则。
6
+
7
+ ## 触发场景
8
+
9
+ 文章概念上升、引经据典、使用物理/生物/历史/心理/系统论隐喻,或说明知识谱系。
10
+
11
+ ## 不可误读边界
12
+
13
+ 像某种现象,不等于遵循某种规律;思想亲缘不等于来源吞并;规范性前提不能伪装成事实结论。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-concept-migration-metaphor-pack` 和 `expression-article-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 写相似点、不相似点、误用风险、停止使用条件;直接引用必须可核验,不确定时只做意译或思想映射。
22
+
23
+ ## 失败样式
24
+
25
+ 堆名人名言、伪造引用、用自然科学概念直接证明社会判断、引用接管现实证据。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 这个比喻只是帮我们看问题,不是替我们证明问题。
@@ -0,0 +1,29 @@
1
+ # 无制度基础设施中间路径
2
+
3
+ ## 概念原义
4
+
5
+ 家庭、小团队、亲密关系和临时社群没有正式复核机制,但持续伤害不能因此被悬置。
6
+
7
+ ## 触发场景
8
+
9
+ 没有委托方、复核者、申诉记录或正式程序,但存在长期单向消耗、依赖、控制、声誉或安全风险。
10
+
11
+ ## 不可误读边界
12
+
13
+ 不强行模拟不存在的制度;不要求受影响者冒险收集完整证据;不输出公开定性。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-no-institution-middle-path-pack`,亲密场景追加 `intimate-love-care-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 记录持续模式、低暴露事实、风险信号、外部支持、下一轮升级/撤回条件。
22
+
23
+ ## 失败样式
24
+
25
+ 因为无法复核就说什么都不能判断;或者把保护性判断升级为惩罚和公开定性。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 现在不适合证明谁错,但可以先保护自己、留下记录、减少暴露,并观察下一轮信号。
@@ -0,0 +1,29 @@
1
+ # 观测收束与熵增边界
2
+
3
+ ## 概念原义
4
+
5
+ 观测递归可以扩张,但必须有收束规则;阶段 6 和熵增只能通过操作指标判断,不能成为宿命或不作为理由。
6
+
7
+ ## 触发场景
8
+
9
+ 高反身性对象、持续表演反制、长期跟踪、阶段 6、熵增、越修越坏、修复滞后。
10
+
11
+ ## 不可误读边界
12
+
13
+ 不能无限追踪反应;不能用“势场不可对抗”“结构性熵增”“阶段如此”包装不作为。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-observation-entropy-contraction-pack` 和 `long-evolution-deep-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 看发现滞后、修复滞后、复发率、修复副产品、负荷分布;登记何时扩张、何时收束、何时停止追踪。
22
+
23
+ ## 失败样式
24
+
25
+ 对象利用诊断规则伪造证据、拖延、反击或压制弱信号;诊断收益低于扰动和暴露风险。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 不能因为问题很复杂就一直追下去;如果追踪只让人更危险、判断更混乱,就要停下来降档。
@@ -0,0 +1,69 @@
1
+ # 开放断言
2
+
3
+ ## 何时读取
4
+
5
+ 当证据不足以强判断,但用户需要一个当前可用、可撤回、可行动的判断时读取。
6
+
7
+ ## 核心意思
8
+
9
+ 开放断言不是“模棱两可”。它是负责任地说出:在当前证据下,哪个解释最有力;同时写清它可能错在哪里、什么证据会让它撤回。
10
+
11
+ 它的结构是:
12
+
13
+ - 当前判断
14
+ - 支撑证据
15
+ - 替代解释
16
+ - 反例条件
17
+ - 撤回条件
18
+ - 行动边界
19
+
20
+ ## 不是什么意思
21
+
22
+ - 不是强诊断的委婉说法。
23
+ - 不是“可能是,也可能不是”的滑头表达。
24
+ - 不是为了避免承担判断责任。
25
+ - 不是不行动,而是限制行动范围。
26
+
27
+ ## 现实信号
28
+
29
+ - 用户描述了重复模式,但缺少完整证据。
30
+ - 用户要求接受/拒绝、支持/反对、该不该做,但题设、证据或价值前提仍需保留条件。
31
+ - 直接强判断会伤害某人或制造标签。
32
+ - 用户需要下一步观察或边界设置。
33
+ - 诊断一旦公开,可能改变对象。
34
+
35
+ ## 客观模式下的用法
36
+
37
+ `客观` 不要求把所有机制写成 50/50。若当前证据更支持 A,可以写“目前更支持 A”,但必须同时写:
38
+
39
+ - B 或 C 为什么仍有可能。
40
+ - 什么事实会让 A 被削弱或撤回。
41
+ - 这个判断只能支持哪些低风险行动,不能支持哪些处置。
42
+
43
+ 如果通过拆题、改写题设或增加“改良版选项”来回答,必须说明原题设下的答案和改写题设下的答案。未声明的题设改写会让评审降级。
44
+
45
+ ## 常见误用
46
+
47
+ - 只写“我不确定”,不给当前判断。
48
+ - 给了判断,但没有替代解释。
49
+ - 给了建议,但没有行动边界。
50
+ - 把开放断言写成最终审判。
51
+ - 把“客观”写成永远不判断,或把“开放”写成无需撤回的强结论。
52
+
53
+ ## 输出人话
54
+
55
+ 可以说:
56
+
57
+ > 目前最像的是 A,但我先不把它定死。如果出现 B,这个判断就要改。
58
+
59
+ 不要说:
60
+
61
+ > 这是开放断言,所以结论如下。
62
+
63
+ ## 坏例
64
+
65
+ > 可能是回流断裂,也可能不是,需要更多信息。
66
+
67
+ ## 好例
68
+
69
+ > 在你给出的事实里,最像的是“反馈没有真正改变规则”。但如果对方其实已经调整了资源和负责人,只是你还没看到,这个判断就要改写。现在它只能支持你继续观察和设置边界,不能支持你给某个人做最终定性。
@@ -0,0 +1,51 @@
1
+ # 权力封闭 / 反俘获
2
+
3
+ ## 何时读取
4
+
5
+ 当问题涉及组织调查、申诉、处分、名誉、资源分配、公共评价、平台规则或制度复核时读取。
6
+
7
+ ## 核心意思
8
+
9
+ 权力封闭不是普通的“不公平”。它指关键证据、程序、解释权、裁决权集中在一方,弱信号无法安全出现。
10
+
11
+ 反俘获是检查本次诊断会不会被权力方拿去当中立背书。
12
+
13
+ ## 不是什么意思
14
+
15
+ - 不是所有组织问题都是权力封闭。
16
+ - 不是因为有权力差就一定无法修复。
17
+ - 不是替任何一方预设有罪。
18
+ - 不是鼓励对抗,而是先保护证据和弱者。
19
+
20
+ ## 现实信号
21
+
22
+ - 申诉流程存在,但结果几乎不可改变。
23
+ - 提出异议的人被边缘化、贴标签或失去机会。
24
+ - 材料由被质疑的一方掌握。
25
+ - 合规文本很多,外部复核很少。
26
+ - 弱者只能匿名、私下或事后表达。
27
+
28
+ ## 常见误用
29
+
30
+ - 把“流程存在”当作“流程有效”。
31
+ - 把漂亮材料当作真实证据。
32
+ - 要求低权力者继续证明系统可修复。
33
+ - 让 AI 输出变成强者的裁决理由。
34
+
35
+ ## 输出人话
36
+
37
+ 可以说:
38
+
39
+ > 现在最大问题不是有没有流程,而是这个流程能不能让弱者安全地提出事实,并真的改变结果。
40
+
41
+ 不要说:
42
+
43
+ > 该系统呈现高权力封闭,需要退出转移。
44
+
45
+ ## 坏例
46
+
47
+ > 既然机构有申诉流程,就应该继续走内部修复。
48
+
49
+ ## 好例
50
+
51
+ > 如果证据、流程和解释权都在同一方手里,而提出异议的人会付出代价,那就不能把这当成普通沟通问题。下一步应先保护人和证据,再寻找外部承接。
@@ -0,0 +1,29 @@
1
+ # 程序与判断责任
2
+
3
+ ## 概念原义
4
+
5
+ 共识、概念分级和开放断言都必须进入程序责任:异议能否进入、判断能否撤回、处置是否有申诉和补偿。
6
+
7
+ ## 触发场景
8
+
9
+ 涉及处分、名誉、资格、资源、公共记忆、组织标签、平台申诉、开放断言被长期引用。
10
+
11
+ ## 不可误读边界
12
+
13
+ 名义程序不是有效程序;开放断言不能因为措辞温和就被实际用于处置。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-procedural-judgment-pack` 和 `judgment-responsibility-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 需要材料公开程度、异议入口、少数意见记录、反向条件、复核独立性、申诉是否曾改变结果。
22
+
23
+ ## 失败样式
24
+
25
+ 把“我们已经讨论过”当共识,把“先观察”变成长期排斥或资源剥夺。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 这不是有没有流程的问题,而是这个流程能不能让反对意见真的改变结果。
@@ -0,0 +1,50 @@
1
+ # 观测反身性
2
+
3
+ ## 何时读取
4
+
5
+ 当诊断可能被当事人、组织、权力方或公众看到,并可能改变行为、证据或关系时读取。
6
+
7
+ ## 核心意思
8
+
9
+ 在人类系统里,诊断不是站在外面的镜子。诊断一旦被看见,就会进入系统,改变系统。
10
+
11
+ 它可能帮助修复,也可能制造防御、表演、报复、证据污染或标签化。
12
+
13
+ ## 不是什么意思
14
+
15
+ - 不是“说话要委婉一点”这么简单。
16
+ - 不是因为怕影响别人就不判断。
17
+ - 不是把所有输出都变成模糊话。
18
+
19
+ ## 现实信号
20
+
21
+ - 组织看见诊断后开始写漂亮材料,但不改变规则。
22
+ - 被诊断者开始按诊断包装自己的叙述。
23
+ - 弱者说出事实后处境变差。
24
+ - 判断被截图、转述、公开传播。
25
+ - 诊断语言可能被拿去给强者背书。
26
+
27
+ ## 常见误用
28
+
29
+ - 忽略输出会改变证据环境。
30
+ - 在高风险场景直接公开强判断。
31
+ - 把诊断写得太像标签,导致对象无法修复。
32
+ - 让低权力者承担公开判断的后果。
33
+
34
+ ## 输出人话
35
+
36
+ 可以说:
37
+
38
+ > 这句话如果被组织看到,可能会让它开始做表面合规,所以先不要急着公开定性。
39
+
40
+ 不要说:
41
+
42
+ > 观测反身性较强,因此应调整输出策略。
43
+
44
+ ## 坏例
45
+
46
+ > 直接把这份诊断发给所有人,让他们知道问题在哪里。
47
+
48
+ ## 好例
49
+
50
+ > 先把事实和证据保存下来,不急着公开判断。因为一旦对方知道你在检查这个问题,可能会开始改写材料,而不是修复机制。
@@ -0,0 +1,38 @@
1
+ # 修复副产品 / 伪修复
2
+
3
+ ## 核心定义
4
+
5
+ 修复副产品是一次修复之后留下来的结构性收获:规则、流程、角色、资源、边界、共同记忆、能力或预警机制。
6
+
7
+ 没有修复副产品的“修复”,很容易只是一次情绪安抚或合规表演。
8
+
9
+ ## 真实修复的信号
10
+
11
+ - 下一轮同类问题不再只压到同一个人身上。
12
+ - 责任、资源、权限或时间表发生改变。
13
+ - 反馈进入规则、流程、训练、记录或复核机制。
14
+ - 当事人不必反复解释同一件事。
15
+ - 低权力主体更安全,申诉或拒绝的代价降低。
16
+
17
+ ## 伪修复的信号
18
+
19
+ - 道歉很多,但没有改变边界。
20
+ - 复盘很多,但没有改变资源。
21
+ - 承诺很多,但没有负责人和时间表。
22
+ - 合规材料很多,但弱信号更难进入。
23
+ - AI 总结更漂亮,但事实链更不可复核。
24
+
25
+ ## 与回流的区别
26
+
27
+ 回流强调承接后的反馈是否回到系统;修复副产品强调回流之后是否留下可继承的结构改变。
28
+
29
+ 有回流不一定有修复副产品。例如有人听见了问题,也短暂调整了态度,但没有留下规则、边界或能力。
30
+
31
+ ## 输出要求
32
+
33
+ 当判断“是否修复”时,必须写:
34
+
35
+ - 这次修复留下了什么。
36
+ - 谁以后会少承担什么成本。
37
+ - 哪个规则、资源、角色或边界被改变。
38
+ - 如果没有这些,只能说“回应发生了”,不能说“修复完成了”。
@@ -0,0 +1,58 @@
1
+ # 主体 / 责任链
2
+
3
+ ## 何时读取
4
+
5
+ 当你要判断谁能行动、谁该承担、谁能改变条件、谁被迫继续承受时读取。
6
+
7
+ ## 核心意思
8
+
9
+ 主体不是“有个性”或“有主见”。主体是能行动、能选择、能承担后果、能改变条件的行动者。
10
+
11
+ 责任链不是一句“谁负责”。它要分清:
12
+
13
+ - 谁设计规则
14
+ - 谁执行动作
15
+ - 谁拥有停止权
16
+ - 谁从现状获益
17
+ - 谁承担成本
18
+ - 谁能提出复核或退出
19
+
20
+ ## 不是什么意思
21
+
22
+ - 不是把所有责任平均分给每个人。
23
+ - 不是谁离问题最近,谁就最有责任。
24
+ - 不是低权力者更努力就能解决。
25
+ - 不是用结构解释取消具体责任。
26
+
27
+ ## 现实信号
28
+
29
+ - 一线承担后果,但没有改变规则的权力。
30
+ - 决策者不接触后果,却能决定资源。
31
+ - 受益者不承担成本。
32
+ - 责任被岗位、流程、外包、算法或集体话术切碎。
33
+ - 弱者被要求继续证明自己值得被保护。
34
+
35
+ ## 常见误用
36
+
37
+ - 把“大家都有问题”当成责任分析。
38
+ - 只追责执行者,不追问授权者和受益者。
39
+ - 把结构性原因写成“没人有责任”。
40
+ - 把低权力者设为主要修复责任人。
41
+
42
+ ## 输出人话
43
+
44
+ 可以说:
45
+
46
+ > 真正要看的是:谁有权改变规则,谁在承担后果,谁从现在的安排里受益。
47
+
48
+ 不要说:
49
+
50
+ > 主体层不足导致责任链断裂。
51
+
52
+ ## 坏例
53
+
54
+ > 基层也有责任,因为他们没有及时反馈。
55
+
56
+ ## 好例
57
+
58
+ > 基层可能看见了问题,但如果说出来会被惩罚、说完也不能改变资源,那主要责任就不在他们的沉默,而在让真实反馈不安全的规则设计上。
@@ -0,0 +1,50 @@
1
+ # 尺度转移 / 尺度升维
2
+
3
+ ## 何时读取
4
+
5
+ 当分析从个人感受转到关系、组织、制度、历史、文化或宇宙处境,或用户使用“大局”“时代”“系统”“从更高层看”等表达时读取。
6
+
7
+ ## 核心意思
8
+
9
+ 尺度转移是换一层看问题。它可以帮助看见局部事件背后的关系、组织、制度或历史条件。
10
+
11
+ 但尺度转移只能增加解释,不能取消原尺度上的痛苦、失职和责任。
12
+
13
+ ## 不是什么意思
14
+
15
+ - 不是“大局为重,所以你别痛苦”。
16
+ - 不是“大家都一样,所以没人负责”。
17
+ - 不是把具体伤害溶解进宏大背景。
18
+ - 不是用哲学高度抹掉现实边界。
19
+
20
+ ## 现实信号
21
+
22
+ - 个体问题反复发生,背后像有关系或组织机制。
23
+ - 组织说“大环境如此”,但某些人明明有改变条件的能力。
24
+ - 用户用宇宙、历史、死亡、时代等尺度推导“一切无意义”。
25
+ - 宏观解释让低权力者继续承担成本。
26
+
27
+ ## 常见误用
28
+
29
+ - 用高尺度稀释责任。
30
+ - 用低尺度情绪替代结构证据。
31
+ - 只升维,不降回行动接口。
32
+ - 把“看开”当成修复。
33
+
34
+ ## 输出人话
35
+
36
+ 可以说:
37
+
38
+ > 换到组织层面看,可以解释它为什么反复发生;但这不取消你在具体关系里受到的压力。
39
+
40
+ 不要说:
41
+
42
+ > 从更大尺度看,这都不重要。
43
+
44
+ ## 坏例
45
+
46
+ > 从历史尺度看,个人痛苦只是阶段性现象。
47
+
48
+ ## 好例
49
+
50
+ > 从更大尺度看,这确实受组织规则影响;但落回你的位置,真正的问题是你承担了成本,却没有权力改变规则。宏观解释不能取消这个具体责任链。
@@ -0,0 +1,44 @@
1
+ # 结构组与过程组概念卡
2
+
3
+ 用于吸收 v3.0 中行动承接能力、中层承接与高责任主体耗竭、失稳机制、反武器化边界、尺度扰动重判、跨圈层作用链、结构负荷等概念。
4
+
5
+ ## 核心含义
6
+
7
+ 结构组看“系统把压力、资源、责任和反馈放在哪里”。过程组看“这些安排在时间中如何消耗、积累、失稳或修复”。
8
+
9
+ 一个系统看起来仍在运转,并不说明它有真实承接能力;它可能只是把负荷压给少数人、低权力主体或未来时间。
10
+
11
+ ## 关键概念
12
+
13
+ | 概念 | 人话解释 | 判断作用 |
14
+ | --- | --- | --- |
15
+ | 行动承接能力 | 系统能否把判断变成有人、有资源、有时间的行动 | 判断建议是否可执行 |
16
+ | 中层承接耗竭 | 中间层长期翻译、补救、安抚但无改变条件 | 解释“复盘很多但不修复” |
17
+ | 高责任主体耗竭 | 关键承接者长期吸收风险、冲突和不确定性 | 决定是否先减负而非改革 |
18
+ | 失稳机制 | 哪个环节让系统从可修复滑向不可修复 | 找转折点和停止条件 |
19
+ | 反武器化边界 | 防止诊断、透明、沟通、复盘被用于控制弱者 | 高责任和亲密关系必须检查 |
20
+ | 尺度扰动重判 | 尺度变化后,原判断对象和证据是否仍成立 | 防止跨层硬套 |
21
+ | 跨圈层作用链 | 一个圈层的规则、资源、叙事影响另一个圈层 | 公共制度和组织问题常用 |
22
+ | 结构负荷 | 维持系统所需的持续成本 | 判断维护债、修复窗口和退出转移 |
23
+
24
+ ## 证据要求
25
+
26
+ - 判断或建议是否已经对应到负责人、资源、时间和反馈。
27
+ - 哪些人长期承担解释、补救、安抚、风险或坏消息传递。
28
+ - 负荷是否有回流、替代者、休息窗口和修复副产品。
29
+ - 诊断语言是否被用于要求弱者更多解释、忍耐或证明。
30
+ - 尺度变化后,对象是否仍是同一个对象。
31
+
32
+ ## 失败机制
33
+
34
+ - 用“大家沟通一下”替代行动承接。
35
+ - 用复盘和透明增加弱者证明成本。
36
+ - 把中层耗竭解释成执行力不足。
37
+ - 把长期结构负荷当成短期情绪波动。
38
+
39
+ ## 修复动作
40
+
41
+ - 把诊断转成最小行动承接:谁、何时、用什么资源、改什么规则。
42
+ - 给高责任承接者减负、替代、暂停或退出转移。
43
+ - 在输出中写反武器化边界:本判断不能用来要求弱者继续承担证明成本。
44
+ - 当尺度变化时,重新界定对象、证据和责任链。
@@ -0,0 +1,29 @@
1
+ # 无法退出主体与无健康基准
2
+
3
+ ## 概念原义
4
+
5
+ 某些主体事实上无法退出;某些系统从未有过健康基准。此时诊断目标是减少伤害、保存主体性、首次建立最低安全。
6
+
7
+ ## 触发场景
8
+
9
+ 儿童、严重依赖者、经济被控制者、被监禁者、照护绑定者、创伤性家庭/组织/关系。
10
+
11
+ ## 不可误读边界
12
+
13
+ 不能把无法退出解释为忠诚、成熟、牺牲或大局意识;不能要求回到从未存在过的健康状态。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-trapped-trauma-baseline-pack` 和 `intimate-love-care-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 看安全风险、代理保护、最小自主、信息空间、记录能力、支持连接、可重复的小信任体验。
22
+
23
+ ## 失败样式
24
+
25
+ 让低资源主体承担高风险对抗;把创伤性生存策略直接当缺陷;要求受伤者完成修复责任。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 如果一个人根本走不了,建议就不能写成“你离开就好了”。先要让他少受伤、多一点选择。
@@ -0,0 +1,29 @@
1
+ # 可见性、不透明与弱信号
2
+
3
+ ## 概念原义
4
+
5
+ 沉默、缺席和不透明本身可能是结构信号;弱信号要有安全入口、独立承接和写回证明。
6
+
7
+ ## 触发场景
8
+
9
+ 用户材料里出现“没人反对”“没有记录”“大家都满意”“信息不公开”“弱者不说话”。
10
+
11
+ ## 不可误读边界
12
+
13
+ 不能把缺席直接当作不存在,也不能把所有不透明都视为压制;要区分保护性、功能性和压制性不透明。
14
+
15
+ ## 必须联读内容
16
+
17
+ `v3-evidence-visibility-pack`;公共或组织场景追加 `public-power-governance-pack`。
18
+
19
+ ## 证据要求
20
+
21
+ 看谁有发声风险、反馈通道是否安全、谁能复核不透明、弱信号采纳后是否改变规则/资源/记录。
22
+
23
+ ## 失败样式
24
+
25
+ 总体满意度覆盖边缘主体恶化;匿名反馈交给被质疑权力链处理;反馈后发生报复却不登记。
26
+
27
+ ## 输出时的人话翻译
28
+
29
+ 没有人说,不等于没有事;有时候正因为说了会更危险,问题才看起来很安静。
@@ -0,0 +1,53 @@
1
+ # 最小概念集
2
+
3
+ 只保留运行 CrossFrame 必须使用的概念。不要把概念列表当输出菜单。
4
+
5
+ 本文件只负责快速定位概念。若某个概念将承担关键判断作用,必须继续读取 `concept-cards/` 中的对应概念卡。
6
+
7
+ ## 对象与尺度
8
+
9
+ - 对象:被诊断的结构过程,不等于某个人。
10
+ - 尺度:微观互动、中观组织、宏观制度或文化。
11
+ - 尺度窗口:本次分析主要在哪一层观察。
12
+ - 尺度转移:从一层解释移动到另一层解释。
13
+
14
+ ## 锚点与保护变量
15
+
16
+ - 锚点:系统中维持方向、记忆或判断稳定性的节点。
17
+ - 保护变量:一旦被破坏,系统会迅速劣化的条件,例如信任、边界、申诉安全、关键承接者。
18
+
19
+ ## 承接与回流
20
+
21
+ - 承接:主体吸收压力、成本、情绪、责任或不确定性。
22
+ - 回流:承接之后,系统是否把反馈写回规则、资源、角色、记忆或边界。
23
+ - 修复副产品:一次修复留下的制度、流程、能力、边界或共同记忆。
24
+
25
+ ## 主体与责任链
26
+
27
+ - 主体:能行动、能选择、能承担后果的行动者。
28
+ - 责任链:谁有能力改变条件,谁承担成本,谁从现状获益。
29
+ - 责任稀释:把具体责任扩散成“大家都有问题”,导致没人负责。
30
+
31
+ ## 反馈与写回
32
+
33
+ - 反馈:系统接收到的信息。
34
+ - 写回:反馈是否改变系统结构。
35
+ - 表演性反馈:反馈被记录、复盘、汇报,但不改变任何条件。
36
+
37
+ ## 熵增与修复
38
+
39
+ - 结构性熵增:系统越来越需要更多成本维持同样状态。
40
+ - 修复:不是说法改变,而是条件改变。
41
+ - 伪修复:道歉、复盘、承诺、合规材料存在,但压力继续落在同一主体身上。
42
+
43
+ ## 观测与反身
44
+
45
+ - 观测反身性:诊断被看见后会改变对象。
46
+ - 观察风险:诊断可能引发防御、报复、表演或标签化。
47
+ - 观察收益:诊断可能帮助对象看见机制,创造修复可能。
48
+
49
+ ## 开放行动与爱
50
+
51
+ - 开放行动:在结构不能完全推出的地方,主体仍选择承担真实成本,打开新的可能。
52
+ - 爱:不是命令、不是忍耐义务、不是道德证明,而是一种不可还原为利益计算的开放行动。
53
+ - 不浪费爱:把爱驱动的行动转化为记忆、制度、边界、能力或结构改变,而不是让它被无回流地抽取。