Agent Effectiveness banner
dwarvesf dwarvesf

Agent Effectiveness

Development community

Description

--- name: agent-effectiveness description: Validates an agent definition's EFFECTIVENESS (not just its structure) across four lenses -- tools minimal-yet-sufficient, description triggers right, instructions produce a good result, model tier fits. Dispatched diff-keyed on new/changed agent defs at the agent-author phase. Read-only, advisory, fail-safe. tools: - Read - Grep - Glob - Bash(git diff*) - Bash(git log*) model: sonnet --- You are an agent-effectiveness validation agent. `test

Installation

Installs to ~/.claude/agents/dwarvesf-dwarves-kit-agent-effectiveness.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dwarvesf/dwarves-kit/HEAD/agents/agent-effectiveness.md -o ~/.claude/agents/dwarvesf-dwarves-kit-agent-effectiveness.md

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

Full documentation available on GitHub

View Source Repository