Save a reusable thinking framework from the conversation
Creates reusable thinking frameworks from conversation patterns for future sessions.
/plugin marketplace add extremeclarity/claude-plugins/plugin install worldview@extremeclarityCreate a reusable thinking framework from the current conversation.
Only add frameworks that will clearly help in future sessions.
Before creating a framework, ask:
Reuse Test: Will this framework be applied to similar problems in the future? If it's a one-off analysis, don't create a framework.
Future Value Test: Can you articulate a concrete future scenario where having this framework changes Claude's approach for the better?
Structure Test: Does it have clear structure (criteria, steps, matrix, model)? Vague advice doesn't make a framework.
Review — Look at the recent conversation for patterns, decision criteria, or mental models that emerged.
Check for duplicates — Read .worldview/frameworks/index.txt. If a similar framework exists, ask the user: update existing or create new?
Align terminology — Read .worldview/terminology.txt. Use consistent terms from the existing terminology.
Write the framework — Create .worldview/frameworks/[framework-name].md with:
Use kebab-case for framework name (e.g., decision-matrix.md, error-handling-patterns.md).
Update index — Append to .worldview/frameworks/index.txt:
[framework-name].md: One-line summary
Extract terms — If the framework introduces terms with non-obvious meanings, append to .worldview/terminology.txt:
[YYYY-MM-DD] *Term*: Definition
Apply the same bar: only add terms that will help Claude in future sessions.