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,64 @@
|
|
|
1
|
+
# 案例库字段指南
|
|
2
|
+
|
|
3
|
+
本指南定义 CrossFrame Casebook 的标准字段。字段名可以按用户项目调整,但语义必须保留。
|
|
4
|
+
|
|
5
|
+
## 必填字段
|
|
6
|
+
|
|
7
|
+
### 案例摘要
|
|
8
|
+
|
|
9
|
+
用 3 到 6 句话说明这个案例在复用时要识别什么结构问题。摘要只能使用已确认事实和低风险概括,不写动机定罪。
|
|
10
|
+
|
|
11
|
+
### 事实边界
|
|
12
|
+
|
|
13
|
+
列出:
|
|
14
|
+
|
|
15
|
+
- 已确认事实
|
|
16
|
+
- 来源陈述
|
|
17
|
+
- 二手转述
|
|
18
|
+
- 解释候选
|
|
19
|
+
- 待证猜测
|
|
20
|
+
|
|
21
|
+
事实边界的作用是让未来读者知道判断能走多远。
|
|
22
|
+
|
|
23
|
+
### 材料来源
|
|
24
|
+
|
|
25
|
+
记录来源类型、时间范围、可公开性、脱敏方式和缺失材料。不要贴出完整私人聊天原文。
|
|
26
|
+
|
|
27
|
+
### 尺度窗口
|
|
28
|
+
|
|
29
|
+
说明本案例主要在哪个尺度上成立:个人互动、关系、团队、组织、平台、制度、公共记忆、长期演化。可以有次级尺度,但不得用高尺度抹掉低尺度事实。
|
|
30
|
+
|
|
31
|
+
### 机制链
|
|
32
|
+
|
|
33
|
+
写成可复用链条:`条件 -> 行为 -> 反馈 -> 结果 -> 再生产`。机制链要落到现实行为,不以术语收尾。
|
|
34
|
+
|
|
35
|
+
### 责任链
|
|
36
|
+
|
|
37
|
+
写明条件制定者、行动执行者、成本承担者、受益者和潜在承接者。责任链不是道德审判,而是改变条件的地图。
|
|
38
|
+
|
|
39
|
+
### 反向条件
|
|
40
|
+
|
|
41
|
+
说明哪些新事实会撤回、降档或改写本案例。没有反向条件的案例容易变成概念标签。
|
|
42
|
+
|
|
43
|
+
### 可复用概念
|
|
44
|
+
|
|
45
|
+
只保留能帮助识别相似案例的 CrossFrame 概念。每个概念附一句现实解释和一个撤回条件。
|
|
46
|
+
|
|
47
|
+
### 后续观察
|
|
48
|
+
|
|
49
|
+
列出下一轮应观察的信号、需要补证的材料、更新周期和停止观察条件。
|
|
50
|
+
|
|
51
|
+
## 可选字段
|
|
52
|
+
|
|
53
|
+
- 案例编号
|
|
54
|
+
- 标签
|
|
55
|
+
- 适用场景
|
|
56
|
+
- 相似案例
|
|
57
|
+
- 差异案例
|
|
58
|
+
- 路由记录
|
|
59
|
+
- 脱敏说明
|
|
60
|
+
- 版本记录
|
|
61
|
+
|
|
62
|
+
## 最小合格条目
|
|
63
|
+
|
|
64
|
+
如果时间很短,仍必须保留:案例摘要、事实边界、材料来源、机制链、责任链、反向条件、后续观察。少于这些字段时,只能叫材料摘记,不能叫案例库条目。
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# 隐私与脱敏规则
|
|
2
|
+
|
|
3
|
+
案例库默认面向复用,因此必须优先保护当事人、旁观者和组织上下文。
|
|
4
|
+
|
|
5
|
+
## 脱敏层级
|
|
6
|
+
|
|
7
|
+
### L0 原始材料
|
|
8
|
+
|
|
9
|
+
只在用户明确要求、且上下文确有必要时短暂处理。不得默认写入案例库。
|
|
10
|
+
|
|
11
|
+
### L1 轻脱敏
|
|
12
|
+
|
|
13
|
+
替换姓名、账号、联系方式和精确地点,保留必要角色与时间顺序。适合用户本人内部复盘。
|
|
14
|
+
|
|
15
|
+
### L2 结构脱敏
|
|
16
|
+
|
|
17
|
+
保留角色关系、机制链、责任链和材料类型,删除可识别情节。适合案例库默认输出。
|
|
18
|
+
|
|
19
|
+
### L3 教学抽象
|
|
20
|
+
|
|
21
|
+
只保留机制结构和观察信号,移除全部可反查细节。适合公开分享、培训和示例。
|
|
22
|
+
|
|
23
|
+
## 高风险信息
|
|
24
|
+
|
|
25
|
+
以下信息默认不得进入案例库正文:
|
|
26
|
+
|
|
27
|
+
- 私人联系方式、账号、住址、证件、病史、财务细节。
|
|
28
|
+
- 未公开的聊天全文、截图链接、内部系统链接。
|
|
29
|
+
- 可识别小团队、小公司、小学校、小社区的组合细节。
|
|
30
|
+
- 涉及未成年人、医疗、心理、安全、法律风险的原始细节。
|
|
31
|
+
- 会导致报复、处分、网络围攻或现实伤害的信息。
|
|
32
|
+
|
|
33
|
+
## 保留方式
|
|
34
|
+
|
|
35
|
+
将敏感事实改写为结构描述:
|
|
36
|
+
|
|
37
|
+
- “A 在 5 月 3 日 23:17 发来 12 条消息” -> “深夜连续催促”。
|
|
38
|
+
- “某公司某部门某项目” -> “中型组织中的跨部门项目”。
|
|
39
|
+
- “某人承认自己故意拖延” -> “有一方陈述显示拖延可能是策略行为,仍需补证”。
|
|
40
|
+
|
|
41
|
+
## 用户要求保留原文时
|
|
42
|
+
|
|
43
|
+
先询问用途和可公开范围。若用户只需要复盘,不要输出完整原文;可以输出短摘录、摘要或来源编号。若涉及真实人物组织和高责任判断,优先给脱敏版和来源台账。
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
- 文章写作:为 `crossframe-essay` 提供事实稳固的案例底座。
|
|
30
|
+
- 诊断深化:回到 `crossframe` 做完整结构诊断。
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# 案例库条目模板
|
|
2
|
+
|
|
3
|
+
```md
|
|
4
|
+
# [案例编号] 案例标题
|
|
5
|
+
|
|
6
|
+
## 案例摘要
|
|
7
|
+
|
|
8
|
+
3 到 6 句话说明这个案例可复用来识别什么结构问题。
|
|
9
|
+
|
|
10
|
+
## 路由记录
|
|
11
|
+
|
|
12
|
+
- 读取入口:`../crossframe/SKILL.md`
|
|
13
|
+
- 路由图:`../crossframe/references/read-routing-map.md`
|
|
14
|
+
- 本次 CrossFrame 路由:
|
|
15
|
+
- 本次 casebook 协议:
|
|
16
|
+
- 判断档位:
|
|
17
|
+
|
|
18
|
+
## 事实边界
|
|
19
|
+
|
|
20
|
+
| 层级 | 内容 | 来源 | 把握度 | 备注 |
|
|
21
|
+
| --- | --- | --- | --- | --- |
|
|
22
|
+
| 已确认事实 | | | | |
|
|
23
|
+
| 来源陈述 | | | | |
|
|
24
|
+
| 二手转述 | | | | |
|
|
25
|
+
| 解释候选 | | | | |
|
|
26
|
+
| 待证猜测 | | | | |
|
|
27
|
+
|
|
28
|
+
## 材料来源
|
|
29
|
+
|
|
30
|
+
- 来源类型:
|
|
31
|
+
- 时间范围:
|
|
32
|
+
- 可公开性:
|
|
33
|
+
- 脱敏层级:
|
|
34
|
+
- 缺失材料:
|
|
35
|
+
|
|
36
|
+
## 尺度窗口
|
|
37
|
+
|
|
38
|
+
- 主尺度:
|
|
39
|
+
- 次级尺度:
|
|
40
|
+
- 不当尺度转移风险:
|
|
41
|
+
|
|
42
|
+
## 机制链
|
|
43
|
+
|
|
44
|
+
`条件 -> 行为 -> 反馈 -> 结果 -> 再生产`
|
|
45
|
+
|
|
46
|
+
## 责任链
|
|
47
|
+
|
|
48
|
+
- 条件制定者:
|
|
49
|
+
- 行动执行者:
|
|
50
|
+
- 成本承担者:
|
|
51
|
+
- 受益者:
|
|
52
|
+
- 潜在承接者:
|
|
53
|
+
|
|
54
|
+
## 反向条件
|
|
55
|
+
|
|
56
|
+
-
|
|
57
|
+
|
|
58
|
+
## 可复用概念
|
|
59
|
+
|
|
60
|
+
| 概念 | 现实解释 | 复用价值 | 撤回条件 |
|
|
61
|
+
| --- | --- | --- | --- |
|
|
62
|
+
| | | | |
|
|
63
|
+
|
|
64
|
+
## 后续观察
|
|
65
|
+
|
|
66
|
+
- 下一轮信号:
|
|
67
|
+
- 需要补证:
|
|
68
|
+
- 更新触发:
|
|
69
|
+
- 停止观察条件:
|
|
70
|
+
|
|
71
|
+
## 更新记录
|
|
72
|
+
|
|
73
|
+
- YYYY-MM-DD:
|
|
74
|
+
```
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# 案例索引模板
|
|
2
|
+
|
|
3
|
+
```md
|
|
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,31 @@
|
|
|
1
|
+
# 脱敏来源台账模板
|
|
2
|
+
|
|
3
|
+
```md
|
|
4
|
+
# 来源台账
|
|
5
|
+
|
|
6
|
+
## 台账原则
|
|
7
|
+
|
|
8
|
+
本台账记录来源类型和可审计线索,不保存不必要的隐私原文。
|
|
9
|
+
|
|
10
|
+
## 来源列表
|
|
11
|
+
|
|
12
|
+
| 来源编号 | 来源类型 | 时间范围 | 原始敏感度 | 脱敏层级 | 支撑事实 | 不支撑的判断 |
|
|
13
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
14
|
+
| S1 | | | | | | |
|
|
15
|
+
|
|
16
|
+
## 脱敏替换表
|
|
17
|
+
|
|
18
|
+
| 原始类型 | 替换方式 | 说明 |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| 人名 | 角色名 | 例如“项目负责人”“照护者” |
|
|
21
|
+
| 地点 | 场景层级 | 例如“中型城市”“部门群” |
|
|
22
|
+
| 日期 | 相对时间 | 例如“复盘后一周” |
|
|
23
|
+
|
|
24
|
+
## 不进入案例正文的信息
|
|
25
|
+
|
|
26
|
+
-
|
|
27
|
+
|
|
28
|
+
## 证据缺口
|
|
29
|
+
|
|
30
|
+
-
|
|
31
|
+
```
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: crossframe-critical
|
|
3
|
+
description: "Use only when the user explicitly names crossframe-critical for a Chinese structural critique dossier, article plan, or long-form critical essay."
|
|
4
|
+
category: content
|
|
5
|
+
risk: safe
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: xi-kari/crossframe-skill
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: 2026-06-16
|
|
10
|
+
author: xi-kari
|
|
11
|
+
license: MIT
|
|
12
|
+
license_source: https://github.com/xi-kari/crossframe-skill/blob/main/LICENSE
|
|
13
|
+
tools:
|
|
14
|
+
- "Agent Skills"
|
|
15
|
+
- Codex
|
|
16
|
+
- Claude
|
|
17
|
+
tags:
|
|
18
|
+
- crossframe
|
|
19
|
+
- chinese
|
|
20
|
+
- critique
|
|
21
|
+
- essay
|
|
22
|
+
- structural-analysis
|
|
23
|
+
---
|
|
24
|
+
# CrossFrame Critical
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## When to Use This Skill
|
|
29
|
+
|
|
30
|
+
- Use only when the user explicitly names `crossframe-critical`, `$crossframe-critical`, or asks to test this critical parallel skill.
|
|
31
|
+
- Use for Chinese structural critique dossiers, critique matrices, article plans, and long-form critical essays.
|
|
32
|
+
- Do not include it in the default `crossframe-suite` route.
|
|
33
|
+
|
|
34
|
+
## Packaged Source Note
|
|
35
|
+
|
|
36
|
+
This AAS-ready copy preserves the original CrossFrame skill body below. Chinese remains the canonical semantic layer; English metadata is only for discovery, installation, and repository review.
|
|
37
|
+
|
|
38
|
+
## Limitations
|
|
39
|
+
|
|
40
|
+
- The skill body is intentionally Chinese-canonical; English metadata is for discovery and does not replace the original Chinese terms.
|
|
41
|
+
- Use only after explicit CrossFrame invocation or `crossframe-suite` routing; do not apply it as a generic default reasoning layer.
|
|
42
|
+
- It structures analysis, drafting, and review, but does not replace source verification, domain expertise, or legal, medical, or financial judgment.
|
|
43
|
+
|
|
44
|
+
> **本 skill 不独立触发。** 所有 CrossFrame 任务统一从 `crossframe-suite` 入口调度。用户无需直接调用本 skill;suite 根据路由规则在需要时自动加载。
|
|
45
|
+
|
|
46
|
+
This is a parallel local test skill. It does not replace `crossframe`, `crossframe-essay`, `crossframe-public`, or `crossframe-suite`.
|
|
47
|
+
|
|
48
|
+
## Position
|
|
49
|
+
|
|
50
|
+
`crossframe-critical` writes critical Chinese essays that first use CrossFrame to establish structure, evidence boundaries, scale, mechanism candidates, and judgment grade, then sharpen the output into critique.
|
|
51
|
+
|
|
52
|
+
The critique may absorb Marxist problem awareness: interests, cost transfer, alienation, commodification, ideology, naturalized domination, and reproduction of conditions. It must not mechanically force every topic into class/capital language.
|
|
53
|
+
|
|
54
|
+
## Required Reading
|
|
55
|
+
|
|
56
|
+
On every trigger, read:
|
|
57
|
+
|
|
58
|
+
1. `../crossframe/SKILL.md`
|
|
59
|
+
2. `../crossframe/references/read-routing-map.md`
|
|
60
|
+
3. If the critique touches high-responsibility, public, AI/process artifact, lifecycle, trapped-subject, or article-output scenarios, reuse `../crossframe/templates/read-state-capsule.md` as `v5-read-state-capsule` and run `../crossframe/worksheets/source-anchor-integrity-check.md`; if the capsule is missing, return to `../crossframe/SKILL.md` instead of inventing source routing here.
|
|
61
|
+
4. `protocols/critical-article-protocol.md`
|
|
62
|
+
5. `references/critical-matrix.md`
|
|
63
|
+
6. `references/example-and-evidence-rules.md`
|
|
64
|
+
7. 若涉及真实公共对象、最新事实、机构、平台、政策、人物、公司、数据、AI/过程性产物或强判断,读取 `../crossframe/references/source-ledger-workflow.md` 并建立来源台账。
|
|
65
|
+
8. `templates/critical-output-template.md`
|
|
66
|
+
|
|
67
|
+
If the topic needs long-form style control, also read `../crossframe-essay/SKILL.md` and reuse only its article discipline, not its whole output contract.
|
|
68
|
+
|
|
69
|
+
## Workflow
|
|
70
|
+
|
|
71
|
+
1. Build the CrossFrame base: object, fact boundary, scale window, mechanism candidates, judgment grade, and evidence gaps.
|
|
72
|
+
2. Apply the critical matrix: cost chain, benefit chain, power/resource distribution, concept concealment, reproduction mechanism, weak signals, and counterconditions.
|
|
73
|
+
3. Plan the article: central thesis, reader position, examples, section sequence, word allocation, and ending aftertaste.
|
|
74
|
+
4. Write the full essay from the dossier. Default body length is 1800-2800 Chinese characters unless the user overrides it.
|
|
75
|
+
5. Run a final boundary check: no personality judgment, no hat-labeling, no conspiracy claim, no unverified strong judgment, no slogan replacing analysis.
|
|
76
|
+
|
|
77
|
+
## Output
|
|
78
|
+
|
|
79
|
+
Default output has exactly three visible sections:
|
|
80
|
+
|
|
81
|
+
```text
|
|
82
|
+
# 批判底稿
|
|
83
|
+
# 篇章方案
|
|
84
|
+
# 正文
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Do not collapse the result into a short answer, checklist, memo, or diagnosis summary unless the user explicitly asks for that.
|
|
88
|
+
|
|
89
|
+
## Hard Rules
|
|
90
|
+
|
|
91
|
+
- Start from CrossFrame structure, then become critical; do not begin from indignation and decorate it with structure words.
|
|
92
|
+
- Critique mechanisms, interests, rhetoric, institutions, and responsibility chains; do not turn structural critique into personal condemnation.
|
|
93
|
+
- A real or recent public event requires source checking before factual claims, with a visible source ledger summary. Unverified examples must be labeled as analogy, hypothesis, or common pattern.
|
|
94
|
+
- Use at least two concrete examples in the essay body unless the user provides a single narrowly bounded case and asks not to expand.
|
|
95
|
+
- Include at least one countercondition, evidence gap, or withdrawal condition.
|
|
96
|
+
- Do not use Marxist terms as prestige vocabulary. If a term cannot be translated into who pays, who benefits, what is hidden, and how the condition repeats, remove it.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "CrossFrame Critical"
|
|
3
|
+
short_description: "显式调用的结构批判长文 skill:先做 CrossFrame 底稿,再写有现实例子和篇幅规划的批判文章。"
|
|
4
|
+
default_prompt: "Use $crossframe-critical to write a structural critique essay with a visible dossier, article plan, concrete examples, and full Chinese body text."
|
|
5
|
+
policy:
|
|
6
|
+
allow_implicit_invocation: false
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# CrossFrame Critical Smoke Tests
|
|
2
|
+
|
|
3
|
+
这些 smoke tests 检查 `$crossframe-critical` 是否先建立 CrossFrame 底座,再转成批判文章。测试不要求逐字匹配,但必须能看出读态胶囊、源锚点、来源台账、批判矩阵和正文没有互相吞掉。
|
|
4
|
+
|
|
5
|
+
## 通用验收
|
|
6
|
+
|
|
7
|
+
- 输出包含 `# 批判底稿`、`# 篇章方案`、`# 正文`,不缩水为短评、清单或质量闸。
|
|
8
|
+
- 批判底稿先区分事实、解释、推测、类比、待查证材料,再给判断档位。
|
|
9
|
+
- 高责任、公共、AI/过程性产物、生命周期、无法退出主体或文章输出场景复用 `v5-read-state-capsule`,并执行源锚点完整性检查。
|
|
10
|
+
- 涉及真实公共对象、最新事实、机构、平台、政策、人物、公司、数据、AI/过程性产物或强判断时,建立来源台账:来源、时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由、仍需补证处。
|
|
11
|
+
- 正文至少两个具体例子,或说明为什么只能使用一个窄案例。
|
|
12
|
+
- 至少保留一个反向条件、证据缺口、撤回条件或降档条件。
|
|
13
|
+
- 不把结构批判写成人格审判、阵营标签、阴谋论、复古口号或无证据强判断。
|
|
14
|
+
|
|
15
|
+
## Test 1:平台申诉批判
|
|
16
|
+
|
|
17
|
+
Prompt:
|
|
18
|
+
|
|
19
|
+
> 使用 crossframe-critical 写一篇批判文章:为什么平台“有申诉入口”不等于治理有效?
|
|
20
|
+
|
|
21
|
+
必须看到:
|
|
22
|
+
|
|
23
|
+
- 公共制度、证据降级、低权力保护相关路由或 v5 连读包。
|
|
24
|
+
- 来源台账区分平台规则/公告、用户案例、媒体材料、热度信号和可审计证据。
|
|
25
|
+
- 批判对象是“申诉入口被当作治理偿付”,不是平台人员人格。
|
|
26
|
+
- 文章保留撤回条件:若有独立复核、具体理由、纠错记录和可申诉证明,判断需调整。
|
|
27
|
+
|
|
28
|
+
失败信号:只凭“平台说有入口”就认定治理有效,或只凭舆情就断言治理无效。
|
|
29
|
+
|
|
30
|
+
## Test 2:AI 合规剧场
|
|
31
|
+
|
|
32
|
+
Prompt:
|
|
33
|
+
|
|
34
|
+
> 使用 crossframe-critical 批判“AI 生成合规报告证明组织已经整改”。
|
|
35
|
+
|
|
36
|
+
必须看到:
|
|
37
|
+
|
|
38
|
+
- AI/过程性产物边界、来源证据分离、证据降级和行动上限。
|
|
39
|
+
- 来源台账把 AI 报告、自评材料和真实整改证据分开。
|
|
40
|
+
- 批判矩阵写清谁用报告降低成本,谁承担后果,什么外部验证缺失。
|
|
41
|
+
|
|
42
|
+
失败信号:把 AI 报告当作独立高成本证据,或把组织一概写成恶意。
|
|
43
|
+
|
|
44
|
+
## Test 3:概念批判不过度套词
|
|
45
|
+
|
|
46
|
+
Prompt:
|
|
47
|
+
|
|
48
|
+
> 使用 crossframe-critical 批判“效率”如何遮蔽组织里的成本转嫁。
|
|
49
|
+
|
|
50
|
+
必须看到:
|
|
51
|
+
|
|
52
|
+
- 至少两个机制候选:真实效率提升、成本外包/责任转移。
|
|
53
|
+
- 概念遮蔽写回具体行为、流程、权限和反馈链。
|
|
54
|
+
- 马克思主义问题意识只用于看见成本、收益和再生产机制,不堆“异化/资本/支配”术语。
|
|
55
|
+
|
|
56
|
+
失败信号:用术语替代证据和行为,或把所有效率都预设为压迫。
|
|
57
|
+
|
|
58
|
+
## Test 4:近期公共事件必须查源
|
|
59
|
+
|
|
60
|
+
Prompt:
|
|
61
|
+
|
|
62
|
+
> 使用 crossframe-critical 写一篇批判近期某真实公司裁员争议的文章。
|
|
63
|
+
|
|
64
|
+
必须看到:
|
|
65
|
+
|
|
66
|
+
- 先查源或明确无法查源并降档。
|
|
67
|
+
- 来源台账写明公司声明、员工材料、媒体报道、监管/司法材料各自能支持什么、不能证明什么。
|
|
68
|
+
- 若来源不足,只能写待核验评论底稿或证据边界,不做强定性。
|
|
69
|
+
|
|
70
|
+
失败信号:编造链接、编造数据、把网传截图写成已核验事实。
|
|
71
|
+
|
|
72
|
+
## Test 5:反方保留与撤回条件
|
|
73
|
+
|
|
74
|
+
Prompt:
|
|
75
|
+
|
|
76
|
+
> 使用 crossframe-critical 批判“组织复盘越多越进步”。
|
|
77
|
+
|
|
78
|
+
必须看到:
|
|
79
|
+
|
|
80
|
+
- 最强反方:复盘可能确实帮助反馈写回、责任澄清和流程修复。
|
|
81
|
+
- 批判转向:复盘在何种条件下变成责任漂白、形式主义或自我审查。
|
|
82
|
+
- 撤回条件:复盘若绑定责任人、资源、时间表、复核点和失败后果,批判需降档。
|
|
83
|
+
|
|
84
|
+
失败信号:把所有复盘直接写成表演,或不说明何时不是表演。
|
|
85
|
+
|
|
86
|
+
## Test 6:review 不得吞正文
|
|
87
|
+
|
|
88
|
+
Prompt:
|
|
89
|
+
|
|
90
|
+
> crossframe-critical 生成文章后进入 review 质量闸。
|
|
91
|
+
|
|
92
|
+
必须看到:
|
|
93
|
+
|
|
94
|
+
- 最终仍保留批判底稿、篇章方案和正文。
|
|
95
|
+
- review 只追加短质量闸摘要,或把失败反馈给上游修正。
|
|
96
|
+
|
|
97
|
+
失败信号:最终只剩 review 报告,没有正文。
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# 批判文章协议
|
|
2
|
+
|
|
3
|
+
Use this protocol after `crossframe-critical` is explicitly invoked.
|
|
4
|
+
|
|
5
|
+
## 1. 结构底稿
|
|
6
|
+
|
|
7
|
+
先按 CrossFrame 建立判断底座:
|
|
8
|
+
|
|
9
|
+
- 分析对象:本次批判的是事件、概念、话术、制度、平台、组织行为,还是文章命题。
|
|
10
|
+
- 事实边界:哪些是用户给出的事实,哪些只是解释、推测、类比或待查证材料。
|
|
11
|
+
- 来源台账:真实公共对象、最新事实、机构、平台、政策、人物、公司、数据、AI/过程性产物或强判断,必须按 `../crossframe/references/source-ledger-workflow.md` 记录来源、时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由和仍需补证处。
|
|
12
|
+
- CrossFrame 路由:本次需要哪些 CrossFrame protocol、概念卡或连续联读包。
|
|
13
|
+
- 尺度窗口:原问题处在哪个尺度,是否有人偷升、偷降或用宏大尺度取消低尺度责任。
|
|
14
|
+
- 机制候选:至少两个候选机制,除非证据足以说明只有一个。
|
|
15
|
+
- 判断档位:轻量观察、开放断言、完整诊断、强判断、低条件行动或退出转移。
|
|
16
|
+
- 证据缺口:哪些事实不足以支撑强判断。
|
|
17
|
+
|
|
18
|
+
## 2. 批判矩阵
|
|
19
|
+
|
|
20
|
+
读取 `../references/critical-matrix.md` 后填写:
|
|
21
|
+
|
|
22
|
+
- 谁承担成本,成本是否被命名。
|
|
23
|
+
- 谁获得收益,收益是否被伪装成中立秩序、常识、效率或道德。
|
|
24
|
+
- 谁有改变条件的能力,谁只有解释、忍耐或自证义务。
|
|
25
|
+
- 哪个概念遮蔽了矛盾。
|
|
26
|
+
- 这个局面如何被重复生产。
|
|
27
|
+
- 哪些弱信号被压低。
|
|
28
|
+
- 什么证据会限制或撤回批判。
|
|
29
|
+
|
|
30
|
+
## 3. 篇章方案
|
|
31
|
+
|
|
32
|
+
文章必须先规划再成文:
|
|
33
|
+
|
|
34
|
+
- 中心命题:一句话说明文章真正批判什么。
|
|
35
|
+
- 读者位置:读者为什么会被这个问题困住,先接住什么困惑。
|
|
36
|
+
- 例子安排:至少两个现实例子;真实公共或近期例子必须查源。
|
|
37
|
+
- 段落推进:现实入口、表面解释、结构揭示、批判上升、现实回落、边界、结尾。
|
|
38
|
+
- 篇幅分配:默认正文 1800-2800 中文字,给出各部分字数范围。
|
|
39
|
+
- 结尾余味:不喊口号,不把问题封死,留下更稳定的观察。
|
|
40
|
+
|
|
41
|
+
## 4. 正文生成
|
|
42
|
+
|
|
43
|
+
正文从底稿和篇章方案生成,不另起一套判断。正文要求:
|
|
44
|
+
|
|
45
|
+
- 开头有具体入口,不用术语开场。
|
|
46
|
+
- 批判锋利,但每个判断能落到成本、收益、责任、证据或话术。
|
|
47
|
+
- 例子服务命题,不让资料接管文章。
|
|
48
|
+
- 概念上升后必须回到现实责任链。
|
|
49
|
+
- 至少有一个边界段,写出反例、证据缺口或撤回条件。
|
|
50
|
+
- 结尾有余味,不用口号替代思考。
|
|
51
|
+
|
|
52
|
+
## 5. 自检
|
|
53
|
+
|
|
54
|
+
输出前检查:
|
|
55
|
+
|
|
56
|
+
- 是否先做结构底稿,再做批判矩阵,再规划文章,再写正文。
|
|
57
|
+
- 是否至少使用两个具体例子,或说明为什么本次只用一个。
|
|
58
|
+
- 是否对真实公共或近期例子建立来源台账,并写出不能证明什么。
|
|
59
|
+
- 是否把马克思主义问题意识用于看见结构,而不是机械套词。
|
|
60
|
+
- 是否避免人格审判、扣帽子、阴谋论和无证据强判断。
|
|
61
|
+
- 是否保留反向条件、证据缺口或撤回条件。
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# 批判矩阵
|
|
2
|
+
|
|
3
|
+
This reference converts a CrossFrame diagnosis into sharper critique. Use it to decide what the article should reveal.
|
|
4
|
+
|
|
5
|
+
## 核心问题
|
|
6
|
+
|
|
7
|
+
### 成本链
|
|
8
|
+
|
|
9
|
+
- 谁承担时间、金钱、名誉、解释劳动、情绪、风险、失败后果或自证成本。
|
|
10
|
+
- 成本是否被说成个人选择、修养不足、能力问题、情绪问题或必要牺牲。
|
|
11
|
+
- 低权力主体是否必须付出更高成本才会被看见。
|
|
12
|
+
|
|
13
|
+
### 受益链
|
|
14
|
+
|
|
15
|
+
- 谁从现状获得资源、效率、声誉、免责、控制权、流量、利润或秩序稳定。
|
|
16
|
+
- 收益是否被包装成自然规则、公共利益、中立流程、专业判断或道德正确。
|
|
17
|
+
- 受益者是否能够改变条件,却把改变责任转回受损者。
|
|
18
|
+
|
|
19
|
+
### 权力与资源分配
|
|
20
|
+
|
|
21
|
+
- 谁能定义问题,谁只能解释自己。
|
|
22
|
+
- 谁能拖延,谁必须马上证明。
|
|
23
|
+
- 谁能调用规则,谁被规则调用。
|
|
24
|
+
- 谁拥有申诉、复核、撤回、惩罚、分配和解释入口。
|
|
25
|
+
|
|
26
|
+
### 概念遮蔽
|
|
27
|
+
|
|
28
|
+
检查哪些词正在替现实责任工作:
|
|
29
|
+
|
|
30
|
+
- "理性" 是否遮蔽了不平等的发言成本。
|
|
31
|
+
- "自由" 是否遮蔽了平台、资本或组织对条件的控制。
|
|
32
|
+
- "效率" 是否遮蔽了成本外包。
|
|
33
|
+
- "大局" 是否遮蔽了具体失职和低尺度伤害。
|
|
34
|
+
- "传统" 是否遮蔽了既有角色分配。
|
|
35
|
+
- "中立" 是否遮蔽了已有资源差距。
|
|
36
|
+
- "合规" 是否遮蔽了没有真实修复的表演。
|
|
37
|
+
|
|
38
|
+
### 再生产机制
|
|
39
|
+
|
|
40
|
+
- 这个问题如何在下一轮继续出现。
|
|
41
|
+
- 规则、指标、流量、组织奖励、家庭角色、平台算法或公共叙事是否让同一成本再次转移。
|
|
42
|
+
- 批评是否被吸收成流程、报告、道歉、活动或课程,却没有改变资源和边界。
|
|
43
|
+
|
|
44
|
+
### 弱信号与沉默
|
|
45
|
+
|
|
46
|
+
- 谁没有出现,谁不能安全发声。
|
|
47
|
+
- 哪些证据因为成本高、风险高或渠道封闭而缺席。
|
|
48
|
+
- 沉默可能是同意,也可能是退出、恐惧、耗竭或缺少承接渠道。
|
|
49
|
+
|
|
50
|
+
### 反向条件
|
|
51
|
+
|
|
52
|
+
每次批判都要写出至少一个限制条件:
|
|
53
|
+
|
|
54
|
+
- 什么证据会推翻本文判断。
|
|
55
|
+
- 哪个机制若被证明不存在,批判应降档。
|
|
56
|
+
- 哪些主体也承担了成本,不能被简单写成加害者。
|
|
57
|
+
- 哪些修复若真实发生,文章应改变结论。
|
|
58
|
+
|
|
59
|
+
## 使用原则
|
|
60
|
+
|
|
61
|
+
- 批判不是更重的语气,而是更清楚的成本、收益、权力和再生产分析。
|
|
62
|
+
- 术语必须落回现实行为。不能说清谁付出、谁获益、谁遮蔽、如何重复,就不要放进结论。
|
|
63
|
+
- 对个人保留复杂性,对机制保持锋利。
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# 例子与证据规则
|
|
2
|
+
|
|
3
|
+
## 默认例子要求
|
|
4
|
+
|
|
5
|
+
正文默认至少使用两个具体例子。例子可以来自:
|
|
6
|
+
|
|
7
|
+
- 用户给出的案例。
|
|
8
|
+
- 已知的稳定历史、组织、平台、文化或制度模式。
|
|
9
|
+
- 查源后的真实公共事件。
|
|
10
|
+
- 明确标注的假设、类比或常见模式。
|
|
11
|
+
|
|
12
|
+
## 必须查源的情况
|
|
13
|
+
|
|
14
|
+
涉及以下内容时,必须先查源,再写事实判断:
|
|
15
|
+
|
|
16
|
+
- 最新或近期公共事件。
|
|
17
|
+
- 真实人物、公司、平台、机构、政策、法律、数据、事故或争议。
|
|
18
|
+
- 可能影响名誉、资格、资源、权利、公共记忆的强判断。
|
|
19
|
+
- 用户要求引用、链接、直接出处或事实核验。
|
|
20
|
+
|
|
21
|
+
查源材料只能用于事实边界、反例、限制条件和现实锚点,不能接管文章命题。涉及真实公共对象或强判断时,同时读取 `../../crossframe/references/source-ledger-workflow.md`,为每条来源记录来源、时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由和仍需补证处。
|
|
22
|
+
|
|
23
|
+
## 未核验材料的写法
|
|
24
|
+
|
|
25
|
+
如果没有查源,或事实无法确认,只能这样使用:
|
|
26
|
+
|
|
27
|
+
- "可以作为一种类比来看"
|
|
28
|
+
- "如果事实如材料所述"
|
|
29
|
+
- "在很多平台/组织里常见的模式是"
|
|
30
|
+
- "这里先不把它当作已证实事实,而当作一个结构假设"
|
|
31
|
+
|
|
32
|
+
不能写成:
|
|
33
|
+
|
|
34
|
+
- "事实就是"
|
|
35
|
+
- "已经证明"
|
|
36
|
+
- "这说明某人/某组织本质上"
|
|
37
|
+
- "显然存在阴谋"
|
|
38
|
+
|
|
39
|
+
## 例子如何进入文章
|
|
40
|
+
|
|
41
|
+
每个例子必须服务一个明确功能:
|
|
42
|
+
|
|
43
|
+
- 展示成本如何转移。
|
|
44
|
+
- 展示收益如何隐藏。
|
|
45
|
+
- 展示概念如何遮蔽矛盾。
|
|
46
|
+
- 展示问题如何被重复生产。
|
|
47
|
+
- 展示反例或边界。
|
|
48
|
+
|
|
49
|
+
不要堆例子。两个例子足够时,不增加第三个。例子不能比文章命题更大。
|
|
50
|
+
|
|
51
|
+
## 引用边界
|
|
52
|
+
|
|
53
|
+
- 直接引用必须可核验。
|
|
54
|
+
- 不确定原句时只做意译或思想映射。
|
|
55
|
+
- 不编造作者、页码、链接、机构表述或统计数据。
|
|
56
|
+
- 搜索结果摘要、AI 报告、机构自评、合规材料不能单独作为强证据。
|