worldview-synthesis

This skill should be used when someone wants to articulate, explore, or document their personal worldview, values, or philosophy. Triggers on "articulate my values", "figure out what I believe", "document my philosophy", "write a manifesto", "define my leadership philosophy", "explore my beliefs". Surfaces beliefs through systematic interrogation, identifies tensions, and generates narrative outputs.

25 stars

Best use case

worldview-synthesis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

This skill should be used when someone wants to articulate, explore, or document their personal worldview, values, or philosophy. Triggers on "articulate my values", "figure out what I believe", "document my philosophy", "write a manifesto", "define my leadership philosophy", "explore my beliefs". Surfaces beliefs through systematic interrogation, identifies tensions, and generates narrative outputs.

Teams using worldview-synthesis should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/worldview-synthesis/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/2389-research/worldview-synthesis/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/worldview-synthesis/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How worldview-synthesis Compares

Feature / Agentworldview-synthesisStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

This skill should be used when someone wants to articulate, explore, or document their personal worldview, values, or philosophy. Triggers on "articulate my values", "figure out what I believe", "document my philosophy", "write a manifesto", "define my leadership philosophy", "explore my beliefs". Surfaces beliefs through systematic interrogation, identifies tensions, and generates narrative outputs.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Worldview Synthesis

**Core principle:** A worldview isn't a list of opinions—it's a graph of beliefs with tensions. The goal is to surface what someone already believes, name the contradictions, and synthesize into something they can share.

## When to Use

- Someone says "I want to articulate my values"
- Someone says "help me figure out what I believe"
- Someone wants to document their philosophy
- Someone is preparing for leadership, writing a manifesto, or defining a company culture

## The Method

### Phase 1: Bootstrap Structure

Create project structure:

```
worldview/
├── data/
│   ├── schema.yaml      # Structure definitions
│   ├── ideas.yaml       # Belief nodes
│   ├── sources.yaml     # Influences (books, people, experiences)
│   └── tensions.yaml    # Productive paradoxes
├── narrative/
│   ├── mission.md       # One-liner + principles
│   ├── thesis.md        # One page
│   ├── synopsis.md      # Three sections
│   └── full-narrative.md
└── README.md
```

### Phase 2: Seed from Sources

Ask: "What books, articles, people, or experiences shaped how you see the world?"

For each source, extract 3-5 key ideas. This gives you initial nodes to build from.

### Phase 3: Interrogation Rounds

Run 4-6 rounds of questions. Each round covers 3-4 domains.

**Question Design Rules:**
- 2-4 options per question, each with label + description
- Use `multiSelect: true` when beliefs can coexist
- Leave room for custom "Other" answers
- Options should be genuinely different, not leading

**Domains to Cover:**

| Domain | Example Questions |
|--------|-------------------|
| **Mortality** | How does knowing you'll die shape how you live? |
| **Metaphysics** | What's your relationship with spirituality/religion? |
| **Relationships** | How do you think about romantic partnership? |
| **Parenting** | Philosophy on having/raising children? |
| **Body** | How do you relate to physical health and aging? |
| **Vices** | Relationship with alcohol, drugs, pleasure? |
| **Money** | Beyond spending—freedom, obligation, suspicion? |
| **Competition** | Collaboration vs ruthlessness? |
| **Trust** | Default open or earned? |
| **Learning** | Autodidact, mentorship, formal education? |
| **Nature** | Essential or nice to visit? |
| **Leadership** | Natural, reluctant, servant, example? |
| **Emotion** | Relationship with anger? |
| **Recognition** | Need fame? Already had it? |
| **Rest** | Protect sleep or run on fumes? |
| **Conflict** | Clear air fast or avoid? |
| **Work** | Philosophy on effort, failure, shipping? |
| **Ethics** | Hard lines vs softer truths? |
| **Society** | Diagnosis of what's broken? |
| **Future** | Optimism, pessimism, preparation? |

### Phase 4: Capture Tensions

When beliefs contradict, DON'T resolve—NAME:

```yaml
- id: collaboration-vs-ruthlessness
  ideas: [collaboration-over-competition, strategic-ruthlessness]
  description: "Default to positive-sum, but crush when necessary"
  resolution: |
    Different contexts call for different modes. Collaboration is default.
    Ruthlessness is available when needed. The key is knowing when to switch.
  status: embraced  # or: unresolved, resolved
```

Tensions are often the most interesting part of a worldview.

### Phase 5: Generate Narratives

From data, generate at ascending scales:

1. **Mission** (~100 words): The one-liner + 5-7 principles
2. **Thesis** (~300 words): One page that captures the core
3. **Synopsis** (~500 words): Three sections (Diagnosis, Orientation, Ethics)
4. **Full Narrative** (~2000 words): Complete essay with all major themes

### Phase 6: Iterate

A worldview is living. Add new beliefs, update old ones, regenerate narratives.

## Idea Node Schema

```yaml
- id: kebab-case-unique-id
  title: "Human Readable Title"
  domain: personal | ethics | society | technology | metaphysics
  claim: "The actual belief in one clear sentence"
  confidence: 0.0-1.0  # how sure?
  importance: 0.0-1.0  # how central to worldview?
  tags: [relevant, keywords]
  sources: [source-ids-if-any]
  supports: [ideas-this-reinforces]
  tensions: [ideas-this-contradicts]
  notes: "Context, caveats, origins"
```

## Tension Statuses

- **embraced**: Both sides are true. Live in the paradox.
- **resolved**: Found synthesis that dissolves the tension.
- **unresolved**: Genuinely don't know. Honest about uncertainty.

## Sample Interrogation Round

```
Round 3: Money, Competition, Trust

Q1: How do you think about money beyond 'spend it'?
- Tool for freedom: Money buys optionality and autonomy
- Obligation to share: If you have more, redistribute
- Wealth is suspect: Getting rich usually means exploitation
- Generational thinking: Think about what to leave behind
[multiSelect: true]

Q2: What's your orientation toward competition?
- Compete hard, play fair: Want to win but not by cheating
- Collaboration over competition: Prefer positive-sum games
- Against yourself mostly: Real competition is self-improvement
- Strategic ruthlessness: Sometimes you have to crush opponents
[multiSelect: true]

Q3: How do you approach trust with new people?
- Trust until betrayed: Default open, pull back if needed
- Trust is earned: Start cautious, let people prove themselves
- Read the situation: Neither default—assess individually
- Trust systems not people: Rely on structures over character
[multiSelect: false]
```

## Red Flags

- **"I don't have a worldview"** → Everyone does. Start with sources.
- **No tensions found** → Dig deeper. Everyone has contradictions.
- **All high confidence** → Push on uncertainty. What don't you know?
- **Only "should" beliefs** → Ask what they actually DO, not just believe.
- **Avoiding hard questions** → Death, money, conflict—go there.

## Output Quality Checklist

- [ ] Core thesis is one sentence
- [ ] Mission fits on a card
- [ ] Tensions are named, not hidden
- [ ] Hard lines are clear (non-negotiables)
- [ ] Softer truths acknowledged (where grace lives)
- [ ] Narrative voice sounds like the person
- [ ] Contradictions are embraced, not resolved away

## Example Mission Output

```markdown
# Mission Statement

**Put people first. Prepare for what's coming. Fight anyway.
Find the cracks. Leave no trace.**

---

We operate with systemic pessimism and local optimism.
We hold strong opinions weakly.
We embrace productive paradoxes.
We draw hard lines on human rights.
We extend grace for pain, never for harm.

People first. Always.
```

Related Skills

architecture-synthesis

25
from ComeOnOliver/skillshub

Generate a reference architecture specification from analyzed frameworks. Use when (1) designing a new agent framework based on prior art, (2) defining core primitives (Message, State, Tool types), (3) specifying interface protocols, (4) creating execution loop pseudocode, or (5) producing architecture diagrams and implementation roadmaps.

binary-re-synthesis

25
from ComeOnOliver/skillshub

Use when ready to document findings, generate a report, or summarize binary analysis results. Compiles analysis findings into structured reports - correlates facts from triage/static/dynamic phases, validates hypotheses, generates documentation with evidence chains. Keywords - "summarize findings", "generate report", "document analysis", "what did we find", "write up results", "export findings"

ElevenLabs — AI Voice Synthesis & Cloning

25
from ComeOnOliver/skillshub

## Overview

Daily Logs

25
from ComeOnOliver/skillshub

Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.

Socratic Method: The Dialectic Engine

25
from ComeOnOliver/skillshub

This skill transforms Claude into a Socratic agent — a cognitive partner who guides

Sokratische Methode: Die Dialektik-Maschine

25
from ComeOnOliver/skillshub

Dieser Skill verwandelt Claude in einen sokratischen Agenten — einen kognitiven Partner, der Nutzende durch systematisches Fragen zur Wissensentdeckung führt, anstatt direkt zu instruieren.

College Football Data (CFB)

25
from ComeOnOliver/skillshub

Before writing queries, consult `references/api-reference.md` for endpoints, conference IDs, team IDs, and data shapes.

College Basketball Data (CBB)

25
from ComeOnOliver/skillshub

Before writing queries, consult `references/api-reference.md` for endpoints, conference IDs, team IDs, and data shapes.

Betting Analysis

25
from ComeOnOliver/skillshub

Before writing queries, consult `references/api-reference.md` for odds formats, command parameters, and key concepts.

Research Proposal Generator

25
from ComeOnOliver/skillshub

Generate high-quality academic research proposals for PhD applications following Nature Reviews-style academic writing conventions.

Paper Slide Deck Generator

25
from ComeOnOliver/skillshub

Transform academic papers and content into professional slide deck images with automatic figure extraction.

Medical Imaging AI Literature Review Skill

25
from ComeOnOliver/skillshub

Write comprehensive literature reviews following a systematic 7-phase workflow.