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,42 @@
|
|
|
1
|
+
# 动力组概念卡
|
|
2
|
+
|
|
3
|
+
用于吸收 v3.0 中启动、转译、让渡职责、支撑通道、多层条件场和高尺度环境势场相关概念。
|
|
4
|
+
|
|
5
|
+
## 核心含义
|
|
6
|
+
|
|
7
|
+
动力组关注一个行动为什么能启动、如何被转译成可执行任务、职责如何被让渡或转移、哪些通道支撑行动持续,以及外部环境势场如何改变内部判断。
|
|
8
|
+
|
|
9
|
+
它不是“动机分析”。它看的是行动条件:资源、权限、信任、时间、合法性、反馈通道和外部压力。
|
|
10
|
+
|
|
11
|
+
## 关键概念
|
|
12
|
+
|
|
13
|
+
| 概念 | 人话解释 | 判断作用 |
|
|
14
|
+
| --- | --- | --- |
|
|
15
|
+
| 启动 | 行动第一次被真实放进时间、资源或承诺中 | 区分愿望和真实开始 |
|
|
16
|
+
| 转译 | 把价值、目标、痛苦或反馈变成可执行任务 | 看中间层是否过载或失真 |
|
|
17
|
+
| 让渡职责 | 原本该由某主体承担的责任被转给别人 | 查责任链是否被转移给低权力主体 |
|
|
18
|
+
| 支撑通道组 | 行动持续所需的资源、信息、权限、信任通道 | 看失败是意愿问题还是通道断裂 |
|
|
19
|
+
| 多层条件场 | 多个尺度条件共同决定行动可能性 | 防止只归因于个人选择 |
|
|
20
|
+
| 高尺度环境势场 | 大环境对局部行动的压力和机会 | 看外部趋势是否改变内部可行性 |
|
|
21
|
+
|
|
22
|
+
## 证据要求
|
|
23
|
+
|
|
24
|
+
- 目标是否进入时间表、预算、角色或制度记忆?
|
|
25
|
+
- 谁负责把抽象目标转译成任务,是否有权限和资源?
|
|
26
|
+
- 哪些责任被上移、下压或横向甩给别人?
|
|
27
|
+
- 行动失败时,是通道断了,还是主体没有行动?
|
|
28
|
+
- 外部环境改变了哪些内部选项,而不是只提供背景解释?
|
|
29
|
+
|
|
30
|
+
## 失败机制
|
|
31
|
+
|
|
32
|
+
- 只喊启动,没有真实投入。
|
|
33
|
+
- 把转译劳动压给中层、亲密关系中的一方或低权力主体。
|
|
34
|
+
- 把系统责任包装成个人成长任务。
|
|
35
|
+
- 用“大环境不好”取消内部仍可改变的条件。
|
|
36
|
+
|
|
37
|
+
## 修复动作
|
|
38
|
+
|
|
39
|
+
- 把目标写成一个最小可执行承诺。
|
|
40
|
+
- 给转译者权限、时间、反馈和拒绝权。
|
|
41
|
+
- 把被让渡的职责追溯回能改变条件的主体。
|
|
42
|
+
- 区分外部势场造成的限制和内部仍需承担的责任。
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# 证据成本 / 弱信号 / AI 合规材料
|
|
2
|
+
|
|
3
|
+
## 核心定义
|
|
4
|
+
|
|
5
|
+
证据成本不是“材料看起来有多正式”,而是产生这个信号需要承担多少真实代价、风险和可复核约束。
|
|
6
|
+
|
|
7
|
+
同一个动作在不同权力位置上的成本不同。高资源主体的一份精美报告可能成本很低;低权力主体的一次实名投诉、一次拒绝、一次离开,可能已经是高风险信号。
|
|
8
|
+
|
|
9
|
+
## 三类证据
|
|
10
|
+
|
|
11
|
+
- 高成本证据:真实行动、资源改变、制度后果、长期重复记录、可外部复核材料、承担风险后的证词。
|
|
12
|
+
- 中成本证据:稳定的多方记录、可追溯流程、重复出现的行为模式、有限外部校准。
|
|
13
|
+
- 低成本材料:态度表述、口号、自评、漂亮汇报、道歉稿、AI 生成总结、一次性承诺。
|
|
14
|
+
|
|
15
|
+
低成本材料可以作为线索,不能作为强判断支柱。
|
|
16
|
+
|
|
17
|
+
## 相对成本校正
|
|
18
|
+
|
|
19
|
+
判断证据强度时同时问:
|
|
20
|
+
|
|
21
|
+
- 发出这个信号的人有多少资源和权力?
|
|
22
|
+
- 说出这个信号会不会带来报复、排斥、失业、失去关系或公共污名?
|
|
23
|
+
- 这个主体有没有安全退出空间?
|
|
24
|
+
- 这个信号是否能被外部材料或重复模式校准?
|
|
25
|
+
|
|
26
|
+
## 弱信号保护
|
|
27
|
+
|
|
28
|
+
来自边缘主体、低权力主体、受影响者和退出困难者的信号,不得因表达不专业、形式不完整或材料不漂亮而自动降权。
|
|
29
|
+
|
|
30
|
+
正确处理方式是进入待复核区,通过外部证据、重复模式和影响后果校准,而不是要求弱势主体不断暴露自身来满足强者定义的证据格式。
|
|
31
|
+
|
|
32
|
+
## AI 合规材料
|
|
33
|
+
|
|
34
|
+
AI 生成的报告、总结、答复、复盘、道歉稿、合规说明,只能证明有人生成了材料,不能证明事实被复核、反馈被采纳、申诉有效或系统已经修复。
|
|
35
|
+
|
|
36
|
+
若 AI 被用于包装合规、模拟共识、压制异议、预判诊断规则或替强者背书,必须触发反俘获检查。
|
|
37
|
+
|
|
38
|
+
## 输出要求
|
|
39
|
+
|
|
40
|
+
当证据成本承担判断作用时,输出必须说明:
|
|
41
|
+
|
|
42
|
+
- 当前证据主要属于高、中、低哪一类。
|
|
43
|
+
- 哪些证据只是线索,不能支撑强判断。
|
|
44
|
+
- 哪些弱信号需要保护和复核。
|
|
45
|
+
- 什么外部证据会提高或降低判断强度。
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# 退出转移
|
|
2
|
+
|
|
3
|
+
## 核心定义
|
|
4
|
+
|
|
5
|
+
退出转移不是逃避,也不是否定修复价值。它是在内部回流、申诉、复核和保护条件不足时,把行动目标从“继续修复这个系统”切换为“保护人、保存证据、释放演化记忆、寻找外部承接”。
|
|
6
|
+
|
|
7
|
+
## 触发条件
|
|
8
|
+
|
|
9
|
+
任意两项以上成立时,应考虑退出转移:
|
|
10
|
+
|
|
11
|
+
- 退出成本被系统性抬高或剥夺。
|
|
12
|
+
- 申诉和复核名义存在,但不能实质改变结果。
|
|
13
|
+
- 反报复保护不存在,弱信号一出现就被惩罚。
|
|
14
|
+
- 关键证据由单一利益方控制,外部不可复核。
|
|
15
|
+
- 修复行动长期只增加同一主体的解释、情绪、时间或名誉成本。
|
|
16
|
+
- AI、合规报告或流程被用来包装正当性,而不是引入真实反馈。
|
|
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
|
+
- 什么条件恢复后可以重新评估内部修复。
|
package/bundled-skills/crossframe/references/concept-cards/framework-governance-falsification.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 框架治理与证伪
|
|
2
|
+
|
|
3
|
+
## 概念原义
|
|
4
|
+
|
|
5
|
+
框架本身也要接受诊断、反例登记、版本治理和暂停使用。成熟的框架不是解释一切,而是知道何时降级、转接或退场。
|
|
6
|
+
|
|
7
|
+
## 触发场景
|
|
8
|
+
|
|
9
|
+
用户追问 CrossFrame 是否完整、是否失真、是否能被证伪、是否被商业化/共同体/AI 使用方式扭曲,或某类案例反复让框架误判。
|
|
10
|
+
|
|
11
|
+
## 不可误读边界
|
|
12
|
+
|
|
13
|
+
不能用框架自己的概念证明框架安全;也不能把外部批评一概视为误解。
|
|
14
|
+
|
|
15
|
+
## 必须联读内容
|
|
16
|
+
|
|
17
|
+
`v3-framework-governance-falsification-pack`;必要时联读 `framework-use-discipline-pack`。
|
|
18
|
+
|
|
19
|
+
## 证据要求
|
|
20
|
+
|
|
21
|
+
需要反例类别、重复频率、误伤后果、替代解释、替代框架成本和是否存在版本写回机制。
|
|
22
|
+
|
|
23
|
+
## 失败样式
|
|
24
|
+
|
|
25
|
+
为了保住框架不断扩张定义;把使用者共同体、商业产品或 AI 输出当成框架有效性的证据。
|
|
26
|
+
|
|
27
|
+
## 输出时的人话翻译
|
|
28
|
+
|
|
29
|
+
先承认:这个框架也可能不好用。再说明它在哪里还能判断,哪里应该停下,哪里要让别的方法接手。
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# 判断档位
|
|
2
|
+
|
|
3
|
+
## 核心定义
|
|
4
|
+
|
|
5
|
+
判断档位决定本次输出能做到哪里:只能提问题,还是可以开放断言;只能观察,还是可以支持行动;是否允许影响资源、名誉、资格、权利或公共记忆。
|
|
6
|
+
|
|
7
|
+
档位不是语气强弱,而是证据、责任、风险和可撤回性的组合。
|
|
8
|
+
|
|
9
|
+
## L0-L5 适用性
|
|
10
|
+
|
|
11
|
+
| 等级 | 使用条件 | 输出边界 |
|
|
12
|
+
| --- | --- | --- |
|
|
13
|
+
| L0 不适用 | 无边界、无共同指向、无持续互动、证据极少 | 只能提出问题,不能诊断 |
|
|
14
|
+
| L1 轻量观察 | 对象初步清楚但证据不足、风险低 | 可提出假设和待观察信号 |
|
|
15
|
+
| L2 基础诊断 | 对象、边界、主导压力、关键支撑点较清楚 | 可输出低到中置信度判断 |
|
|
16
|
+
| L3 强诊断 | 证据链、反例、替代解释、尺度边界较齐全 | 可输出中到高置信度判断,必须写证伪条件 |
|
|
17
|
+
| L4 高责任诊断 | 影响资源、声誉、资格、权利、处置或公共记忆 | 必须有命题验证、申诉复核、撤回条件、反报复保护 |
|
|
18
|
+
| L5 干预建议 | 需要现实行动改变系统 | 必须有行动主体、停止条件、风险承担和修复机制 |
|
|
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
|
+
- 证据主要是自评、报告、AI 合规材料:不得强判断。
|
|
44
|
+
- 低权力主体无法安全补充事实:触发反俘获,降低处置权。
|
|
45
|
+
- 观测反应超过第三层仍不能收束:降为高反身性未收束。
|
|
46
|
+
- 写不出撤回条件:不得开放断言以上。
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 爱的生成事件
|
|
2
|
+
|
|
3
|
+
## 概念原义
|
|
4
|
+
|
|
5
|
+
爱不是既有结构解释不了的剩余,而是一类不能由既有结构充分推出、但出现后可以追踪其后果的生成事件。
|
|
6
|
+
|
|
7
|
+
## 触发场景
|
|
8
|
+
|
|
9
|
+
分析爱、照护、牺牲、公共承诺、超出利益计算的承担行动,或用户担心框架把爱还原掉。
|
|
10
|
+
|
|
11
|
+
## 不可误读边界
|
|
12
|
+
|
|
13
|
+
不能神化爱,也不能把爱变成忍耐命令;不能只在利益/恐惧解释失败后才谈爱。
|
|
14
|
+
|
|
15
|
+
## 必须联读内容
|
|
16
|
+
|
|
17
|
+
`v3-love-generative-action-pack` 和 `intimate-love-care-pack`。
|
|
18
|
+
|
|
19
|
+
## 证据要求
|
|
20
|
+
|
|
21
|
+
同时记录结构解释线和生成事件线:真实成本、新通道、新记忆、新责任分配、新修复能力和新承接者。
|
|
22
|
+
|
|
23
|
+
## 失败样式
|
|
24
|
+
|
|
25
|
+
用爱要求低权力主体继续承担不可持续成本;或把开放行动说成不可分析的神秘性。
|
|
26
|
+
|
|
27
|
+
## 输出时的人话翻译
|
|
28
|
+
|
|
29
|
+
爱不是让一个人一直扛,而是看这个行动有没有真的打开新的可能、留下新的承接。
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# 爱 / 开放行动 / 不浪费爱
|
|
2
|
+
|
|
3
|
+
## 何时读取
|
|
4
|
+
|
|
5
|
+
当用户谈到爱、牺牲、意义、责任、超越、关系修复、为什么继续承担成本,或“不浪费爱”时读取。
|
|
6
|
+
|
|
7
|
+
## 核心意思
|
|
8
|
+
|
|
9
|
+
这里的爱不是情绪,也不是道德命令。它是一种开放行动:当利益、恐惧、惯性或制度激励都不足以推出这个行动时,主体仍愿意承担真实成本,打开新的可能。
|
|
10
|
+
|
|
11
|
+
不浪费爱,不是赞美牺牲,而是检查这份成本有没有留下记忆、边界、能力、制度或关系改变。
|
|
12
|
+
|
|
13
|
+
## 不是什么意思
|
|
14
|
+
|
|
15
|
+
- 不是要求别人继续忍耐。
|
|
16
|
+
- 不是“只要有爱就能解决”。
|
|
17
|
+
- 不是用来证明某人更高尚。
|
|
18
|
+
- 不是替代责任链。
|
|
19
|
+
- 不是把自我耗竭浪漫化。
|
|
20
|
+
|
|
21
|
+
## 现实信号
|
|
22
|
+
|
|
23
|
+
- 有人承担了本可回避的真实成本。
|
|
24
|
+
- 这个行动不能完全由利益、恐惧或规则解释。
|
|
25
|
+
- 行动打开了新的关系、记忆、制度或未来可能。
|
|
26
|
+
- 也可能被系统吸收,没有留下任何改变。
|
|
27
|
+
|
|
28
|
+
## 常见误用
|
|
29
|
+
|
|
30
|
+
- 对被消耗者说“你应该更有爱”。
|
|
31
|
+
- 把爱写成治愈一切的口号。
|
|
32
|
+
- 忽略承接和回流,只赞美付出。
|
|
33
|
+
- 用爱取消有权者的责任。
|
|
34
|
+
|
|
35
|
+
## 输出人话
|
|
36
|
+
|
|
37
|
+
可以说:
|
|
38
|
+
|
|
39
|
+
> 这份付出如果没有改变任何条件,就不是被珍惜,而是被消耗。
|
|
40
|
+
|
|
41
|
+
不要说:
|
|
42
|
+
|
|
43
|
+
> 爱是开放行动,因此应继续承接。
|
|
44
|
+
|
|
45
|
+
## 坏例
|
|
46
|
+
|
|
47
|
+
> 如果你真的爱,就应该再坚持一下。
|
|
48
|
+
|
|
49
|
+
## 好例
|
|
50
|
+
|
|
51
|
+
> 这可能确实是爱,但问题是它有没有被关系接住。如果你的付出没有变成共同规则、边界或修复能力,那这份爱正在被浪费。
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# 低条件试探行动
|
|
2
|
+
|
|
3
|
+
## 何时读取
|
|
4
|
+
|
|
5
|
+
当证据不足以判断,但风险正在累积,不能一直等下去时读取。
|
|
6
|
+
|
|
7
|
+
## 核心意思
|
|
8
|
+
|
|
9
|
+
低条件试探行动不是普通建议。它是一个小实验:低风险、可撤回、可观察,用来制造下一轮证据。
|
|
10
|
+
|
|
11
|
+
核心问题是:**怎样用最小动作验证一个关键机制,而不是用不足证据做大判断。**
|
|
12
|
+
|
|
13
|
+
## 不是什么意思
|
|
14
|
+
|
|
15
|
+
- 不是“先随便试试”。
|
|
16
|
+
- 不是冲动摊牌。
|
|
17
|
+
- 不是把风险推给最弱的人。
|
|
18
|
+
- 不是做一个没有观察指标的建议。
|
|
19
|
+
|
|
20
|
+
## 现实信号
|
|
21
|
+
|
|
22
|
+
- 用户必须决定是否继续投入。
|
|
23
|
+
- 当前只有单方叙述或局部事实。
|
|
24
|
+
- 等待会扩大损失。
|
|
25
|
+
- 小动作可以测试对方是否会写回规则、资源或边界。
|
|
26
|
+
|
|
27
|
+
## 常见误用
|
|
28
|
+
|
|
29
|
+
- 给了行动,却没有停止条件。
|
|
30
|
+
- 行动太大,无法撤回。
|
|
31
|
+
- 没有观察指标,做完也不知道说明什么。
|
|
32
|
+
- 让弱者承担更大风险。
|
|
33
|
+
|
|
34
|
+
## 输出人话
|
|
35
|
+
|
|
36
|
+
可以说:
|
|
37
|
+
|
|
38
|
+
> 现在不适合下结论,但可以做一个小测试:只提一个具体问题,看它能不能带来一个明确改变。
|
|
39
|
+
|
|
40
|
+
不要说:
|
|
41
|
+
|
|
42
|
+
> 建议进行低条件试探行动。
|
|
43
|
+
|
|
44
|
+
## 坏例
|
|
45
|
+
|
|
46
|
+
> 你直接摊牌,看对方怎么反应。
|
|
47
|
+
|
|
48
|
+
## 好例
|
|
49
|
+
|
|
50
|
+
> 下一次只提一个重复问题,并明确问:谁负责、给什么资源、什么时候复查。如果对方只安抚你,却不改变任何条件,这就是重要信号。
|
package/bundled-skills/crossframe/references/concept-cards/malicious-compliance-ai-validation.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 恶意合规与 AI 现实验证
|
|
2
|
+
|
|
3
|
+
## 概念原义
|
|
4
|
+
|
|
5
|
+
高权力对象可能选择性遵守格式,同时操纵证据、压制弱信号。AI 能整理材料,但不能验证现实保护和委托方诚信。
|
|
6
|
+
|
|
7
|
+
## 触发场景
|
|
8
|
+
|
|
9
|
+
漂亮报告、AI 调查、合规总结、机构自评、申诉复核材料、程序完整但结果从不改变。
|
|
10
|
+
|
|
11
|
+
## 不可误读边界
|
|
12
|
+
|
|
13
|
+
格式完整不等于程序有效;材料一致不等于事实一致;AI 报告不是独立调查。
|
|
14
|
+
|
|
15
|
+
## 必须联读内容
|
|
16
|
+
|
|
17
|
+
`v3-power-capture-malicious-compliance-pack`、`v3-evidence-visibility-pack`。
|
|
18
|
+
|
|
19
|
+
## 证据要求
|
|
20
|
+
|
|
21
|
+
列原始证据、受影响者反馈、外部复核、申诉采纳记录、证据链控制方和 AI 是否参与筛选改写。
|
|
22
|
+
|
|
23
|
+
## 失败样式
|
|
24
|
+
|
|
25
|
+
把委托方摘要当完整证据链;把 AI 的流畅文字当调查勇气;用结构语言解释为什么不能追责。
|
|
26
|
+
|
|
27
|
+
## 输出时的人话翻译
|
|
28
|
+
|
|
29
|
+
报告写得越漂亮,越要问:原始材料在哪里,谁没被问到,说真话的人安全吗?
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# 机制候选
|
|
2
|
+
|
|
3
|
+
## 核心定义
|
|
4
|
+
|
|
5
|
+
机制候选不是“列几个概念”,而是列出几条可以解释同一组事实的竞争性过程。它的作用是防止 AI 用一个漂亮概念解释一切。
|
|
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
|
+
- 证据通道污染:真实信号在汇报、指标、会议纪要、AI 总结中被压缩或改写。
|
|
33
|
+
- 权力封闭:申诉和复核名义存在,但证据、程序和后果被强势方控制。
|
|
34
|
+
- 表演性修复:道歉、复盘、承诺很多,但没有修复副产品。
|
|
35
|
+
|
|
36
|
+
## 输出边界
|
|
37
|
+
|
|
38
|
+
机制候选不是人格定性。不要把“机制 A 更强”写成“某人就是 A”。机制解释的是过程,不是人的本质。
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 隐喻漂移与来源透明
|
|
2
|
+
|
|
3
|
+
## 概念原义
|
|
4
|
+
|
|
5
|
+
跨域隐喻、经典参照和理论来源要标注身份:隐喻、类比、机制候选、经验旁证、形式模型或操作规则。
|
|
6
|
+
|
|
7
|
+
## 触发场景
|
|
8
|
+
|
|
9
|
+
文章概念上升、引经据典、使用物理/生物/历史/心理/系统论隐喻,或说明知识谱系。
|
|
10
|
+
|
|
11
|
+
## 不可误读边界
|
|
12
|
+
|
|
13
|
+
像某种现象,不等于遵循某种规律;思想亲缘不等于来源吞并;规范性前提不能伪装成事实结论。
|
|
14
|
+
|
|
15
|
+
## 必须联读内容
|
|
16
|
+
|
|
17
|
+
`v3-concept-migration-metaphor-pack` 和 `expression-article-pack`。
|
|
18
|
+
|
|
19
|
+
## 证据要求
|
|
20
|
+
|
|
21
|
+
写相似点、不相似点、误用风险、停止使用条件;直接引用必须可核验,不确定时只做意译或思想映射。
|
|
22
|
+
|
|
23
|
+
## 失败样式
|
|
24
|
+
|
|
25
|
+
堆名人名言、伪造引用、用自然科学概念直接证明社会判断、引用接管现实证据。
|
|
26
|
+
|
|
27
|
+
## 输出时的人话翻译
|
|
28
|
+
|
|
29
|
+
这个比喻只是帮我们看问题,不是替我们证明问题。
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 无制度基础设施中间路径
|
|
2
|
+
|
|
3
|
+
## 概念原义
|
|
4
|
+
|
|
5
|
+
家庭、小团队、亲密关系和临时社群没有正式复核机制,但持续伤害不能因此被悬置。
|
|
6
|
+
|
|
7
|
+
## 触发场景
|
|
8
|
+
|
|
9
|
+
没有委托方、复核者、申诉记录或正式程序,但存在长期单向消耗、依赖、控制、声誉或安全风险。
|
|
10
|
+
|
|
11
|
+
## 不可误读边界
|
|
12
|
+
|
|
13
|
+
不强行模拟不存在的制度;不要求受影响者冒险收集完整证据;不输出公开定性。
|
|
14
|
+
|
|
15
|
+
## 必须联读内容
|
|
16
|
+
|
|
17
|
+
`v3-no-institution-middle-path-pack`,亲密场景追加 `intimate-love-care-pack`。
|
|
18
|
+
|
|
19
|
+
## 证据要求
|
|
20
|
+
|
|
21
|
+
记录持续模式、低暴露事实、风险信号、外部支持、下一轮升级/撤回条件。
|
|
22
|
+
|
|
23
|
+
## 失败样式
|
|
24
|
+
|
|
25
|
+
因为无法复核就说什么都不能判断;或者把保护性判断升级为惩罚和公开定性。
|
|
26
|
+
|
|
27
|
+
## 输出时的人话翻译
|
|
28
|
+
|
|
29
|
+
现在不适合证明谁错,但可以先保护自己、留下记录、减少暴露,并观察下一轮信号。
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 观测收束与熵增边界
|
|
2
|
+
|
|
3
|
+
## 概念原义
|
|
4
|
+
|
|
5
|
+
观测递归可以扩张,但必须有收束规则;阶段 6 和熵增只能通过操作指标判断,不能成为宿命或不作为理由。
|
|
6
|
+
|
|
7
|
+
## 触发场景
|
|
8
|
+
|
|
9
|
+
高反身性对象、持续表演反制、长期跟踪、阶段 6、熵增、越修越坏、修复滞后。
|
|
10
|
+
|
|
11
|
+
## 不可误读边界
|
|
12
|
+
|
|
13
|
+
不能无限追踪反应;不能用“势场不可对抗”“结构性熵增”“阶段如此”包装不作为。
|
|
14
|
+
|
|
15
|
+
## 必须联读内容
|
|
16
|
+
|
|
17
|
+
`v3-observation-entropy-contraction-pack` 和 `long-evolution-deep-pack`。
|
|
18
|
+
|
|
19
|
+
## 证据要求
|
|
20
|
+
|
|
21
|
+
看发现滞后、修复滞后、复发率、修复副产品、负荷分布;登记何时扩张、何时收束、何时停止追踪。
|
|
22
|
+
|
|
23
|
+
## 失败样式
|
|
24
|
+
|
|
25
|
+
对象利用诊断规则伪造证据、拖延、反击或压制弱信号;诊断收益低于扰动和暴露风险。
|
|
26
|
+
|
|
27
|
+
## 输出时的人话翻译
|
|
28
|
+
|
|
29
|
+
不能因为问题很复杂就一直追下去;如果追踪只让人更危险、判断更混乱,就要停下来降档。
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# 开放断言
|
|
2
|
+
|
|
3
|
+
## 何时读取
|
|
4
|
+
|
|
5
|
+
当证据不足以强判断,但用户需要一个当前可用、可撤回、可行动的判断时读取。
|
|
6
|
+
|
|
7
|
+
## 核心意思
|
|
8
|
+
|
|
9
|
+
开放断言不是“模棱两可”。它是负责任地说出:在当前证据下,哪个解释最有力;同时写清它可能错在哪里、什么证据会让它撤回。
|
|
10
|
+
|
|
11
|
+
它的结构是:
|
|
12
|
+
|
|
13
|
+
- 当前判断
|
|
14
|
+
- 支撑证据
|
|
15
|
+
- 替代解释
|
|
16
|
+
- 反例条件
|
|
17
|
+
- 撤回条件
|
|
18
|
+
- 行动边界
|
|
19
|
+
|
|
20
|
+
## 不是什么意思
|
|
21
|
+
|
|
22
|
+
- 不是强诊断的委婉说法。
|
|
23
|
+
- 不是“可能是,也可能不是”的滑头表达。
|
|
24
|
+
- 不是为了避免承担判断责任。
|
|
25
|
+
- 不是不行动,而是限制行动范围。
|
|
26
|
+
|
|
27
|
+
## 现实信号
|
|
28
|
+
|
|
29
|
+
- 用户描述了重复模式,但缺少完整证据。
|
|
30
|
+
- 用户要求接受/拒绝、支持/反对、该不该做,但题设、证据或价值前提仍需保留条件。
|
|
31
|
+
- 直接强判断会伤害某人或制造标签。
|
|
32
|
+
- 用户需要下一步观察或边界设置。
|
|
33
|
+
- 诊断一旦公开,可能改变对象。
|
|
34
|
+
|
|
35
|
+
## 客观模式下的用法
|
|
36
|
+
|
|
37
|
+
`客观` 不要求把所有机制写成 50/50。若当前证据更支持 A,可以写“目前更支持 A”,但必须同时写:
|
|
38
|
+
|
|
39
|
+
- B 或 C 为什么仍有可能。
|
|
40
|
+
- 什么事实会让 A 被削弱或撤回。
|
|
41
|
+
- 这个判断只能支持哪些低风险行动,不能支持哪些处置。
|
|
42
|
+
|
|
43
|
+
如果通过拆题、改写题设或增加“改良版选项”来回答,必须说明原题设下的答案和改写题设下的答案。未声明的题设改写会让评审降级。
|
|
44
|
+
|
|
45
|
+
## 常见误用
|
|
46
|
+
|
|
47
|
+
- 只写“我不确定”,不给当前判断。
|
|
48
|
+
- 给了判断,但没有替代解释。
|
|
49
|
+
- 给了建议,但没有行动边界。
|
|
50
|
+
- 把开放断言写成最终审判。
|
|
51
|
+
- 把“客观”写成永远不判断,或把“开放”写成无需撤回的强结论。
|
|
52
|
+
|
|
53
|
+
## 输出人话
|
|
54
|
+
|
|
55
|
+
可以说:
|
|
56
|
+
|
|
57
|
+
> 目前最像的是 A,但我先不把它定死。如果出现 B,这个判断就要改。
|
|
58
|
+
|
|
59
|
+
不要说:
|
|
60
|
+
|
|
61
|
+
> 这是开放断言,所以结论如下。
|
|
62
|
+
|
|
63
|
+
## 坏例
|
|
64
|
+
|
|
65
|
+
> 可能是回流断裂,也可能不是,需要更多信息。
|
|
66
|
+
|
|
67
|
+
## 好例
|
|
68
|
+
|
|
69
|
+
> 在你给出的事实里,最像的是“反馈没有真正改变规则”。但如果对方其实已经调整了资源和负责人,只是你还没看到,这个判断就要改写。现在它只能支持你继续观察和设置边界,不能支持你给某个人做最终定性。
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# 权力封闭 / 反俘获
|
|
2
|
+
|
|
3
|
+
## 何时读取
|
|
4
|
+
|
|
5
|
+
当问题涉及组织调查、申诉、处分、名誉、资源分配、公共评价、平台规则或制度复核时读取。
|
|
6
|
+
|
|
7
|
+
## 核心意思
|
|
8
|
+
|
|
9
|
+
权力封闭不是普通的“不公平”。它指关键证据、程序、解释权、裁决权集中在一方,弱信号无法安全出现。
|
|
10
|
+
|
|
11
|
+
反俘获是检查本次诊断会不会被权力方拿去当中立背书。
|
|
12
|
+
|
|
13
|
+
## 不是什么意思
|
|
14
|
+
|
|
15
|
+
- 不是所有组织问题都是权力封闭。
|
|
16
|
+
- 不是因为有权力差就一定无法修复。
|
|
17
|
+
- 不是替任何一方预设有罪。
|
|
18
|
+
- 不是鼓励对抗,而是先保护证据和弱者。
|
|
19
|
+
|
|
20
|
+
## 现实信号
|
|
21
|
+
|
|
22
|
+
- 申诉流程存在,但结果几乎不可改变。
|
|
23
|
+
- 提出异议的人被边缘化、贴标签或失去机会。
|
|
24
|
+
- 材料由被质疑的一方掌握。
|
|
25
|
+
- 合规文本很多,外部复核很少。
|
|
26
|
+
- 弱者只能匿名、私下或事后表达。
|
|
27
|
+
|
|
28
|
+
## 常见误用
|
|
29
|
+
|
|
30
|
+
- 把“流程存在”当作“流程有效”。
|
|
31
|
+
- 把漂亮材料当作真实证据。
|
|
32
|
+
- 要求低权力者继续证明系统可修复。
|
|
33
|
+
- 让 AI 输出变成强者的裁决理由。
|
|
34
|
+
|
|
35
|
+
## 输出人话
|
|
36
|
+
|
|
37
|
+
可以说:
|
|
38
|
+
|
|
39
|
+
> 现在最大问题不是有没有流程,而是这个流程能不能让弱者安全地提出事实,并真的改变结果。
|
|
40
|
+
|
|
41
|
+
不要说:
|
|
42
|
+
|
|
43
|
+
> 该系统呈现高权力封闭,需要退出转移。
|
|
44
|
+
|
|
45
|
+
## 坏例
|
|
46
|
+
|
|
47
|
+
> 既然机构有申诉流程,就应该继续走内部修复。
|
|
48
|
+
|
|
49
|
+
## 好例
|
|
50
|
+
|
|
51
|
+
> 如果证据、流程和解释权都在同一方手里,而提出异议的人会付出代价,那就不能把这当成普通沟通问题。下一步应先保护人和证据,再寻找外部承接。
|
package/bundled-skills/crossframe/references/concept-cards/procedural-judgment-responsibility.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 程序与判断责任
|
|
2
|
+
|
|
3
|
+
## 概念原义
|
|
4
|
+
|
|
5
|
+
共识、概念分级和开放断言都必须进入程序责任:异议能否进入、判断能否撤回、处置是否有申诉和补偿。
|
|
6
|
+
|
|
7
|
+
## 触发场景
|
|
8
|
+
|
|
9
|
+
涉及处分、名誉、资格、资源、公共记忆、组织标签、平台申诉、开放断言被长期引用。
|
|
10
|
+
|
|
11
|
+
## 不可误读边界
|
|
12
|
+
|
|
13
|
+
名义程序不是有效程序;开放断言不能因为措辞温和就被实际用于处置。
|
|
14
|
+
|
|
15
|
+
## 必须联读内容
|
|
16
|
+
|
|
17
|
+
`v3-procedural-judgment-pack` 和 `judgment-responsibility-pack`。
|
|
18
|
+
|
|
19
|
+
## 证据要求
|
|
20
|
+
|
|
21
|
+
需要材料公开程度、异议入口、少数意见记录、反向条件、复核独立性、申诉是否曾改变结果。
|
|
22
|
+
|
|
23
|
+
## 失败样式
|
|
24
|
+
|
|
25
|
+
把“我们已经讨论过”当共识,把“先观察”变成长期排斥或资源剥夺。
|
|
26
|
+
|
|
27
|
+
## 输出时的人话翻译
|
|
28
|
+
|
|
29
|
+
这不是有没有流程的问题,而是这个流程能不能让反对意见真的改变结果。
|