Decompose Everything

Day 6 of 30 · Done is better - Build What Matters

Learning goal

Break the problem into sub-problems or components.

Who

Students, parents, and educators interested in problem-solving techniques.

What

Decomposing a complex problem into smaller, manageable parts.

Where

In a classroom setting, at home, or in a professional environment.

When

When faced with a complex challenge.

Why it matters

Decomposition reveals leverage points and helps in solving problems more efficiently.

How

  1. List sub-problems or components.
  2. For each: can it be solved or tested independently?
  3. Identify which component, if fixed, would ease the rest (leverage point).
  4. Pick the first move on that.

Guided exercise

  1. Take a complex problem (e.g., a project, a relationship, or a system).
  2. Break it down into smaller, manageable parts.
  3. For each part: can it be solved or tested independently?
  4. Identify which component, if fixed, would ease the rest (leverage point).
  5. Pick the first move on that.

Independent exercise

Take a real-life scenario (e.g., a project, a relationship, or a system) and apply the decomposition technique.

Self-check

  • You can explain the key idea in one sentence.
  • You have one concrete move to do today.

Bibliography (sources used)

Read more (optional)

To dive deeper into the topic, explore the following resources:

Today

Short localized summary with one clear call to open the lesson.

Common mistakes

Trying to solve the whole thing at once. Decomposing into too many tiny pieces with no prioritization. Ignoring dependencies between parts.

Today's move

Decompose your working problem into 3–5 sub-parts. Mark which one is the leverage point or the smallest testable slice. Choose the first move on that.

Today's email

Subject: Decompose Everything - Day 6

Dear Students,

Today, we're going to break down complex problems into smaller, manageable parts. This technique will help you identify leverage points and solve problems more efficiently.

To get started, take a complex problem and break it down into smaller parts. Identify which component, if fixed, would ease the rest. Then, pick the first move on that.

Don't forget to explain the key idea in one sentence and have one concrete move to do today.

Best, [Your Name]