> ## Documentation Index
> Fetch the complete documentation index at: https://meta.niceshare.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Methods · Actionable Processes & Proven Techniques

> 35 actionable methodologies — executable processes that turn thinking into action and transform knowledge into capability. Methods are how wisdom becomes skill.

## What are Methods?

A method is an **actionable sequence of steps and processes** that converts abstract thinking into concrete action. Good methods don't require genius — they decompose complex tasks into steps anyone can execute, and they compound through repetition.

> A method turns "I know" into "I can actually do it."

**This category covers 35 core methods**, organized into four groups:

* **Learning Methods**: acquire and retain knowledge more effectively
* **Problem Solving**: systematically find root causes and solutions
* **Productivity & Execution**: maximize the output of your time and energy
* **Innovation & Decisions**: make better choices under uncertainty

***

## Learning Methods

<CardGroup cols={2}>
  <Card title="Feynman Technique" icon="chalkboard-user" href="/methods/feynman-technique">
    Explain in simple terms to expose gaps in your understanding
  </Card>

  <Card title="Spaced Repetition" icon="calendar-days" href="/methods/spaced-repetition">
    Review at increasing intervals to optimize long-term retention
  </Card>

  <Card title="Active Recall" icon="brain" href="/methods/active-recall">
    Test yourself rather than re-reading to strengthen memory retrieval
  </Card>

  <Card title="Socratic Method" icon="comment-dots" href="/methods/socratic-method">
    Use systematic questioning to expose assumptions and stimulate critical thinking
  </Card>

  <Card title="Mind Mapping" icon="diagram-project" href="/methods/mind-mapping">
    Visually organize information around a central concept
  </Card>

  <Card title="Rubber Duck Debugging" icon="duck" href="/methods/rubber-duck-debugging">
    Explaining a problem to someone else often reveals the solution
  </Card>
</CardGroup>

***

## Problem Solving

<CardGroup cols={2}>
  <Card title="Five Whys" icon="circle-question" href="/methods/five-whys">
    Ask "why?" repeatedly until you reach the root cause
  </Card>

  <Card title="Root Cause Analysis" icon="tree" href="/methods/root-cause-analysis">
    Systematically identify the fundamental source of a problem
  </Card>

  <Card title="Fishbone Diagram" icon="fish-bones" href="/methods/fishbone-diagram">
    Organize potential causes by category in a visual tool
  </Card>

  <Card title="Six Thinking Hats" icon="hat-wizard" href="/methods/six-thinking-hats">
    Examine any issue from six distinct perspectives: facts, emotion, caution, benefits, creativity, and process
  </Card>

  <Card title="SCAMPER Method" icon="lightbulb" href="/methods/scamper-method">
    Substitute, Combine, Adapt, Modify, Put to other uses, Eliminate, Reverse
  </Card>

  <Card title="Brainstorming" icon="cloud-bolt" href="/methods/brainstorming">
    Generate a large volume of ideas without evaluation or judgment
  </Card>

  <Card title="Force Field Analysis" icon="arrows-left-right" href="/methods/force-field-analysis">
    Map driving and restraining forces to understand change dynamics
  </Card>

  <Card title="Nominal Group Technique" icon="users" href="/methods/nominal-group-technique">
    Structured group decision-making that prevents groupthink
  </Card>

  <Card title="Delphi Method" icon="arrows-rotate" href="/methods/delphi-method">
    Anonymous, iterative expert consensus-building
  </Card>

  <Card title="Issue Tree Analysis" icon="sitemap" href="/methods/issue-tree-analysis">
    Decompose a complex problem into a structured tree of sub-issues
  </Card>

  <Card title="Hypothesis-Driven Thinking" icon="vial" href="/methods/hypothesis-driven-thinking">
    State a hypothesis first, then gather evidence — not the reverse
  </Card>

  <Card title="Scientific Method" icon="microscope" href="/methods/scientific-method">
    Observe → Hypothesize → Experiment → Conclude → Repeat
  </Card>
</CardGroup>

***

## Productivity & Execution

<CardGroup cols={2}>
  <Card title="Pomodoro Technique" icon="clock" href="/methods/pomodoro-technique">
    25-minute focused sprints with 5-minute breaks
  </Card>

  <Card title="Getting Things Done (GTD)" icon="inbox" href="/methods/gtd">
    Capture → Clarify → Organize → Review → Engage
  </Card>

  <Card title="Time Boxing" icon="box" href="/methods/time-boxing">
    Allocate fixed time slots to tasks; enforce focused completion
  </Card>

  <Card title="Kanban Method" icon="columns-3" href="/methods/kanban-method">
    Visualize your workflow and limit work in progress
  </Card>

  <Card title="PDCA Cycle" icon="arrows-rotate" href="/methods/pdca-cycle">
    Plan → Do → Check → Act — continuous improvement loop
  </Card>

  <Card title="OKR" icon="bullseye" href="/methods/okr">
    Ambitious Objectives + measurable Key Results
  </Card>

  <Card title="KPI" icon="chart-line" href="/methods/kpi">
    Track goal progress with concrete, quantifiable metrics
  </Card>

  <Card title="MECE Principle" icon="grid-2" href="/methods/mece-principle">
    Mutually Exclusive, Collectively Exhaustive — no gaps, no overlaps
  </Card>

  <Card title="Pareto Analysis" icon="chart-pie" href="/methods/pareto-analysis">
    Identify the critical few causes that generate the majority of effects
  </Card>
</CardGroup>

***

## Innovation & Decisions

<CardGroup cols={2}>
  <Card title="Agile Methodology" icon="rotate" href="/methods/agile-methodology">
    Short iteration cycles, frequent feedback, adaptive planning
  </Card>

  <Card title="Lean Methodology" icon="minimize" href="/methods/lean-methodology">
    Maximize value; eliminate waste
  </Card>

  <Card title="Minimum Viable Product (MVP)" icon="rocket" href="/methods/mvp">
    Test your core hypothesis with the simplest possible version
  </Card>

  <Card title="A/B Testing" icon="flask-vial" href="/methods/ab-testing">
    Compare two versions; let data decide
  </Card>

  <Card title="Journaling" icon="book-open" href="/methods/journaling">
    Regular written reflection to deepen self-awareness and learning
  </Card>

  <Card title="After Action Review (AAR)" icon="magnifying-glass-chart" href="/methods/after-action-review">
    Structured retrospective to extract lessons from completed work
  </Card>

  <Card title="Decision Journal" icon="clipboard-list" href="/methods/decision-journal">
    Document your reasoning at decision time to review it later
  </Card>

  <Card title="Pre-Mortem Analysis" icon="skull" href="/methods/pre-mortem-analysis">
    Assume the project already failed — work backward to identify why
  </Card>
</CardGroup>
