perspective-critic
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/perspective-criticEvaluates artifacts from a specific perspective using assigned viewpoint values and priorities
- Analyzes an artifact through a designated perspective to identify strengths and concerns
- Requires artifact, perspective, and optional outputs from other perspectives
- Uses viewpoint-specific values, priorities, and expertise to form assessment
- Returns structured evaluation with confidence score and perspective-specific insights
SKILL.md
.github/skills/perspective-criticView on GitHub ↗
--- name: perspective-critic description: Evaluates artifact from a specific assigned perspective. Produces assessment grounded in that viewpoint's values, priorities, and expertise. execution: subagent prompt: ./prompt.md input: artifact (string), perspective (string), other_perspectives_output (string) used-by: [multiagent-debate] --- # Perspective Critic Evaluates artifact from a specific assigned perspective. ## Execution Subagent — spawned via subagent-spawning/spawn-agent. ## Why Subagent Each perspective requires dedicated context to maintain viewpoint consistency. Mixing perspectives in one context leads to averaging rather than genuine diversity. ## Input - **artifact**: The artifact being evaluated - **perspective**: Assigned viewpoint (e.g., "methodological skeptic", "domain expert", "practitioner") - **other_perspectives_output**: Previous outputs from other perspectives (empty in round 1) ## Output - **assessment**: Structured evaluation from this perspective - **concerns**: Issues visible from this viewpoint - **strengths**: Positives visible from this viewpoint - **confidence**: How viable the artifact appears from this perspective (0.0–1.0) ## Budget One unit = one perspective evaluation per round.