Skip to content
Hussh
Connect MCP

Alpha Bets 27 — Scorecard Generator V0 X

Python script that generates the Alpha Bets 27 candidate scorecard (.xlsx) with triple-filter sub-scores, governance overlay, and PASS/REVIEW verdict. v0.X reference; the actual scoring is qualitative.

Code artifact

TL;DR: Python script that generates the Alpha Bets 27 candidate scorecard (.xlsx) with triple-filter sub-scores, governance overlay, and PASS/REVIEW verdict. v0.X reference; the actual scoring is qualitative.

Summary

Python script that generates the Alpha Bets 27 candidate scorecard (.xlsx) with triple-filter sub-scores, governance overlay, and PASS/REVIEW verdict. v0.X reference; the actual scoring is qualitative. Status as of 2026-05-27: public reference artifact.

alpha-bets-27-scorecard-generator-v0-x.pypython · 83 lines
"""
Alpha Bets 27 Scorecard Generator (v0.X reference)

Generates an XLSX scorecard for a candidate evaluation pipeline: per-candidate
rows with triple-filter sub-scores, governance overlay, and a final "clears all
three" verdict. Reference-only — the actual evaluation is qualitative and lives
in partner conversations and 10-K reads.

Run locally:  python alpha_bets_27_scorecard.py [out.xlsx]
Default output: alpha_bets_27_scorecard.xlsx in the current directory.

Full artifact

Stored in Google Drive (husshtech): view · download.

Cross-referenced from

Drive shortcuts pointing back to this artifact live in:

  • husshtech / wiki/concepts/iron-rules/code/alpha-bets-27-scorecard-generator-v0-x.py (open) — relates to Iron Rules
  • husshtech / wiki/concepts/aces-kings-queens-jacks/code/alpha-bets-27-scorecard-generator-v0-x.py (open) — relates to Aces / Kings / Queens / Jacks
  • husshtech / wiki/concepts/aloha-flywheel/code/alpha-bets-27-scorecard-generator-v0-x.py (open) — relates to Aloha Flywheel

Relations

Sources

  • Internal Hussh source note - alpha bets 27 scorecard generator v0 x code artifact synthesis and public wiki publication context.