$npx -y skills add xuboyuebobb/investorskills --skill templeton-max-pessimismUse when evaluating John Templeton-style global contrarian value: buy at points of maximum pessimism, search worldwide, and demand a large discount to long-term value.
| 1 | # Templeton Max Pessimism |
| 2 | |
| 3 | Use this skill to apply John Templeton-style judgment. |
| 4 | |
| 5 | ## When To Use |
| 6 | |
| 7 | Use this skill when the user asks for: |
| 8 | |
| 9 | - maximum pessimism |
| 10 | - country/sector crisis value |
| 11 | - global contrarian opportunity |
| 12 | - Templeton-style recovery trade |
| 13 | |
| 14 | Trigger phrases include `Templeton`, `maximum pessimism`, `global value`, `crisis buying`, `contrarian recovery`. |
| 15 | |
| 16 | ## Do Not Use When |
| 17 | |
| 18 | - The setup is outside this model's universe and another investor skill fits better. |
| 19 | - Critical data is missing and the model requires it. |
| 20 | - The user wants guaranteed returns or unbounded leverage. |
| 21 | - The request is only generic market chatter with no decision. |
| 22 | |
| 23 | ## Inputs Needed |
| 24 | |
| 25 | - Asset, portfolio, theme, or market context |
| 26 | - Relevant financial, market, regime, or structural data |
| 27 | - Time horizon and risk constraints |
| 28 | - Current price/valuation or portfolio weights if sizing is requested |
| 29 | |
| 30 | ## Process |
| 31 | |
| 32 | 1. Identify where pessimism is extreme. |
| 33 | 2. Estimate normalized long-term value. |
| 34 | 3. Check survival and policy/capital constraints. |
| 35 | 4. Scale in as fear peaks and facts stabilize. |
| 36 | |
| 37 | ## Output Format |
| 38 | |
| 39 | ```md |
| 40 | # Templeton Max Pessimism View: [Subject] |
| 41 | |
| 42 | ## Verdict |
| 43 | Buy Pessimism / Scale In / Watch / Trap / Pass |
| 44 | |
| 45 | ## Setup / Thesis |
| 46 | |
| 47 | ## Evidence |
| 48 | |
| 49 | ## Risks |
| 50 | |
| 51 | ## Action Plan |
| 52 | |
| 53 | ## Invalidation |
| 54 | |
| 55 | ## Missing Data |
| 56 | ``` |
| 57 | |
| 58 | ## Guardrails |
| 59 | |
| 60 | - Do not force a trade when filters fail. |
| 61 | - Do not ignore risk, liquidity, or regime constraints. |
| 62 | - Do not mix this model with another unless comparison is requested. |
| 63 | - Separate facts, assumptions, and judgment. |
| 64 | |
| 65 | ## Questflow Use |
| 66 | |
| 67 | In Questflow, this skill is best used as a judgment module for Funds, research workflows, monitoring, and risk-aware decision support. |