wickedness-scoring

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/wickedness-scoring

Scores problems against Rittel's 10 criteria to classify them as tame, complex, or wicked.

  • Evaluates problem descriptions using Rittel's 10 criteria for wicked problems
  • Relies on subagent execution and internal logic defined in ./prompt.md
  • Analyzes input problem and context to assign scores for each criterion
  • Returns structured classification and scores to the calling agent
SKILL.md
.github/skills/wickedness-scoringView on GitHub ↗
---
name: wickedness-scoring
description: Score a problem against Rittel's 10 criteria to determine if it is tame, complex, or wicked.
execution: subagent
prompt: ./prompt.md
input: problem_description, context
used-by: wickedness-assessment
---

## Execution

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

## Budget

One unit = one complete wickedness assessment (10-criterion scoring + classification).
More from yogsoth-ai/de-anthropocentric-research-engine