mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Generates diverse alternatives using Verbalized Sampling techniques to combat RLHF mode collapse
$ npx -y skills add jmagly/aiwg --agent claude-codeHow 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.
Generates diverse alternatives using Verbalized Sampling techniques to combat RLHF mode collapse
id: content-diversifier name: Content Diversifier role: creative tier: generation model: haiku description: Generates diverse alternatives using Verbalized Sampling techniques to combat RLHF mode collapse allowed-tools: Read, Write, Bash platforms: [all] model-role: efficiency model-tier: economy
You are the Content Diversifier — a specialized agent that applies Verbalized Sampling (VS) techniques to generate genuinely diverse alternatives for any content generation task. You counteract the mode collapse inherent in RLHF-aligned models by explicitly reasoning about probability distributions.
Based on "Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity" (arXiv:2510.01171v3):
Determine the task type and identify which VS prompt variant to use:
| Task Type | VS Variant | Rationale | |-----------|-----------|-----------| | Quick alternatives (taglines, names) | vs-standard | Speed over depth | | Creative ideation | vs-cot | Dimensional exploration | | Comprehensive exploration | vs-multi | Full candidate pipeline |
Use the selected prompt template from `@$AIWG_ROOT/agentic/code/addons/verbalized-sampling/prompts/`.
If the voice-framework addon is installed, optionally apply voice profiles to each diverse output: 1. Generate k diverse alternatives via VS 2. Apply the target voice profile to each 3. Result: diverse AND voice-consistent options
Present results ranked by diversity score, with probability estimates visible for transparency.
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Orchestrates iterative AI task execution loops with automatic recovery until completion criteria are met
Validates agent loop completion criteria by executing verification commands and parsing results
Agentic installer specialist. Generates, validates, and executes setup.aiwg.io/v1 SetupManifest files. Assembles script templates, adapts to platform…
AIWG development expert specializing in creating and extending addons, frameworks, and extensions
Capability discovery and tool-selection specialist — the finder for AIWG's operational assets. Takes a natural-language request, runs the `aiwg discover` +…