Skip to main content
ClaudeWave
Skill329 repo starsupdated 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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.