opencode-skills-collection 3.0.48 → 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.
- package/bundled-skills/.antigravity-install-manifest.json +15 -1
- package/bundled-skills/ab-test-setup/SKILL.md +6 -6
- package/bundled-skills/apify-actorization/SKILL.md +2 -2
- package/bundled-skills/brave-man/SKILL.md +191 -0
- package/bundled-skills/crossframe/SKILL.md +212 -0
- package/bundled-skills/crossframe/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe/evals/crossframe-smoke-tests.md +277 -0
- package/bundled-skills/crossframe/examples/ai-compliance-case.md +21 -0
- package/bundled-skills/crossframe/examples/bad-output-vs-good-output.md +54 -0
- package/bundled-skills/crossframe/examples/concept-nihilism-case.md +39 -0
- package/bundled-skills/crossframe/examples/exit-transfer-case.md +21 -0
- package/bundled-skills/crossframe/examples/expression-translation-case.md +15 -0
- package/bundled-skills/crossframe/examples/field-dissociation-case.md +16 -0
- package/bundled-skills/crossframe/examples/framework-boundary-case.md +27 -0
- package/bundled-skills/crossframe/examples/governance-continuity-case.md +17 -0
- package/bundled-skills/crossframe/examples/healing-transfer-route-case.md +19 -0
- package/bundled-skills/crossframe/examples/high-reflexivity-case.md +19 -0
- package/bundled-skills/crossframe/examples/intimate-relationship-light-case.md +18 -0
- package/bundled-skills/crossframe/examples/large-scale-stress-case.md +17 -0
- package/bundled-skills/crossframe/examples/life-first-cause-case.md +34 -0
- package/bundled-skills/crossframe/examples/lifecycle-stage-case.md +16 -0
- package/bundled-skills/crossframe/examples/love-open-action-case.md +21 -0
- package/bundled-skills/crossframe/examples/low-condition-action-case.md +21 -0
- package/bundled-skills/crossframe/examples/organization-case.md +42 -0
- package/bundled-skills/crossframe/examples/progression-case.md +16 -0
- package/bundled-skills/crossframe/examples/public-institution-case.md +19 -0
- package/bundled-skills/crossframe/examples/public-system-case.md +39 -0
- package/bundled-skills/crossframe/examples/relationship-case.md +42 -0
- package/bundled-skills/crossframe/examples/scale-transfer-misuse-case.md +21 -0
- package/bundled-skills/crossframe/examples/strong-judgment-case.md +19 -0
- package/bundled-skills/crossframe/examples/theory-backend-case.md +18 -0
- package/bundled-skills/crossframe/protocols/anti-capture-protocol.md +40 -0
- package/bundled-skills/crossframe/protocols/concept-explanation-protocol.md +80 -0
- package/bundled-skills/crossframe/protocols/diagnosis-protocol.md +94 -0
- package/bundled-skills/crossframe/protocols/expression-translation-protocol.md +28 -0
- package/bundled-skills/crossframe/protocols/field-dissociation-protocol.md +28 -0
- package/bundled-skills/crossframe/protocols/framework-boundary-protocol.md +38 -0
- package/bundled-skills/crossframe/protocols/governance-continuity-protocol.md +32 -0
- package/bundled-skills/crossframe/protocols/healing-transfer-protocol.md +69 -0
- package/bundled-skills/crossframe/protocols/high-reflexivity-protocol.md +55 -0
- package/bundled-skills/crossframe/protocols/inference-protocol.md +49 -0
- package/bundled-skills/crossframe/protocols/intimate-relationship-protocol.md +50 -0
- package/bundled-skills/crossframe/protocols/large-scale-stress-test-protocol.md +26 -0
- package/bundled-skills/crossframe/protocols/lifecycle-diagnosis-protocol.md +50 -0
- package/bundled-skills/crossframe/protocols/low-condition-action-protocol.md +33 -0
- package/bundled-skills/crossframe/protocols/open-assertion-protocol.md +55 -0
- package/bundled-skills/crossframe/protocols/progression-protocol.md +30 -0
- package/bundled-skills/crossframe/protocols/proposition-verification-protocol.md +64 -0
- package/bundled-skills/crossframe/protocols/public-institution-protocol.md +66 -0
- package/bundled-skills/crossframe/references/concept-cards/README.md +50 -0
- package/bundled-skills/crossframe/references/concept-cards/accessibility-toolization-split.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/anchor-group.md +40 -0
- package/bundled-skills/crossframe/references/concept-cards/chengjie-huiliu.md +52 -0
- package/bundled-skills/crossframe/references/concept-cards/dynamics-group.md +42 -0
- package/bundled-skills/crossframe/references/concept-cards/evidence-cost.md +45 -0
- package/bundled-skills/crossframe/references/concept-cards/exit-transfer.md +41 -0
- package/bundled-skills/crossframe/references/concept-cards/framework-governance-falsification.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/judgment-grades.md +46 -0
- package/bundled-skills/crossframe/references/concept-cards/love-generative-action.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/love-open-action.md +51 -0
- package/bundled-skills/crossframe/references/concept-cards/low-condition-action.md +50 -0
- package/bundled-skills/crossframe/references/concept-cards/malicious-compliance-ai-validation.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/mechanism-candidates.md +38 -0
- package/bundled-skills/crossframe/references/concept-cards/metaphor-source-transparency.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/no-institution-middle-path.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/observation-entropy-contraction.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/open-assertion.md +69 -0
- package/bundled-skills/crossframe/references/concept-cards/power-closure.md +51 -0
- package/bundled-skills/crossframe/references/concept-cards/procedural-judgment-responsibility.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/reflexivity.md +50 -0
- package/bundled-skills/crossframe/references/concept-cards/repair-byproduct.md +38 -0
- package/bundled-skills/crossframe/references/concept-cards/responsibility-chain.md +58 -0
- package/bundled-skills/crossframe/references/concept-cards/scale-transfer.md +50 -0
- package/bundled-skills/crossframe/references/concept-cards/structure-process-group.md +44 -0
- package/bundled-skills/crossframe/references/concept-cards/trapped-subject-trauma-baseline.md +29 -0
- package/bundled-skills/crossframe/references/concept-cards/visibility-opacity-weak-signals.md +29 -0
- package/bundled-skills/crossframe/references/concepts-minimal-set.md +53 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-action-healing-transfer-pack.md +66 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-ai-process-artifact-boundary-pack.md +71 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-anchor-dynamics-structure-process-pack.md +62 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-concept-weaponization-dogma-pack.md +69 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-core-concept-integrity-pack.md +62 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-cross-scale-context-translation-pack.md +70 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-diagnosis-admission-downgrade-exit-pack.md +65 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-domain-translation-normative-source-pack.md +70 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-evidence-downgrade-action-ceiling-pack.md +62 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-framework-self-diagnosis-falsification-pack.md +72 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-governance-continuity-multicenter-pack.md +67 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-long-evolution-progression-field-pack.md +70 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-love-trapped-trauma-pack.md +67 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-low-power-protection-pack.md +64 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-media-platform-crisis-pack.md +70 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-observation-reflexivity-release-pack.md +64 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-open-assertion-proposition-pack.md +64 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-public-power-institution-pack.md +66 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-responsibility-intervention-separation-pack.md +64 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-root-assumptions-meta-rules-pack.md +70 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-seven-gates-diagnosis-pack.md +64 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-source-evidence-separation-pack.md +62 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-state-coordinate-lifecycle-pack.md +64 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-strong-judgment-eight-pack.md +69 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-toolization-accessibility-release-pack.md +75 -0
- package/bundled-skills/crossframe/references/continuity-bundles/v5/v5-use-boundary-governance-pack.md +69 -0
- package/bundled-skills/crossframe/references/continuity-bundles.md +64 -0
- package/bundled-skills/crossframe/references/continuity-closure-map.md +40 -0
- package/bundled-skills/crossframe/references/crossframe-v2-core.md +77 -0
- package/bundled-skills/crossframe/references/diagnostic-dimensions.md +33 -0
- package/bundled-skills/crossframe/references/diagnostic-toolbox-index.md +36 -0
- package/bundled-skills/crossframe/references/expression-translation-table.md +34 -0
- package/bundled-skills/crossframe/references/field-management-and-dissociation.md +43 -0
- package/bundled-skills/crossframe/references/framework-ontology-protection.md +60 -0
- package/bundled-skills/crossframe/references/guardrails.md +47 -0
- package/bundled-skills/crossframe/references/integrity-check.md +212 -0
- package/bundled-skills/crossframe/references/love-as-open-action.md +42 -0
- package/bundled-skills/crossframe/references/power-closure-and-exit.md +39 -0
- package/bundled-skills/crossframe/references/read-routing-map.md +113 -0
- package/bundled-skills/crossframe/references/reflexivity-and-observation.md +33 -0
- package/bundled-skills/crossframe/references/runtime-read-policy.md +59 -0
- package/bundled-skills/crossframe/references/scale-transfer-gate.md +36 -0
- package/bundled-skills/crossframe/references/source-ledger-workflow.md +72 -0
- package/bundled-skills/crossframe/references/theory-backend-index.md +102 -0
- package/bundled-skills/crossframe/references/v2-coverage-map.md +64 -0
- package/bundled-skills/crossframe/references/v2-section-digest-index.md +272 -0
- package/bundled-skills/crossframe/references/v2-source-spine.md +285 -0
- package/bundled-skills/crossframe/references/v2-term-fidelity.md +72 -0
- package/bundled-skills/crossframe/references/v3-change-rationale-from-patch.md +49 -0
- package/bundled-skills/crossframe/references/v3-coverage-map.md +48 -0
- package/bundled-skills/crossframe/references/v3-section-digest-index.md +337 -0
- package/bundled-skills/crossframe/references/v3-source-spine.md +368 -0
- package/bundled-skills/crossframe/references/v3-term-fidelity.md +34 -0
- package/bundled-skills/crossframe/references/v5-coverage-map.md +51 -0
- package/bundled-skills/crossframe/references/v5-material-selection-map.md +45 -0
- package/bundled-skills/crossframe/references/v5-section-digest-index.md +3479 -0
- package/bundled-skills/crossframe/references/v5-source-spine.md +462 -0
- package/bundled-skills/crossframe/references/v5-term-fidelity.md +109 -0
- package/bundled-skills/crossframe/templates/concept-explanation-output.md +62 -0
- package/bundled-skills/crossframe/templates/expression-translation-output.md +49 -0
- package/bundled-skills/crossframe/templates/field-dissociation-output.md +33 -0
- package/bundled-skills/crossframe/templates/framework-boundary-output.md +35 -0
- package/bundled-skills/crossframe/templates/full-diagnosis-output.md +100 -0
- package/bundled-skills/crossframe/templates/governance-continuity-output.md +34 -0
- package/bundled-skills/crossframe/templates/healing-transfer-output.md +38 -0
- package/bundled-skills/crossframe/templates/high-reflexivity-output.md +39 -0
- package/bundled-skills/crossframe/templates/inference-output.md +58 -0
- package/bundled-skills/crossframe/templates/intimate-relationship-output.md +35 -0
- package/bundled-skills/crossframe/templates/large-scale-stress-output.md +32 -0
- package/bundled-skills/crossframe/templates/lifecycle-output.md +37 -0
- package/bundled-skills/crossframe/templates/open-assertion-output.md +42 -0
- package/bundled-skills/crossframe/templates/progression-output.md +28 -0
- package/bundled-skills/crossframe/templates/public-institution-output.md +42 -0
- package/bundled-skills/crossframe/templates/quick-diagnosis-output.md +42 -0
- package/bundled-skills/crossframe/templates/read-state-capsule.md +88 -0
- package/bundled-skills/crossframe/templates/reasoning-outline-output.md +53 -0
- package/bundled-skills/crossframe/templates/strong-judgment-output.md +52 -0
- package/bundled-skills/crossframe/templates/user-facing-language.md +83 -0
- package/bundled-skills/crossframe/worksheets/concept-fidelity-check.md +32 -0
- package/bundled-skills/crossframe/worksheets/evidence-ledger.md +26 -0
- package/bundled-skills/crossframe/worksheets/field-dissociation-check.md +22 -0
- package/bundled-skills/crossframe/worksheets/five-gates-worksheet.md +49 -0
- package/bundled-skills/crossframe/worksheets/framework-boundary-check.md +23 -0
- package/bundled-skills/crossframe/worksheets/governance-continuity-check.md +24 -0
- package/bundled-skills/crossframe/worksheets/healing-transfer-map.md +20 -0
- package/bundled-skills/crossframe/worksheets/high-responsibility-check.md +41 -0
- package/bundled-skills/crossframe/worksheets/intake-worksheet.md +52 -0
- package/bundled-skills/crossframe/worksheets/intimate-relationship-light-check.md +18 -0
- package/bundled-skills/crossframe/worksheets/large-scale-stress-test.md +25 -0
- package/bundled-skills/crossframe/worksheets/lifecycle-stage-record.md +26 -0
- package/bundled-skills/crossframe/worksheets/mechanism-candidates.md +28 -0
- package/bundled-skills/crossframe/worksheets/open-assertion-record.md +32 -0
- package/bundled-skills/crossframe/worksheets/proposition-verification.md +34 -0
- package/bundled-skills/crossframe/worksheets/prospective-registration.md +18 -0
- package/bundled-skills/crossframe/worksheets/public-institution-check.md +17 -0
- package/bundled-skills/crossframe/worksheets/reflexivity-state-transfer.md +23 -0
- package/bundled-skills/crossframe/worksheets/seven-gates-worksheet.md +43 -0
- package/bundled-skills/crossframe/worksheets/source-anchor-integrity-check.md +92 -0
- package/bundled-skills/crossframe/worksheets/source-continuity-check.md +76 -0
- package/bundled-skills/crossframe/worksheets/sub-anchor-progression.md +19 -0
- package/bundled-skills/crossframe-casebook/SKILL.md +112 -0
- package/bundled-skills/crossframe-casebook/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-casebook/evals/crossframe-casebook-smoke-tests.md +112 -0
- package/bundled-skills/crossframe-casebook/examples/failure-samples.md +65 -0
- package/bundled-skills/crossframe-casebook/examples/organization-case.md +68 -0
- package/bundled-skills/crossframe-casebook/examples/public-dispute-case.md +68 -0
- package/bundled-skills/crossframe-casebook/examples/relationship-case.md +68 -0
- package/bundled-skills/crossframe-casebook/protocols/casebook-build-protocol.md +41 -0
- package/bundled-skills/crossframe-casebook/protocols/material-boundary-protocol.md +57 -0
- package/bundled-skills/crossframe-casebook/protocols/mechanism-extraction-protocol.md +45 -0
- package/bundled-skills/crossframe-casebook/references/casebook-field-guide.md +64 -0
- package/bundled-skills/crossframe-casebook/references/privacy-and-redaction-rules.md +43 -0
- package/bundled-skills/crossframe-casebook/references/reuse-taxonomy.md +30 -0
- package/bundled-skills/crossframe-casebook/templates/casebook-entry-template.md +74 -0
- package/bundled-skills/crossframe-casebook/templates/casebook-index-template.md +34 -0
- package/bundled-skills/crossframe-casebook/templates/redacted-source-ledger-template.md +31 -0
- package/bundled-skills/crossframe-critical/SKILL.md +96 -0
- package/bundled-skills/crossframe-critical/agents/openai.yaml +6 -0
- package/bundled-skills/crossframe-critical/evals/crossframe-critical-smoke-tests.md +97 -0
- package/bundled-skills/crossframe-critical/protocols/critical-article-protocol.md +61 -0
- package/bundled-skills/crossframe-critical/references/critical-matrix.md +63 -0
- package/bundled-skills/crossframe-critical/references/example-and-evidence-rules.md +56 -0
- package/bundled-skills/crossframe-critical/templates/critical-output-template.md +55 -0
- package/bundled-skills/crossframe-debate/SKILL.md +127 -0
- package/bundled-skills/crossframe-debate/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-debate/evals/crossframe-debate-smoke-tests.md +124 -0
- package/bundled-skills/crossframe-debate/examples/failure-samples.md +49 -0
- package/bundled-skills/crossframe-debate/examples/philosophical-proposition-case.md +19 -0
- package/bundled-skills/crossframe-debate/examples/public-proposition-case.md +19 -0
- package/bundled-skills/crossframe-debate/examples/relationship-proposition-case.md +19 -0
- package/bundled-skills/crossframe-debate/protocols/debate-protocol.md +88 -0
- package/bundled-skills/crossframe-debate/references/debate-failure-patterns.md +80 -0
- package/bundled-skills/crossframe-debate/references/debate-quality-gates.md +49 -0
- package/bundled-skills/crossframe-debate/templates/debate-analysis-output.md +69 -0
- package/bundled-skills/crossframe-dialogue/SKILL.md +112 -0
- package/bundled-skills/crossframe-dialogue/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-dialogue/evals/crossframe-dialogue-smoke-tests.md +127 -0
- package/bundled-skills/crossframe-dialogue/examples/boundary-high-responsibility.md +20 -0
- package/bundled-skills/crossframe-dialogue/examples/failure-modes.md +36 -0
- package/bundled-skills/crossframe-dialogue/examples/normal-reader-question.md +20 -0
- package/bundled-skills/crossframe-dialogue/protocols/consultation-boundary-protocol.md +36 -0
- package/bundled-skills/crossframe-dialogue/protocols/dialogue-protocol.md +51 -0
- package/bundled-skills/crossframe-dialogue/references/dialogue-quality-gates.md +39 -0
- package/bundled-skills/crossframe-dialogue/references/failure-patterns.md +57 -0
- package/bundled-skills/crossframe-dialogue/references/voice-bridge.md +33 -0
- package/bundled-skills/crossframe-dialogue/templates/consultation-response-template.md +23 -0
- package/bundled-skills/crossframe-dialogue/templates/default-short-answer.md +26 -0
- package/bundled-skills/crossframe-dialogue/templates/reader-reply-template.md +24 -0
- package/bundled-skills/crossframe-essay/SKILL.md +158 -0
- package/bundled-skills/crossframe-essay/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-essay/evals/crossframe-essay-smoke-tests.md +205 -0
- package/bundled-skills/crossframe-essay/examples/life-first-cause-essay-case.md +34 -0
- package/bundled-skills/crossframe-essay/examples/organization-essay-case.md +30 -0
- package/bundled-skills/crossframe-essay/examples/public-issue-essay-case.md +31 -0
- package/bundled-skills/crossframe-essay/examples/relationship-essay-case.md +30 -0
- package/bundled-skills/crossframe-essay/protocols/concept-elevation-protocol.md +57 -0
- package/bundled-skills/crossframe-essay/protocols/editorial-comrade-voice-protocol.md +71 -0
- package/bundled-skills/crossframe-essay/protocols/essay-protocol.md +201 -0
- package/bundled-skills/crossframe-essay/protocols/interactive-drafting-protocol.md +71 -0
- package/bundled-skills/crossframe-essay/references/article-technique-routing-map.md +84 -0
- package/bundled-skills/crossframe-essay/references/concept-reference-map.md +38 -0
- package/bundled-skills/crossframe-essay/references/critical-insight-principles.md +43 -0
- package/bundled-skills/crossframe-essay/references/editorial-voice-principles.md +58 -0
- package/bundled-skills/crossframe-essay/references/evidence-and-search-rules.md +63 -0
- package/bundled-skills/crossframe-essay/references/reference-and-allusion-rules.md +34 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/analogical-reasoning.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/ancient-modern-global.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/clouds-moon.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/coincidence-structure.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/direct-emotion.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/double-bridge.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/event-association.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/feint-attack.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/final-reveal.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/fine-carving.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/finishing-touch.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/fixed-point-changing-scenes.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/form-by-object.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/guest-host-contrast.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/hide-before-reveal.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/index.md +69 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/language-momentum.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/layered-argument.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/less-is-more.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/life-from-dead.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/meaning-beyond-words.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/motion-for-stillness.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/moving-viewpoint.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/multi-edge-extension.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/narration-commentary.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/object-reason.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/one-stone-many-birds.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/one-word-spine.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/personified-object.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/point-spirit.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/point-surface.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/positive-negative-contrast.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/praise-blame-interlace.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/raise-high-drop-heavy.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/release-to-capture.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/remove-foundation.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/retreat-to-advance.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/same-different.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/scene-emotion.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/small-water-waves.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/sparse-outline.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/split-wood-reasoning.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/stars-moon.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/stream-consciousness.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/surprise-victory.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/suspense.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/symbolic-meaning.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/thread-beads.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/vertical-narration.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/virtual-to-real.md +19 -0
- package/bundled-skills/crossframe-essay/references/writing-techniques/winding-path.md +19 -0
- package/bundled-skills/crossframe-essay/templates/article-type-selection-dialog.md +42 -0
- package/bundled-skills/crossframe-essay/templates/essay-output-template.md +67 -0
- package/bundled-skills/crossframe-essay/templates/insight-dossier-template.md +185 -0
- package/bundled-skills/crossframe-essay/templates/interactive-session-template.md +44 -0
- package/bundled-skills/crossframe-notebook/SKILL.md +121 -0
- package/bundled-skills/crossframe-notebook/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-notebook/evals/crossframe-notebook-smoke-tests.md +77 -0
- package/bundled-skills/crossframe-notebook/examples/article-excerpt-note.md +54 -0
- package/bundled-skills/crossframe-notebook/examples/book-theory-note.md +55 -0
- package/bundled-skills/crossframe-notebook/examples/failure-samples.md +33 -0
- package/bundled-skills/crossframe-notebook/examples/public-theory-note.md +54 -0
- package/bundled-skills/crossframe-notebook/protocols/bidirectional-reading-protocol.md +52 -0
- package/bundled-skills/crossframe-notebook/protocols/notebook-reading-protocol.md +74 -0
- package/bundled-skills/crossframe-notebook/protocols/source-integrity-protocol.md +42 -0
- package/bundled-skills/crossframe-notebook/references/absorption-taxonomy.md +67 -0
- package/bundled-skills/crossframe-notebook/references/notebook-quality-gates.md +35 -0
- package/bundled-skills/crossframe-notebook/references/source-boundary-rules.md +35 -0
- package/bundled-skills/crossframe-notebook/templates/research-notebook.md +81 -0
- package/bundled-skills/crossframe-notebook/templates/source-ledger.md +22 -0
- package/bundled-skills/crossframe-org/SKILL.md +121 -0
- package/bundled-skills/crossframe-org/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-org/evals/crossframe-org-smoke-tests.md +126 -0
- package/bundled-skills/crossframe-org/examples/bad-output-vs-good-output.md +39 -0
- package/bundled-skills/crossframe-org/examples/middle-manager-depletion-case.md +31 -0
- package/bundled-skills/crossframe-org/examples/project-failure-case.md +40 -0
- package/bundled-skills/crossframe-org/examples/retrospective-distortion-case.md +33 -0
- package/bundled-skills/crossframe-org/protocols/feedback-writeback-protocol.md +37 -0
- package/bundled-skills/crossframe-org/protocols/low-risk-pilot-protocol.md +32 -0
- package/bundled-skills/crossframe-org/protocols/org-diagnostic-protocol.md +32 -0
- package/bundled-skills/crossframe-org/protocols/retrospective-redesign-protocol.md +34 -0
- package/bundled-skills/crossframe-org/references/anti-chicken-soup-guardrails.md +34 -0
- package/bundled-skills/crossframe-org/references/middle-manager-depletion.md +31 -0
- package/bundled-skills/crossframe-org/references/org-failure-signals.md +40 -0
- package/bundled-skills/crossframe-org/references/org-routing-map.md +32 -0
- package/bundled-skills/crossframe-org/references/responsibility-authorization-chain.md +41 -0
- package/bundled-skills/crossframe-org/templates/feedback-writeback-plan.md +40 -0
- package/bundled-skills/crossframe-org/templates/low-risk-pilot-plan.md +40 -0
- package/bundled-skills/crossframe-org/templates/org-diagnostic-memo.md +56 -0
- package/bundled-skills/crossframe-org/templates/output-selector.md +35 -0
- package/bundled-skills/crossframe-org/templates/retrospective-redesign-recommendation.md +36 -0
- package/bundled-skills/crossframe-org/templates/stop-condition-card.md +30 -0
- package/bundled-skills/crossframe-public/SKILL.md +135 -0
- package/bundled-skills/crossframe-public/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-public/evals/crossframe-public-smoke-tests.md +55 -0
- package/bundled-skills/crossframe-public/examples/failure-samples.md +26 -0
- package/bundled-skills/crossframe-public/examples/institutional-compliance-case.md +20 -0
- package/bundled-skills/crossframe-public/examples/platform-appeal-case.md +19 -0
- package/bundled-skills/crossframe-public/examples/public-policy-case.md +14 -0
- package/bundled-skills/crossframe-public/protocols/institutional-compliance-protocol.md +23 -0
- package/bundled-skills/crossframe-public/protocols/platform-appeal-protocol.md +25 -0
- package/bundled-skills/crossframe-public/protocols/public-issue-protocol.md +29 -0
- package/bundled-skills/crossframe-public/protocols/public-policy-protocol.md +24 -0
- package/bundled-skills/crossframe-public/references/ai-compliance-performance.md +22 -0
- package/bundled-skills/crossframe-public/references/public-evidence-ladder.md +13 -0
- package/bundled-skills/crossframe-public/references/risk-language-boundaries.md +19 -0
- package/bundled-skills/crossframe-public/references/source-and-evidence-rules.md +30 -0
- package/bundled-skills/crossframe-public/templates/action-boundary.md +32 -0
- package/bundled-skills/crossframe-public/templates/evidence-boundary-summary.md +27 -0
- package/bundled-skills/crossframe-public/templates/public-comment-draft.md +25 -0
- package/bundled-skills/crossframe-public/templates/public-institution-diagnosis.md +42 -0
- package/bundled-skills/crossframe-review/SKILL.md +147 -0
- package/bundled-skills/crossframe-review/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-review/evals/crossframe-review-smoke-tests.md +178 -0
- package/bundled-skills/crossframe-review/examples/boundary-review-case.md +32 -0
- package/bundled-skills/crossframe-review/examples/failure-review-case.md +35 -0
- package/bundled-skills/crossframe-review/examples/normal-review-case.md +40 -0
- package/bundled-skills/crossframe-review/protocols/article-review-protocol.md +77 -0
- package/bundled-skills/crossframe-review/protocols/review-protocol.md +129 -0
- package/bundled-skills/crossframe-review/references/case-law.md +42 -0
- package/bundled-skills/crossframe-review/references/evidence-boundary-checklist.md +95 -0
- package/bundled-skills/crossframe-review/references/failure-taxonomy.md +247 -0
- package/bundled-skills/crossframe-review/references/review-rubric.md +70 -0
- package/bundled-skills/crossframe-review/templates/review-report.md +86 -0
- package/bundled-skills/crossframe-suite/SKILL.md +206 -0
- package/bundled-skills/crossframe-suite/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-suite/evals/crossframe-suite-smoke-tests.md +169 -0
- package/bundled-skills/crossframe-suite/examples/bad-overtrigger-case.md +24 -0
- package/bundled-skills/crossframe-suite/examples/essay-workflow-case.md +20 -0
- package/bundled-skills/crossframe-suite/examples/public-comment-workflow-case.md +18 -0
- package/bundled-skills/crossframe-suite/examples/reader-reply-workflow-case.md +19 -0
- package/bundled-skills/crossframe-suite/protocols/suite-dispatch-protocol.md +167 -0
- package/bundled-skills/crossframe-suite/references/output-mode-selector.md +81 -0
- package/bundled-skills/crossframe-suite/references/workflow-routing-map.md +150 -0
- package/bundled-skills/crossframe-suite/templates/mode-selection-dialog.md +43 -0
- package/bundled-skills/crossframe-suite/templates/suite-reasoning-outline.md +72 -0
- package/bundled-skills/crossframe-teach/SKILL.md +110 -0
- package/bundled-skills/crossframe-teach/agents/openai.yaml +4 -0
- package/bundled-skills/crossframe-teach/evals/smoke-tests.md +69 -0
- package/bundled-skills/crossframe-teach/examples/chengjie-huiliu.md +33 -0
- package/bundled-skills/crossframe-teach/examples/failure-patterns.md +47 -0
- package/bundled-skills/crossframe-teach/examples/love-open-action.md +33 -0
- package/bundled-skills/crossframe-teach/examples/open-assertion.md +34 -0
- package/bundled-skills/crossframe-teach/protocols/teach-protocol.md +44 -0
- package/bundled-skills/crossframe-teach/references/teaching-fidelity.md +44 -0
- package/bundled-skills/crossframe-teach/templates/concept-lesson.md +38 -0
- package/bundled-skills/crossframe-teach/templates/micro-exercises.md +39 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/youtube-seo-optimizer/SKILL.md +921 -0
- package/package.json +1 -1
- package/skills_index.json +308 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# 工具化、可及性与发布包
|
|
2
|
+
|
|
3
|
+
- ID:`v5-toolization-accessibility-release-pack`
|
|
4
|
+
- 关键词:工具化、可及性、使用门槛、商业化、认证、分裂、公开使用、发布
|
|
5
|
+
|
|
6
|
+
## 源锚点
|
|
7
|
+
|
|
8
|
+
- `V5-H032` 基线与响应分离(段落 561-562)
|
|
9
|
+
- `V5-H060` 2.10 模块化入口与成本标签(段落 755-757)
|
|
10
|
+
- `V5-H314` 16.2 框架自诊五问(段落 2087-2092)
|
|
11
|
+
- `V5-H317` 十七、共识程序具体化规则(段落 2097-2098)
|
|
12
|
+
- `V5-H319` 17.2 名义程序与有效程序(段落 2107-2108)
|
|
13
|
+
- `V5-H320` 十八、根假设证伪与暂停使用协议(段落 2109-2110)
|
|
14
|
+
- `V5-H321` 18.1 根假设状态位(段落 2111-2112)
|
|
15
|
+
- `V5-H322` 18.2 暂停使用触发条件(段落 2113-2118)
|
|
16
|
+
- `V5-H324` 18.3 根假设反例登记表(段落 2122-2123)
|
|
17
|
+
- `V5-H325` 十九、案例库与幸存者偏差登记(段落 2124-2125)
|
|
18
|
+
- `V5-H328` 二十、跨尺度迁移的前概念闸(段落 2135-2136)
|
|
19
|
+
- `V5-H330` 20.2 未通过时的处理(段落 2145-2146)
|
|
20
|
+
|
|
21
|
+
## 必须连读原因
|
|
22
|
+
|
|
23
|
+
控制框架被课程、咨询、AI 工具或组织软件使用时产生的新解释权不平等。
|
|
24
|
+
|
|
25
|
+
## 触发场景
|
|
26
|
+
|
|
27
|
+
技能封装、工具化、公开发布、商业化、培训认证、自动化审查或大规模部署。
|
|
28
|
+
|
|
29
|
+
## 必须同读材料
|
|
30
|
+
|
|
31
|
+
使用门槛债、可及性审计、工具化红线、分裂协议、公开使用边界。
|
|
32
|
+
|
|
33
|
+
## 必须同读包(硬约束)
|
|
34
|
+
|
|
35
|
+
- `v5-use-boundary-governance-pack`
|
|
36
|
+
- `v5-framework-self-diagnosis-falsification-pack`
|
|
37
|
+
- `v5-low-power-protection-pack`
|
|
38
|
+
|
|
39
|
+
## 必须同读闭包(递归展开)
|
|
40
|
+
|
|
41
|
+
- `v5-use-boundary-governance-pack`
|
|
42
|
+
- `v5-framework-self-diagnosis-falsification-pack`
|
|
43
|
+
- `v5-low-power-protection-pack`
|
|
44
|
+
- `v5-diagnosis-admission-downgrade-exit-pack`
|
|
45
|
+
- `v5-concept-weaponization-dogma-pack`
|
|
46
|
+
- `v5-root-assumptions-meta-rules-pack`
|
|
47
|
+
- `v5-source-evidence-separation-pack`
|
|
48
|
+
- `v5-evidence-downgrade-action-ceiling-pack`
|
|
49
|
+
- `v5-seven-gates-diagnosis-pack`
|
|
50
|
+
- `v5-core-concept-integrity-pack`
|
|
51
|
+
- `v5-domain-translation-normative-source-pack`
|
|
52
|
+
- `v5-anchor-dynamics-structure-process-pack`
|
|
53
|
+
|
|
54
|
+
## 硬失败
|
|
55
|
+
|
|
56
|
+
让框架变成专家垄断、商业交付压力或新的权力工具。
|
|
57
|
+
|
|
58
|
+
## 降档规则
|
|
59
|
+
|
|
60
|
+
无法保证可及性和复核时,只能内部试用或降级发布。
|
|
61
|
+
|
|
62
|
+
## 相邻候选包(非硬约束)
|
|
63
|
+
|
|
64
|
+
- `v5-use-boundary-governance-pack`
|
|
65
|
+
- `v5-framework-self-diagnosis-falsification-pack`
|
|
66
|
+
|
|
67
|
+
## 输出影响
|
|
68
|
+
|
|
69
|
+
输出必须写使用门槛、复核责任、公开边界和回滚方式。
|
|
70
|
+
|
|
71
|
+
## 输出自检
|
|
72
|
+
|
|
73
|
+
- 是否先声明对象、事实、证据缺口和用途?
|
|
74
|
+
- 是否明确本包只影响结构判断,不替代现实核验?
|
|
75
|
+
- 是否写出降档、暂停或撤回条件?
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# 使用边界与治理总闸包
|
|
2
|
+
|
|
3
|
+
- ID:`v5-use-boundary-governance-pack`
|
|
4
|
+
- 关键词:使用边界、使用准则、输出边界、适用性、本体保护、治理、门禁、总闸
|
|
5
|
+
|
|
6
|
+
## 源锚点
|
|
7
|
+
|
|
8
|
+
- `V5-H001` 第一部分:极简导读(段落 405-405)
|
|
9
|
+
- `V5-H003` 模型不是什么(段落 411-412)
|
|
10
|
+
- `V5-H005` 什么时候可以使用(段落 416-417)
|
|
11
|
+
- `V5-H006` 使用边界与证据治理总闸(段落 418-420)
|
|
12
|
+
- `V5-H008` 诊断准入、降级与退出条件(段落 433-433)
|
|
13
|
+
- `V5-H009` 前台 9 个入口概念(段落 434-434)
|
|
14
|
+
- `V5-H010` 轻量诊断流程(段落 435-444)
|
|
15
|
+
- `V5-H011` 强判断前必须回答的 10 个问题(段落 445-455)
|
|
16
|
+
- `V5-H013` 一页式输出模板(段落 459-459)
|
|
17
|
+
- `V5-H015` 邻近警告表(段落 465-465)
|
|
18
|
+
- `V5-H016` 常见误用(段落 466-475)
|
|
19
|
+
- `V5-H017` 低权力主体保护优先原则(段落 476-476)
|
|
20
|
+
|
|
21
|
+
## 必须连读原因
|
|
22
|
+
|
|
23
|
+
把能否使用框架、能用到什么强度、是否需要暂停或降级放在所有诊断之前。
|
|
24
|
+
|
|
25
|
+
## 触发场景
|
|
26
|
+
|
|
27
|
+
用户要求 CrossFrame 直接定性、公开发布、替代专业判断、跨域迁移或把框架作为权威背书。
|
|
28
|
+
|
|
29
|
+
## 必须同读材料
|
|
30
|
+
|
|
31
|
+
使用边界、输出边界、适用性分级、本体保护、公开发布判断门禁。
|
|
32
|
+
|
|
33
|
+
## 必须同读包(硬约束)
|
|
34
|
+
|
|
35
|
+
- `v5-diagnosis-admission-downgrade-exit-pack`
|
|
36
|
+
- `v5-concept-weaponization-dogma-pack`
|
|
37
|
+
|
|
38
|
+
## 必须同读闭包(递归展开)
|
|
39
|
+
|
|
40
|
+
- `v5-diagnosis-admission-downgrade-exit-pack`
|
|
41
|
+
- `v5-concept-weaponization-dogma-pack`
|
|
42
|
+
- `v5-seven-gates-diagnosis-pack`
|
|
43
|
+
- `v5-evidence-downgrade-action-ceiling-pack`
|
|
44
|
+
- `v5-core-concept-integrity-pack`
|
|
45
|
+
- `v5-source-evidence-separation-pack`
|
|
46
|
+
- `v5-anchor-dynamics-structure-process-pack`
|
|
47
|
+
|
|
48
|
+
## 硬失败
|
|
49
|
+
|
|
50
|
+
把框架当万能审判、专业替代、人格定性工具或组织背书材料。
|
|
51
|
+
|
|
52
|
+
## 降档规则
|
|
53
|
+
|
|
54
|
+
证据、对象、权力或用途任一不清时,只保留轻量观察或开放断言。
|
|
55
|
+
|
|
56
|
+
## 相邻候选包(非硬约束)
|
|
57
|
+
|
|
58
|
+
- `v5-diagnosis-admission-downgrade-exit-pack`
|
|
59
|
+
- `v5-framework-self-diagnosis-falsification-pack`
|
|
60
|
+
|
|
61
|
+
## 输出影响
|
|
62
|
+
|
|
63
|
+
先写可用范围和不可用范围,再写判断档位。
|
|
64
|
+
|
|
65
|
+
## 输出自检
|
|
66
|
+
|
|
67
|
+
- 是否先声明对象、事实、证据缺口和用途?
|
|
68
|
+
- 是否明确本包只影响结构判断,不替代现实核验?
|
|
69
|
+
- 是否写出降档、暂停或撤回条件?
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# CrossFrame v5 Continuity Bundles
|
|
2
|
+
|
|
3
|
+
本文件是 v5 连读包索引,不承载全部正文。每个包一个文件,路径为 `references/continuity-bundles/v5/<bundle-id>.md`。
|
|
4
|
+
|
|
5
|
+
读取原则:先命中入口包,再递归展开必须同读包,形成连读闭包;相邻包只作为辅助候选。默认最多读取 3 个入口核心包和 2 个相邻辅助包,但这个上限不限制必须同读闭包。若上下文不足以读取闭包,降档,不把孤立概念卡或孤立包用于强判断。
|
|
6
|
+
|
|
7
|
+
| 连读包 ID | 中文名 | 何时强制读取 | 必须同读闭包 | 相邻候选包 | 文件 |
|
|
8
|
+
| --- | --- | --- | --- | --- | --- |
|
|
9
|
+
| `v5-use-boundary-governance-pack` | 使用边界与治理总闸包 | 用户要求 CrossFrame 直接定性、公开发布、替代专业判断、跨域迁移或把框架作为权威背书。 | `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` | `v5-diagnosis-admission-downgrade-exit-pack`, `v5-framework-self-diagnosis-falsification-pack` | `continuity-bundles/v5/v5-use-boundary-governance-pack.md` |
|
|
10
|
+
| `v5-diagnosis-admission-downgrade-exit-pack` | 诊断准入、降级与退出包 | 材料不足、风险紧急、用户要求快速判断、关系或组织没有正式复核条件。 | `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` | `v5-low-power-protection-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `continuity-bundles/v5/v5-diagnosis-admission-downgrade-exit-pack.md` |
|
|
11
|
+
| `v5-low-power-protection-pack` | 低权力主体保护包 | 亲密关系、家庭、小团队、平台治理、公共制度、投诉申诉、无法退出主体。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-love-trapped-trauma-pack`, `v5-public-power-institution-pack` | `continuity-bundles/v5/v5-low-power-protection-pack.md` |
|
|
12
|
+
| `v5-concept-weaponization-dogma-pack` | 概念武器化与教条化包 | 用户要求贴标签、定性人品、用概念替代证据或把术语直接写成结论。 | `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` | `v5-core-concept-integrity-pack`, `v5-domain-translation-normative-source-pack` | `continuity-bundles/v5/v5-concept-weaponization-dogma-pack.md` |
|
|
13
|
+
| `v5-cross-scale-context-translation-pack` | 跨尺度与语境转译包 | 问题涉及升维解释、跨域类比、制度化语言、技术治理或普通人表达。 | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` | `v5-domain-translation-normative-source-pack`, `v5-state-coordinate-lifecycle-pack` | `continuity-bundles/v5/v5-cross-scale-context-translation-pack.md` |
|
|
14
|
+
| `v5-seven-gates-diagnosis-pack` | 七闸诊断包 | 所有完整诊断、深度分析、高责任判断、公共制度、组织修复和文章底稿。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `continuity-bundles/v5/v5-seven-gates-diagnosis-pack.md` |
|
|
15
|
+
| `v5-source-evidence-separation-pack` | 来源、证据与判断分离包 | 有报告、自评、聊天记录、媒体材料、AI 生成材料、申诉材料或不完整证据。 | `v5-evidence-downgrade-action-ceiling-pack` | `v5-ai-process-artifact-boundary-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `continuity-bundles/v5/v5-source-evidence-separation-pack.md` |
|
|
16
|
+
| `v5-evidence-downgrade-action-ceiling-pack` | 证据降级与行动上限包 | 任何涉及名誉、资源、处分、组织处置、公共记忆、公开评论或关系退出的判断。 | 无 | `v5-open-assertion-proposition-pack`, `v5-strong-judgment-eight-pack` | `continuity-bundles/v5/v5-evidence-downgrade-action-ceiling-pack.md` |
|
|
17
|
+
| `v5-observation-reflexivity-release-pack` | 观测反身性与收束包 | 对象会表演、反制、改证据、改边界,或用户要求持续追踪反应。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-state-coordinate-lifecycle-pack`, `v5-media-platform-crisis-pack` | `continuity-bundles/v5/v5-observation-reflexivity-release-pack.md` |
|
|
18
|
+
| `v5-ai-process-artifact-boundary-pack` | AI 过程性产物边界包 | AI 报告、合规材料、机构自评、审计稿、流程图、自动生成证据或模型诊断。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-concept-weaponization-dogma-pack`, `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack` | `v5-source-evidence-separation-pack`, `v5-concept-weaponization-dogma-pack` | `continuity-bundles/v5/v5-ai-process-artifact-boundary-pack.md` |
|
|
19
|
+
| `v5-strong-judgment-eight-pack` | 强判断八件套包 | 涉及资格、名誉、权利、资源、处分、公共记忆、公开点名或重大组织行动。 | `v5-open-assertion-proposition-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack`, `v5-seven-gates-diagnosis-pack`, `v5-source-evidence-separation-pack` | `v5-open-assertion-proposition-pack`, `v5-low-power-protection-pack` | `continuity-bundles/v5/v5-strong-judgment-eight-pack.md` |
|
|
20
|
+
| `v5-open-assertion-proposition-pack` | 开放断言与命题验证包 | 证据不足但风险不能无视、用户要求判断、需要提出命题或预测。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-evidence-downgrade-action-ceiling-pack`, `v5-strong-judgment-eight-pack` | `continuity-bundles/v5/v5-open-assertion-proposition-pack.md` |
|
|
21
|
+
| `v5-core-concept-integrity-pack` | 核心概念完整性包 | 输出要使用承接、回流、锚点、结构负荷、修复副产品、责任链等高风险概念。 | `v5-anchor-dynamics-structure-process-pack` | `v5-anchor-dynamics-structure-process-pack`, `v5-concept-weaponization-dogma-pack` | `continuity-bundles/v5/v5-core-concept-integrity-pack.md` |
|
|
22
|
+
| `v5-anchor-dynamics-structure-process-pack` | 锚点、动力、结构与过程包 | 解释一个系统为什么能启动、卡住、转译失败、责任断裂或忙而无积累。 | `v5-core-concept-integrity-pack` | `v5-core-concept-integrity-pack`, `v5-long-evolution-progression-field-pack` | `continuity-bundles/v5/v5-anchor-dynamics-structure-process-pack.md` |
|
|
23
|
+
| `v5-root-assumptions-meta-rules-pack` | 根假设与元规则包 | 用户问框架是否成立、概念是否自洽、理论后台、第一因、意义或抽象命题。 | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` | `v5-framework-self-diagnosis-falsification-pack`, `v5-domain-translation-normative-source-pack` | `continuity-bundles/v5/v5-root-assumptions-meta-rules-pack.md` |
|
|
24
|
+
| `v5-state-coordinate-lifecycle-pack` | 状态坐标与生命周期包 | 生命周期判断、阶段判断、发展阶段、成熟/衰退、长期演化或阶段 6。 | `v5-observation-reflexivity-release-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-observation-reflexivity-release-pack`, `v5-long-evolution-progression-field-pack` | `continuity-bundles/v5/v5-state-coordinate-lifecycle-pack.md` |
|
|
25
|
+
| `v5-long-evolution-progression-field-pack` | 长期演化、递进与势场包 | 战略推进、长期修复、忙但没有积累、系统停滞、组织演化、文明尺度压力测试。 | `v5-state-coordinate-lifecycle-pack`, `v5-governance-continuity-multicenter-pack`, `v5-observation-reflexivity-release-pack`, `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack` | `v5-governance-continuity-multicenter-pack`, `v5-state-coordinate-lifecycle-pack` | `continuity-bundles/v5/v5-long-evolution-progression-field-pack.md` |
|
|
26
|
+
| `v5-governance-continuity-multicenter-pack` | 治理连续性与多中心包 | 组织修复、制度治理、长期项目、公共承诺、代际承接或平台治理。 | `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-public-power-institution-pack`, `v5-long-evolution-progression-field-pack` | `continuity-bundles/v5/v5-governance-continuity-multicenter-pack.md` |
|
|
27
|
+
| `v5-action-healing-transfer-pack` | 行动、疗愈与转移包 | 用户要下一步、修复方案、疗愈、退出、关系/组织重建或低条件试探行动。 | `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-responsibility-intervention-separation-pack`, `v5-love-trapped-trauma-pack` | `continuity-bundles/v5/v5-action-healing-transfer-pack.md` |
|
|
28
|
+
| `v5-responsibility-intervention-separation-pack` | 责任链与干预边界分离包 | 组织复盘、公共评论、亲密关系、团队修复、问责和行动建议。 | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack` | `continuity-bundles/v5/v5-responsibility-intervention-separation-pack.md` |
|
|
29
|
+
| `v5-love-trapped-trauma-pack` | 爱、无法退出与复杂创伤包 | 亲密关系、家庭、照护、创伤性生存策略、无健康基准、爱被要求或道德化。 | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-responsibility-intervention-separation-pack` | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack` | `continuity-bundles/v5/v5-love-trapped-trauma-pack.md` |
|
|
30
|
+
| `v5-public-power-institution-pack` | 公共权力与制度包 | 平台治理、政策、机构责任、公共争议、公共评论、申诉、合规和制度修复。 | `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` | `v5-media-platform-crisis-pack`, `v5-governance-continuity-multicenter-pack` | `continuity-bundles/v5/v5-public-power-institution-pack.md` |
|
|
31
|
+
| `v5-domain-translation-normative-source-pack` | 领域转译、规范前提与来源透明包 | 对外文章、读书互读、理论解释、跨学科转译、概念阐释和公共评论。 | `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` | `v5-cross-scale-context-translation-pack`, `v5-root-assumptions-meta-rules-pack` | `continuity-bundles/v5/v5-domain-translation-normative-source-pack.md` |
|
|
32
|
+
| `v5-media-platform-crisis-pack` | 媒体、平台与危机包 | 媒体事件、平台处罚、公共争议、危机公关、公开发文、舆论反转。 | `v5-public-power-institution-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-strong-judgment-eight-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-open-assertion-proposition-pack`, `v5-seven-gates-diagnosis-pack` | `v5-public-power-institution-pack`, `v5-strong-judgment-eight-pack` | `continuity-bundles/v5/v5-media-platform-crisis-pack.md` |
|
|
33
|
+
| `v5-framework-self-diagnosis-falsification-pack` | 框架自诊、证伪与回滚包 | 用户要求评估框架、比较 3.0/5.0、检查输出是否执行框架或质疑框架有效性。 | `v5-root-assumptions-meta-rules-pack`, `v5-use-boundary-governance-pack`, `v5-domain-translation-normative-source-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` | `v5-root-assumptions-meta-rules-pack`, `v5-toolization-accessibility-release-pack` | `continuity-bundles/v5/v5-framework-self-diagnosis-falsification-pack.md` |
|
|
34
|
+
| `v5-toolization-accessibility-release-pack` | 工具化、可及性与发布包 | 技能封装、工具化、公开发布、商业化、培训认证、自动化审查或大规模部署。 | `v5-use-boundary-governance-pack`, `v5-framework-self-diagnosis-falsification-pack`, `v5-low-power-protection-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-root-assumptions-meta-rules-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-seven-gates-diagnosis-pack`, `v5-core-concept-integrity-pack`, `v5-domain-translation-normative-source-pack`, `v5-anchor-dynamics-structure-process-pack` | `v5-use-boundary-governance-pack`, `v5-framework-self-diagnosis-falsification-pack` | `continuity-bundles/v5/v5-toolization-accessibility-release-pack.md` |
|
|
35
|
+
|
|
36
|
+
## 读取闭包执行
|
|
37
|
+
|
|
38
|
+
1. 先从 `read-routing-map.md` 或 `v5-material-selection-map.md` 选出入口包。
|
|
39
|
+
2. 对每个入口包读取本表“必须同读闭包”中的所有包;闭包可递归展开,直到没有新增硬依赖。
|
|
40
|
+
3. 只有完成硬依赖闭包后,才从“相邻候选包”中按题材追加 0-2 个辅助包。
|
|
41
|
+
4. 若硬依赖闭包太大或材料不足,不能只读入口包继续原判断;必须降档或暂停。
|
|
42
|
+
|
|
43
|
+
## 闭包记录格式
|
|
44
|
+
|
|
45
|
+
结构洞察底稿、读态胶囊和 review 不得只写“闭包已读完”。必须记录:
|
|
46
|
+
|
|
47
|
+
```text
|
|
48
|
+
required_closure
|
|
49
|
+
- 入口包:
|
|
50
|
+
- 直接闭包:
|
|
51
|
+
- 递归新增闭包:
|
|
52
|
+
- 已读包:
|
|
53
|
+
- 未读包:
|
|
54
|
+
- 未读原因:
|
|
55
|
+
- 降档决定:
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
若上下文压缩只能摘要,也必须保留“入口包 -> 直接闭包 -> 递归新增闭包 -> 未读包与降档决定”的关系;否则 review 不能判定闭包完成。
|
|
59
|
+
|
|
60
|
+
## 输出影响总则
|
|
61
|
+
|
|
62
|
+
- 连读包只约束结构、边界和判断档位;不得替代事实核验。
|
|
63
|
+
- 高责任场景必须保留七闸、强判断八件套、低权力保护、证据降级和行动上限。
|
|
64
|
+
- 文章输出继续由 `crossframe-essay` 生成结构洞察底稿和正文;review 只做隐藏质量闸摘要,不能吞掉正文。
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Continuity Closure Map
|
|
2
|
+
|
|
3
|
+
本文件是 `continuity-bundles.md` 的运行时轻量闭包图。正常运行先读本文件确定入口包和必须同读闭包;只有需要包说明、源锚点或降档细节时,才打开 `continuity-bundles.md` 或具体 `continuity-bundles/v5/<bundle-id>.md`。
|
|
4
|
+
|
|
5
|
+
格式:`入口包 -> 必须同读闭包`。`无` 表示没有硬依赖。
|
|
6
|
+
|
|
7
|
+
| 入口包 | 必须同读闭包 |
|
|
8
|
+
| --- | --- |
|
|
9
|
+
| `v5-use-boundary-governance-pack` | `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` |
|
|
10
|
+
| `v5-diagnosis-admission-downgrade-exit-pack` | `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` |
|
|
11
|
+
| `v5-low-power-protection-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
12
|
+
| `v5-concept-weaponization-dogma-pack` | `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-source-evidence-separation-pack` |
|
|
13
|
+
| `v5-cross-scale-context-translation-pack` | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` |
|
|
14
|
+
| `v5-seven-gates-diagnosis-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
15
|
+
| `v5-source-evidence-separation-pack` | `v5-evidence-downgrade-action-ceiling-pack` |
|
|
16
|
+
| `v5-evidence-downgrade-action-ceiling-pack` | 无 |
|
|
17
|
+
| `v5-observation-reflexivity-release-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
18
|
+
| `v5-ai-process-artifact-boundary-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-concept-weaponization-dogma-pack`, `v5-core-concept-integrity-pack`, `v5-use-boundary-governance-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-seven-gates-diagnosis-pack` |
|
|
19
|
+
| `v5-strong-judgment-eight-pack` | `v5-open-assertion-proposition-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack`, `v5-seven-gates-diagnosis-pack`, `v5-source-evidence-separation-pack` |
|
|
20
|
+
| `v5-open-assertion-proposition-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
21
|
+
| `v5-core-concept-integrity-pack` | `v5-anchor-dynamics-structure-process-pack` |
|
|
22
|
+
| `v5-anchor-dynamics-structure-process-pack` | `v5-core-concept-integrity-pack` |
|
|
23
|
+
| `v5-root-assumptions-meta-rules-pack` | `v5-domain-translation-normative-source-pack`, `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` |
|
|
24
|
+
| `v5-state-coordinate-lifecycle-pack` | `v5-observation-reflexivity-release-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
25
|
+
| `v5-long-evolution-progression-field-pack` | `v5-state-coordinate-lifecycle-pack`, `v5-governance-continuity-multicenter-pack`, `v5-observation-reflexivity-release-pack`, `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-low-power-protection-pack` |
|
|
26
|
+
| `v5-governance-continuity-multicenter-pack` | `v5-public-power-institution-pack`, `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
27
|
+
| `v5-action-healing-transfer-pack` | `v5-responsibility-intervention-separation-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
28
|
+
| `v5-responsibility-intervention-separation-pack` | `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
29
|
+
| `v5-love-trapped-trauma-pack` | `v5-low-power-protection-pack`, `v5-action-healing-transfer-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-responsibility-intervention-separation-pack` |
|
|
30
|
+
| `v5-public-power-institution-pack` | `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack` |
|
|
31
|
+
| `v5-domain-translation-normative-source-pack` | `v5-use-boundary-governance-pack`, `v5-concept-weaponization-dogma-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-core-concept-integrity-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-anchor-dynamics-structure-process-pack`, `v5-source-evidence-separation-pack` |
|
|
32
|
+
| `v5-media-platform-crisis-pack` | `v5-public-power-institution-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-strong-judgment-eight-pack`, `v5-low-power-protection-pack`, `v5-source-evidence-separation-pack`, `v5-open-assertion-proposition-pack`, `v5-seven-gates-diagnosis-pack` |
|
|
33
|
+
| `v5-framework-self-diagnosis-falsification-pack` | `v5-root-assumptions-meta-rules-pack`, `v5-use-boundary-governance-pack`, `v5-domain-translation-normative-source-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-seven-gates-diagnosis-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-core-concept-integrity-pack`, `v5-source-evidence-separation-pack`, `v5-anchor-dynamics-structure-process-pack` |
|
|
34
|
+
| `v5-toolization-accessibility-release-pack` | `v5-use-boundary-governance-pack`, `v5-framework-self-diagnosis-falsification-pack`, `v5-low-power-protection-pack`, `v5-diagnosis-admission-downgrade-exit-pack`, `v5-concept-weaponization-dogma-pack`, `v5-root-assumptions-meta-rules-pack`, `v5-source-evidence-separation-pack`, `v5-evidence-downgrade-action-ceiling-pack`, `v5-seven-gates-diagnosis-pack`, `v5-core-concept-integrity-pack`, `v5-domain-translation-normative-source-pack`, `v5-anchor-dynamics-structure-process-pack` |
|
|
35
|
+
|
|
36
|
+
## 运行规则
|
|
37
|
+
|
|
38
|
+
- 命中入口包后,按本表递归展开闭包。
|
|
39
|
+
- 闭包展开只记录包 ID;需要语义说明时再打开具体包文件。
|
|
40
|
+
- 本文件不替代 v5 包正文,只减少默认运行时的索引成本。
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# v2.0 最小执行核心
|
|
2
|
+
|
|
3
|
+
本文件不是 v2.0 全文,只保留运行 skill 必须用到的核心。
|
|
4
|
+
|
|
5
|
+
## 框架定位
|
|
6
|
+
|
|
7
|
+
跨尺度结构诊断框架用于分析复杂人类系统中的失衡、修复、责任、承接、回流与行动边界。
|
|
8
|
+
|
|
9
|
+
它的目标不是给人贴标签,也不是把一切都解释成宏大结构,而是在事实不足、尺度复杂、责任容易被稀释的情境中,形成可审计、可撤回、可行动的判断。
|
|
10
|
+
|
|
11
|
+
## 解释对象
|
|
12
|
+
|
|
13
|
+
优先解释“结构过程”,例如:
|
|
14
|
+
|
|
15
|
+
- 一段关系如何反复消耗某一方。
|
|
16
|
+
- 一个团队为什么复盘很多却不修复。
|
|
17
|
+
- 一个组织为何把反馈变成表演。
|
|
18
|
+
- 一个制度为何有流程但没有真实申诉能力。
|
|
19
|
+
- 一个公共议题为何把痛苦、责任和证据分开处理。
|
|
20
|
+
|
|
21
|
+
不优先解释:
|
|
22
|
+
|
|
23
|
+
- 人格本质。
|
|
24
|
+
- 道德终局。
|
|
25
|
+
- 历史总审判。
|
|
26
|
+
- 单一事件的动机猜测。
|
|
27
|
+
|
|
28
|
+
## 轻量流程
|
|
29
|
+
|
|
30
|
+
1. 抽取事实。
|
|
31
|
+
2. 界定对象。
|
|
32
|
+
3. 设定尺度窗口。
|
|
33
|
+
4. 检查证据边界。
|
|
34
|
+
5. 检查承接与回流。
|
|
35
|
+
6. 检查主体与责任链。
|
|
36
|
+
7. 检查观测影响。
|
|
37
|
+
8. 生成机制候选。
|
|
38
|
+
9. 决定判断档位。
|
|
39
|
+
10. 输出人能使用的语言。
|
|
40
|
+
|
|
41
|
+
## 强判断十问
|
|
42
|
+
|
|
43
|
+
只有大多数问题都能回答,才考虑强判断:
|
|
44
|
+
|
|
45
|
+
1. 对象是否清楚?
|
|
46
|
+
2. 尺度是否清楚?
|
|
47
|
+
3. 事实与解释是否分开?
|
|
48
|
+
4. 证据是否可复核?
|
|
49
|
+
5. 是否检查过反例?
|
|
50
|
+
6. 是否至少比较过两个机制候选?
|
|
51
|
+
7. 谁在承接成本?
|
|
52
|
+
8. 谁能改变条件?
|
|
53
|
+
9. 诊断被看见后会不会改变对象?
|
|
54
|
+
10. 这个判断的撤回条件是什么?
|
|
55
|
+
|
|
56
|
+
## 十二条操作准则
|
|
57
|
+
|
|
58
|
+
1. 先事实,后概念。
|
|
59
|
+
2. 先对象,后判断。
|
|
60
|
+
3. 先尺度窗口,后跨尺度解释。
|
|
61
|
+
4. 先证据边界,后判断强度。
|
|
62
|
+
5. 先机制候选,后主机制。
|
|
63
|
+
6. 先责任链,后行动建议。
|
|
64
|
+
7. 先观测影响,后公开表达。
|
|
65
|
+
8. 能开放断言,不强行终局。
|
|
66
|
+
9. 能低条件试探,不假装确定。
|
|
67
|
+
10. 高权力密度先反俘获。
|
|
68
|
+
11. 尺度升维不能稀释痛苦与责任。
|
|
69
|
+
12. 爱不能被命令,只能作为开放行动被观察和保护。
|
|
70
|
+
|
|
71
|
+
## 模块化入口
|
|
72
|
+
|
|
73
|
+
- 诊断:对象、证据、尺度、责任、观测。
|
|
74
|
+
- 推演:初始状态、分叉变量、主分支、反向信号。
|
|
75
|
+
- 开放断言:判断、证据、替代解释、撤回条件、行动边界。
|
|
76
|
+
- 反俘获:信息过滤、弱信号安全、程序有效性、AI 合规表演。
|
|
77
|
+
- 低条件行动:目标、风险边界、观察指标、停止条件、升级条件。
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# 诊断维度索引
|
|
2
|
+
|
|
3
|
+
本文件从 v3.0 提炼诊断维度。它只在完整诊断、复杂复盘、审计或用户要求深度时读取。普通输出不要把这些维度全部展示给用户。
|
|
4
|
+
|
|
5
|
+
## 10 个基础诊断维度
|
|
6
|
+
|
|
7
|
+
| 维度 | 何时启用 | 主要问题 | 看什么信号 | 常见误用 |
|
|
8
|
+
| --- | --- | --- | --- | --- |
|
|
9
|
+
| 锚点健康度 | 方向、目标、共同指向混乱 | 系统真正守住的是什么 | 决策是否仍按目标运行,是否被口号替代 | 把口号当锚点 |
|
|
10
|
+
| 先行者状态 | 创始人、发起者、关键带头者影响仍强 | 最初带事的人是否还在支撑或阻滞 | 权限、记忆、让渡、替代者 | 把个人魅力当制度能力 |
|
|
11
|
+
| 推力链与环境势场 | 事情能否继续转动 | 资源、人、认同、外部压力如何推动 | 资源流、激励、外部约束 | 把大环境当宿命 |
|
|
12
|
+
| 主体层健康度 | 执行者、成员、当事人疲惫或沉默 | 真正在运转的人是否仍有行动能力 | 退出、沉默、异议、替代者 | 把基层无力说成不负责 |
|
|
13
|
+
| 失稳因素态势 | 反复出现破坏性变量 | 哪些行为、流程或条件让系统变乱 | 重复触发点、放大链、责任逃逸 | 给人贴标签 |
|
|
14
|
+
| 结构性熵增 | 系统越维持越累 | 是否需要越来越多成本维持同样状态 | 流程膨胀、维护欠账、恢复不足 | 把责任完全自然化 |
|
|
15
|
+
| 边界状态 | 内外混乱、责任不清、接口失效 | 什么能进入,什么必须隔离 | 角色、权限、申诉、退出、接口 | 把边界说成冷漠 |
|
|
16
|
+
| 路径依赖 | 明知有问题仍重复 | 过去选择如何限制现在 | 惯例、沉没成本、锁定机制 | 把历史锁定写成命运 |
|
|
17
|
+
| 演化阶段与价值冲突 | 系统处在转折期 | 当前更适合推进、修复、等待、收束还是退出 | 阶段内位置、冲突强度、窗口期 | 过早推进或过晚修复 |
|
|
18
|
+
| 动力余量 | 还有没有力气改变 | 系统是否还有资源、信任、时间、主体余量 | 冗余、恢复、注意力、现金流、信任 | 只看意愿不看承载 |
|
|
19
|
+
|
|
20
|
+
## 3 个扩展维度
|
|
21
|
+
|
|
22
|
+
| 维度 | 何时启用 | 主要问题 | 看什么信号 | 常见误用 |
|
|
23
|
+
| --- | --- | --- | --- | --- |
|
|
24
|
+
| 递进健康度 | 关系、组织或制度需要升级 | 每一步递进是否留下能力和边界 | 新能力、旧问题复发、升级成本 | 把升级当必然进步 |
|
|
25
|
+
| 正负锚点平衡 | 正向目标和负向吸引同时存在 | 系统被什么吸引,又被什么拖走 | 认同、恐惧、惩罚、奖励 | 只讲正向愿景 |
|
|
26
|
+
| 疗愈准备度 | 创伤、停滞、退出或重建场景 | 是否具备修复、承接、转移条件 | 安全、外部承接、记忆保存、低风险动作 | 把疗愈变成强迫和解 |
|
|
27
|
+
|
|
28
|
+
## 使用纪律
|
|
29
|
+
|
|
30
|
+
- 维度是检查清单,不是输出菜单。
|
|
31
|
+
- 每次只启用能改变判断的维度。
|
|
32
|
+
- 维度不能替代证据、机制候选和判断档位。
|
|
33
|
+
- 如果维度让普通用户更难懂,前台只输出其白话问题。
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# 诊断工具箱索引
|
|
2
|
+
|
|
3
|
+
这些工具属于诊断操作层,不升格为默认核心概念。使用时必须说明它落在哪一步、观察什么信号、可能怎样误用、什么证据会推翻。
|
|
4
|
+
|
|
5
|
+
| 工具 | 什么时候用 | 看什么信号 | 常见误用 |
|
|
6
|
+
| --- | --- | --- | --- |
|
|
7
|
+
| 中层承接器 | 组织问题落到中层翻译和补救时 | 中层是否有资源、权限、替代者和回流 | 把中层疲惫说成能力差 |
|
|
8
|
+
| 高频小回流 | 需要小步修复而不是大承诺时 | 小反馈是否快速改变规则或资源 | 把频繁沟通当回流 |
|
|
9
|
+
| 抽样稽核回插 | 指标漂亮但末端体验异常时 | 抽样事实是否能回插修改判断 | 做成形式检查 |
|
|
10
|
+
| 摘要失真链 | 事实经过汇报、纪要、AI 总结后变形 | 什么被压缩、过滤、改写 | 把摘要当原始事实 |
|
|
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
|
+
工具箱只在后台帮助提问。前台默认说现实问题,例如“不优先说摘要失真链,而说真实情况在汇报和 AI 总结里被压缩了”。
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# 对外表达与语境翻译表
|
|
2
|
+
|
|
3
|
+
用于把 CrossFrame 后台概念翻译成普通人、管理者、制度设计者、心理/关系语境或技术治理语境能读懂的话。
|
|
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
|
+
- 面向教学或审计:可附内部映射,但必须放在正文之后。
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
- 不要用“势场”取消具体责任;势场只说明选择压力,不替代责任链。
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# 框架本体保护
|
|
2
|
+
|
|
3
|
+
本文件用于防止 CrossFrame 被误用成万能解释机器、领域替代品、人格审判工具或概念武器。
|
|
4
|
+
|
|
5
|
+
## 四条底线
|
|
6
|
+
|
|
7
|
+
1. CrossFrame 是结构诊断协议,不是所有领域的上位理论。
|
|
8
|
+
2. CrossFrame 可以帮助组织证据和机制候选,但不能替代医学、法律、财务、安全、工程等专业判断。
|
|
9
|
+
3. CrossFrame 的概念不能直接证明结论;结论仍由事实、证据成本、机制竞争和判断档位决定。
|
|
10
|
+
4. CrossFrame 的中文概念是权威语义;英文名、压缩名和适配名不能反向改写中文含义。
|
|
11
|
+
|
|
12
|
+
## 反领域殖民规则
|
|
13
|
+
|
|
14
|
+
当分析进入具体专业领域时,必须检查:
|
|
15
|
+
|
|
16
|
+
- 本次判断是否需要该领域的一手事实、标准、资质或程序。
|
|
17
|
+
- CrossFrame 是否只是帮助看结构,而不是替代领域证据。
|
|
18
|
+
- 输出是否把“结构上像”误写成“专业上成立”。
|
|
19
|
+
- 是否需要降档为开放断言、低条件行动或建议专业复核。
|
|
20
|
+
|
|
21
|
+
禁止写法:
|
|
22
|
+
|
|
23
|
+
- “这是结构问题,所以法律/医疗/工程细节不重要。”
|
|
24
|
+
- “从框架看已经足够判断,不需要专业证据。”
|
|
25
|
+
|
|
26
|
+
## 反模型殖民规则
|
|
27
|
+
|
|
28
|
+
当 AI、模型、报告或合规文本进入材料链时,必须检查:
|
|
29
|
+
|
|
30
|
+
- AI 文本是不是原始证据,还是二次摘要、包装、解释或合规表演。
|
|
31
|
+
- 生成模型是否压缩了弱信号、删除了责任链、替委托方组织叙事。
|
|
32
|
+
- 模型输出是否被拿来替代申诉、复核、现场调查或专业审查。
|
|
33
|
+
|
|
34
|
+
禁止写法:
|
|
35
|
+
|
|
36
|
+
- “AI 报告说合规,因此流程有效。”
|
|
37
|
+
- “模型总结没有问题,因此没有低权力主体受损。”
|
|
38
|
+
|
|
39
|
+
## 人格化子锚点的四种误判
|
|
40
|
+
|
|
41
|
+
当一个人被写成系统锚点、保护变量或关键承接者时,必须避免四种误判:
|
|
42
|
+
|
|
43
|
+
| 误判 | 现实风险 | 正确处理 |
|
|
44
|
+
| --- | --- | --- |
|
|
45
|
+
| 把人当永恒锚点 | 把系统维护成本压给一个人 | 检查替代者、资源、边界和减负机制 |
|
|
46
|
+
| 把承接写成美德 | 把被迫承受包装成主体性 | 区分自愿行动、被迫吸收和无退出条件 |
|
|
47
|
+
| 把耗竭写成能力差 | 掩盖结构负荷和资源缺口 | 检查长期投入、回流和修复副产品 |
|
|
48
|
+
| 把退出写成背叛 | 取消保护性退出和外部承接 | 检查内部回流是否失效、风险是否单方转嫁 |
|
|
49
|
+
|
|
50
|
+
## 概念改动规则
|
|
51
|
+
|
|
52
|
+
新增、改名、合并或翻译概念前,必须回答:
|
|
53
|
+
|
|
54
|
+
- 它改变了哪个诊断动作:对象界定、证据判断、机制候选、责任链、行动边界还是输出表达?
|
|
55
|
+
- 它和相邻概念有什么区别?
|
|
56
|
+
- 它需要什么证据才能承担判断作用?
|
|
57
|
+
- 它最容易被怎样误用?
|
|
58
|
+
- 它是否必须进入 `v5-term-fidelity.md` 或 `v5-coverage-map.md`?
|
|
59
|
+
|
|
60
|
+
无法回答以上问题时,只能作为普通表达,不得升格为 CrossFrame 概念。
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
AI 生成的总结、报告、审查意见、道歉稿、制度说明,都只是低成本材料。
|
|
36
|
+
|
|
37
|
+
它们可以提示问题,不能替代真实行动、资源改变、外部复核和可验证记录。
|
|
38
|
+
|
|
39
|
+
## 不得制造强者背书
|
|
40
|
+
|
|
41
|
+
高权力密度下,诊断可能被强者拿去作为“中立结论”。
|
|
42
|
+
|
|
43
|
+
如果材料来自强者、弱信号不安全、程序不能改变结果,应降低判断强度,优先保护证据与人。
|
|
44
|
+
|
|
45
|
+
## 不得把开放断言变成滑头
|
|
46
|
+
|
|
47
|
+
开放断言不是“什么都不确定”。它必须说出当前判断,并写清撤回条件。
|