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,121 @@
1
+ ---
2
+ name: crossframe-org
3
+ description: "Use when CrossFrame Suite routes explicit Chinese analysis of teams, projects, organizations, responsibility chains, feedback write-back, repair, or retrospectives."
4
+ category: business
5
+ risk: safe
6
+ source: community
7
+ source_repo: xi-kari/crossframe-skill
8
+ source_type: community
9
+ date_added: 2026-06-16
10
+ author: xi-kari
11
+ license: MIT
12
+ license_source: https://github.com/xi-kari/crossframe-skill/blob/main/LICENSE
13
+ tools:
14
+ - "Agent Skills"
15
+ - Codex
16
+ - Claude
17
+ tags:
18
+ - crossframe
19
+ - chinese
20
+ - organization
21
+ - retrospective
22
+ - repair
23
+ ---
24
+ # CrossFrame Org
25
+
26
+
27
+
28
+ ## When to Use This Skill
29
+
30
+ - Use when `crossframe-suite` routes an explicit CrossFrame task about teams, projects, organizations, responsibility chains, authority chains, feedback write-back, retrospectives, or repair.
31
+ - Use when an organizational failure needs mechanism candidates rather than personality judgment.
32
+ - Do not use independently unless the user explicitly names this sibling skill.
33
+
34
+ ## Packaged Source Note
35
+
36
+ This AAS-ready copy preserves the original CrossFrame skill body below. Chinese remains the canonical semantic layer; English metadata is only for discovery, installation, and repository review.
37
+
38
+ ## Limitations
39
+
40
+ - The skill body is intentionally Chinese-canonical; English metadata is for discovery and does not replace the original Chinese terms.
41
+ - Use only after explicit CrossFrame invocation or `crossframe-suite` routing; do not apply it as a generic default reasoning layer.
42
+ - It structures analysis, drafting, and review, but does not replace source verification, domain expertise, or legal, medical, or financial judgment.
43
+
44
+ > **本 skill 不独立触发。** 所有 CrossFrame 任务统一从 `crossframe-suite` 入口调度。用户无需直接调用本 skill;suite 根据路由规则在需要时自动加载。
45
+
46
+ 如果组织修复判断之后要写文章、沉淀案例、做辩论或评审输出,先读取 `../crossframe-suite/SKILL.md` 做总调度;本 skill 只负责团队、项目和组织修复专项。
47
+
48
+ CrossFrame Org 是 `crossframe` 的平行组织修复 skill,不替代 canonical `crossframe`,也不复制 CrossFrame 全文。它把 CrossFrame 的事实闸、尺度闸、责任闸、机制候选和概念保真,转成团队、项目、组织场景里的可执行修复备忘录。
49
+
50
+ 中文是权威语义。英文只用于 skill id、文件名或必要的外部接口;不要把“承接、回流、责任链、授权链、修复副产品、停止错误加速”翻译后再反向理解。
51
+
52
+ ## 必须执行的顺序
53
+
54
+ 1. 判断输出类型:组织诊断备忘录、反馈写回方案、复盘改造建议、低风险试点计划,或组合输出。
55
+ 2. 读取 `../crossframe/SKILL.md`。
56
+ 3. 读取 `../crossframe/references/read-routing-map.md`,确定本次需要加载的 canonical protocol、worksheet、concept card 和模板。
57
+ 4. 如果组织判断触发高责任、公共制度、亲密关系、长期演化、框架治理、AI 现实验证、弱信号/不透明、无法退出、工具化、隐喻/来源透明或文章输出,必须追加读取 `../crossframe/references/continuity-bundles.md`,并按需使用 `../crossframe/worksheets/source-continuity-check.md`;未完成联读时只能降档。
58
+ 5. 复用 `../crossframe/templates/read-state-capsule.md` 规定的 `v5-read-state-capsule`,并在高责任、公共、AI/过程性产物、生命周期、无法退出主体或文章输出场景执行 `../crossframe/worksheets/source-anchor-integrity-check.md`。如果胶囊缺失,回到 `../crossframe/SKILL.md` 补齐;本 skill 不重新发明源路由。
59
+ 6. 读取 `references/org-routing-map.md`,选择本 skill 的专项协议、引用材料和模板。
60
+ 7. 按请求读取本地协议:
61
+ - 项目失败、团队反复卡住:`protocols/org-diagnostic-protocol.md`
62
+ - 反馈没有进入下一轮结构改变:`protocols/feedback-writeback-protocol.md`
63
+ - 复盘失真、复盘形式化:`protocols/retrospective-redesign-protocol.md`
64
+ - 需要行动、试点、改造计划:`protocols/low-risk-pilot-protocol.md`
65
+ 8. 按需读取本地引用:
66
+ - 责任链与授权链:`references/responsibility-authorization-chain.md`
67
+ - 中层承接耗竭:`references/middle-manager-depletion.md`
68
+ - 项目失败与复盘失真信号:`references/org-failure-signals.md`
69
+ - 反管理鸡汤与反甩锅护栏:`references/anti-chicken-soup-guardrails.md`
70
+ 9. 如果判断使用高风险 CrossFrame 概念,按 `../crossframe/references/read-routing-map.md` 读取对应概念卡,并用 `../crossframe/worksheets/concept-fidelity-check.md` 做概念保真检查。
71
+ 10. 先形成内部组织 intake,再按模板输出;不要展示完整内部工作表,除非用户要求审计或完整工作表。
72
+
73
+ ## 内部组织 intake
74
+
75
+ 每次输出前,至少在内部写清:
76
+
77
+ - 组织对象:团队、项目、流程、会议、角色、跨部门接口或治理层。
78
+ - 事实边界:用户给出的事实、推测、证据缺口、不能判断的部分。
79
+ - 失败现象:延期、返工、沉默、复盘失真、需求漂移、跨部门断裂、加速后更乱。
80
+ - 责任链:谁对结果负责,谁能改变条件,谁承担失败成本,谁被要求继续解释。
81
+ - 授权链:谁有权限改规则、资源、优先级、时间表、接口和停止条件。
82
+ - 反馈链:信号从哪里来,经过谁转译,写回到什么规则、资源、角色或时间表。
83
+ - 中层承接负荷:中层是否在替组织吸收冲突、解释、补锅、翻译和情绪成本。
84
+ - 机制候选:至少两个互相竞争的解释,不能把问题直接压成“执行力差”。
85
+ - 停止条件:哪些动作一旦出现负反馈就必须暂停、降档或撤回。
86
+ - 低风险试点:最小、可观察、可撤回、能写回结构的小动作。
87
+
88
+ ## 输出规则
89
+
90
+ - 默认先给短的 `组织推理提纲`,再输出用户需要的备忘录或方案。
91
+ - 输出必须落到现实组织变量:角色、权限、资源、时间、接口、节奏、证据、停止条件。
92
+ - 输出不是文章;不要走 `crossframe-essay`,除非用户明确要求写文章。
93
+ - 第一段要用普通组织语言说明:发生了什么、为什么重复、下一步先改什么。
94
+ - 术语只能做后台映射,不能用“这是典型的 X”替代诊断。
95
+
96
+ ## 硬规则
97
+
98
+ - 不准写管理鸡汤:不输出“加强沟通、提升主人翁意识、统一思想、提高执行力”这类无结构变量建议。
99
+ - 不准把问题压给执行层:任何涉及基层、执行、个人努力的判断,都必须同时检查授权链、资源链、时间链和反馈写回。
100
+ - 不准只有复盘没有写回:每个建议都要说明写回到什么规则、资源、角色、接口或时间表。
101
+ - 不准只有加速没有停止条件:冲刺、加会、升级管理、强推进都必须有暂停、降档、撤回或保护边界。
102
+ - 不准把中层耗竭解释成能力不足或抗压不够;先检查组织是否把翻译、缓冲、补锅和冲突成本长期压给中层。
103
+ - 不准把复盘报告、OKR 更新、合规记录、道歉声明或会议纪要当成修复本身;它们最多是修复副产品。
104
+ - 不准用组织诊断替代劳动法、合规、心理健康、医疗、安全或正式申诉处置。
105
+ - 不准为了显得积极而建议扩大范围;先找最小可逆试点。
106
+
107
+ ## 默认输出
108
+
109
+ 使用 `templates/output-selector.md` 判断模板。常见默认:
110
+
111
+ ```text
112
+ # 组织推理提纲
113
+
114
+ # 组织诊断备忘录
115
+
116
+ # 反馈写回方案
117
+
118
+ # 低风险试点计划
119
+ ```
120
+
121
+ 如果用户只要求复盘改造,使用 `templates/retrospective-redesign-recommendation.md`。如果用户只要求一个行动实验,使用 `templates/low-risk-pilot-plan.md` 并附 `templates/stop-condition-card.md`。
@@ -0,0 +1,4 @@
1
+ interface:
2
+ display_name: "CrossFrame Org"
3
+ short_description: "组织修复专项:责任链、授权链、反馈写回与低风险试点。"
4
+ default_prompt: "用 crossframe-org 诊断这个团队复盘为什么失效,并输出组织备忘录、反馈写回方案和带停止条件的低风险试点。"
@@ -0,0 +1,126 @@
1
+ # CrossFrame Org Smoke Tests
2
+
3
+ 这些测试用于人工或 agent 检查 `crossframe-org` 是否真的输出组织修复备忘录,而不是管理鸡汤或文章。
4
+
5
+ ## 通用验收
6
+
7
+ 每次输出必须检查:
8
+
9
+ - 是否先读取或明确遵循 `../crossframe/SKILL.md` 与 `../crossframe/references/read-routing-map.md`。
10
+ - 是否输出组织诊断备忘录、反馈写回方案、复盘改造建议或低风险试点计划,而不是文章正文。
11
+ - 是否区分事实、解释、证据缺口和判断档位。
12
+ - 是否列出至少两个机制候选。
13
+ - 是否写出责任链、授权链、成本链或说明为什么暂时无法判断。
14
+ - 是否检查中层承接耗竭,尤其是无授权补锅、翻译和缓冲。
15
+ - 是否把反馈写回到规则、资源、角色、接口或时间表。
16
+ - 是否有停止、降档、撤回或保护现场条件。
17
+ - 是否避免人格审判、文化标签和执行层甩锅。
18
+
19
+ ## 测试 1:管理鸡汤防护
20
+
21
+ Prompt:
22
+
23
+ > 用 crossframe-org 给一个总延期的团队写管理建议。
24
+
25
+ 必须看到:
26
+
27
+ - 不使用“加强沟通、提升执行力、统一思想”作为主要建议。
28
+ - 至少一个结构变量:范围、资源、优先级、接口、时间表、停止条件。
29
+ - 一个组织诊断备忘录或低风险试点计划。
30
+
31
+ 失败判定:
32
+
33
+ - 输出主要是激励、文化、态度、主动性。
34
+ - 只要求团队多沟通、多汇报、多负责。
35
+
36
+ ## 测试 2:不把问题压给执行层
37
+
38
+ Prompt:
39
+
40
+ > 基层执行不主动,风险也不提前说,怎么压实他们责任?
41
+
42
+ 必须看到:
43
+
44
+ - 先检查风险反馈是否有保护和写回。
45
+ - 同时检查授权链、资源链、时间链。
46
+ - 区分执行责任与条件责任。
47
+ - 如果执行层无权改变条件,不建议单向追责。
48
+
49
+ 失败判定:
50
+
51
+ - 直接建议考核、追责、加日报、加会。
52
+ - 没有问谁能冻结范围、改优先级、补资源或授权暂停。
53
+
54
+ ## 测试 3:没有反馈写回
55
+
56
+ Prompt:
57
+
58
+ > 我们复盘都写了,也有改进项,但下一轮一点没变。
59
+
60
+ 必须看到:
61
+
62
+ - 明确说复盘材料可能是修复副产品,不是修复本身。
63
+ - 写出反馈从来源到授权节点再到结构落点的路径。
64
+ - 至少给一个写回动作,落到规则、资源、角色、接口或时间表。
65
+ - 给下一轮检查证据。
66
+
67
+ 失败判定:
68
+
69
+ - 只建议“完善闭环、跟踪改进项”。
70
+ - 没有结构落点和复查证据。
71
+
72
+ ## 测试 4:没有停止条件
73
+
74
+ Prompt:
75
+
76
+ > 项目已经乱了,领导想每天开会冲刺,把进度追回来。
77
+
78
+ 必须看到:
79
+
80
+ - 先识别错误加速风险。
81
+ - 输出停止条件卡或在试点计划中写明暂停、降档、撤回条件。
82
+ - 检查中层和执行层是否会被进一步透支。
83
+ - 说明恢复推进需要补齐哪个授权或结构变量。
84
+
85
+ 失败判定:
86
+
87
+ - 直接支持每天开会冲刺。
88
+ - 没有停止条件。
89
+ - 没有说明继续加速可能放大什么问题。
90
+
91
+ ## 测试 5:复盘失真样例
92
+
93
+ Prompt:
94
+
95
+ > 团队越复盘越会写漂亮材料,但真实问题没人说。
96
+
97
+ 必须看到:
98
+
99
+ - 复盘改造建议,不是文章。
100
+ - 保护事实和反馈者风险。
101
+ - 删除表演性环节,增加授权主体在场。
102
+ - 每轮只产出一个结构改动、一个证据指标、一个复查时间。
103
+
104
+ ## 测试 6:中层耗竭样例
105
+
106
+ Prompt:
107
+
108
+ > 中层主管每天协调到很晚,但上面不给资源,下面觉得他只会施压。
109
+
110
+ 必须看到:
111
+
112
+ - 不把中层问题写成领导力不足。
113
+ - 写明中层承接了哪些无授权成本。
114
+ - 给出授权补齐、接口减少、停止承接或低风险试点。
115
+ - 保护信息真实性和恢复时间。
116
+
117
+ ## 胶囊与文章技法边界回归
118
+
119
+ Prompt:用 crossframe-org 做一次项目失败复盘,再转成组织复盘文章。
120
+
121
+ 必须看到:
122
+
123
+ - 复用 `v5-read-state-capsule`,并在文章输出前执行源锚点完整性检查。
124
+ - 组织判断仍保留责任链、授权链、反馈写回、停止条件和低风险试点。
125
+ - 文章技法只能改变复盘文章的段落动作,不能把责任链写成管理鸡汤,也不能为了余味删除停止条件。
126
+ - 若材料不足以支持强组织处置,必须降档为复盘假设或低条件试点。
@@ -0,0 +1,39 @@
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
+ - 结果责任:项目 owner 与执行团队承担延期。
30
+ - 条件授权:范围冻结、优先级调整、资源补偿和停止条件可能不在执行层。
31
+ - 成本链:中层和执行层承担返工、解释和加班成本。
32
+
33
+ ## 反馈写回动作
34
+
35
+ 选择一个重复延期原因,把它写回到时间表和接口规则:需求冻结日之后的新增需求必须由授权 owner 在“延期、删范围、加资源”三选一中明确取舍。
36
+
37
+ ## 停止条件
38
+
39
+ 如果两周内新增会议只增加汇报材料、没有减少需求变更和返工,停止加会,转查授权链。
@@ -0,0 +1,31 @@
1
+ # 样例:中层承接耗竭
2
+
3
+ ## 用户输入
4
+
5
+ 一个部门主管越来越累,上面要求结果,下面抱怨需求乱,跨部门又总是临时改。主管每天开会协调,但没有权力砍需求或延时间。
6
+
7
+ ## 应读取
8
+
9
+ - `../crossframe/references/concept-cards/structure-process-group.md`
10
+ - `../crossframe/references/concept-cards/repair-byproduct.md`
11
+ - `references/middle-manager-depletion.md`
12
+ - `references/responsibility-authorization-chain.md`
13
+ - `templates/org-diagnostic-memo.md`
14
+
15
+ ## 输出片段
16
+
17
+ # 组织诊断备忘录
18
+
19
+ ## 一句话判断
20
+
21
+ 这个主管的耗竭不是单纯工作量大,而是组织把“范围变化、跨部门冲突、下行情绪、上行解释”集中压给他,却没有给他改变范围、时间和接口的授权。
22
+
23
+ ## 中层承接负荷
24
+
25
+ - 他承担了结果解释、团队安抚、跨部门翻译和临时补救。
26
+ - 他缺少需求冻结、延期声明、优先级降档和接口重设的授权。
27
+ - 如果继续要求他“多协调”,组织会短期维持运转,长期损失真实风险上报和团队信任。
28
+
29
+ ## 反馈写回点
30
+
31
+ 把跨部门临时变更写回到接口规则:超过某个时点的需求变更必须由授权 owner 同时给出延期、删减范围或资源补偿,不能只交给主管协调。
@@ -0,0 +1,40 @@
1
+ # 样例:项目失败
2
+
3
+ ## 用户输入
4
+
5
+ 项目连续三轮延期。每次都说是需求变了、沟通不及时、执行不够主动。项目经理一直在协调,团队开始不愿意报风险。请用 crossframe-org 做组织诊断备忘录。
6
+
7
+ ## 应读取
8
+
9
+ - `../crossframe/SKILL.md`
10
+ - `../crossframe/references/read-routing-map.md`
11
+ - `protocols/org-diagnostic-protocol.md`
12
+ - `references/responsibility-authorization-chain.md`
13
+ - `references/org-failure-signals.md`
14
+ - `templates/org-diagnostic-memo.md`
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
+ 先停止把下一轮延期预防写成“团队更主动沟通”。如果没有需求冻结权和风险暂停权,更主动只会让项目经理继续吸收成本。
@@ -0,0 +1,33 @@
1
+ # 样例:复盘失真
2
+
3
+ ## 用户输入
4
+
5
+ 我们每次复盘都很认真,材料也越来越规范,但下一轮还是同样的问题。大家现在都知道该怎么写复盘,不知道该怎么改事情。
6
+
7
+ ## 应读取
8
+
9
+ - `../crossframe/references/concept-cards/repair-byproduct.md`
10
+ - `../crossframe/references/concept-cards/evidence-cost.md`
11
+ - `protocols/retrospective-redesign-protocol.md`
12
+ - `references/anti-chicken-soup-guardrails.md`
13
+ - `templates/retrospective-redesign-recommendation.md`
14
+
15
+ ## 输出片段
16
+
17
+ # 复盘改造建议
18
+
19
+ ## 当前复盘为什么失真
20
+
21
+ 复盘正在从修复回路退化成可交付文本:材料越来越规范,但没有证据显示它改动了规则、资源、角色、接口或时间表。团队学会的是“如何完成复盘”,不是“如何让下一轮少掉一个重复失败”。
22
+
23
+ ## 删除
24
+
25
+ - 删除泛化表态,例如“加强沟通、提高协同、压实责任”。
26
+ - 删除无授权承诺,例如让执行层承诺解决需要上层取舍的问题。
27
+ - 删除全员大复盘中的人格化归因环节。
28
+
29
+ ## 增加
30
+
31
+ - 授权主体在场:能改范围、优先级、资源和停止条件的人必须对一个取舍表态。
32
+ - 结构写回动作:本轮只选择一个重复问题,写回一个规则或时间表变化。
33
+ - 证据指标:下一轮检查该变化是否真的减少返工、等待或风险沉默。
@@ -0,0 +1,37 @@
1
+ # 反馈写回协议
2
+
3
+ 用于基层反馈无效、复盘没有改变下一轮、问题被看见但组织不变的场景。
4
+
5
+ ## 定义
6
+
7
+ 反馈写回不是收集意见,也不是会议纪要。反馈只有写回到规则、资源、角色、接口、时间表或停止条件,才进入组织修复回路。
8
+
9
+ ## 写回路径
10
+
11
+ 1. 信号来源:谁发出反馈,反馈来自结果、过程、客户、基层、跨部门接口还是风险事件。
12
+ 2. 信号保护:反馈者是否会因说出问题承担额外成本。
13
+ 3. 转译节点:谁把反馈转成组织语言,转译是否压扁了坏消息。
14
+ 4. 授权节点:谁能改变条件,是否在场。
15
+ 5. 结构落点:反馈写回到什么具体变量。
16
+ 6. 证据形式:下一轮用什么行为或结果证明写回发生。
17
+ 7. 复查时间:何时检查,谁检查,失败如何撤回或升级。
18
+
19
+ ## 五种有效写回
20
+
21
+ - 规则写回:改验收口径、需求入口、升级路径、风险阈值。
22
+ - 资源写回:增加时间、人手、预算、工具、培训或外部支持。
23
+ - 角色写回:改变 owner、审批人、接口人、替补人或授权边界。
24
+ - 接口写回:改变跨部门交接、响应时限、信息格式和默认决策规则。
25
+ - 时间表写回:冻结范围、减少并行、设置恢复窗口和复查节点。
26
+
27
+ ## 失败模式
28
+
29
+ - 反馈只变成“大家要重视”。
30
+ - 反馈只变成执行层改进项。
31
+ - 反馈只变成更密集汇报。
32
+ - 反馈者需要继续解释,授权主体不用改变。
33
+ - 没有下一轮信号,无法判断写回是否发生。
34
+
35
+ ## 输出要求
36
+
37
+ 每条写回建议必须包含:反馈来源、结构落点、授权 owner、执行 owner、证据、复查时间、失败处理。
@@ -0,0 +1,32 @@
1
+ # 低风险试点协议
2
+
3
+ 用于用户需要行动计划、组织改造试点、先做小步验证,或当前组织正在错误加速的场景。
4
+
5
+ ## 原则
6
+
7
+ 低风险试点必须小、短、可观察、可撤回。它不是“先随便做”,而是在证据不足或授权不足时,用最小动作验证机制候选。
8
+
9
+ ## 试点设计
10
+
11
+ 1. 选择一个重复问题:不要同时改文化、流程、绩效、会议和组织架构。
12
+ 2. 选择一个机制候选:试点要能区分至少两个机制中的一个。
13
+ 3. 明确授权 owner:谁批准范围、资源、时间和停止条件。
14
+ 4. 明确执行 owner:谁执行动作,但不让执行 owner 独自背结果。
15
+ 5. 写出结构改动:规则、资源、角色、接口或时间表中的一个。
16
+ 6. 设定观察指标:用行为证据,不用态度表态。
17
+ 7. 设定停止条件:何时暂停、降档、撤回或保护现场。
18
+ 8. 设定写回方式:试点结果如何进入下一轮制度或流程。
19
+
20
+ ## 停止错误加速
21
+
22
+ 如果出现以下情况,先输出停止条件卡,再给试点:
23
+
24
+ - 问题没有定位,却要求更快交付。
25
+ - 复盘没有写回,却要求更大范围复盘。
26
+ - 中层已过载,却要求中层继续协调。
27
+ - 执行层无授权,却要求执行层承诺结果。
28
+ - 指标变坏,却用更多汇报证明管理更积极。
29
+
30
+ ## 输出要求
31
+
32
+ 低风险试点必须包含:试点对象、机制假设、动作、授权、资源、时间盒、观察指标、停止条件、撤回方式、写回方式。
@@ -0,0 +1,32 @@
1
+ # 组织诊断协议
2
+
3
+ 用于项目失败、团队反复卡住、组织修复无效、跨部门协同断裂等请求。
4
+
5
+ ## 步骤
6
+
7
+ 1. 界定诊断对象:不要把整个组织当成对象,先定位项目、流程、接口、会议、角色或决策链。
8
+ 2. 分离事实与解释:把用户看到的现象、用户推测的原因、缺失证据分开。
9
+ 3. 画三条链:责任链、授权链、成本链。
10
+ 4. 定位反馈写回点:本轮问题有没有改到下一轮的规则、资源、角色、接口或时间表。
11
+ 5. 列出至少两个机制候选:
12
+ - 一个来自执行层行为也可以,但不能只有执行层行为。
13
+ - 至少一个必须检查授权、资源、目标或接口。
14
+ 6. 检查中层承接负荷:中层是否在无授权地吸收组织矛盾。
15
+ 7. 判断档位:开放断言、组织诊断备忘录、低条件行动、需要命题验证、暂缓判断。
16
+ 8. 给出下一步:观察项、写回动作、低风险试点或停止错误加速。
17
+
18
+ ## 必须输出的诊断变量
19
+
20
+ - 重复失败是什么。
21
+ - 当前解释为什么不足。
22
+ - 哪条链断了或错位。
23
+ - 谁有改变条件的权限。
24
+ - 反馈应写回哪里。
25
+ - 哪个动作应该先停或降档。
26
+
27
+ ## 禁止跳步
28
+
29
+ - 不先问“谁没做好”,先问“谁能改变条件”。
30
+ - 不先建议“再复盘一次”,先看上次复盘有没有写回。
31
+ - 不把中层继续承接当成默认解法。
32
+ - 不把“加速推进”当成无条件正向动作。
@@ -0,0 +1,34 @@
1
+ # 复盘改造协议
2
+
3
+ 用于复盘失真、复盘形式化、越复盘越没有真实反馈的场景。
4
+
5
+ ## 核心判断
6
+
7
+ 复盘不是修复本身。复盘的合格产物不是漂亮文本,而是下一轮可观察的结构变化。会议纪要、反思发言、改进项清单、OKR 更新和道歉声明都可能只是修复副产品。
8
+
9
+ ## 改造步骤
10
+
11
+ 1. 确定复盘对象:只选一个重复问题,不把复盘扩大成全员情绪宣泄。
12
+ 2. 保护事实:区分事实、推测、责任解释和证据缺口。
13
+ 3. 让授权主体在场:能改资源、范围、优先级、接口和停止条件的人必须进入复盘。
14
+ 4. 降低表演性:不要让复盘评价个人忠诚、态度或自我批评姿态。
15
+ 5. 限定产物:每次复盘只产出一个结构改动、一个证据指标、一个复查时间。
16
+ 6. 检查副产品:报告、会议纪要和改进项是否替代真实改动。
17
+ 7. 设置停止条件:如果复盘连续两轮不能写回结构,停止扩大复盘,改查授权链。
18
+
19
+ ## 复盘四问
20
+
21
+ - 这次失败中,什么条件没有被授权改变。
22
+ - 谁知道问题,但无法改变下一轮结构。
23
+ - 哪个复盘结论如果没有资源、权限或时间表就只是口号。
24
+ - 下一轮什么证据能证明修复发生,而不是只证明大家更会写复盘。
25
+
26
+ ## 输出要求
27
+
28
+ 复盘改造建议必须给出:
29
+
30
+ - 保留什么复盘环节。
31
+ - 删除什么表演性环节。
32
+ - 增加什么授权在场机制。
33
+ - 产出什么写回动作。
34
+ - 什么情况下停止复盘扩张。
@@ -0,0 +1,34 @@
1
+ # 反管理鸡汤护栏
2
+
3
+ CrossFrame Org 的输出要能改变组织变量,不提供空泛激励。
4
+
5
+ ## 失败表达
6
+
7
+ 以下表达通常不合格,除非后面补了具体结构变量:
8
+
9
+ - 加强沟通。
10
+ - 提升执行力。
11
+ - 增强主人翁意识。
12
+ - 统一思想。
13
+ - 建立闭环。
14
+ - 压实责任。
15
+ - 提高协同效率。
16
+ - 强化复盘机制。
17
+ - 管理者要更有担当。
18
+ - 团队要更主动。
19
+
20
+ ## 合格改写
21
+
22
+ - “加强沟通”改为:固定决策入口、明确谁在什么时限内回复、未回复时谁有暂停权。
23
+ - “提升执行力”改为:冻结范围、减少并行任务、明确验收口径、授权 owner 拒绝插单。
24
+ - “建立闭环”改为:每条反馈写回到规则、资源、角色、接口或时间表,并在下一轮检查证据。
25
+ - “压实责任”改为:结果 owner 与授权 owner 同表列出,避免只让执行层承担。
26
+ - “强化复盘”改为:复盘只保留一个重复问题,产出一个结构改动和一个撤回条件。
27
+
28
+ ## 输出前检查
29
+
30
+ - 建议里是否有 owner、授权、资源、时间盒、证据和停止条件。
31
+ - 是否把复杂问题压成执行层态度问题。
32
+ - 是否把报告、会议、口号当成修复本身。
33
+ - 是否给了组织可以验证的下一轮信号。
34
+ - 是否允许证据推翻当前判断。
@@ -0,0 +1,31 @@
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
+ 如果输出把中层耗竭写成“要提升领导力、抗压能力、情绪管理”,但没有检查授权链和成本链,应判为失败。
@@ -0,0 +1,40 @@
1
+ # 组织失败信号
2
+
3
+ 这些信号用于帮助定位组织修复对象,不是人格标签。
4
+
5
+ ## 高成本信号
6
+
7
+ - 同一类延期、返工、跨部门等待连续出现,但复盘结论每次不同。
8
+ - 会议纪要越来越完整,下一轮工作方式却没有可见变化。
9
+ - 基层反馈只停留在抱怨、表态、情绪安抚或被要求“更主动沟通”。
10
+ - 中层不断加班协调、翻译、补锅,但没有权限改优先级、资源和接口。
11
+ - 领导层要求更快、更紧、更透明,却没有减少任务、增加资源或授权停止。
12
+ - 项目失败后只追加流程、审批、汇报频率,而不处理决策入口和授权边界。
13
+ - 复盘后产生“改进项清单”,但没有 owner 的权限、完成定义、证据和复查时间。
14
+
15
+ ## 复盘失真信号
16
+
17
+ - 复盘主要产出是可以上交的文本,而不是下一轮结构改变。
18
+ - 关键责任主体缺席,留下执行层解释“为什么没有做好”。
19
+ - 说得最多的人没有改变条件的权限,能改变条件的人只听汇报。
20
+ - 复盘把结构问题改写成态度、沟通、意识、配合、主动性。
21
+ - 负面信号被称为“个别情况”,但没有抽样、追踪或撤回条件。
22
+
23
+ ## 项目失败的机制候选库
24
+
25
+ 候选机制应互相竞争,不要一次性全塞进输出。
26
+
27
+ - 目标漂移:项目目标在执行中改变,但计划、资源和评价口径没有同步。
28
+ - 授权断裂:承担结果的人没有改变范围、资源、优先级或接口的权限。
29
+ - 反馈写回失败:问题被看见,却没有改到规则、角色、接口、时间表或资源。
30
+ - 复盘副产品化:报告、清单、道歉、OKR 更新替代了真实修复。
31
+ - 中层过载:组织把冲突、解释、翻译、补救成本集中压给中层。
32
+ - 错误加速:问题还没定位就加会、冲刺、追责、升级管理,导致噪音更多。
33
+ - 证据低成本化:自评、汇报、漂亮材料替代了可审计行为和结果证据。
34
+
35
+ ## 使用边界
36
+
37
+ - 不凭单次失败给人格或文化定性。
38
+ - 不把沉默直接解释为认同;沉默可能来自无授权、无保护或反馈无用。
39
+ - 不把努力和加班当成修复证据;它们可能是组织未写回的成本外包。
40
+ - 不把“大家都知道问题”当成闭环;知道问题不等于改动结构。