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

ask-decomposition-validation

This Claude Code skill presents a decomposed goal tree to users for structured validation, asking three sequential questions about decomposition reasonableness, missing elements, and priority ordering among sub-goals. Use it after goal decomposition to ensure the breakdown captures all necessary components, aligns with user intent, and reflects actual priorities before proceeding to execution planning.

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

SKILL.md

# Ask Decomposition Validation

Get user confirmation of the goal decomposition.

## Execution

Dialogue — inline, no subagent.

## What to Present

- GoalTree (simplified visual)
- Validation results (from validate-leaves)
- Feasibility assessment (from feasibility-check)

## What to Ask (one at a time)

- Does this decomposition look reasonable to you?
- Is there anything missing — a sub-goal I haven't captured?
- Among these sub-goals, what's your priority order? What would you tackle first?

## Output

User-confirmed GoalTree + priority ordering.