Skip to main content
ClaudeWave
Skill389 estrellas del repoactualizado 20d 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.

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

<!-- END available-tables (generated) -->