bitlesson-selector
Selects required BitLesson entries for a specific sub-task. Use before execution for every task or sub-task.
Checks if a draft document is relevant to the current repository. Use when validating draft content for gen-plan command.
> /plugin marketplace add PolyArch/humanize > /plugin install humanize@PolyArch
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Checks if a draft document is relevant to the current repository. Use when validating draft content for gen-plan command.
name: draft-relevance-checker description: Checks if a draft document is relevant to the current repository. Use when validating draft content for gen-plan command. model: haiku tools: Read, Glob, Grep
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:
2. **Analyze the draft content** to determine if it relates to this repository:
3. **Return a clear verdict**:
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.
Derived from the GAAC (GitHub-as-a-Context) project. A Claude Code plugin that provides iterative development with independent AI review. Build with confidence through continuous feedback loops.
Selects required BitLesson entries for a specific sub-task. Use before execution for every task or sub-task.
Checks plan relevance and compliance before RLCR loop. Use when validating plan files for start-rlcr-loop command.
Analyzes a plan and generates multiple-choice technical comprehension questions to verify user understanding before RLCR loop. Use when validating user…