From Boardroom Analyst
Create a concise executive brief with SQL-backed findings, chart data, query appendix, provenance, and caveats from a dbt-documented DuckDB datamart. Use when the user asks for an executive data brief, business performance diagnosis, KPI explanation, or board-ready insight from a local datamart.
How this skill is triggered — by the user, by Claude, or both
Slash command
/boardroom-analyst:boardroom-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a trust-first executive memo, not a generic dashboard.
Produce a trust-first executive memo, not a generic dashboard.
Require:
datamart_context.json; if missing, run $boardroom-onboarding first.datamart_context.json and identify documented tables, metric definitions, grain, caveats, and priority questions.python <plugin-root>/scripts/run_duckdb_query.py --database <warehouse.duckdb> --query-id q001 --sql-file <query.sql> --output analysis_runs/q001.json
python <plugin-root>/scripts/export_chart_csv.py --query-result analysis_runs/q001.json --output reports/<run-id>/charts/<chart-name>.csv
analysis_run.json with question, summary, findings, chart specs, caveats, and query result metadata. Then write the brief:python <plugin-root>/scripts/write_insight_brief.py --run analysis_run.json --output-dir reports/<run-id>
[`q001`].Use ../../references/trust-policy.md for claim confidence and caveat rules.
npx claudepluginhub kasrsf/boardroom-analyst --plugin boardroom-analystSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.