Skip to main content
ClaudeWave
Skill329 estrellas del repoactualizado 5d ago

alternatives-generation

The alternatives-generation skill systematically produces distinct alternatives for every known approach to a problem, ensuring no methodology remains unquestioned. It spawns a dedicated subagent to maintain focus on generating genuinely different options rather than incremental variations, enabling comprehensive exploration of alternative methodologies within structured research workflows.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/alternatives-generation && cp -r /tmp/alternatives-generation/skills/alternatives-generation ~/.claude/skills/alternatives-generation
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Alternatives Generation

Generate alternatives for every known approach.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent skill.

## Why Subagent

Alternatives generation requires systematically considering each known approach and producing genuinely different alternatives (not variations). Benefits from dedicated context that can maintain the "different, not better" mindset.