---
name: stanley-druckenmiller
description: Analyze stocks using Stanley Druckenmiller's macro-driven approach. Use when considering macroeconomic factors, sector rotation, or trend-following strategies.
---

# Stanley Druckenmiller Investment Analysis

## Investment Philosophy
1. **Macro First**: Top-down economic analysis
2. **Trend Following**: Ride the trend, cut losses fast
3. **Concentration**: Make big bets when conviction is high
4. **Flexibility**: Adapt quickly to changing conditions
5. **Risk Management**: Protect capital above all

## Analysis Process

### Run Druckenmiller Analysis
```bash
python .claude/skills/stanley-druckenmiller/scripts/analyze.py {TICKER} {END_DATE}
```

## Macro Factors
- Interest rate environment
- Currency trends
- Sector momentum
- Economic cycle positioning
- Liquidity conditions

## Key Metrics
- **Price momentum** (3/6/12 month)
- **Relative strength** vs market
- **Volume confirmation**
- **Sector performance**

## Signal Interpretation
- **Bullish**: Strong momentum, favorable macro, trend confirmation
- **Neutral**: Mixed signals or changing conditions
- **Bearish**: Breaking down, adverse macro, trend reversal

## Example
```
Analyze NVDA as of 2024-12-01 using Druckenmiller's approach.
```
