Skip to content
Automation
Skill

/apply-veto-filter

Eliminate alternatives that violate any hard threshold and report the exact violation.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill apply-veto-filter --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/apply-veto-filter

Context preview

The summary Claude sees to decide when to auto-load this skill.

Eliminate alternatives that violate any hard threshold and report the exact violation.

SKILL.md

apply-veto-filter.SKILL.md
name: apply-veto-filter
description: "Eliminate alternatives that violate any hard threshold and report the exact violation."

apply-veto-filter

Purpose

Eliminate alternatives that violate any declared hard threshold and expose the exact veto condition for each removal.

Input contract

required: [alternatives, hard_constraints, measured_values]
optional: [constraint_priorities, missing_value_policy]
constraints: [each alternative is tested against every hard constraint; missing measurements cannot silently pass]

Procedure

1. Bind each hard constraint to its direction, threshold, unit, and evidence source. 2. Check every alternative against every constraint and record pass, fail, or unknown per cell. 3. Veto an alternative when any hard constraint fails; keep unknowns separate from passes. 4. Return survivors, vetoed alternatives, violated constraints, and unresolved checks.

Output contract

produces: [survivor_set, veto_log, unresolved_checks]
delta_fields: [findings, evidence_updates, uncertainties, decisions]

Quality gates

  • Every veto names one alternative, one hard constraint, the observed value, threshold, direction, and source.
  • A survivor has no failed or silently unresolved hard constraint.

Failure and counterexamples

Do not replace a hard veto with a weighted average. If a value is missing, report unknown rather than treating it as compliant.

Provenance map

  • resolved: conjunctive-filter
Read more
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
5h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine