generate-research-brief

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

Generates a structured ResearchBrief from crystallization artifacts

  • Compiles all crystallization artifacts into a single research context document
  • Uses subagent execution model and artifact inputs from prior steps
  • Prioritizes structured synthesis of ranked candidates and obstacle analysis
  • Feeds output to final validation before user delivery

SKILL.md

.github/skills/generate-research-briefView on GitHub ↗
---
name: generate-research-brief
description: Aggregate all accumulated context from the crystallization process into a structured ResearchBrief document. This is the final output artifact alongside the North Star — a comprehensive requirement context document for downstream research strategies.
execution: subagent
prompt: ./prompt.md
input: actor_profile (string), field_panorama (string), ranked_candidates (string), obstacle_report (string), goal_tree (string), north_star (string), key_references (string)
---

# Generate Research Brief

Aggregate all context into a structured ResearchBrief.

## Execution

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

## Input

All accumulated artifacts from the crystallization process.

## Output

ResearchBrief — structured context document (not a research plan).

## Key Behavior

Does not output directly to user — feeds into final-validation first.

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