Agent skill · AI & Agents

soft-predict-future

Activate this skill for ANY future-oriented question. Triggers include: "Will [X]?", "Who will win [X]?", "What happens to [X]?", "Can [X] succeed?", "What's the future of X?", foresight analysis, scenario planning, STEEEP analysis, futures cone, prediction requests, or any question about a future outcome. Year is NOT required — the engine infers the horizon. Also activate when the user says "predict", "forecast", "what are the odds", "scenario analysis", or asks about competitive races, technology adoption, geopolitical shifts, or market dominance. REQUIRES web search to be enabled — if web

Dave Poon3,251★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add davepoon/buildwithclaude --skill soft-predict-future --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 21 KB
Bundled scripts: none
Path: plugins/foresight-intelligence/skills/soft-predict-future/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,251
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Activates for ANY future-oriented question and requires web search to be enabled. It triggers on questions about future outcomes and on phrases like "predict" or "forecast". It enforces a 9-step pipeline: validate input, collect signals via six web searches, score signals, extract structural drivers, build a STEEEP matrix, perform cross-impact analysis, find three historical analogues, compute probabilities and confidence, and write scenarios plus assemble a report.

How it works

The skill prescribes a rigid, multi-step procedure:

  • Step 1 — Validate Input: apply five binary rules to determine if the question is real, observable, time-bound, has evidence, and is specific enough; then output a PROCEED/STOP verdict with an inferred horizon if proceeding.
  • Step 2 — Collect Signals: run exactly six web searches across categories (current state, growth data, barriers, policy, technology, historical analogue). For each signal, classify six attributes (direction, steeep_category, temporal_layer, source_type, recency_days, has_evidence) and present as a table.
  • Step 3 — Score Signals: compute a base score using recency, reliability, type, and evidence multipliers, then apply a regional multiplier by STEEEP and temporal layer; cap at 1.0 and round to two decimals; provide a scoring table.
  • Step 4 — Extract Structural Drivers: group signals by STEEEP and identify top 3 drivers with names, force statements, lists of explaining signals, temporal reach, and stability.
  • Step 5 — Build 6×3 STEEEP Matrix: fill all cells with average final_scores, apply regional multipliers, and indicate hot zones, gaps, and dominant zone.
  • Step 6 — Cross-Impact Analysis: assess convergence across temporal layers and identify friction points; compute a convergence bonus if strategic convergence exists.
  • Step 7 — Find 3 Historical Analogues: select three analogues with similarity, tipping event, equivalence today, and driver validation.
  • Step 8 — Compute Probabilities + Confidence: compute probable, plausible, possible scores with formulas, then convert to percentages; compute confidence from several contributing factors.
  • Step 9 — Write Scenarios + Assemble Report: produce probable/plausible/possible/preferrable narratives, each traceable to a driver, with proof numbers/dates, activation conditions, constraints, and a DRIVER mapping; include a canonical output template.

When to use it

Use when the user asks any future-oriented question or uses keywords like predict, forecast, scenario analysis, or asks about races, adoption, geopolitics, or market dominance. If web search is unavailable, it will tell the user before proceeding.

What it can touch

The skill requires web search and uses the tool clause: claude-code. It references executing searches, evaluating signals, and compiling a structured forecast report.

Caveats

License: MIT. It explicitly states to activate only when the question meets the criteria and to proceed only with web-enabled data; otherwise, it informs the user. It uses a complex, multi-step pipeline with numerical scoring and probabilistic outputs; results depend on the quality and recency of signals collected from web sources.

From the SKILL.md

# Soft Predict Future — Foresight Engine Activate when the user asks any future-oriented question — "Will [X]?", "Who will win [X]?", "What happens to [X]?", "Can [X] succeed?", or any question about a future outcome. **Year is NOT required.** Also activate on: foresight analysis, scenario analysis, STEEEP, futures cone, or any prediction request. --- ## Try Asking ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━

More from buildwithclaude
All skills →
About this skill
What does the soft-predict-future skill do?

Activate this skill for ANY future-oriented question. Triggers include: "Will [X]?", "Who will win [X]?", "What happens to [X]?", "Can [X] succeed?", "What's the future of X?", foresight analysis, scenario planning, STEEEP analysis, futures cone, prediction requests, or any question about a future outcome. Year is NOT required — the engine infers the horizon. Also activate when the user says "predict", "forecast", "what are the odds", "scenario analysis", or asks about competitive races, technology adoption, geopolitical shifts, or market dominance. REQUIRES web search to be enabled — if web

How do I install it?

Run `npx skills add davepoon/buildwithclaude --skill soft-predict-future --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From davepoon/buildwithclaude, a repository with 3,251 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going