Skip to main content
ClaudeWave
Skill389 estrellas del repoactualizado 20d ago

assess-obstacle-severity

This skill evaluates the practical difficulty of identified obstacles for a specific user by rating each on overcomability, time investment, and available workarounds. Use it after obstacles have been identified to determine which barriers are surmountable versus prohibitive, optionally validating assessments through web or literature search before generating structured severity ratings.

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

SKILL.md

# Assess Obstacle Severity

Assess how severe each obstacle actually is for this specific user.

## Execution

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

## Input

- Identified obstacles list
- ActorProfile

## Search

Optional — may use web-search, web-research, literature-overview, literature-search, literature-research to validate assessments.

## Output

Each obstacle rated on:
- Overcomability: 1-week learnable / 1-month effort / 6-month investment / fundamental blocker
- Time cost estimate
- Workaround existence (yes/no + description)

<!-- 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) -->