Fundamentals 13 min read

Master the Golden Three‑Step Method: From Daily Tasks to Complex Architecture

This article introduces Zhang Jianfei’s golden three‑step problem‑solving framework—define, decompose, and classify—illustrates its application in everyday chores, work reporting, code development, and system design, and connects it to taxonomy, the MECE principle, and common thinking models to boost structured thinking.

Alibaba Cloud Developer
Alibaba Cloud Developer
Alibaba Cloud Developer
Master the Golden Three‑Step Method: From Daily Tasks to Complex Architecture

Human beings naturally group and classify things; senior Alibaba technologist Zhang Jianfei shares a universal "golden three‑step" method to turn that instinct into a powerful problem‑solving tool.

Golden Three‑Step Method

Define the problem → Decompose the problem → Classify & group

Step Details

1. Define the problem : clearly state what needs to be solved.

2. Decompose the problem : break the problem into a flat list of sub‑problems, expanding as needed.

3. Classify & group : aggregate similar sub‑problems into categories, forming a pyramid‑like hierarchy.

Everyday Life Example

When buying groceries, grouping items (fruits, vegetables, dairy) reduces memory load and creates a clear hierarchy.

Work Report Example

Identify client complaints, list eight issues, then group them into three categories to present a concise pyramid.

Code Development Example

Apply the three steps to a complex product‑listing feature, resulting in three phases: initialization, validation, and execution.

Application Architecture Example

Use the steps to define layers, modules, and components, producing a clean architectural diagram.

Product Architecture Example

Define the problem (smart POS requirements), decompose into functional modules, then group into perception, function, and data layers.

Scientific Perspective on Classification

Biological taxonomy illustrates hierarchical classification from kingdom to species, showing that classification is both a science and an art.

MECE Principle

The “mutually exclusive, collectively exhaustive” rule guarantees that grouped items do not overlap and nothing is omitted.

MECE is a thinking tool that helps structure analysis without redundancy.

Thinking Models

Various ready‑made frameworks (4P, 5W2H, 7S, SWOT, SMART) effectively perform the third step by providing pre‑built classification structures.

By mastering the golden three‑step method, readers can improve problem‑solving efficiency across personal, professional, and technical domains.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Product Designproblem solvingclassificationMethodologyMECEstructured thinking
Alibaba Cloud Developer
Written by

Alibaba Cloud Developer

Alibaba's official tech channel, featuring all of its technology innovations.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.