Skip to content
Automation
Skill

/classify-constraint

Classify constraints as hard, soft, or assumption-like after explicit identification.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill classify-constraint --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/classify-constraint

Context preview

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

Classify constraints as hard, soft, or assumption-like after explicit identification.

SKILL.md

classify-constraint.SKILL.md
name: classify-constraint
description: "Classify constraints as hard, soft, or assumption-like after explicit identification."

classify-constraint

Purpose

Classify each identified constraint as hard, soft, or assumption-like and make the consequence of that class explicit.

Input contract

required: [constraint_candidates, evidence_register, decision_context]
optional: [stakeholder_requirements, prior_constraint_ledger]
constraints: [each candidate has a statement, scope, source, and consequence if violated]

Procedure

1. Parse each candidate into condition, scope, source, and violation consequence. 2. Mark hard when violation is disqualifying and externally anchored; soft when tradeable; assumption-like when inferred and testable. 3. Record the evidence and counterevidence supporting the class. 4. Emit the classified ledger and tests or escalation required for uncertain classes.

Output contract

produces: [constraint_ledger, classification_rationale, validation_actions]
delta_fields: [findings, evidence_updates, assumption_updates, uncertainties, decisions]

Quality gates

  • Every class has a source, scope, and violation consequence.
  • An assumption-like item cannot be enforced as a hard veto until independently validated.

Failure and counterexamples

Do not classify a preference as hard merely because it is strongly stated. Keep ambiguous constraints unresolved.

Provenance map

  • resolved: constraint-classification
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