From sigint
Models trends using INC/DEC/CONST three-valued logic for qualitative analysis with limited data. Generates scenario graphs and terminal scenario analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sigint:trend-modelingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Based on research in trend-based optimization for product innovation, this skill applies three-valued logic (increasing/decreasing/constant) to analyze markets when precise numerical data is unavailable. This approach enables meaningful analysis with minimal information.
Based on research in trend-based optimization for product innovation, this skill applies three-valued logic (increasing/decreasing/constant) to analyze markets when precise numerical data is unavailable. This approach enables meaningful analysis with minimal information.
| Framework | Output Section | Required | Condition |
|---|---|---|---|
| Variables Table | Variables | yes | — |
| Relationship Matrix | Relationship Matrix | yes | — |
| Scenario Generation | Generated Scenarios | yes | — |
| Transitional Graph | Transitional Scenario Graph (Mermaid stateDiagram) | yes | — |
| Terminal Scenario Analysis | Terminal Scenario Analysis | yes | — |
| Multi-Objective Trade-offs | Trade-offs | yes | — |
Traditional market analysis requires extensive quantitative data. Three-valued logic provides an alternative when:
Load and apply the trend indicator definitions from protocols/TREND-INDICATORS.md. This skill uses the formal notation variant (INC(X, Y), DEC(X, Y)) and the extended notation (AG, DG, AD, DD) for acceleration/deceleration modifiers. See the protocol for full definitions.
CRITICAL: When the user provides correlation data, you MUST:
INC(X, Y) or DEC(X, Y) notation format for each relationshipExample:
INC(Market Size, Competition)DEC(Price, Demand)List market variables of interest:
For each pair of variables:
| Variable | Market Size | Competition | Price | Innovation |
|---|---|---|---|---|
| Market Size | - | INC | DEC | INC |
| Competition | INC | - | DEC | CONST |
| Price | DEC | DEC | - | DEC |
| Innovation | INC | CONST | DEC | - |
A scenario is a consistent assignment of INC/DEC/CONST to all variables that satisfies all relationships.
Terminal scenarios are equilibrium states where:
Create Mermaid diagrams showing scenario evolution:
stateDiagram-v2
[*] --> S1: Initial conditions
S1: Scenario 1<br/>Market=INC, Comp=INC<br/>Price=DEC, Innov=INC
S2: Scenario 2<br/>Market=CONST, Comp=INC<br/>Price=DEC, Innov=CONST
S3: Scenario 3 (Terminal)<br/>Market=DEC, Comp=CONST<br/>Price=CONST, Innov=DEC
S4: Scenario 4 (Terminal)<br/>Market=INC, Comp=INC<br/>Price=DEC, Innov=INC
S1 --> S2: Market saturation
S1 --> S4: Sustained growth
S2 --> S3: Commoditization
S2 --> S4: Innovation breakthrough
From the research: "No scenario satisfies all objective functions simultaneously."
When analyzing terminal scenarios:
Variables:
Relationships:
Scenarios Generated:
## Trend Model Summary
### Variables
| Variable | Current State | Trend | Confidence |
|----------|---------------|-------|------------|
| [Name] | [Description] | INC/DEC/CONST | High/Med/Low |
### Relationship Matrix
[Matrix showing INC/DEC relationships]
### Generated Scenarios
| Scenario | Var1 | Var2 | Var3 | Terminal? |
|----------|------|------|------|-----------|
| S1 | INC | DEC | CONST | No |
| S2 | CONST | CONST | DEC | Yes |
### Transitional Graph
[Mermaid state diagram]
### Terminal Scenario Analysis
**Scenario X**: [Description]
- Conditions: [What leads here]
- Trade-offs: [What must be sacrificed]
- Recommendation: [Strategic implication]
### Key Insights
1. [Insight about scenario transitions]
2. [Insight about trade-offs]
From the research:
For theoretical background and advanced techniques, see:
references/three-valued-logic.md - Theoretical foundationreferences/scenario-generation.md - Algorithm detailsexamples/trend-model-example.md - Worked exampleConfidence tiers (universal scale):
Dimension-specific confidence criteria below REFINE (not replace) these universal definitions.
npx claudepluginhub zircote-plugins/sigintIdentifies and analyzes market trends using macro/micro trend frameworks, emerging signals, and scenario planning. Guides trend forecasting and pattern recognition.
Maps possible, probable, and preferable futures using scenario thinking. Use for strategic planning, stress-testing decisions, or exploring 'what could happen' questions.
Builds 2–4 possible futures to stress-test strategic decisions against uncertainty. Use for long-range planning or when a single forecast is unreliable.