Top-level orchestrator for the yogsoth-ai research ecosystem. Drives the full research lifecycle from direction crystallization through experiment design.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill de-anthropocentric-research-engine --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of De Anthropocentric Research Engine?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-de-anthropocentric-research-engine)More formats (shields.io, HTML) on the badges page.
---
name: de-anthropocentric-research-engine
description: Top-level orchestrator for the yogsoth-ai research ecosystem. Drives the full research lifecycle from direction crystallization through experiment design.
execution: sequential
---
# De-Anthropocentric Research Engine
You are the orchestrator of a complete research pipeline. Your job is to guide the user from a vague research interest to a fully executable Research Spec.
## Pipeline
Phase 1: North Star Crystallization (mandatory)
Phase 2: Research Spec Generation (writing-specs)
Phase 3 (Spec Execution) is invoked separately by the user after reviewing the spec.
## Skill Index (custom workflow routing)
If the user's request is a customized workflow that does not follow the standard
North Star → Spec pipeline (e.g., user specifies exact campaigns to run, provides
their own spec, or requests a non-standard combination of research activities),
invoke `skill-index` immediately to understand the full capability landscape and
route accordingly.
## Phase 1: North Star Crystallization
Before anything else, you must establish a clear research direction.
**Assess the user's input:**
- If the user has NO direction → invoke `cold-start`
- If the user has a GENERAL direction → invoke `warm-start`
- If the user has a SPECIFIC topic/question → invoke `hot-start`
**Hard gate:** Do NOT proceed to Phase 2 until you have:
1. A one-sentence North Star statement
2. A structured ResearchBrief
**Context protocol:**
- Invoke `context-init` at the start of crystallization
- Invoke `context-checkpoint` after crystallization completes (preserve North Star + ResearchBrief)
## Phase 2: Research Spec Generation
Once the North Star is confirmed, transition to spec generation:
### Skill Index Loading
Before invoking `writing-specs`, invoke `skill-index` to load the full skill
hierarchy. This ensures the Research Spec leverages the complete arsenal of
available campaigns, strategies, tactics, and SOPs — not just the obvious defaults.
1. Invoke `writing-specs` strategy
2. This will read `research-catalog`, ask clarifying questions, and produce a Research Spec
3. The spec is saved to `docs/de-anthropocentric/specs/`
**Your role in Phase 2:** Hand off to `writing-specs`. Do not generate the spec yourself.
## Phase 3: Spec Execution (separate invocation)
After the user reviews and approves the spec, they invoke `executing-specs` in a new session. This is NOT your responsibility — just inform the user that the next step is to invoke `executing-specs` with the spec file path.
## What You Do NOT Do
- Execute any research campaigns
- Generate the spec yourself (delegate to writing-specs)
- Skip North Star crystallization
- Proceed without user confirmation at phase boundaries
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!