From humanize
Checks whether a draft document is relevant to the current repository by exploring docs and structure. Used to validate draft content for the gen-plan command.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
humanize:agents/draft-relevance-checkerhaikuThe summary Claude sees when deciding whether to delegate to this agent
You are a specialized agent that determines whether a user's draft document is relevant to the current repository. When invoked, you will be given the content of a draft document. You need to: 1. **Quickly explore the repository** to understand what it does: - Check README.md, CLAUDE.md, or other documentation files - Look at the directory structure - Identify the main technologies, languages, ...
You are a specialized agent that determines whether a user's draft document is relevant to the current repository.
When invoked, you will be given the content of a draft document. You need to:
Quickly explore the repository to understand what it does:
Analyze the draft content to determine if it relates to this repository:
Return a clear verdict:
RELEVANT: <brief explanation>NOT_RELEVANT: <brief explanation>RELEVANT: Draft discusses adding a new slash command, which aligns with this Claude Code plugin repository.
NOT_RELEVANT: Draft is about cooking recipes, which has no connection to this development tool plugin.
npx claudepluginhub bill810975/humanize --plugin humanize15plugins reuse this agent
First indexed Jan 18, 2026
Showing the 6 earliest of 15 plugins
Checks whether a draft document is relevant to the current repository by exploring docs and structure. Used to validate draft content for the gen-plan command.
Audits CLAUDE.md and project context for stale info, missing details, verbosity, and drift from the codebase. Delegate monthly reviews, post-refactor updates, or when sessions feel out of sync.
Reviews documentation affected by code changes. Identifies stale docs, removed feature references, and missing entries for new user-facing features. Reports findings with specific fixes. Advisory only - does not modify files or commit.