briefing-generator

Generate Mode A briefing HTML from analysis-result.json with KPI tiles and timelines.

46|24|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/lowtidebuild/stock-analysis-agent --skill briefing-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: briefing-generator
Source: https://github.com/lowtidebuild/stock-analysis-agent/tree/main/.claude/skills/briefing-generator
Command: npx skills add https://github.com/lowtidebuild/stock-analysis-agent --skill briefing-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Reduces manual effort by converting a raw analysis-result.json into a polished Mode A briefing HTML, ready for distribution.

Core Features & Use Cases

  • Reads a local analysis-result.json and renders a self-contained HTML briefing using Tailwind CSS via CDN.
  • Includes a compact Verdict card, KPI tiles with source tags, a scenario summary, and timeline sections.
  • Use Case: Analysts generate Mode A briefings for equity analyses (US KR) in minutes from existing analysis artifacts.

Quick Start

Run the briefing generator on your local analysis-result.json to produce the HTML briefing in the output/reports directory.

Frequently Asked Questions about briefing-generator

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

FAQPage Schema
How do I generate an HTML briefing from a JSON analysis report?

You can generate an HTML briefing by running the briefing generator on a local analysis-result.json file, which renders a self-contained report with KPI tiles, risks, catalysts, and timelines into the output/reports directory.

What is a Mode A briefing for equity analysis?

A Mode A briefing is a formatted HTML report for US and KR equities that includes a compact Verdict card, KPI tiles with source tags, scenario summaries, and timeline sections for rapid distribution.

Can I generate equity briefings for both US and KR markets?

Yes, the briefing generator supports producing Mode A briefings for both US and KR equities, converting raw analysis metrics into a polished HTML format ready for distribution.

Does the briefing generator require external CSS frameworks for rendering?

No external CSS installation is required; the briefing generator renders the HTML report using Tailwind CSS via a CDN, producing a self-contained file for easy distribution.

How do I format KPI tiles and timeline sections from raw analysis metrics?

The briefing generator reads your analysis-result.json and automatically formats KPI tiles with source tags, alongside scenario summaries and timeline sections, into a polished HTML output.