generate-candidate-fields

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/generate-candidate-fields

Generates 3-8 research fields aligned with user's profile and exploration goals

  • Helps users identify new research areas beyond their current expertise
  • Uses full ActorProfile including skills, intentionality, and boundary
  • Balances user intent with constraints to suggest viable fields
  • Returns concise field suggestions with tailored rationales

SKILL.md

.github/skills/generate-candidate-fieldsView on GitHub ↗
---
name: generate-candidate-fields
description: Propose 3-8 candidate research fields based on the full ActorProfile. When user wants to explore beyond their current stack, use other ActorProfile signals (intentionality, boundary) to determine exploration space. Free exploration within the boundary.
execution: subagent
prompt: ./prompt.md
input: actor_profile (string)
---

# Generate Candidate Fields

Generate candidate research fields for the user to explore.

## Execution

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

## Input

ActorProfile (full, as formatted text).

## Output

3-8 candidate fields, each with a one-line rationale for why this user could enter it.

## Key Behavior

When user wants to explore beyond their current stack, use boundary + intentionality to determine the exploration space. Don't limit to skills-only matching.

More from yogsoth-ai/de-anthropocentric-research-engine