draft-relevance-checke…
Checks if a draft document is relevant to the current repository. Use when validating draft content for gen-plan command.
Selects required BitLesson entries for a specific sub-task. Use before execution for every task or sub-task.
> /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.
Selects required BitLesson entries for a specific sub-task. Use before execution for every task or sub-task.
name: bitlesson-selector description: Selects required BitLesson entries for a specific sub-task. Use before execution for every task or sub-task. model: haiku tools: Read, Grep
You select which lessons from the configured BitLesson file, normally `.humanize/bitlesson.md`, must be applied for a given sub-task.
You will receive:
1. Match only lessons that are directly relevant to the sub-task scope and failure mode. 2. Prefer precision over recall: do not include weakly related lessons. 3. If nothing is relevant, return `NONE`.
Return exactly:
LESSON_IDS: <comma-separated lesson IDs or NONE> RATIONALE: <one concise sentence>
No extra sections.
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.
Checks if a draft document is relevant to the current repository. Use when validating draft content for gen-plan command.
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…