$npx -y skills add simbajigege/book2skills --skill most-important-thing-in-investing-howard-marksApply Howard Marks investing judgment for second-level thinking, price
| 1 | # The Most Important Thing — Risk Investing Skill |
| 2 | |
| 3 | **Knowledge source:** *The Most Important Thing* by Howard Marks. |
| 4 | |
| 5 | ## Overview |
| 6 | |
| 7 | Use this skill to evaluate investment opportunities, portfolio posture, market temperature, risk compensation, and contrarian decisions through Howard Marks's multi-factor framework. It supports investors asking whether to buy, hold, sell, wait, or become more defensive. |
| 8 | |
| 9 | ## When to Use This Skill |
| 10 | |
| 11 | Use this skill when the user asks: |
| 12 | - "Is this asset worth buying?" |
| 13 | - "What risks am I missing?" |
| 14 | - "Where are we in the cycle?" |
| 15 | - "Should I be contrarian here?" |
| 16 | - "Is the price attractive relative to value?" |
| 17 | - "How defensive should I be?" |
| 18 | |
| 19 | ## Core Principle |
| 20 | |
| 21 | There is no single most important thing. Superior investing requires second-level thinking across value, price, risk, cycles, psychology, contrarianism, patience, humility, and defense, with survival and risk control placed ahead of aggressive return seeking. |
| 22 | |
| 23 | ## Workflow Inventory |
| 24 | |
| 25 | | Workflow | User question pattern | Inputs | Steps | Output | Independent trigger? | Distinct references? | Triage score | Should be subskill? | Reason | |
| 26 | |---|---|---|---|---|---|---:|---:|---|---| |
| 27 | | Investment attractiveness | "Should I buy X?" | Asset, price, value estimate, risk, market context | Apply value, risk, cycles, psychology, margin | Buy/watch/avoid verdict | Yes | Yes | 4 | No | All dimensions are coupled in Marks's "no single thing" principle. | |
| 28 | | Risk diagnosis | "What risks?" | Position, leverage, price, assumptions | Identify permanent-loss risks and unpriced risks | Risk register | Yes | Yes | 3 | No | Same final investment report. | |
| 29 | | Cycle/temperature assessment | "Where are we?" | Market indicators, sentiment, valuations | Assess pendulum, psychology, risk appetite | Posture recommendation | Yes | Yes | 3 | No | Feeds buy/sell aggressiveness. | |
| 30 | | Contrarian opportunity | "Should I go against crowd?" | Consensus, price, fundamentals, forced selling | Test bargain source and humility | Contrarian thesis check | Yes | Yes | 3 | No | Must be combined with value and risk. | |
| 31 | |
| 32 | ## Architecture Justification |
| 33 | |
| 34 | Several workflows score as subskill candidates, but the book explicitly argues that investing judgment fails when any "most important thing" is isolated. A single-file architecture is justified because every supported query must combine price-value, risk, psychology, cycle position, and humility. |
| 35 | |
| 36 | ## DIMENSION 1: Second-Level Thinking |
| 37 | |
| 38 | **The Rule:** Outperformance requires thinking differently and better than the consensus. |
| 39 | |
| 40 | ### Key questions to ask: |
| 41 | - What does the consensus believe? |
| 42 | - What would a first-level answer say? |
| 43 | - What must be true for the consensus to be wrong? |
| 44 | - Is the user's view different for a reason or just different? |
| 45 | |
| 46 | ### Decision criteria / Checklist: |
| 47 | - Identify consensus expectations. |
| 48 | - State variant perception. |
| 49 | - Test whether evidence supports that variant. |
| 50 | - Avoid contrarianism without value support. |
| 51 | |
| 52 | ### Warning signals: |
| 53 | - "Good company, therefore good investment." |
| 54 | - Being different only for identity or excitement. |
| 55 | - Ignoring what is already in the price. |
| 56 | |
| 57 | ### Agent instruction: |
| 58 | Before giving any investment verdict, write the first-level view and the second-level counterview. |
| 59 | |
| 60 | ## DIMENSION 2: Price, Value, and Bargains |
| 61 | |
| 62 | **The Rule:** Price determines return; value only matters if the price paid is attractive. |
| 63 | |
| 64 | ### Key questions to ask: |
| 65 | - What is conservative intrinsic value? |
| 66 | - What expectations are embedded in the price? |
| 67 | - Why does this bargain exist? |
| 68 | - Is the discount large enough for uncertainty? |
| 69 | |
| 70 | ### Decision criteria / Checklist: |
| 71 | - Estimate value conservatively. |
| 72 | - Compare price to value. |
| 73 | - Identify bargain source: neglect, forced selling, misunderstanding, fear. |
| 74 | - Require margin for error. |
| 75 | |
| 76 | ### Warning signals: |
| 77 | - Paying any price for quality. |
| 78 | - Calling something cheap because it has fallen. |
| 79 | - No explanation for why the market is mispricing it. |
| 80 | |
| 81 | ### Agent instruction: |
| 82 | For any buy question, refuse to evaluate attractiveness without price versus value. |
| 83 | |
| 84 | ## DIMENSION 3: Risk Recognition and Control |
| 85 | |
| 86 | **The Rule:** Risk is the probability of permanent loss, not mere volatility, and it often rises when people believe risk is absent. |
| 87 | |
| 88 | ### Key questions to ask: |
| 89 | - What can cause permanent impairment? |
| 90 | - What risk is hidden by recent good performance? |
| 91 | - Is risk compensated by price? |
| 92 | - What happens under adverse scenarios? |
| 93 | |
| 94 | ### Decision criteria / Checklist: |
| 95 | - Separate volatility from impairment. |
| 96 | - Identify leverage, overpayment, concentration, fragility, and ignorance. |
| 97 | - Demand compensation for risk. |
| 98 | - Favor survival in uncertain environments. |
| 99 | |
| 100 | ### Warning signals: |
| 101 | - "There is no risk." |
| 102 | - Rising pr |