coordinator

Orchestrate a three-phase financial analysis workflow across A-share and Hong Kong markets.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/riseflame/copilot-buttAnalysis --skill coordinator-riseflame
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coordinator
Source: https://github.com/riseflame/copilot-buttAnalysis/tree/main/.github/skills/coordinator
Command: npx skills add https://github.com/riseflame/copilot-buttAnalysis --skill coordinator-riseflame

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The coordinator is a pure dispatcher that does not perform concrete tasks itself. It orchestrates the full three-phase workflow by sequentially invoking subagents to download, extract, and analyze financial reports.

Core Features & Use Cases

  • Orchestrates Phase 1: download financial reports via report-fetcher
  • Orchestrates Phase 2: parses PDFs via pdf-extractor to extract JSON and data packs
  • Orchestrates Phase 3: runs financial-analyst for deep-dive insights
  • Supports A-share and H-share markets; handles annual and interim reports; inputs stock code, year, and report type
  • Useful when you want end-to-end automation without handling intermediate data manually

Quick Start

Trigger Phase 1 (report-fetcher) to start the three-phase workflow after receiving a stock code, year, and report type.

Frequently Asked Questions about coordinator

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

FAQPage Schema
How do I automate the financial analysis workflow for A-share and Hong Kong stock reports?

Automate financial analysis by triggering an orchestration workflow with a stock code, year, and report type to sequentially download, extract PDF data, and generate deep-dive insights for A-share and H-share markets.

What is the best way to extract financial data from annual and interim PDF reports?

Extracting financial data from PDF reports is handled by a dedicated pdf-extractor subagent that parses downloaded documents into JSON and data packs, orchestrated sequentially within the three-phase financial analysis workflow.

Can I orchestrate report downloading and financial analysis without managing intermediate data manually?

Yes, orchestrate report downloading and financial analysis without manual data handling by using a dispatcher to sequentially invoke report-fetcher, pdf-extractor, and financial-analyst subagents with clean handoffs.

Does the financial analysis workflow support both annual and interim reports for Hong Kong markets?

The financial analysis workflow supports both annual and interim reports for Hong Kong markets, accepting stock codes and optional years to automate the downloading, PDF extraction, and analysis phases.

What are the three phases of the financial analysis workflow?

The three phases of the financial analysis workflow are downloading financial reports via report-fetcher, parsing PDFs via pdf-extractor to extract JSON, and running financial-analyst for deep-dive insights.

Why does the coordinator not perform concrete tasks itself during the financial analysis workflow?

The coordinator acts as a pure dispatcher during the financial analysis workflow, ensuring sequential phase execution and robust progress reporting rather than performing concrete downloading, extraction, or analysis tasks directly.