ask-q3-management

Evaluate management team data against corporate-event evidence to output governance JSON ratings.

2|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/shadowinlife/nano_quant_skills --skill ask-q3-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-q3-management
Source: https://github.com/shadowinlife/nano_quant_skills/tree/main/2min-company-analysis/ask-q3-management
Command: npx skills add https://github.com/shadowinlife/nano_quant_skills --skill ask-q3-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires eight_questions_domain, structured_evidence_probes, external_evidence_collectors, single_question_cli, and includes scripts (resource) components.

What problem does it solve?

Identify governance signals by evaluating management team data against corporate-event evidence to surface risks and reliability indicators for listed companies.

Core Features & Use Cases

  • Evidence-backed management assessment using structured data (stk_managers, stk_company, stk_rewards, fin_top10_holders) and external announcements.
  • Standalone and orchestrated use: can be run as a single-question evaluation or as part of the eight-question orchestration to feed compound scoring.
  • Parametric tuning: adjust thresholds for top-holders concentration and executive-change counts to reflect risk appetite.

Quick Start

Run the q03_management script with a stock code to generate a ready evaluation with accompanying evidence.

Frequently Asked Questions about ask-q3-management

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

FAQPage Schema
How do I evaluate management quality and governance signals for stock analysis?

You assess management quality by comparing structured data tables like stk_managers and stk_rewards against external corporate-event evidence to identify governance risks for listed companies.

How do I monitor CEO and board changes across a stock portfolio?

Monitoring CEO and board changes across a portfolio requires querying the stk_managers table within a DuckDB-backed database and evaluating executive turnover counts against configured risk thresholds.

Do I need a DuckDB database to assess ownership concentration and executive turnover?

Yes, assessing ownership concentration and executive turnover requires a DuckDB-backed database containing tables such as stk_managers, fin_top10_holders, and stk_rewards to load evidence via the shared harness.

What is the best way to analyze top-holders concentration for governance risk?

Analyzing top-holders concentration for governance risk involves querying the fin_top10_holders table and applying parametric threshold tuning to reflect your specific risk appetite and generate a numeric rating.

Can I run a single-question management evaluation standalone or does it require orchestration?

You can run a single-question management evaluation standalone via the command line interface, or integrate it within the eight-question orchestration harness to feed compound scoring outputs.

Why does management assessment return an insufficient-evidence JSON rating?

Management assessment returns an insufficient-evidence JSON rating when the structured data tables and external announcements lack the necessary depth to confidently evaluate governance signals against configured thresholds.