Anti Pattern Selector banner
raymondware raymondware

Anti Pattern Selector

Development community

Description

--- name: anti-pattern-selector model: claude-sonnet-4-6 description: Selects a varied subset of anti-patterns for the current kern run. Reads the manifest plus site-specific signals (persona, industry, audience, competitors, surface), excludes the previous run's subset to enforce rotation, weights tool-fingerprint patterns higher, and appends an audit record to state/draws.jsonl. Spawned first in every pipeline. Never designs or critiques. Output is the subset that downstream agents must use. -

Installation

Installs to ~/.claude/agents/raymondware-kern-anti-pattern-selector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/raymondware/kern/HEAD/agents/anti-pattern-selector.md -o ~/.claude/agents/raymondware-kern-anti-pattern-selector.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository