Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Forecasting Economic Growth

ASecurity

Structures GDP growth forecasting with component analysis, nowcasting techniques, and revision tracking. Use when forecasting GDP, analyzing growth components, or building economic projections.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
researchgo

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill forecasting-economic-growth --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Forecasting Economic Growth?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Forecasting Economic Growth
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-forecasting-economic-growth/badge)](https://www.skillsdirectory.com/skills/lev-os-forecasting-economic-growth)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: forecasting-economic-growth
description: Structures GDP growth forecasting with component analysis, nowcasting techniques, and revision tracking. Use when forecasting GDP, analyzing growth components, or building economic projections.
tags:
  - forecasting
  - economic-analysis
metadata:
  author: casemark
  practice_areas:
    - Economic Research
    - Macroeconomics
    - Policy Analysis
  document_types:
    - Forecast Report
  skill_modes:
    - Forecasting
---
# Forecasting Economic Growth

Structures GDP growth forecasting with component analysis, nowcasting techniques, and revision tracking.

## When To Use

- Building quarterly or annual GDP growth projections for a specific economy
- Decomposing GDP into expenditure components (C + I + G + NX) to identify growth drivers
- Producing nowcasts using high-frequency indicators ahead of official releases
- Assessing the impact of policy changes (fiscal stimulus, rate decisions, trade policy) on growth trajectories
- Tracking and interpreting GDP revisions across advance, second, and third estimates
- Constructing scenario-based growth outlooks for investment committees or policy briefings

## Inputs To Gather

- **Target economy and horizon**: Country/region, forecast start quarter, and projection length (e.g., US, Q3 2026 through Q4 2027)
- **National accounts data**: Latest GDP release (level and growth rates, seasonally adjusted annualized rate vs. quarter-on-quarter), at least 8 quarters of history
- **Expenditure components**: Personal consumption, gross private domestic investment (fixed + inventories), government spending, exports, imports — with sub-component detail where available
- **High-frequency indicators**: PMI/ISM surveys, industrial production, retail sales, payrolls, initial claims, consumer confidence, housing starts, vehicle sales
- **Financial conditions**: Policy rate path (actual + market-implied), yield curve shape, credit spreads, equity market levels, USD trade-weighted index
- **Fiscal and trade policy inputs**: Enacted or proposed legislation, tariff schedules, government budget outlays [VERIFY against latest legislative status]
- **Consensus benchmarks**: Bloomberg/Reuters survey medians, IMF WEO, OECD Economic Outlook, Fed SEP, Blue Chip consensus
- **Special factors**: Weather disruptions, strikes, inventory cycles, one-off statistical reclassifications

## Workflow

1. **Establish the base picture**
   - Record latest official GDP print: headline growth rate, component contributions, and statistical discrepancy
   - Note the release vintage (advance/second/third) and the typical revision pattern for that statistical agency [VERIFY revision norms for non-US economies]
   - Chart the recent trajectory — identify whether growth is accelerating, decelerating, or at trend

2. **Decompose by expenditure component**
   - For each component (consumption, investment, government, net exports), assess:
     - Recent trend and momentum (3-quarter moving average of contributions)
     - Leading indicators specific to that component (e.g., real disposable income and saving rate for consumption; durable goods orders and capacity utilization for capex)
     - Known structural shifts (fiscal cliff, capex super-cycle, inventory restocking)
   - Assign a point estimate and reasonable range for each component's contribution to headline growth

3. **Apply nowcasting for the current/next quarter**
   - Map high-frequency data releases to GDP components using bridge equations or factor models
   - Weight indicators by publication timeliness and historical tracking accuracy
   - Update the nowcast as each new data point arrives; log the incremental revision and its source
   - Cross-check against GDPNow-style tracker models where available [VERIFY availability for non-US economies]

4. **Build the medium-term projection**
   - Extend component forecasts beyond the nowcast quarter using:
     - Estimated potential growth rate (trend labor force growth + productivity trend)
     - Output gap trajectory — is the economy above/below potential, and how fast is it closing?
     - Policy impulse: compute fiscal impulse (change in cyclically adjusted primary balance) and monetary stance (real policy rate vs. neutral rate estimate) [VERIFY neutral rate assumptions]
   - Layer in scenario analysis:
     - **Base case**: Most probable policy and macro path
     - **Upside**: Stronger consumption momentum, faster capex recovery, or positive trade shock
     - **Downside**: Financial conditions tightening, trade disruption, fiscal drag
   - Assign subjective probabilities to each scenario

5. **Validate and stress-test**
   - Compare headline forecast to consensus — identify and explain any meaningful divergence
   - Check internal consistency: does the implied saving rate, import elasticity, or inventory-to-sales ratio remain plausible?
   - Run sensitivity analysis on the two or three assumptions with the highest forecast leverage
   - Flag any component where the projection falls outside the historical interquartile range

6. **Track revisions and update cycle**
   - Maintain a revision log: date, data release, prior forecast, revised forecast, and magnitude of change
   - After each official GDP release, compute forecast error and decompose by component contribution
   - Identify systematic bias (persistent over/under-estimation of a component) and adjust methodology

## Output

The forecast report should contain:

- **Executive summary**: Headline GDP growth forecast (point estimate with confidence interval) for each quarter in the projection horizon, plus annual average
- **Component contribution table**: Percentage-point contributions from consumption, investment, government, and net exports — base, upside, and downside scenarios
- **Nowcast detail**: Current-quarter tracking estimate with data-release waterfall showing incremental updates
- **Scenario matrix**: Growth path under each scenario with assigned probabilities and key trigger events
- **Risk register**: Top 3–5 risks to the forecast, directional impact, and the indicator that would signal materialization
- **Revision history**: Log of prior forecasts, actuals, and error decomposition
- **Methodology note**: Model type (structural, reduced-form, judgmental overlay), data sources, seasonal adjustment conventions, and vintage dates

## Quality Checks

- Component contributions sum to headline growth (within rounding tolerance)
- Nowcast uses only data available as of the stated knowledge cutoff — no look-ahead bias
- Confidence intervals widen appropriately as the forecast horizon extends
- Scenarios are internally consistent (e.g., a recession scenario should show rising unemployment and falling imports, not just lower consumption)
- All external data sources are cited with publication date and vintage
- Statistical agency release calendars are referenced so the next update trigger is clear [VERIFY release schedule for the target economy]
- Forecast is compared to at least two independent consensus sources
- Any assumption about policy rates, fiscal policy, or exchange rates is explicitly stated and tagged [VERIFY] where jurisdiction-dependent

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

805541 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →