assess-obstacle-severity

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/assess-obstacle-severity

Rates obstacles by difficulty, time cost, and workaround availability

  • Evaluates how hard obstacles are to overcome for a specific user
  • Uses subagent execution and optional search tools for validation
  • Analyzes overcomability, time cost, and workaround existence
  • Returns structured ratings for each obstacle in a JSON format
SKILL.md
.github/skills/assess-obstacle-severityView on GitHub ↗
---
name: assess-obstacle-severity
description: Rate each identified obstacle's difficulty — overcomability, time cost, workaround existence. May optionally use search tools to validate assessments.
execution: subagent
prompt: ./prompt.md
input: obstacles (string), actor_profile (string)
---

# 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)
More from yogsoth-ai/de-anthropocentric-research-engine