exposure-coach

Synthesize breadth, regime, and flow signals into a market posture decision.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill exposure-coach-pnwskyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exposure-coach
Source: https://github.com/PNWSkyHippy/Trading_Bot_V2/tree/main/claud-skills/skills/exposure-coach
Command: npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill exposure-coach-pnwskyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Synthesizes breadth, regime, and flow signals to provide a unified market posture and capital-allocation decision for equities, helping traders avoid overexposure and align risk with macro context.

Core Features & Use Cases

  • Integrates outputs from upstream skills (breadth, uptrend, regime, top_risk, sector, and institutional flow) into a single exposure posture.
  • Produces actionable outputs: an exposure ceiling percentage, a growth/value/defensive bias, and a clear recommendation (NEW_ENTRY_ALLOWED, REDUCE_ONLY, or CASH_PRIORITY).
  • Generates both JSON and Markdown reports that summarize the posture and rationale for weekly portfolio reviews.

Quick Start

Load upstream signal JSONs (breadth.json, regime.json, top_risk.json, uptrend.json, sector.json, institutional.json) and run the exposure-coach script to generate reports.

Frequently Asked Questions about exposure-coach

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

FAQPage Schema
How do I synthesize market regime, breadth, and flow signals into a portfolio exposure decision?

To synthesize market regime, breadth, and flow signals into a portfolio exposure decision, load upstream signal JSONs into a signal-fusion script that outputs a unified market posture with an exposure ceiling, bias, and entry recommendation.

What is signal fusion for market posture optimization?

Signal fusion for market posture optimization is the process of integrating breadth, regime, and flow data to determine capital allocation limits and growth, value, or defensive bias, helping traders align risk with macro context.

How do I generate JSON and Markdown reports for weekly portfolio reviews?

You generate JSON and Markdown reports for weekly portfolio reviews by running an exposure-coach script that processes upstream signals and outputs structured summaries with a clear market posture, rationale, and confidence level.

Does the market posture script handle missing upstream signal data?

Yes, the market posture script handles missing upstream signal data robustly, ensuring that incomplete breadth, regime, or flow inputs still produce a valid exposure ceiling and bias recommendation with adjusted confidence.

What inputs do I need to calculate an exposure ceiling and entry recommendation?

To calculate an exposure ceiling and entry recommendation, you need to provide upstream JSON files containing breadth, regime, top risk, uptrend, sector, and institutional flow signals as inputs for the fusion process.

What is the best way to avoid overexposure in equity trading using data signals?

The best way to avoid overexposure using data signals is to fuse breadth, regime, and flow inputs to calculate a strict exposure ceiling and receive clear recommendations like NEW_ENTRY_ALLOWED, REDUCE_ONLY, or CASH_PRIORITY.