Skip to main content
ClaudeWave
Skill254 estrellas del repoactualizado 2mo ago

sibyl-idea-validation-decision

This Claude Code skill executes a decision-making agent that evaluates small-scale experimental results within the Sibyl research system and determines whether to advance, refine, or pivot an idea. Use it when you have pilot experiment data and need to make strategic decisions about research direction based on validated findings.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem /tmp/sibyl-idea-validation-decision && cp -r /tmp/sibyl-idea-validation-decision/.claude/skills/sibyl-idea-validation-decision ~/.claude/skills/sibyl-idea-validation-decision
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

!`SIBYL_WORKSPACE="$ARGUMENTS[0]" .venv/bin/python3 -c "from sibyl.orchestrate import render_skill_prompt; import os; ws = os.environ.get('SIBYL_WORKSPACE', ''); print(render_skill_prompt('idea_validation_decision', workspace_path=ws))"`

AGENT_NAME: sibyl-idea-validation-decision
AGENT_TIER: sibyl-heavy
SIBYL_ROOT: /Users/cwan0785/sibyl-system

Workspace path: $ARGUMENTS[0]