Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install onfire7777-universal-ai-skills-library-plugin-codex-skills-big-picture-thinking-enginegit clone https://github.com/onfire7777/universal-ai-skills-library.gitcp universal-ai-skills-library/SKILL.MD ~/.claude/skills/onfire7777-universal-ai-skills-library-plugin-codex-skills-big-picture-thinking-engine/SKILL.md--- name: big-picture-thinking-engine description: Comprehensive skill for bigger-picture thinking, long-term thinking, and strategic foresight. Use when you need to zoom out from immediate details to see the whole system, when making decisions with long-term consequences, when connecting today's actions to future outcomes, when evaluating whether tactical work aligns with strategic goals, or when the user asks you to "think bigger," "zoom out," "consider the long term," or "see the forest for the trees." Combines systems thinking, temporal reasoning, strategic foresight, and multi-scale analysis. license: Unspecified --- # Big Picture Thinking Engine ## Purpose Most thinking is trapped in the immediate — the current task, the current sprint, the current problem. This skill systematically lifts your perspective to see the larger patterns, longer timelines, and deeper structures that determine whether today's work actually matters. > "We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run." — Amara's Law --- ## The Five Lenses of Big Picture Thinking Every situation can be viewed through five lenses, each revealing different aspects of the bigger picture. The discipline is to use ALL five before making significant decisions. ### Lens 1: Temporal Zoom (Time Scale) View the current situation at multiple time horizons simultaneously. **The Temporal Stack:** | Horizon | Question | What It Reveals | |---------|----------|----------------| | **Now** (this task) | What am I doing right now? | Immediate actions and their quality | | **This Week** | How does this task fit into this week's goals? | Short-term coherence | | **This Quarter** | How does this week's work advance quarterly objectives? | Medium-term alignment | | **This Year** | How does this quarter's work advance annual strategy? | Strategic alignment | | **3 Years** | Where should we be in 3 years? Does this year's work get us there? | Vision alignment | | **10 Years** | What will the landscape look like? Are we building for that future? | Long-term positioning | | **Legacy** | What will this work mean in 20+ years? What lasting impact does it have? | Purpose and meaning | **Protocol:** For any significant decision, explicitly trace the implications through at least 4 of these horizons. If a decision looks good at the "now" level but bad at the "3 year" level, that's a critical signal. **Temporal Reasoning Rules:** First, **compound effects dominate.** Small advantages compound over time. A 1% daily improvement yields 37x improvement over a year. Prioritize decisions with positive compounding effects. Second, **reversibility decreases with time.** Decisions that are easy to reverse today become harder to reverse tomorrow. Identify which decisions are "one-way doors" (irreversible) versus "two-way doors" (reversible) and allocate proportional deliberation time. Third, **optionality increases value over time.** Decisions that preserve future options are almost always better than decisions that close them off. When uncertain, choose the path that keeps the most doors open. Fourth, **second-order effects take time to manifest.** The immediate effect of a decision is rarely the most important one. The second-order effects (the effects of the effects) often dominate. Use `thinking-second-order` to trace these chains. ### Lens 2: Spatial Zoom (Scale) View the current situation at multiple levels of abstraction simultaneously. **The Spatial Stack:** | Level | Scope | Example | |-------|-------|---------| | **Line of Code** | Single expression or statement | Is this the right algorithm? | | **Function** | Single unit of behavior | Does this function do one thing well? | | **Module/Component** | Group of related functions | Is this module cohesive? Are its boundaries right? | | **Service/Application** | Complete deployable unit | Does this service have a clear purpose and clean API? | | **System** | Multiple services working together | Do the services compose well? Where are the bottlenecks? | | **Organization** | Teams, processes, culture | Does the technical architecture match the org structure? (Conway's Law) | | **Ecosystem** | Users, competitors, market, technology trends | Are we building the right thing for the right market? | | **Society** | Broader impact on people and communities | What are the ethical implications? Who benefits? Who is harmed? | **Protocol:** When making any decision, identify which level you're currently thinking at, then deliberately check one level up and one level down. A decision that's optimal at the component level may be suboptimal at the system level, or vice versa. **The Conway's Law Check:** Technical architecture inevitably mirrors organizational structure. If the org has three teams, the system will have three major components — whether or not that's the right architecture. Always check: "Is this technical decision being driven by organizational structure rather than technical merit?" ### Lens 3: Stakeholder Zoom (Perspective) View the current situation from multiple stakeholder perspectives. **The Stakeholder Stack:** | Stakeholder | Their Question | What They Care About | |------------|---------------|---------------------| | **End User** | Does this solve my problem? | Usability, reliability, value | | **Developer** | Can I maintain this? | Code quality, documentation, simplicity | | **Team Lead** | Does this fit our roadmap? | Alignment, velocity, technical debt | | **Product Owner** | Does this move metrics? | Business value, user adoption | | **Security Team** | Is this safe? | Vulnerabilities, compliance, data protection | | **Operations** | Can I run this in production? | Reliability, observability, scalability | | **Executive** | Does this advance strategy? | ROI, competitive advantage, risk | | **Future You** | Will I understand this in 6 months? | Clarity, documentation, simplicity | **Protocol:** Before finalizing any significant decision, explicitly consider at least 3 stakeholder perspectives. The best decisions satisfy multiple stakeholders simultaneously. ### Lens 4: Causal Zoom (Why Chain) Trace the causal chain from surface symptoms to root causes, and from immediate actions to ultimate consequences. **The Why Chain (going deeper):** Start with the observable situation and ask "Why?" five times. Each answer reveals a deeper layer of causation. The first "why" gives you a symptom. The third "why" gives you a cause. The fifth "why" gives you a systemic pattern. **The So-What Chain (going forward):** Start with the proposed action and ask "So what?" five times. Each answer reveals a further consequence. The first "so what" gives you an immediate effect. The third "so what" gives you a strategic implication. The fifth "so what" gives you a paradigm shift. **Protocol:** For every problem, go at least 3 levels deep on the Why Chain before proposing solutions. For every solution, go at least 3 levels forward on the So-What Chain before committing. ### Lens 5: Pattern Zoom (Recurrence) Identify whether the current situation is an instance of a recurring pattern. **Common Recurring Patterns:** **The Cycle Pattern** means this has happened before and will happen again. Technology hype cycles, refactor-then-regret cycles, hire-fast-fire-fast cycles. Recognition: "Haven't we been here before?" Response: Study previous cycles and learn from them instead of repeating them. **The Drift Pattern** means small, imperceptible changes accumulate into a major shift. Technical debt, scope creep, culture erosion. Recognition: "When did this get so bad?" Response: Establish metrics and thresholds that detect drift early. **The Emergence Pattern** means simple rules at a low level produce complex behavior at a higher level. Microservices producing system-level behavior, individual team decisions producing organizational culture. Recognition: "Nobody planned this, but here we are." Response: Focus on the rules and incentives at the lower level, not the emergent behavior. **The Trade-Off Pattern** means every benefit comes with a cost, and the cost often appears in a different domain or time horizon than the benefit. Speed vs. quality, features vs. simplicity, short-term vs. long-term. Recognition: "This seemed like a great idea at the time." Response: Explicitly name the trade-off before making the decision. --- ## The Big Picture Protocol When you need to think bigger, follow this structured protocol. **Step 1: Zoom Out.** Apply all five lenses to the current situation. Write down what each lens reveals. This should take 2-5 minutes of deliberate thought. **Step 2: Find the Highest-Leverage Insight.** Across all five lenses, which insight changes the most about how you should approach this? This is your "big picture insight." **Step 3: Trace Back Down.** Take the big picture insight and trace it back to specific, actionable implications for the immediate task. Big picture thinking is useless if it doesn't change what you do today. **Step 4: Identify the Tension.** There is almost always a tension between the big picture and the immediate task. Name it explicitly. "The big picture says X, but the immediate pressure says Y." This tension is where the real decision lives. **Step 5: Make the Deliberate Choice.** Choose how to balance the tension. Sometimes the immediate task wins (deadlines are real). Sometimes the big picture wins (some deadlines aren't worth meeting if they create bigger problems). But make it a conscious choice, not a default. --- ## Long-Term Thinking Heuristics These heuristics help maintain a long-term perspective even under short-term pressure. **The Newspaper Test:** Would you be comfortable if this decision appeared on the front page of a newspaper in 5 years? If not, reconsider. **The Successor Test:** Would your successor thank you or curse you for this decision? Build things that future-you (or future-someone-else) will be grateful for. **The Regret Minimization Framework (Bezos):** Project yourself to age 80. Which choice minimizes regret? This naturally biases toward action on things that matter and away from action on things that don't. **The Lindy Effect:** Things that have survived a long time are likely to survive much longer. Prefer proven technologies, patterns, and principles over trendy ones. The boring choice is often the right long-term choice. **The Chesterton's Fence Principle:** Before removing something that seems pointless, understand why it was put there. There's usually a reason, and removing it without understanding that reason often creates new problems. **The Pace Layer Model (Stewart Brand):** Different parts of a system change at different speeds. Fashion changes fast, commerce changes slower, infrastructure changes slower still, culture changes slowest, and nature barely changes at all. Align your expectations and investments with the pace layer you're working in. --- ## Integration with Other Skills This skill is designed to be the "altitude adjuster" that works alongside all other skills. | When You're Using... | Big Picture Adds... | |---------------------|-------------------| | `master-skill-orchestrator` | The "why" behind skill selection — not just which skills, but why these skills matter for the bigger goal | | `skill-connection-map` | The temporal dimension — how connections between skills evolve over time | | `meta-thinking-engine` | The scale dimension — metacognition about whether you're thinking at the right level of abstraction | | `strategic-planning-engine` | The foresight dimension — whether the plan accounts for long-term trends and second-order effects | | `creative-connections-engine` | The pattern dimension — whether creative connections are novel or just recycled from recent experience | | `thinking-model-router` | The context dimension — whether the selected mental model is appropriate for the time horizon of the decision |