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,72 @@
|
|
|
1
|
+
# 来源台账工作流
|
|
2
|
+
|
|
3
|
+
本文件是 CrossFrame 当前体系的统一查源台账口径。它不替代联网检索、专业判断或 `v5-read-state-capsule`,只规定外部材料进入底稿、正文和 review 时必须怎样记录、降档和使用。
|
|
4
|
+
|
|
5
|
+
## 1. 触发条件
|
|
6
|
+
|
|
7
|
+
以下场景进入文章、公共判断、批判文章或 review 前,必须建立来源台账:
|
|
8
|
+
|
|
9
|
+
- 最新公共事件、政策、法律、监管、司法、平台规则、技术能力、产品版本和统计数据。
|
|
10
|
+
- 真实人物、公司、平台、学校、机构、组织、项目和公共争议。
|
|
11
|
+
- 会影响名誉、资格、资源、权利、处分、公共记忆或组织处置的判断。
|
|
12
|
+
- AI 报告、合规材料、自评文本、搜索摘要、网传截图、舆情热度等容易被误当事实的材料。
|
|
13
|
+
- 用户要求“结合现实材料”“查一下”“引用来源”“给出处”“事实核验”。
|
|
14
|
+
|
|
15
|
+
私人关系、匿名案例、哲学概念、虚构材料和用户明确禁止联网的任务可不查源,但底稿必须写明不查源原因,并把判断限定为用户材料和 CrossFrame 内部推理。
|
|
16
|
+
|
|
17
|
+
## 2. 来源台账字段
|
|
18
|
+
|
|
19
|
+
每条来源至少记录这些字段:
|
|
20
|
+
|
|
21
|
+
| 字段 | 写法 |
|
|
22
|
+
| --- | --- |
|
|
23
|
+
| 来源 | 标题、机构/作者、链接或本地文件路径;无法给链接时写可复核定位 |
|
|
24
|
+
| 时间 | 发布时间、事件时间、版本时间或访问时间 |
|
|
25
|
+
| 来源类型 | 原始材料 / 官方文本 / 平台规则 / 司法监管审计 / 当事方声明 / 可信媒体 / 学术数据 / 用户自给材料 / 社交热度 / AI或过程性产物 / 其他 |
|
|
26
|
+
| 支持的命题 | 只写它直接支持的事实或背景,不写它不能证明的结论 |
|
|
27
|
+
| 不能证明什么 | 写清不能证明动机、本质、全局有效性、责任归属或强判断的部分 |
|
|
28
|
+
| 证据档位 | 已核验事实 / 高成本证据 / 中成本线索 / 低成本声明 / 弱信号 / 热度信号 / 解释判断 |
|
|
29
|
+
| 使用位置 | 底稿事实边界 / 机制候选 / 反例 / 边界段 / 现实案例 / 正文自然提及 / 仅作待核验 |
|
|
30
|
+
| 降档理由 | 单方来源、低成本声明、时间不明、缺少原始记录、只有热度、无法交叉、隐私/安全限制 |
|
|
31
|
+
| 仍需补证处 | 要升级判断还需要的原文、数据、复核、反方材料、时间线或专业来源 |
|
|
32
|
+
|
|
33
|
+
## 2.1 九字段硬校验
|
|
34
|
+
|
|
35
|
+
来源台账不是装饰字段。涉及公共事实、真实机构、平台、政策、人物、公司、AI/过程性产物、强判断、公共评论、批判文章或 review 时,必须逐条通过以下检查:
|
|
36
|
+
|
|
37
|
+
- 九个字段必须全部出现;不得把“降档理由”和“仍需补证处”合并成一列。
|
|
38
|
+
- `时间` 必须是发布时间、事件时间、版本时间、材料日期或访问时间;“官方页面”“NASA 官方历史站”“官方列表”等来源描述不能填入时间列。
|
|
39
|
+
- `使用位置` 不能只写“正文自然提及”或“机制候选”。至少写标题、段落编号、正文短摘或对应命题强度,便于 review 反查正文是否越界。
|
|
40
|
+
- `来源类型` 回答材料身份;`证据档位` 回答它能支撑事实、线索、弱信号还是解释判断。两者不能混写。
|
|
41
|
+
- `来源台账完整` 只能在字段级校验后写;底稿自称完整不等于 review 通过。
|
|
42
|
+
|
|
43
|
+
任一项不合格时,只能写“来源台账字段不完整 / 待补”,不得判定为来源完整或发布可用。
|
|
44
|
+
|
|
45
|
+
## 3. 证据档位
|
|
46
|
+
|
|
47
|
+
- 已核验事实:有原始文本、记录、可复核数据或多源交叉,并且用途没有超出来源能证明的范围。
|
|
48
|
+
- 高成本证据:会留下责任、法律、组织、经济、审计或操作成本的材料,如处罚决定、司法/监管/审计文件、合同、日志、预算、赔付、第三方验证。
|
|
49
|
+
- 中成本线索:具名采访、可追踪数据、带上下文截图、可信媒体多方回应、用户提供的可定位记录。
|
|
50
|
+
- 低成本声明:PR 文案、模板回复、平台公告、机构自评、AI 生成合规文本、无细节道歉和漂亮报告。
|
|
51
|
+
- 弱信号:尚未形成事实定论,但指向受损、失灵、压制、异常或需要保护的材料。
|
|
52
|
+
- 热度信号:搜索量、转发、评论、话题排名,只能说明关注度或议题扩散,不能直接说明真伪。
|
|
53
|
+
- 解释判断:作者基于事实和机制候选做出的开放断言或评论,不得伪装成来源本身。
|
|
54
|
+
|
|
55
|
+
## 4. 使用边界
|
|
56
|
+
|
|
57
|
+
- 来源只能进入事实边界、机制候选、反例、边界段、现实案例和证据缺口,不能接管 CrossFrame 中心命题。
|
|
58
|
+
- 低成本声明、热度信号、AI/过程性产物和二手转述,不得单独支撑强判断、公开定性或组织处置。
|
|
59
|
+
- 来源台账必须写“不能证明什么”。缺这一列时,公共评论、批判文章和 review 默认判为来源用途越界风险。
|
|
60
|
+
- 文章正文不需要堆链接;底稿必须留足台账,正文只自然提及关键事实和边界。
|
|
61
|
+
- 无法查源或来源不足时,输出应降为问题清单、证据边界摘要、低条件行动或待核验评论底稿。
|
|
62
|
+
- 高责任公共主题、事故、金融监管、真实公司/机构、公共记忆、法律政策和 AI 合规任务,如果只使用单一来源族、二手入口、未完成调查或尚未落地的未来节点,最高只能支持“某来源视角下的机制候选 / 内部压测可用 / 待核验分析”。不得写成完整技术因果、总体治理成败、最终责任排序或可发布强判断。
|
|
63
|
+
- 正文第一次出现强机制句、公共定性、行动建议、概率排序词或趋势判断时,必须同步体现来源限定或降档,例如“据某报告所指向”“本文机制候选”“待后续材料核验”“开放断言”。不能先强写,最后再补边界。
|
|
64
|
+
|
|
65
|
+
## 5. 与胶囊和源锚点的关系
|
|
66
|
+
|
|
67
|
+
来源台账回答“外部材料能证明什么”;`v5-read-state-capsule` 和源锚点检查回答“CrossFrame 本次读源能支撑什么”。两者缺一不可。
|
|
68
|
+
|
|
69
|
+
- 外部来源不能把胶囊外概念写成 CrossFrame v5 原义。
|
|
70
|
+
- 胶囊不能替代真实公共对象的事实核验。
|
|
71
|
+
- 写作技法不能借来源台账之外的材料制造点睛句、隐喻证明或强判断。
|
|
72
|
+
- review 必须同时检查来源台账用途和源锚点完整性。
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# 理论后台最小索引
|
|
2
|
+
|
|
3
|
+
本文件保留 v3.0 深层理论的位置和触发条件。默认不读取;只有文明尺度、长期演化、制度生成、系统持续性、理论教学或用户明确要求深层理论时启用。
|
|
4
|
+
|
|
5
|
+
不要把本文件当作普通输出菜单。深层理论只用于提高后台判断精度,前台仍先说人话。
|
|
6
|
+
|
|
7
|
+
## 先走专项协议
|
|
8
|
+
|
|
9
|
+
深层理论不再只停留在本索引。遇到以下请求时,先读取对应协议,再按需回到本文件:
|
|
10
|
+
|
|
11
|
+
| 深水区 | 先读 | 再按需读 |
|
|
12
|
+
| --- | --- | --- |
|
|
13
|
+
| 全周期演化 | `protocols/lifecycle-diagnosis-protocol.md` | 根假设 A7、A8、A9 |
|
|
14
|
+
| 递进模式 | `protocols/progression-protocol.md` | 核心推论、锚点组 |
|
|
15
|
+
| 双向势场 / 自主解离 | `protocols/field-dissociation-protocol.md` | 熵增、非闭合行动推论 |
|
|
16
|
+
| 治理连续性 / 多中心 | `protocols/governance-continuity-protocol.md` | 承接再生产、偿付约束推论 |
|
|
17
|
+
| 超大规模圈层 | `protocols/large-scale-stress-test-protocol.md` | A1、A4、A6、A7 |
|
|
18
|
+
| 框架边界 | `protocols/framework-boundary-protocol.md` | 框架本体保护 |
|
|
19
|
+
|
|
20
|
+
## 根假设 A1-A9
|
|
21
|
+
|
|
22
|
+
| 根假设 | 触发场景 | 输出边界 |
|
|
23
|
+
| --- | --- | --- |
|
|
24
|
+
| A1 圈层识别 | 判断对象是否能作为系统分析 | 先检查边界、共同指向、持续互动 |
|
|
25
|
+
| A2 有限承载 | 承接者、资源、注意力或信任不足 | 不把失败简单归因于意愿 |
|
|
26
|
+
| A3 存护-消解双功能 | 系统既要维持又要更新 | 不把稳定或破坏任一方绝对化 |
|
|
27
|
+
| A4 位置遮蔽与视角不完备 | 内部共识强、外部反馈弱 | 降低自我诊断置信度,补边缘反馈 |
|
|
28
|
+
| A5 反馈写回 | 反馈是否改变结构 | 区分听见、记录和真正写回 |
|
|
29
|
+
| A6 嵌套耦合 | 多层系统互相牵动 | 不把不同尺度对象混成一个 |
|
|
30
|
+
| A7 时间不可逆 | 长期路径、历史承诺、修复窗口 | 不把阶段判断写成命运 |
|
|
31
|
+
| A8 熵增与永续脆弱 | 维护成本上升、系统钝化 | 不用自然化解释掩盖责任链 |
|
|
32
|
+
| A9 观测参与与反身性 | 诊断改变对象 | 使用高反身性协议 |
|
|
33
|
+
|
|
34
|
+
## 核心推论
|
|
35
|
+
|
|
36
|
+
- 位置遮蔽推论:中心视角必须补边缘反馈,内部共识必须补外部证据。
|
|
37
|
+
- 反馈写回推论:反馈不写回规则、资源、角色、责任或记忆,就不会形成修复。
|
|
38
|
+
- 承接再生产推论:承接者需要被生产、保护和替代,不然系统会耗竭。
|
|
39
|
+
- 偿付约束推论:公共承诺必须有偿付机制,否则成本会被转嫁给低可见主体。
|
|
40
|
+
- 非闭合行动推论:开放行动和爱不能被结构完全推出,也不能被制度命令。
|
|
41
|
+
|
|
42
|
+
## 全周期演化
|
|
43
|
+
|
|
44
|
+
阶段不是命运表,只是诊断坐标。使用阶段判断时必须写:
|
|
45
|
+
|
|
46
|
+
- 当前最像哪个阶段。
|
|
47
|
+
- 是否有混合阶段信号。
|
|
48
|
+
- 阶段内位置是什么。
|
|
49
|
+
- 什么证据会推翻阶段判断。
|
|
50
|
+
- 这个阶段判断会不会诱导过早行动或过度悲观。
|
|
51
|
+
|
|
52
|
+
需要输出阶段判断时,使用 `worksheets/lifecycle-stage-record.md`,不要只引用本节。
|
|
53
|
+
|
|
54
|
+
## 递进模式
|
|
55
|
+
|
|
56
|
+
宏观锚点不是一次实现,而是子锚点累积后涌现。每个子锚点必须形成闭环:
|
|
57
|
+
|
|
58
|
+
选定 -> 执行 -> 验证 -> 回馈 -> 下一个。
|
|
59
|
+
|
|
60
|
+
没有回馈的子锚点实现不会转化为势场抬升。
|
|
61
|
+
|
|
62
|
+
需要判断递进是否成立时,使用 `worksheets/sub-anchor-progression.md`,不要只说“递进不足”。
|
|
63
|
+
|
|
64
|
+
## 多中心治理与承接者生成
|
|
65
|
+
|
|
66
|
+
用于长期系统持续性判断。检查:
|
|
67
|
+
|
|
68
|
+
- 是否存在多个自治单元。
|
|
69
|
+
- 边缘是否能成为监测点、缓冲区、试验场和修复源。
|
|
70
|
+
- 承接者是否能被生产、保护和替代。
|
|
71
|
+
- 代际承接是否有语言、制度、记忆和训练通道。
|
|
72
|
+
|
|
73
|
+
需要判断治理持续性时,使用 `worksheets/governance-continuity-check.md`,不要只说“多中心治理不足”。
|
|
74
|
+
|
|
75
|
+
## 双向势场与自主解离
|
|
76
|
+
|
|
77
|
+
当问题涉及正负锚点、沉积基本盘、保护性退出、长期抽取或自主解离时,读取 `references/field-management-and-dissociation.md` 与 `protocols/field-dissociation-protocol.md`。
|
|
78
|
+
|
|
79
|
+
使用纪律:
|
|
80
|
+
|
|
81
|
+
- 势场不是命运,只是选择压力。
|
|
82
|
+
- 自主解离不是逃避,而是内部回流失效后的保护性转移。
|
|
83
|
+
- 任何退出判断都必须写保护目标、外部承接和停止条件。
|
|
84
|
+
|
|
85
|
+
## 超大规模盲区
|
|
86
|
+
|
|
87
|
+
文明、国家、时代、跨制度演化等问题必须承认可判断边界。使用 `protocols/large-scale-stress-test-protocol.md`。
|
|
88
|
+
|
|
89
|
+
输出必须写:
|
|
90
|
+
|
|
91
|
+
- 可判断区。
|
|
92
|
+
- 不可判断区。
|
|
93
|
+
- 反例或边界案例。
|
|
94
|
+
- 低尺度痛苦和责任链如何保留。
|
|
95
|
+
- 什么证据会撤回宏观判断。
|
|
96
|
+
|
|
97
|
+
## 使用纪律
|
|
98
|
+
|
|
99
|
+
- 普通关系、团队问题不默认启用理论后台。
|
|
100
|
+
- 理论后台不能替代证据、机制候选和判断档位。
|
|
101
|
+
- 若理论标签让输出更难懂,前台只保留白话问题。
|
|
102
|
+
- 深层理论只提供后台坐标;凡是能进入行动、处置或公共判断的内容,必须回到 protocol、worksheet 和判断档位。
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# v2.0 覆盖地图
|
|
2
|
+
|
|
3
|
+
本文件用于回答“CrossFrame 相较 v2.0 是否还有遗漏”。它不替代 v2.0 原文,而是记录每个重要模块在 skill 中的承接位置。
|
|
4
|
+
|
|
5
|
+
章节级覆盖现在以三份文件共同维护:
|
|
6
|
+
|
|
7
|
+
- `v2-source-spine.md`:从 DOCX 的 Word 标题层级生成,记录 258 个源章节节点、相邻关系、联读包和承接状态。
|
|
8
|
+
- `v2-section-digest-index.md`:逐节保真摘要索引,记录每节的用途摘要、不可误读边界和相邻联读提醒。
|
|
9
|
+
- `continuity-bundles.md`:规定哪些原文板块不能只读单张概念卡,必须作为连续板块联读。
|
|
10
|
+
|
|
11
|
+
因此,本文件负责“模块级覆盖判断”;逐节状态以 `v2-source-spine.md` 为准。
|
|
12
|
+
|
|
13
|
+
## 覆盖状态
|
|
14
|
+
|
|
15
|
+
- 已协议化:有 protocol、worksheet 或 template,可直接进入推理流程。
|
|
16
|
+
- 已概念卡化:有完整概念边界、误用、证据要求和修复动作,按需读取。
|
|
17
|
+
- 已索引化:保留触发条件和判断边界,只在深层理论或教学场景读取。
|
|
18
|
+
- 不前台化:保留后台约束,不作为普通用户输出术语。
|
|
19
|
+
- 已联读约束:该章节或概念已进入 `continuity-bundles.md`,触发时必须同读相邻板块,不能孤立使用。
|
|
20
|
+
- 源结构节点:目录、章节骨架或过渡节点,用于保持 2.0 原文顺序,不单独承担判断。
|
|
21
|
+
|
|
22
|
+
## 章节映射
|
|
23
|
+
|
|
24
|
+
| v2.0 模块 | CrossFrame 承接位置 | 状态 | 使用边界 |
|
|
25
|
+
| --- | --- | --- | --- |
|
|
26
|
+
| 框架定位、解释对象、轻量流程 | `SKILL.md`、`crossframe-v2-core.md`、`diagnosis-protocol.md` | 已协议化 | 所有诊断默认启用 |
|
|
27
|
+
| 强判断 10 问、开放断言 | `open-assertion-protocol.md`、`proposition-verification-protocol.md`、`judgment-grades.md` | 已协议化 | 影响权利、名誉、资源时必须升级到命题验证 |
|
|
28
|
+
| 十二条操作性准则、模块化入口 | `guardrails.md`、`read-routing-map.md`、`v2-term-fidelity.md` | 已协议化 | 输出前必须通过保真和表达检查 |
|
|
29
|
+
| 框架本体保护、反领域殖民、反模型殖民 | `framework-ontology-protection.md`、`framework-boundary-protocol.md`、`framework-boundary-check.md` | 已协议化 | 当 CrossFrame 被当成万能理论、领域替代品或审判工具时启用 |
|
|
30
|
+
| 盲区声明、超大规模圈层盲区 | `large-scale-stress-test-protocol.md`、`large-scale-stress-test.md` | 已协议化 | 文明尺度、历史尺度、跨制度长期判断时启用 |
|
|
31
|
+
| 概念层级与改动规则 | `framework-ontology-protection.md`、`v2-term-fidelity.md` | 已概念卡化 | 不得随意改名、合并或英文化反推中文含义 |
|
|
32
|
+
| 锚点组:跨域互操作、多层锚结构、重锚定 | `concept-cards/anchor-group.md`、`scale-transfer-gate.md` | 已概念卡化 | 当判断依赖锚点、保护变量、尺度升维或跨域迁移时读取 |
|
|
33
|
+
| 动力组:启动-转译-让渡职责、支撑通道、条件场、环境势场 | `concept-cards/dynamics-group.md` | 已概念卡化 | 当问题涉及行动启动、职责转移、资源通道和外部压力时读取 |
|
|
34
|
+
| 结构组:行动承接、中层耗竭、反武器化、跨圈层链 | `concept-cards/structure-process-group.md`、`diagnostic-toolbox-index.md` | 已概念卡化 | 组织、制度、平台、跨圈层问题按需读取 |
|
|
35
|
+
| 过程组:结构负荷、维护债、修复余量 | `concept-cards/structure-process-group.md`、`healing-transfer-protocol.md` | 已概念卡化 | 系统疲惫、长期维护、修复窗口判断时读取 |
|
|
36
|
+
| 根假设 A1-A9、核心推论 | `theory-backend-index.md` | 已索引化 | 只在深层理论、长期演化、制度生成或教学场景读取 |
|
|
37
|
+
| 全周期演化过程 | `lifecycle-diagnosis-protocol.md`、`lifecycle-stage-record.md`、`lifecycle-output.md` | 已协议化 | 阶段判断必须写混合信号、回退条件和撤回条件 |
|
|
38
|
+
| 递进模式、子锚点闭环 | `progression-protocol.md`、`sub-anchor-progression.md`、`progression-output.md` | 已协议化 | 判断战略推进、修复积累、项目演化时启用 |
|
|
39
|
+
| 双向势场管理、自主解离 | `field-management-and-dissociation.md`、`field-dissociation-protocol.md`、`field-dissociation-check.md` | 已协议化 | 当对象出现正负锚点场、沉积基本盘或保护性解离时启用 |
|
|
40
|
+
| 调节、预警与偿付约束 | `governance-continuity-protocol.md`、`governance-continuity-check.md` | 已协议化 | 长期公共承诺、治理系统、组织制度问题启用 |
|
|
41
|
+
| 多中心治理与承接者生成 | `governance-continuity-protocol.md`、`theory-backend-index.md` | 已协议化 | 单中心过载、代际承接、制度持续性问题启用 |
|
|
42
|
+
| 输出扩展与压力测试 | `large-scale-stress-test-protocol.md`、`crossframe-smoke-tests.md` | 已协议化 | 高责任、公共、文明尺度或用户要求审计时启用 |
|
|
43
|
+
| 对外表达与语境翻译 | `expression-translation-protocol.md`、`expression-translation-table.md`、`user-facing-language.md` | 已协议化 | 面向普通读者、管理语境、制度语境或跨平台适配时启用 |
|
|
44
|
+
|
|
45
|
+
## 章节级覆盖入口
|
|
46
|
+
|
|
47
|
+
| 覆盖层 | 文件 | 作用 | 维护要求 |
|
|
48
|
+
| --- | --- | --- | --- |
|
|
49
|
+
| 源结构脊柱 | `v2-source-spine.md` | 记录 2.0 DOCX 的标题顺序、相邻章节、联读包和承接状态 | DOCX 标题变化时重新生成 |
|
|
50
|
+
| 逐节保真摘要 | `v2-section-digest-index.md` | 记录每节核心用途、不可误读边界和相邻联读提醒 | 新增章节必须补摘要和边界 |
|
|
51
|
+
| 连续联读规则 | `continuity-bundles.md` | 规定哪些概念/章节不能单独读取 | 新增高风险概念必须归入至少一个联读包 |
|
|
52
|
+
| 输出前检查 | `worksheets/source-continuity-check.md` | 检查是否只读孤立概念卡、是否需要补读或降档 | 深度、审计、高责任、公共制度、亲密关系、长期演化和文章场景必须启用 |
|
|
53
|
+
|
|
54
|
+
## 判定结论
|
|
55
|
+
|
|
56
|
+
当前 CrossFrame 的补全标准不是“复制 v2.0 全文”,而是让 v2.0 每个重要模块都有可追踪入口:
|
|
57
|
+
|
|
58
|
+
- 普通使用走轻流程。
|
|
59
|
+
- 高风险概念走概念卡和保真检查。
|
|
60
|
+
- 涉及连续板块的高风险概念走联读包和源结构连续性检查。
|
|
61
|
+
- 深水区问题走专项 protocol 与 worksheet。
|
|
62
|
+
- 理论后台默认不前台化。
|
|
63
|
+
|
|
64
|
+
如果未来新增 v2.0 概念,必须先更新 `v2-source-spine.md`、`v2-section-digest-index.md` 和本覆盖地图,再决定它进入 protocol、worksheet、concept card、index、guardrail 还是 continuity bundle。
|