simbajigege/intelligent-investor-graham
Use Graham value investing for Is this investment or speculation, defensive stock screens, margin of safety, Mr. Market, allocation, funds, IPOs.
npx skills add https://github.com/simbajigege/book2skills --skill intelligent-investor-graham
Knowledge source: *The Intelligent Investor* by Benjamin Graham, revised edition with commentary by Jason Zweig.
Architecture: Orchestrator + 7 subskills. This file routes the user query; subskills execute the actual Graham workflows.
intelligent-investor-graham/
├── SKILL.md
├── quotes/
│ ├── market-philosophy-quotes.md
│ └── value-investing-quotes.md
└── subskills/
├── m1_investment_vs_speculation/
│ ├── module.md
│ └── references/case_library.md
├── m2_defensive_stock_screen/
│ ├── module.md
│ └── references/case_library.md
├── m3_margin_of_safety_pricing/
│ ├── module.md
│ └── references/case_library.md
├── m4_market_fluctuation_response/
│ ├── module.md
│ └── references/case_library.md
├── m5_portfolio_policy/
│ ├── module.md
│ └── references/case_library.md
├── m6_fund_adviser_ipo_review/
│ ├── module.md
│ └── references/case_library.md
└── m7_enterprising_bargain_hunt/
├── module.md
└── references/case_library.md
Use this skill to apply Graham's value-investing discipline to practical investor decisions: distinguishing investment from speculation, screening defensive stocks, estimating margin of safety, responding to market swings, setting portfolio policy, evaluating funds or advisers, and searching for enterprising-investor bargains.
This is not a market-forecasting, momentum-trading, tax-planning, or personalized financial-advice skill. Its job is to force businesslike analysis, conservative arithmetic, and temperament discipline before any action is labeled an investment.
Invoke this skill when the user asks questions such as:
Every substantive Graham-method claim must cite the original-text quote files when a module produces a final answer.
Quote files:
quotes/value-investing-quotes.md — investment definition, margin of safety, Mr. Market, defensive allocation, price discipline, Graham's core principles.quotes/market-philosophy-quotes.md — market pendulum, earnings skepticism, IPO warnings, index funds, adviser conflicts, net-current-asset bargains, simplicity, historical humility.Citation format:
> "Author's exact words here."
>
> — *The Intelligent Investor*, cited excerpt
Anchor mapping:
value-investing-quotes.md: #buffett-endorses-graham, #investment-vs-speculation, #margin-of-safety, #mr-market, #mr-market-servant, #defensive-portfolio-split, #price-matters-more, #graham-core-principles, #the-future-value-depends-on-price, #no-need-for-extraordinarymarket-philosophy-quotes.md: #market-is-a-pendulum, #earnings-can-be-manipulated, #avoid-ipos, #index-funds-best, #advisers-misaligned, #net-current-asset-bargains, #simplicity-beats-cleverness, #santayana-warningRules:
references/case_library.md for the relevant quote IDs.| Workflow | User question pattern | Inputs | Steps | Output | Independent trigger? | Distinct references? | Triage score | Should be subskill? | Reason |
|---|---|---|---|---|---|---:|---:|---|---|
| Investment/speculation classification | "Is this trade investing?" | Security, thesis, holding period, analysis, leverage, position sizing | Test analysis, principal safety, adequate return, promotional dependence | Investment/speculation verdict and boundary conditions | Yes | Yes | 4 | Yes | Foundation for every proposed purchase or trade. |
| Defensive stock screen | "Does X pass Graham's defensive checklist?" | 10-year earnings, dividends, balance sheet, price, EPS, book value | Apply seven defensive criteria without soft averaging | Pass/fail table and disqualifiers | Yes | Yes | 4 | Yes | Distinct inputs, rules, and pass/fail artifact. |
| Margin of safety pricing | "What price is attractive?" | Normalized earnings, assets, book value, debt, bond yield, current price | Estimate conservative value, discount, and no-buy zone | Buy zone, watch zone, avoid zone | Yes | Yes | 4 | Yes | Distinct valuation artifact. |
| Market fluctuation response | "The stock dropped. Should I sell?" | Price change, business change, valuation, liquidity needs, leverage | Separate quotation from value; test impairment and forced-selling risk | Hold/add/reduce/sell framework | Yes | Yes | 4 | Yes | Distinct behavioral and sell-discipline workflow. |
| Portfolio policy | "How should I allocate?" | Investor type, income need, effort, risk capacity, yields | Start at 50/50, apply 25/75 guardrails, rebalance | Allocation range and rebalancing rule | Yes | Yes | 4 | Yes | Different input type and output artifact. |
| Fund/adviser/IPO review | "Should I buy this fund or IPO?" | Fees, incentives, operating history, marketing claims, alternatives | Check conflicts, costs, promotion, analyzable facts | Use/avoid verdict and safer default | Yes | Yes | 4 | Yes | Product review workflow with distinct warnings. |
| Enterprising bargain hunt | "How would Graham find cheap stocks?" | Screens, financials, NCAV data, special situation facts, diversification plan | Search low expectations, verify asset backing, diversify | Research list and rejection rules | Yes | Yes | 4 | Yes | Distinct research workflow and reference needs. |
| User question type | Must run | Optional run |
|---|---|---|
| "Should I buy stock X?" | M1 -> M2 -> M3 | M4 if price moved sharply; M7 if user is enterprising |
| "Is this investment or speculation?" | M1 | M6 if promoted product, IPO, fund, or adviser |
| "Does this pass Graham's checklist?" | M2 | M3 |
| "What is a Graham buy price?" | M3 | M2 for defensive qualification |
| "The stock fell. Should I sell?" | M4 | M3 to recalculate margin of safety |
| "How should I allocate my portfolio?" | M5 | M6 for fund implementation |
| "Should I use this fund/adviser/IPO/SPAC/hot issue?" | M6 | M1 |
| "Find Graham-style bargains" | M7 | M3 for valuation discipline; M1 for classification |
## Graham Analysis — [Security / Decision]
**Question type:** [Buy / sell / allocation / fund / speculation / bargain search]
**Investor posture:** Defensive / Enterprising / Unknown
**Required modules used:** M[ ] ...
### 1. Investment vs. Speculation
- Classification:
- Reason:
- Boundary conditions:
- Citation:
### 2. Graham Tests Applied
- Defensive checklist result, margin of safety, market fluctuation diagnosis, allocation policy, or product review as routed.
### 3. Verdict
- Graham result: qualifies / watchlist / avoid / speculative only / hold / reduce / needs data
- Action discipline:
- Missing data:
### 4. Citations
- Closest Graham principle and quote link for each major conclusion.
| Subskill | Path | Status |
|---|---|---|
| M1 Investment vs Speculation | subskills/m1_investment_vs_speculation/ | Available |
| M2 Defensive Stock Screen | subskills/m2_defensive_stock_screen/ | Available |
| M3 Margin of Safety Pricing | subskills/m3_margin_of_safety_pricing/ | Available |
| M4 Market Fluctuation Response | subskills/m4_market_fluctuation_response/ | Available |
| M5 Portfolio Policy | subskills/m5_portfolio_policy/ | Available |
| M6 Fund Adviser IPO Review | subskills/m6_fund_adviser_ipo_review/ | Available |
| M7 Enterprising Bargain Hunt | subskills/m7_enterprising_bargain_hunt/ | Available |
Take simbajigege/intelligent-investor-graham from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.