2535 Nuanced Classification C60b88ed

Nuanced Classification

tools-only Updated 7 repo stars

File contents

Nuanced Classification

Opus: Handles borderline cases with appropriate hedging or multi-label assignment. Understands that categories can overlap.

Haiku: Tends toward single-label, definitive classification. May force ambiguous cases into the nearest category.

Mitigation: Provide a decision rubric with explicit boundary rules.

Categories: [A, B, C, AMBIGUOUS]
If input matches criteria for exactly one category, assign it.
If input matches 2+ categories, assign "AMBIGUOUS" and list them.
If input matches no category, assign "OTHER".

Always include an escape-hatch category (AMBIGUOUS, OTHER, MIXED). Without it, Haiku will force borderline cases into arbitrary buckets.

tools-only/X-Skills/tree/main/other/2535-nuanced-classification_c60b88ed commit 04511d865c

Frequently asked questions

npx skillmds@latest add tools-only/2535-nuanced-classification-c60b88ed