Trend Analysis
npx machina-cli add skill zircote/sigint/trend-analysis --openclawTrend Analysis
Overview
Trend analysis identifies patterns of change over time to anticipate future market conditions. This skill covers methodologies for discovering, validating, and projecting trends at macro and micro levels.
Trend Categories
Macro Trends (3-10+ years)
Large-scale shifts affecting multiple industries:
- Economic: Interest rates, inflation, employment
- Technological: AI, blockchain, quantum computing
- Social: Demographics, values, behaviors
- Environmental: Climate, sustainability, resources
- Political: Regulation, trade, governance
Micro Trends (1-3 years)
Industry or segment-specific patterns:
- Feature adoption curves
- Pricing model shifts
- Channel preferences
- Buying behavior changes
- Competitive dynamics
Emerging Signals (< 1 year)
Early indicators of potential trends:
- Startup activity
- Patent filings
- Research papers
- Early adopter behavior
- Influencer attention
Three-Valued Trend Logic
From the trend-based modeling research, apply minimal-information quantifiers:
INC (Increasing)
- Measurable upward movement
- Multiple confirming signals
- Example: "AI adoption growing 40% YoY"
DEC (Decreasing)
- Measurable downward movement
- Multiple confirming signals
- Example: "On-premise deployments declining 15% annually"
CONST (Constant)
- No significant directional movement
- OR insufficient data to determine direction
- Example: "Market share stable at ~30%"
Correlation-to-Trend Conversion
Convert data relationships to trend indicators:
- Positive correlation (r > 0.3) → INC relationship
- Negative correlation (r < -0.3) → DEC relationship
- Weak correlation (-0.3 < r < 0.3) → CONST relationship
Trend Identification Process
Step 1: Signal Gathering
Collect data points from:
- Industry reports and analyses
- News and publications
- Patent databases
- Job posting trends
- Search interest (Google Trends)
- Social media discussions
- Conference topics
- Funding announcements
Step 2: Pattern Recognition
Look for:
- Consistent direction over 3+ time periods
- Acceleration/deceleration in rate of change
- Cross-industry convergence
- Discontinuities and inflection points
Step 3: Validation
Confirm trends through:
- Multiple independent sources
- Expert opinions
- Historical analogies
- Quantitative data where available
Step 4: Classification
Assign trend direction:
- Determine INC/DEC/CONST
- Note confidence level
- Document supporting evidence
Step 5: Projection
Extend trends forward considering:
- Historical trajectory
- Accelerating/decelerating forces
- Potential disruptions
- Saturation points
Transitional Scenario Graphs
Create Mermaid state diagrams showing possible futures:
stateDiagram-v2
[*] --> CurrentState
CurrentState --> GrowthPath: INC indicators strong
CurrentState --> StablePath: CONST indicators
CurrentState --> DeclinePath: DEC indicators
GrowthPath --> AcceleratingGrowth: Network effects kick in
GrowthPath --> DeceleratingGrowth: Market saturation
StablePath --> NicheEquilibrium: Specialized use cases
StablePath --> DisruptionVulnerable: Tech shift pending
DeclinePath --> ManagedDecline: Harvest strategy
DeclinePath --> RapidObsolescence: Substitute adoption
Terminal Scenarios
Identify equilibrium states where trends stabilize:
- What market structure emerges?
- Which players win/lose?
- What trade-offs must organizations accept?
Trend Quality Assessment
Rate trend confidence:
| Confidence | Evidence Required |
|---|---|
| High | 3+ independent sources, quantitative data, expert consensus |
| Medium | 2+ sources, qualitative signals, some disagreement |
| Low | Single source, early signals, speculative |
Output Structure
## Trend Analysis Summary
### Macro Trends
| Trend | Direction | Confidence | Timeframe |
|-------|-----------|------------|-----------|
| [Name] | INC/DEC/CONST | High/Med/Low | X years |
### Micro Trends
| Trend | Direction | Confidence | Timeframe |
|-------|-----------|------------|-----------|
| [Name] | INC/DEC/CONST | High/Med/Low | X months |
### Emerging Signals
- [Signal 1]: [Potential implication]
- [Signal 2]: [Potential implication]
## Transitional Scenario Graph
[Mermaid diagram]
## Terminal Scenarios
1. **[Scenario Name]**: [Description and conditions]
2. **[Scenario Name]**: [Description and conditions]
## Implications
- [Implication 1]
- [Implication 2]
## Monitoring Indicators
- [Metric to track]
- [Metric to track]
Best Practices
- Multiple timeframes: Analyze short, medium, and long-term
- Cross-validate: Use diverse sources and methods
- Update regularly: Trends can shift; review quarterly
- Note uncertainty: Distinguish confidence levels clearly
- Watch for reversals: Monitor for trend changes
- Consider second-order effects: What does the trend cause?
Common Pitfalls
- Confirmation bias (seeing trends you expect)
- Recency bias (overweighting recent data)
- Survivorship bias (only seeing successful trends)
- Extrapolation without limits (trends don't continue forever)
- Ignoring counter-trends (opposing forces)
Additional Resources
For detailed methodologies, see:
references/trend-signals.md- Signal identification techniquesreferences/scenario-planning.md- Scenario development methodsexamples/trend-report.md- Sample trend analysis
Source
git clone https://github.com/zircote/sigint/blob/main/skills/trend-analysis/SKILL.mdView on GitHub Overview
Trend Analysis identifies patterns of change over time to anticipate future market conditions. It covers methodologies for discovering, validating, and projecting macro and micro trends, including emerging signals and industry shifts.
How This Skill Works
The skill guides you through signal gathering from diverse sources, pattern recognition for directional movement, validation with independent sources, and classification into INC, DEC, or CONST. It then extends trends with forward projections, considering drivers, disruptions, and saturation points.
When to Use It
- You need to identify and forecast market trends across industries.
- You want to analyze macro trends (3-10+ years) and their drivers.
- You want to identify micro trends (1-3 years) within a sector.
- You are examining emerging signals (<1 year) as early indicators.
- You require a structured methodology for trend identification, validation, and projection.
Quick Start
- Step 1: Gather signals from reports, news, patents, job trends, and Google Trends.
- Step 2: Recognize patterns by checking direction over 3+ periods and noting acceleration or deceleration.
- Step 3: Validate with multiple sources, classify as INC/DEC/CONST, and project forward with assumptions.
Best Practices
- Gather signals from diverse sources: industry reports, news, patents, job trends, Google Trends, social discussions, conferences, and funding announcements.
- Look for a clear direction over 3+ time periods and watch for acceleration or deceleration.
- Apply Three-Valued Trend Logic (INC/DEC/CONST) and quantify confidence.
- Use correlation-to-trend conversion: r > 0.3 implies INC, r < -0.3 implies DEC.
- Validate with multiple independent sources and document supporting evidence and potential disruptions.
Example Use Cases
- AI adoption growing 40% YoY (INC) with multiple confirming signals.
- On-premise deployments declining 15% annually (DEC) across traditional vendors.
- Market share stable at ~30% (CONST) despite disruption signals.
- Cross-industry convergence: AI and automation trends aligning across sectors.
- Early indicators: startup activity, patent filings, and influencer attention signaling near-term shifts.