exposure-coach

Compute market posture and exposure recommendations from breadth, regime, and flow signals.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Dorpeer95/stocks-trading --skill exposure-coach-dorpeer95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exposure-coach
Source: https://github.com/Dorpeer95/stocks-trading/tree/main/.claude/skills/exposure-coach
Command: npx skills add https://github.com/Dorpeer95/stocks-trading --skill exposure-coach-dorpeer95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Synthesizes signals from breadth, regime, and institutional flow analyses to deliver a single market posture and exposure recommendation, helping traders decide how aggressively to allocate capital.

Core Features & Use Cases

  • Synthesize outputs from market-breadth-analyzer, uptrend-analyzer, macro-regime-detector, market-top-detector, ftd-detector, theme-detector, sector-analyst, and institutional-flow-tracker into a unified posture decision.
  • Generate an exposure ceiling (0-100%), a bias direction (e.g., GROWTH, VALUE, DEFENSIVE, NEUTRAL), a participation assessment, and an action recommendation (NEW_ENTRY_ALLOWED, REDUCE_ONLY, CASH_PRIORITY).
  • Produce outputs as JSON and Markdown reports (saved to a reports/ directory) with a rationale and a summary of missing inputs.

Quick Start

Run the exposure-coach workflow to ingest upstream outputs and generate a market posture report.

Frequently Asked Questions about exposure-coach

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate market exposure using breadth and institutional flow signals?

Market exposure is calculated by integrating breadth, regime, and institutional flow signals into a weighted model that outputs a posture recommendation and an exposure ceiling percentage.

How do I synthesize multiple market analysis outputs into a single trading posture?

You synthesize market analysis outputs by ingesting upstream skill data from breadth, regime, and flow trackers, scoring them with a weighted model, and emitting a unified posture decision.

What is a market posture recommendation and how does it guide capital allocation?

A market posture recommendation defines your bias direction and participation assessment, guiding capital allocation by setting an exposure ceiling and an action rule like NEW_ENTRY_ALLOWED or CASH_PRIORITY.

Can I generate JSON and Markdown reports for my weekly market assessment?

Yes, the workflow generates both JSON and Markdown reports saved to a reports directory, providing a rationale and summary of missing inputs for your market assessment.

Do I need macro regime and breadth data before computing a market exposure ceiling?

Yes, computing a market exposure ceiling requires ingesting upstream macro regime and breadth data, though the system will still emit a posture while summarizing any missing inputs.

What are the limitations of using a weighted model for market posture synthesis?

A limitation of weighted model posture synthesis is its reliance on upstream skill outputs; if breadth or institutional flow data is missing, the resulting exposure recommendation may be incomplete.