How this command is triggered — by the user, by Claude, or both
Slash command
/worldview:add-frameworkThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Add Framework Create a reusable thinking framework from the current conversation. ## The Bar **Only add frameworks that will clearly help in future sessions.** Before creating a framework, ask: 1. **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. 2. **Future Value Test:** Can you articulate a concrete future scenario where having this framework changes Claude's approach for the better? 3. **Structure Test:** Does it have clear structure (criteria, steps, matrix, model)? Vague advice doesn't make a...
Create 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.
npx claudepluginhub extremeclarity/claude-plugins --plugin worldview/thinkApplies structured thinking frameworks like 80/20, First Principles, or SWOT to analyze a problem or decision, producing key insight and recommendation.
/brainstormInitiates structured pair-programming brainstorm using Arete protocol: ground problem, explore options, decide, stress-test, ship actionable plans.
/brainstormStarts collaborative brainstorming session on product, architecture, UX, or problem topics. Researches online, explores codebase/ideas, converges to top 2-3 options, saves structured summary.