worldview
Published January 11, 2026
Capture and store knowledge from AI conversations and use it across sessions.
worldview shipped before Claude Code had built-in memory. The native memory tool works well, and it's what we'd recommend for most people today.
How it works
worldview creates a .worldview/ directory in your project. Context files load automatically when you start a new session.
Distillation
Knowledge is mined from conversations and structured into a worldview — terminology, principles, anti-patterns, insights, and frameworks.
Quality gates
Quality gates ensure that only relevant and stable knowledge is added to the worldview.
Session hooks
Compressed knowledge is automatically loaded at session start, so that each session builds on the last and alignment is never lost.
Frameworks
You can easily add strategic frameworks and mental models that emerge in conversations with AI, or import your own.
Installation for Claude Code
1. Open the plugin manager in Claude Code
/plugin
2. Add the Extreme Clarity marketplace
extremeclarity/claude-plugins
3. Install the worldview plugin from the marketplace
4. Initialize in your project
/worldview:setup
Commands
/worldview:setup
Initialize worldview in a new project
/worldview:distill
Promote knowledge to permanent storage
/worldview:consolidate
Deduplicate and remove stale knowledge
/worldview:add-framework
Save a thinking framework
/worldview:import-framework
Import from external files