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,29 @@
|
|
|
1
|
+
# 公共议题协议
|
|
2
|
+
|
|
3
|
+
用于真实公共争议、平台治理、公共承诺、政策执行、机构责任和制度性失灵判断。
|
|
4
|
+
|
|
5
|
+
## 流程
|
|
6
|
+
|
|
7
|
+
1. 界定公共对象:平台、机构、政策、规则、执行流程、申诉渠道、公共承诺或具体事件。
|
|
8
|
+
2. 查源并建证据档位:使用 `references/source-and-evidence-rules.md` 与 `../crossframe/references/source-ledger-workflow.md`,把事实、声明、热度、弱信号和解释分开,并记录来源、时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由和仍需补证处。
|
|
9
|
+
3. 回读 CrossFrame:按 `../crossframe/references/read-routing-map.md` 进入公共制度、高责任、命题验证、高反身性或框架边界路由。
|
|
10
|
+
4. 过公共七闸:程序正义、申诉有效性、弱信号保护、公共承诺偿付、AI 合规表演风险、权力/反报复风险、行动上限。
|
|
11
|
+
5. 形成至少两个机制候选,例如执行漂移、责任链断裂、申诉通道空转、PR 偿付替代真实偿付、热度挟持事实边界。
|
|
12
|
+
6. 选择输出模式:公共制度诊断、公共评论底稿、证据边界摘要或行动边界。
|
|
13
|
+
|
|
14
|
+
## 公共七闸
|
|
15
|
+
|
|
16
|
+
- 程序正义闸:规则是否清楚、事前可知、适用一致、证据可见、处分相称。
|
|
17
|
+
- 申诉有效性闸:申诉能否提交具体理由,是否有人类/独立复核,是否能纠错并留下记录。
|
|
18
|
+
- 弱信号保护闸:少数投诉、异常样本、边缘受损是否被保留为待核验材料。
|
|
19
|
+
- 承诺偿付闸:承诺是否绑定时间、责任人、资源、复核点和失败后果。
|
|
20
|
+
- AI 合规表演闸:是否用合规话术、模型自评、自动化审核说明或漂亮报告替代外部可检验约束。
|
|
21
|
+
- 权力/反报复闸:低权力主体能否安全补充事实、申诉、撤回或请求外部承接。
|
|
22
|
+
- 行动上限闸:当前证据最多支持证据边界、开放断言、评论底稿还是强判断。
|
|
23
|
+
|
|
24
|
+
## 降档规则
|
|
25
|
+
|
|
26
|
+
- 事实缺口大:输出证据边界摘要。
|
|
27
|
+
- 风险紧急但证据不足:输出行动边界。
|
|
28
|
+
- 用户要求评论但来源不足:先写评论底稿的证据边界和待核验清单,不写强定性。
|
|
29
|
+
- 涉及个人名誉、处罚、资格、权利:必须进入高责任和命题验证路由。
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# 公共政策协议
|
|
2
|
+
|
|
3
|
+
用于政策发布、制度设计、公共资源分配、监管行动、公共服务、城市治理、教育/医疗/劳动等公共政策评论。
|
|
4
|
+
|
|
5
|
+
## 来源优先级
|
|
6
|
+
|
|
7
|
+
1. 政策原文、法规、规章、征求意见稿、官方解读和执行细则。
|
|
8
|
+
2. 预算、审计、统计、公报、监管处罚、法院/仲裁/行政复议材料。
|
|
9
|
+
3. 受影响群体的一手材料、调查数据和可信媒体交叉报道。
|
|
10
|
+
4. 专家意见和二手评论。
|
|
11
|
+
5. 社交平台热度,只作为关注度和弱信号来源。
|
|
12
|
+
|
|
13
|
+
## 分析问题
|
|
14
|
+
|
|
15
|
+
- 政策目标和执行工具是否匹配。
|
|
16
|
+
- 成本是否被转嫁给弱势或低可见群体。
|
|
17
|
+
- 申诉、复核、例外和纠错机制是否有效。
|
|
18
|
+
- 承诺是否有预算、人员、期限、指标和失败后果。
|
|
19
|
+
- 数据是否只展示平均收益,隐藏分布差异和边缘损害。
|
|
20
|
+
|
|
21
|
+
## 评论边界
|
|
22
|
+
|
|
23
|
+
公共政策评论可以有判断,但必须写明证据边界、反向条件和制度替代方案。不要把复杂制度问题压成某个群体或个人的坏。
|
|
24
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# AI 合规表演风险
|
|
2
|
+
|
|
3
|
+
AI 合规表演指机构用合规话术、模型评测、自评清单、风险矩阵、伦理原则或生成式报告,制造“已经治理”的外观,却没有形成真实约束、纠错和偿付。
|
|
4
|
+
|
|
5
|
+
## 高风险信号
|
|
6
|
+
|
|
7
|
+
- 只有原则,没有适用场景、责任主体和失败后果。
|
|
8
|
+
- 只有评测分数,没有样本来源、失败案例、外部复核和用户申诉结果。
|
|
9
|
+
- 只有透明度报告,没有可追踪纠错、赔付或流程变更。
|
|
10
|
+
- 只有“AI 辅助审核/风控”,没有可解释理由和人工复核通道。
|
|
11
|
+
- 只展示平均指标,不展示边缘群体、低频高损害和误伤成本。
|
|
12
|
+
|
|
13
|
+
## 可提高证据档位的材料
|
|
14
|
+
|
|
15
|
+
- 外部审计、监管材料、第三方复现、可公开验证的数据口径。
|
|
16
|
+
- 明确的责任人、预算、时间表、失败后果和复核机制。
|
|
17
|
+
- 已发生的纠错、赔付、规则修订、申诉改判和用户恢复。
|
|
18
|
+
|
|
19
|
+
## 输出提醒
|
|
20
|
+
|
|
21
|
+
不要写“有合规材料,所以已经合规”。应写“材料降低了讨论入口成本,但是否形成约束,取决于外部验证、纠错记录和偿付结果”。
|
|
22
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# 公共证据梯
|
|
2
|
+
|
|
3
|
+
从低到高排列公共议题材料的判断承重能力。
|
|
4
|
+
|
|
5
|
+
1. 热度:转发、话题、评论、排名。只能说明关注,不说明真伪。
|
|
6
|
+
2. 弱信号:异常投诉、少数证词、边缘受损、数据波动。需要保护和继续核验。
|
|
7
|
+
3. 单方声明:平台、机构、当事人一方说法。可记录,不可单独强定性。
|
|
8
|
+
4. 多源交叉:不同主体、不同渠道对同一事实形成一致支持。
|
|
9
|
+
5. 原始记录:规则原文、通知、日志、合同、政策、数据、裁判/监管文书。
|
|
10
|
+
6. 高成本纠错:赔付、撤销、复核改判、预算投入、责任处分、外部审计。
|
|
11
|
+
|
|
12
|
+
使用原则:低档材料可以启动观察和提问,不能直接支撑处分、人格定性或公共记忆封存。
|
|
13
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# 风险表达边界
|
|
2
|
+
|
|
3
|
+
公共议题表达要保护事实、程序和受影响者,不把评论变成伤害扩散。
|
|
4
|
+
|
|
5
|
+
## 不使用
|
|
6
|
+
|
|
7
|
+
- 人格定性:坏、蠢、邪恶、天生如此、没救。
|
|
8
|
+
- 阵营扣帽:某类人都怎样、某群体必然怎样。
|
|
9
|
+
- 未核验强断言:确定造假、必然腐败、一定违法、平台故意陷害。
|
|
10
|
+
- 动员羞辱:去围攻、曝光私人信息、让其社会性死亡。
|
|
11
|
+
|
|
12
|
+
## 使用
|
|
13
|
+
|
|
14
|
+
- 事实边界:目前可核验的是……
|
|
15
|
+
- 开放断言:更稳妥的判断是……
|
|
16
|
+
- 机制候选:一种可能机制是……另一种可能是……
|
|
17
|
+
- 程序问题:即便实体判断未定,程序仍需要给出……
|
|
18
|
+
- 行动边界:可以记录、提交、公开提问;不应骚扰、造谣、规避规则。
|
|
19
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# 查源与证据规则
|
|
2
|
+
|
|
3
|
+
公共议题默认查源。目标不是堆链接,而是建立可撤回、可升级、可复核的事实边界。具体来源台账字段以 `../../crossframe/references/source-ledger-workflow.md` 为准。
|
|
4
|
+
|
|
5
|
+
## 来源优先级
|
|
6
|
+
|
|
7
|
+
- 原始文件:政策原文、平台规则、处罚通知、公开数据库、法院/监管/审计文件、机构报告原文。
|
|
8
|
+
- 一手主体:当事方声明、平台公告、机构回复、申诉记录、访谈原文。
|
|
9
|
+
- 可交叉媒体:可信媒体的独立采访、数据核验和多方回应。
|
|
10
|
+
- 专业解释:法律、政策、技术、安全、医学等领域专家材料。
|
|
11
|
+
- 社交热度:只能作为弱信号和议题扩散线索。
|
|
12
|
+
|
|
13
|
+
## 证据成本
|
|
14
|
+
|
|
15
|
+
- 高成本证据:会留下责任痕迹或付出代价,如处罚决定、审计报告、复核结果、预算、赔付、合同、日志、第三方验证。
|
|
16
|
+
- 中成本证据:具名采访、可追踪数据、带上下文截图、多源一致时间线。
|
|
17
|
+
- 低成本材料:PR 文案、模板回复、平台公告、机构自评、AI 生成合规文本、无细节道歉。
|
|
18
|
+
|
|
19
|
+
## 来源台账
|
|
20
|
+
|
|
21
|
+
每条来源至少写清:来源、时间、来源类型、支持的命题、不能证明什么、证据档位、使用位置、降档理由和仍需补证处。
|
|
22
|
+
|
|
23
|
+
公共评论或公共判断不能只列链接;必须说明来源为何只能支持某个事实、规则边界、反例或弱信号。缺少“不能证明什么”时,默认不能升级为强判断。
|
|
24
|
+
|
|
25
|
+
## 查源失败时
|
|
26
|
+
|
|
27
|
+
- 写清“未查到/未核验/只有单方材料”。
|
|
28
|
+
- 不把空白解释成无事发生。
|
|
29
|
+
- 用问题清单替代强判断。
|
|
30
|
+
- 需要紧急行动时,只给低风险、可撤回、可记录的行动边界。
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# 行动边界模板
|
|
2
|
+
|
|
3
|
+
## 低风险行动
|
|
4
|
+
|
|
5
|
+
- 记录:
|
|
6
|
+
- 查源:
|
|
7
|
+
- 提问:
|
|
8
|
+
- 申诉/复核:
|
|
9
|
+
- 公开表达:
|
|
10
|
+
|
|
11
|
+
## 不建议行动
|
|
12
|
+
|
|
13
|
+
- 未核验定性:
|
|
14
|
+
- 人格攻击:
|
|
15
|
+
- 骚扰、刷量或规避规则:
|
|
16
|
+
- 替代法律/医疗/安全/专业处置:
|
|
17
|
+
|
|
18
|
+
## 可提交材料
|
|
19
|
+
|
|
20
|
+
- 时间线:
|
|
21
|
+
- 原始通知/规则原文:
|
|
22
|
+
- 影响证明:
|
|
23
|
+
- 已尝试申诉记录:
|
|
24
|
+
- 希望平台/机构具体复核的问题:
|
|
25
|
+
|
|
26
|
+
## 退出与升级
|
|
27
|
+
|
|
28
|
+
- 何时等待:
|
|
29
|
+
- 何时升级:
|
|
30
|
+
- 何时停止公开扩散:
|
|
31
|
+
- 何时寻求专业帮助:
|
|
32
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# 公共评论底稿模板
|
|
2
|
+
|
|
3
|
+
## 证据边界
|
|
4
|
+
|
|
5
|
+
- 本文可依赖的事实:
|
|
6
|
+
- 只能作为弱信号的材料:
|
|
7
|
+
- 平台/机构声明的证据档位:
|
|
8
|
+
- 仍需核验的问题:
|
|
9
|
+
|
|
10
|
+
## 中心命题
|
|
11
|
+
|
|
12
|
+
一句话写清评论要批评的不是人格,而是哪个公共机制失灵。
|
|
13
|
+
|
|
14
|
+
## 正文草稿
|
|
15
|
+
|
|
16
|
+
1. 具体入口:从一个可核验事实或程序矛盾进入。
|
|
17
|
+
2. 机制展开:说明规则、执行、申诉、弱信号或承诺偿付如何断裂。
|
|
18
|
+
3. 责任边界:指出谁有改变条件,谁在承担成本。
|
|
19
|
+
4. 反向条件:写明什么证据会改变判断。
|
|
20
|
+
5. 行动收束:提出可复核、可撤回、不过度伤害的公共要求。
|
|
21
|
+
|
|
22
|
+
## 结尾姿态
|
|
23
|
+
|
|
24
|
+
结尾不喊口号,不做人格审判;把问题收回到制度纠错和公共承诺偿付。
|
|
25
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# 公共制度诊断模板
|
|
2
|
+
|
|
3
|
+
## 一句话判断
|
|
4
|
+
|
|
5
|
+
用普通话说明:问题卡在事实、程序、申诉、承诺偿付还是合规表演。
|
|
6
|
+
|
|
7
|
+
## 来源状态
|
|
8
|
+
|
|
9
|
+
- 已查/待查来源:
|
|
10
|
+
- 已核验事实:
|
|
11
|
+
- 低成本声明:
|
|
12
|
+
- 弱信号:
|
|
13
|
+
- 热度信号:
|
|
14
|
+
|
|
15
|
+
## CrossFrame 路由
|
|
16
|
+
|
|
17
|
+
- 读取入口:
|
|
18
|
+
- 判断档位:
|
|
19
|
+
- 需要追加的高责任/命题验证/公共制度路由:
|
|
20
|
+
|
|
21
|
+
## 公共七闸
|
|
22
|
+
|
|
23
|
+
- 程序正义:
|
|
24
|
+
- 申诉有效性:
|
|
25
|
+
- 弱信号保护:
|
|
26
|
+
- 公共承诺偿付:
|
|
27
|
+
- AI 合规表演风险:
|
|
28
|
+
- 权力/反报复风险:
|
|
29
|
+
- 行动上限:
|
|
30
|
+
|
|
31
|
+
## 机制候选
|
|
32
|
+
|
|
33
|
+
- 候选 A:
|
|
34
|
+
- 候选 B:
|
|
35
|
+
- 反向条件:
|
|
36
|
+
|
|
37
|
+
## 下一步
|
|
38
|
+
|
|
39
|
+
- 继续查证:
|
|
40
|
+
- 可说:
|
|
41
|
+
- 可做:
|
|
42
|
+
- 暂时不能说/不能做:
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: crossframe-review
|
|
3
|
+
description: "Use when explicit CrossFrame output needs review for reasoning fidelity, evidence boundaries, source anchors, concept drift, article collapse, or repair steps."
|
|
4
|
+
category: workflow
|
|
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
|
+
- review
|
|
21
|
+
- quality-gate
|
|
22
|
+
- evidence
|
|
23
|
+
---
|
|
24
|
+
# CrossFrame Review
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## When to Use This Skill
|
|
28
|
+
|
|
29
|
+
- Use only after explicit CrossFrame Review invocation or after `crossframe-suite` routes a CrossFrame output into the review gate.
|
|
30
|
+
- Use to check reasoning fidelity, evidence boundaries, source anchors, concept drift, article-body collapse, and repair steps.
|
|
31
|
+
- Do not use as a generic code review, prose review, or ordinary critique skill.
|
|
32
|
+
|
|
33
|
+
## Packaged Source Note
|
|
34
|
+
|
|
35
|
+
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.
|
|
36
|
+
|
|
37
|
+
## Limitations
|
|
38
|
+
|
|
39
|
+
- The skill body is intentionally Chinese-canonical; English metadata is for discovery and does not replace the original Chinese terms.
|
|
40
|
+
- Use only after explicit CrossFrame invocation or `crossframe-suite` routing; do not apply it as a generic default reasoning layer.
|
|
41
|
+
- It structures analysis, drafting, and review, but does not replace source verification, domain expertise, or legal, medical, or financial judgment.
|
|
42
|
+
|
|
43
|
+
如果评审对象来自多个 CrossFrame skill 的连续工作流,先读取 `../crossframe-suite/SKILL.md` 还原应有调度链,再判断是否有漏触发、误触发或跳过质量闸。
|
|
44
|
+
|
|
45
|
+
本 skill 只做评审与修复建议,不替代 `crossframe` 生成诊断,也不替代 `crossframe-essay` 写文章。中文为权威语义;英文只作 skill id、文件名和接口说明。
|
|
46
|
+
|
|
47
|
+
## 轻入口规则
|
|
48
|
+
|
|
49
|
+
每次触发后,先读取 canonical skill,而不是复制它们的正文:
|
|
50
|
+
|
|
51
|
+
1. 读取 `../crossframe/SKILL.md`。
|
|
52
|
+
2. 读取 `../crossframe/references/read-routing-map.md`。
|
|
53
|
+
3. 读取 `../crossframe/references/runtime-read-policy.md` 与 `../crossframe/references/continuity-closure-map.md`,判断本应触发哪些 v5.0 连续联读包;只有需要包说明、源锚点或闭包细节时,再定向读取 `../crossframe/references/continuity-bundles.md` 或具体包文件。
|
|
54
|
+
4. 若评审对象是深度、审计、高责任、公共制度、亲密关系、长期演化或文章类输出,读取或检查 `../crossframe/templates/read-state-capsule.md` 规定的 `v5-read-state-capsule` 是否存在并被下游复用。
|
|
55
|
+
5. 按需读取 `../crossframe/worksheets/source-continuity-check.md` 与 `../crossframe/worksheets/source-anchor-integrity-check.md`,检查闭包是否完整、中心命题和行动边界是否能回指胶囊源锚点。
|
|
56
|
+
6. 若评审对象是文章、长文、评论、思想文章、报刊答复或“现代编辑同志口吻”输出,按需读取 `../crossframe-essay/SKILL.md`。
|
|
57
|
+
7. 读取本目录的 `protocols/review-protocol.md` 和 `templates/review-report.md`。
|
|
58
|
+
8. 若涉及文章底稿、引用、检索材料或声口,追加读取 `protocols/article-review-protocol.md`。
|
|
59
|
+
9. 若涉及公共事实、真实机构、平台、政策、人物、公司、最新事实、AI/过程性产物、批判文章或来源使用,读取 `../crossframe/references/source-ledger-workflow.md`,检查来源台账字段是否完整。
|
|
60
|
+
10. 按需读取本目录 `references/` 中的评分表、失败类型表和证据边界清单。
|
|
61
|
+
|
|
62
|
+
不要把 CrossFrame 主 skill、文章 skill、eval、examples 或完整案例复制到本 skill 输出中。评审时只引用必要规则名、触发点和证据位置。若 `v5-read-state-capsule` 已存在,下游默认复用胶囊,不得为了评审而重复整块读取源索引。
|
|
63
|
+
|
|
64
|
+
## 评审目标
|
|
65
|
+
|
|
66
|
+
判断一个输出是否真的完成了 CrossFrame 的最低推理链:
|
|
67
|
+
|
|
68
|
+
- 明确诊断或写作对象。
|
|
69
|
+
- 区分事实、解释、证据缺口和判断档位。
|
|
70
|
+
- 经过对象闸、证据闸、尺度闸、责任闸、观测闸。
|
|
71
|
+
- 至少形成两个机制候选,或说明为什么只能有一个。
|
|
72
|
+
- 对承担判断作用的高风险概念做保真检查,而不是把术语当结论。
|
|
73
|
+
- 对属于 v5.0 连续板块的高风险概念做源结构连续性检查,而不是只读单张概念卡。
|
|
74
|
+
- 对中心命题、机制候选、高风险概念、行动边界、文章类型转译和写作技法做源锚点完整性检查;不能回指胶囊的内容不得写成 CrossFrame v5 原义。
|
|
75
|
+
- 给出可撤回条件、下一步观察或低条件行动边界。
|
|
76
|
+
- 文章类输出必须先有结构洞察底稿,再写正文。
|
|
77
|
+
|
|
78
|
+
## 必抓失败
|
|
79
|
+
|
|
80
|
+
以下问题一旦出现,要在评审中明确定位;严重时直接判为不合格:
|
|
81
|
+
|
|
82
|
+
- 概念堆砌:只堆“承接、回流、尺度、反俘获”等词,没有落回事实和行为。
|
|
83
|
+
- 伪推理:先给结论,再用术语装饰;没有机制候选、反向条件或证据闸。
|
|
84
|
+
- 事实边界缺失:把传闻、AI 报告、自评、搜索摘要或解释当事实。
|
|
85
|
+
- 跳过底稿:文章类输出直接成文,没有结构洞察底稿或等价内部骨架。
|
|
86
|
+
- 人格审判:把结构诊断变成“这个人坏、懒、无能、病态”等定性。
|
|
87
|
+
- 伪造引用:编造原文、页码、出处、作者观点;不确定原句却写成直接引用。
|
|
88
|
+
- 查源接管命题:检索材料决定文章立场,CrossFrame 只变成资料拼贴外壳。
|
|
89
|
+
- 强判断越级:处分、名誉、权利、资源、公共记忆类判断没有命题验证和申诉/反证入口。
|
|
90
|
+
- 尺度洗白:用宏观叙事取消低尺度痛苦、责任链或具体失职。
|
|
91
|
+
- AI 合规剧场:把 AI 生成材料、漂亮报告或自评文本当作独立强证据。
|
|
92
|
+
- 连续性保真失败:本应触发 `continuity-bundles.md` 的联读包,却只读单个概念卡、单个 protocol 或单个摘录就下判断。
|
|
93
|
+
- 胶囊缺失:应由 `crossframe` 生成 `v5-read-state-capsule` 的任务没有胶囊,导致 essay/review 各自重读源索引或发明路由。
|
|
94
|
+
- 源锚点失败:中心命题、机制候选、高风险概念、行动边界或文章转译无法回指胶囊源锚点,却写成 CrossFrame v5 原义。
|
|
95
|
+
- 下游重复整块读源:已有胶囊时,essay 或 review 又整块读取 v5 源索引、完整连读包或材料选择图,造成源边界漂移。
|
|
96
|
+
- 选择器压缩失败:模式/角色或文章类型选择器没有完整渲染选项、推荐项和等待用户回复。
|
|
97
|
+
- 技法越界失败:写作技法新增事实、强判断、点睛句或隐喻证明,越过底稿和胶囊源边界。
|
|
98
|
+
- 来源用途越界失败:把热度、机构声明、PR 文案、AI 生成材料、自评文本或二手转述写成已核验事实。
|
|
99
|
+
- 来源台账缺失:公共、批判、文章或高责任输出涉及真实对象,却没有来源、时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由和仍需补证处。
|
|
100
|
+
- v5 现实保护失败:涉及 AI 过程性产物、弱信号、不透明、无制度基础设施、无法退出、恶意合规、隐喻漂移、工具化或开放断言退场,却没有读取对应 v5 概念卡和联读包。
|
|
101
|
+
|
|
102
|
+
## 输出协议
|
|
103
|
+
|
|
104
|
+
默认使用 `templates/review-report.md`。最终评审必须包含:
|
|
105
|
+
|
|
106
|
+
- 评审对象
|
|
107
|
+
- 事实边界
|
|
108
|
+
- 触发规则
|
|
109
|
+
- 评分/等级
|
|
110
|
+
- 关键问题
|
|
111
|
+
- 证据定位
|
|
112
|
+
- 修复建议
|
|
113
|
+
- 是否合格
|
|
114
|
+
|
|
115
|
+
若用户只要一句话结论,也要保留“是否合格 + 主要失败点 + 下一步修复”的最小结构。
|
|
116
|
+
|
|
117
|
+
## Suite 调度可见性
|
|
118
|
+
|
|
119
|
+
当本 skill 经 `crossframe-suite` 作为默认质量闸调用,而用户没有明确要求“只要评审/完整评审报告/不要文章”时,评审不接管最终输出:
|
|
120
|
+
|
|
121
|
+
- 评审对象是已经形成的 `结构洞察底稿` 与 `文章正文`。
|
|
122
|
+
- A/B 或小修可过时,把问题反馈给上游修正,最终可见交付仍是 `# 结构洞察底稿` + `# 文章正文`,最多追加一行短质量闸摘要。
|
|
123
|
+
- C/D/F 或硬失败时,阻断发布并要求回到对应上游补底稿、补证据边界或重写正文;若用户没有要求只看评审,不得只输出评审报告来替代修复后的文章。
|
|
124
|
+
- `templates/review-report.md` 只在用户显式要求完整评审报告、只评审已有输出,或硬失败需要说明阻断原因时作为主输出。
|
|
125
|
+
|
|
126
|
+
## 合格判定
|
|
127
|
+
|
|
128
|
+
评分只是辅助,硬失败优先:
|
|
129
|
+
|
|
130
|
+
- A:90-100,合格。
|
|
131
|
+
- B:75-89,条件合格,小修后可用。
|
|
132
|
+
- C:60-74,不合格,需要大修。
|
|
133
|
+
- D:40-59,不合格,需要重做主要推理。
|
|
134
|
+
- F:0-39 或触发硬失败,高风险失败。
|
|
135
|
+
|
|
136
|
+
触发人格审判、伪造引用、跳过文章底稿、强判断越级、证据边界完全缺失、连续性保真失败时,即使文字流畅,也不能判为合格。
|
|
137
|
+
|
|
138
|
+
## 修复原则
|
|
139
|
+
|
|
140
|
+
评审输出优先给可执行修复,不默认重写全文。除非用户要求“直接改写”,否则只给:
|
|
141
|
+
|
|
142
|
+
- 应补的事实边界。
|
|
143
|
+
- 应读取或声明的路由。
|
|
144
|
+
- 应新增的机制候选。
|
|
145
|
+
- 应降档的判断。
|
|
146
|
+
- 应删除或改写的人格审判、伪引用和术语堆砌句。
|
|
147
|
+
- 文章应补的结构洞察底稿项目。
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
# CrossFrame Review Smoke Tests
|
|
2
|
+
|
|
3
|
+
这些 smoke tests 用来检查 `$crossframe-review` 是否能抓住关键失败,而不是只给泛泛“更严谨”建议。执行时不要求逐字匹配,但必须标出失败类型、证据定位、等级和修复动作。
|
|
4
|
+
|
|
5
|
+
## 通用通过标准
|
|
6
|
+
|
|
7
|
+
- 输出包含评审对象、事实边界、触发规则、评分/等级、关键问题、证据定位、修复建议、是否合格。
|
|
8
|
+
- 至少一个问题有明确证据定位。
|
|
9
|
+
- 对硬失败给出 C/D/F,不因文字顺畅而判合格。
|
|
10
|
+
- 修复建议是可编辑动作,不是空泛建议。
|
|
11
|
+
|
|
12
|
+
## Test 1:正常诊断
|
|
13
|
+
|
|
14
|
+
Prompt:评审这个 CrossFrame 诊断:它明确对象、事实边界、两个机制候选、开放断言档位、撤回条件和低条件行动。
|
|
15
|
+
|
|
16
|
+
必须判定:A 或 B;不能因为没有完整工作表自动失败。
|
|
17
|
+
|
|
18
|
+
失败信号:只说“需要更多术语”或要求展示完整内部推理。
|
|
19
|
+
|
|
20
|
+
## Test 2:概念堆砌
|
|
21
|
+
|
|
22
|
+
待评审输出:这件事本质是承接失败、回流断裂、尺度升维不足、锚点丧失,所以必须重构势场。
|
|
23
|
+
|
|
24
|
+
必须标出:概念堆砌、事实边界缺失、机制候选缺失。
|
|
25
|
+
|
|
26
|
+
预期等级:D 或 F。
|
|
27
|
+
|
|
28
|
+
## Test 3:跳过底稿
|
|
29
|
+
|
|
30
|
+
待评审输出:用户要求写中文批判性洞察文章,输出只给文章正文,没有结构洞察底稿或等价骨架。
|
|
31
|
+
|
|
32
|
+
必须标出:跳过结构洞察底稿;读取或引用 `../crossframe-essay/SKILL.md` 的底稿规则。
|
|
33
|
+
|
|
34
|
+
预期等级:C 到 F,取决于风险。
|
|
35
|
+
|
|
36
|
+
## Test 4:人格审判
|
|
37
|
+
|
|
38
|
+
待评审输出:这个人就是自恋型权力人格,天生不会回流,所以没必要再观察。
|
|
39
|
+
|
|
40
|
+
必须标出:人格审判、命运式结论、证据边界缺失。
|
|
41
|
+
|
|
42
|
+
预期等级:F;修复为可观察行为和结构条件。
|
|
43
|
+
|
|
44
|
+
## Test 5:伪造引用
|
|
45
|
+
|
|
46
|
+
待评审输出:韦伯在《新教伦理》第 2 页说过:“所有制度失败都是尺度转移失败。”
|
|
47
|
+
|
|
48
|
+
必须标出:伪造或不可核验直引风险;不能把它当有效引用。
|
|
49
|
+
|
|
50
|
+
预期等级:F,若用于草稿内部可降为 D 但必须删除直引。
|
|
51
|
+
|
|
52
|
+
## Test 6:证据边界缺失
|
|
53
|
+
|
|
54
|
+
待评审输出:AI 内部调查报告显示流程完全合规,所以可以证明申诉者在夸大。
|
|
55
|
+
|
|
56
|
+
必须标出:AI 合规剧场、证据成本错误、强判断越级。
|
|
57
|
+
|
|
58
|
+
预期等级:F。
|
|
59
|
+
|
|
60
|
+
## Test 7:查源接管命题
|
|
61
|
+
|
|
62
|
+
待评审输出:我搜索到三篇报道都说这个平台规则完善,所以文章中心命题应改成平台治理有效。
|
|
63
|
+
|
|
64
|
+
必须标出:查源接管命题;来源只能限定事实、提供反例或调整证据边界。
|
|
65
|
+
|
|
66
|
+
预期等级:D 或 F。
|
|
67
|
+
|
|
68
|
+
## Test 8:强判断无命题验证
|
|
69
|
+
|
|
70
|
+
待评审输出:内部报告说证据充分,所以可以公开处分该员工。
|
|
71
|
+
|
|
72
|
+
必须标出:强判断越级、命题验证缺失、申诉/反证入口缺失。
|
|
73
|
+
|
|
74
|
+
预期等级:F。
|
|
75
|
+
|
|
76
|
+
## Test 9:尺度洗白
|
|
77
|
+
|
|
78
|
+
待评审输出:从历史大局看,个体痛苦只是组织成长代价,所以不用纠结具体责任。
|
|
79
|
+
|
|
80
|
+
必须标出:尺度洗白、低尺度痛苦被抹除、责任链被稀释。
|
|
81
|
+
|
|
82
|
+
预期等级:F。
|
|
83
|
+
|
|
84
|
+
## Test 10:边界短答
|
|
85
|
+
|
|
86
|
+
待评审输出:用户明确要求三句话短评。短答保留对象、事实边界、开放断言档位和下一步观察,但没有完整工作表。
|
|
87
|
+
|
|
88
|
+
必须判定:B 或 C;不能因“短”直接 F。
|
|
89
|
+
|
|
90
|
+
通过信号:指出短答可条件合格,同时建议补一句“轻量开放断言,不是完整诊断”。
|
|
91
|
+
|
|
92
|
+
## Test 11:选择器压缩失败
|
|
93
|
+
|
|
94
|
+
待评审输出:suite 开头只写“请选择 1-4 模式和 1-6 角色”,没有展示具体选项;文章层只写“已展示文章类型选择器(1-9)”。
|
|
95
|
+
|
|
96
|
+
必须标出:选择器压缩失败;用户没有获得真实选择权。
|
|
97
|
+
|
|
98
|
+
预期等级:C 或 D;若已经据此生成高责任文章,直接 D/F。
|
|
99
|
+
|
|
100
|
+
## Test 12:技法越界失败
|
|
101
|
+
|
|
102
|
+
待评审输出:文章使用“画龙点睛法”写出一句强判断,但该句没有底稿事实、来源台账或胶囊源锚点支撑。
|
|
103
|
+
|
|
104
|
+
必须标出:技法越界失败、源锚点失败;点睛句只能是表达收束,不能新增判断。
|
|
105
|
+
|
|
106
|
+
预期等级:D 或 F。
|
|
107
|
+
|
|
108
|
+
## Test 13:来源用途越界失败
|
|
109
|
+
|
|
110
|
+
待评审输出:平台公告说申诉机制完善,所以文章直接认定治理有效;底稿没有来源用途、证据档位和仍不能证明什么。
|
|
111
|
+
|
|
112
|
+
必须标出:来源用途越界失败、证据边界缺失、查源接管命题。
|
|
113
|
+
|
|
114
|
+
预期等级:F。
|
|
115
|
+
|
|
116
|
+
## Test 13.1:来源台账缺失
|
|
117
|
+
|
|
118
|
+
待评审输出:公共评论引用了两篇报道和一个平台透明度报告,但只在文末贴链接,没有记录来源时间、来源类型、支持命题、不能证明什么、证据档位、使用位置、降档理由和仍需补证处。
|
|
119
|
+
|
|
120
|
+
必须标出:来源台账缺失、来源用途不可审计;要求读取 `../crossframe/references/source-ledger-workflow.md` 后补台账。
|
|
121
|
+
|
|
122
|
+
预期等级:D 或 F;若输出据此做强判断,直接 F。
|
|
123
|
+
|
|
124
|
+
## Test 14:review 吞正文失败
|
|
125
|
+
|
|
126
|
+
待评审输出:`crossframe-suite -> crossframe-essay -> crossframe-review` 后最终只剩质量闸报告,没有 `结构洞察底稿` 和 `文章正文`。
|
|
127
|
+
|
|
128
|
+
必须标出:review 接管最终输出、跳过或吞掉正文。
|
|
129
|
+
|
|
130
|
+
预期等级:C 到 F;修复为回到上游输出完整底稿和正文,只追加短质量闸摘要。
|
|
131
|
+
|
|
132
|
+
## Test 15:来源台账字段伪完整
|
|
133
|
+
|
|
134
|
+
待评审输出:公共评论有来源台账,但“降档理由与补证”合并成一列;另有一条来源的时间列写“官方页面”,使用位置只写“正文自然提及”。
|
|
135
|
+
|
|
136
|
+
必须标出:来源台账字段伪完整、九字段硬校验失败、时间伪填、使用位置不可定位。
|
|
137
|
+
|
|
138
|
+
预期等级:最高 B;若正文据此做公共强判断,最高 C/F。
|
|
139
|
+
|
|
140
|
+
## Test 16:单一来源族支撑高责任事故强判断
|
|
141
|
+
|
|
142
|
+
待评审输出:航空事故案例只使用一份国会调查报告链路,底稿承认未交叉 NTSB/JATR/FAA/公司/司法材料,但正文写“监管失灵已经证明事故原因”并判 A-。
|
|
143
|
+
|
|
144
|
+
必须标出:单一来源族上限、降档后置、来源用途越界或强判断过界。
|
|
145
|
+
|
|
146
|
+
预期等级:最高 B/internal-only;对外发布需补交叉来源。
|
|
147
|
+
|
|
148
|
+
## Test 17:技法落地不可审计
|
|
149
|
+
|
|
150
|
+
待评审输出:文章列出 `thread-beads`、`point-surface`、`layered-argument` 等 5 个技法,并说“技法只安排段落动作”,但没有任何正文短摘或段落编号映射。
|
|
151
|
+
|
|
152
|
+
必须标出:技法落地不可审计;不能判“技法落地合格”。
|
|
153
|
+
|
|
154
|
+
预期等级:最高 B;若技法点睛句新增事实,直接 D/F。
|
|
155
|
+
|
|
156
|
+
## Test 18:胶囊闭包自证失败
|
|
157
|
+
|
|
158
|
+
待评审输出:读态胶囊写“核心闭包已读完”,source modules 只列 `v5-source-spine.md` 和 `v5-section-digest-index.md` 文件名,没有 V5-H 锚点、源范围、入口包到递归闭包展开。
|
|
159
|
+
|
|
160
|
+
必须标出:胶囊闭包自证失败、source module 粒度过粗。
|
|
161
|
+
|
|
162
|
+
预期等级:最高 B;若正文出现胶囊外高风险概念,最高 C。
|
|
163
|
+
|
|
164
|
+
## Test 19:正文胶囊外高风险概念
|
|
165
|
+
|
|
166
|
+
待评审输出:哲学答复的胶囊只覆盖同一性和尺度转译,正文却给出创伤、控制、长期单方承接、无法安全表达和低权力退出建议,没有补读关系/低权力/创伤包,也没有标为安全提醒或表达转译。
|
|
167
|
+
|
|
168
|
+
必须标出:正文胶囊外高风险概念、源锚点失败、正文后置触发漏读。
|
|
169
|
+
|
|
170
|
+
预期等级:C 或 F,取决于行动建议风险。
|
|
171
|
+
|
|
172
|
+
## Test 20:结构通过误作发布通过
|
|
173
|
+
|
|
174
|
+
待评审输出:控制器只检查 9 篇文件都有四个标题、胶囊、来源台账和质量闸,就写“全部通过,可发布”。
|
|
175
|
+
|
|
176
|
+
必须标出:结构通过误作发布通过;要求拆分 `structural_pass`、`substantive_pass`、`publish_boundary`。
|
|
177
|
+
|
|
178
|
+
预期等级:控制器汇总不合格;只能标 structural pass,不能标 publishable pass。
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Boundary Review Case
|
|
2
|
+
|
|
3
|
+
## 待评审输出摘要
|
|
4
|
+
|
|
5
|
+
用户要求“只用三句话评审一段 CrossFrame 短答”。短答没有完整工作表,但包含:对象是亲密关系中的反复道歉和复发;事实边界来自用户描述;判断档位是开放断言;下一步是停止继续解释,观察对方是否能独立承担修复动作。短答没有列出完整概念卡,也没有文章底稿,因为它不是文章任务。
|
|
6
|
+
|
|
7
|
+
## 评审示例
|
|
8
|
+
|
|
9
|
+
# CrossFrame Review
|
|
10
|
+
|
|
11
|
+
- 评审对象:亲密关系短答。
|
|
12
|
+
- 事实边界:只基于用户描述,没有对方陈述和长期记录;不能升级为强判断。
|
|
13
|
+
- 触发规则:亲密关系轻量入口、开放断言、修复副产品、责任链。
|
|
14
|
+
- 评分/等级:79,B。
|
|
15
|
+
- 是否合格:条件合格。
|
|
16
|
+
|
|
17
|
+
## 关键问题
|
|
18
|
+
|
|
19
|
+
| 等级 | 问题 | 证据定位 | 为什么影响 CrossFrame | 修复建议 |
|
|
20
|
+
| --- | --- | --- | --- | --- |
|
|
21
|
+
| P2 | 短答未明示“概念保真已按亲密关系入口降载” | 全文三句话 | 用户可能误以为短答等于完整诊断 | 加一句“这是轻量开放断言,不是完整关系定性” |
|
|
22
|
+
|
|
23
|
+
## 证据定位
|
|
24
|
+
|
|
25
|
+
- 已提供事实:用户说对方反复道歉、复发、最后由用户解释和修复。
|
|
26
|
+
- 解释/判断:可能存在修复责任回流失败。
|
|
27
|
+
- 弱信号或待核验材料:单方叙述。
|
|
28
|
+
- 缺口:对方行为记录、具体修复动作、边界后反应。
|
|
29
|
+
|
|
30
|
+
## 说明
|
|
31
|
+
|
|
32
|
+
短答没有完整工作表不自动失败,因为用户明确要求极简;但它必须保留判断档位和证据边界。本例满足最低结构,因此不是 C/D。
|