Agent skill · Code Review & Quality

scenario-analyzer

Skill that analyzes 18-month scenarios from a news headline. Runs the primary analysis with the scenario-analyst agent and obtains a second opinion with the strategy-reviewer agent. Generates a comprehensive English report covering 1st/2nd/3rd-order impacts, recommended stocks, and a critical review. medium-to-long-term investment strategy

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill scenario-analyzer --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/scenario-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

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

From the SKILL.md

# Scenario Analyzer ## Overview This skill analyzes medium-to-long-term (18-month) investment scenarios starting from a news headline. It invokes two specialized agents in sequence (`scenario-analyst` and `strategy-reviewer`) and integrates multi-angle analysis with a critical review into a comprehensive report. ## When to Use This Skill Use this skill when: - You want to analyze the medium-to-long-term investment impact of a news headline - You want to construct multiple 18-month scenarios - You want sector/stock impacts organized into 1st/2nd/3rd-order effects - You need a comprehensive analysis that includes a second opinion **Examples:** ``` /scenario-analyzer "Fed raises interest rates by 50bp, signals more hikes ahead" /scenario-analyzer "China announces new tariffs on US semiconductors" /scenario-analyzer "OPEC+ agrees to cut oil production by 2 million barrels per day" ``` ## Prerequisites - **API Keys**: None (uses only WebSearch/WebFetch) - **MCP Servers**: None - **Dependencies**: The scenario-analyst and strategy-reviewer agents must be available via the Task tool ## Architecture ``` ┌─────────────────────────────────────────────────────────────────────┐ │ Skill (orches

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Prerequisites
  4. Architecture
  5. Workflow
  6. Phase 1: Preparation
  7. Phase 2: Agent Invocation
  8. Phase 3: Integration & Report Generation
  9. Output
  10. Resources
  11. References
  12. Agents
  13. Important Notes
  14. Language
Ships with 3 files
  • references/headline_event_patterns.md
  • references/scenario_playbooks.md
  • references/sector_sensitivity_matrix.md
More from AI-Trading-Skills
All skills →
About this skill
What does the scenario-analyzer skill do?

Skill that analyzes 18-month scenarios from a news headline. Runs the primary analysis with the scenario-analyst agent and obtains a second opinion with the strategy-reviewer agent. Generates a comprehensive English report covering 1st/2nd/3rd-order impacts, recommended stocks, and a critical review. medium-to-long-term investment strategy

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill scenario-analyzer --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 BaggaT236/AI-Trading-Skills, a repository with 118 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