Supreme Coding Guidelines Skill .ah
A composable coding-behavior skill for Claude Code, Cursor, Trae, Zed, Kiro, and any modern LLM agent.
A single skill bundle that combines high token compression, surgical precision, disciplined diagnosis, and architectural control — all delivered in the new .ah (Teleological Semantic Format).
Created by David C Cavalcante, originator of the proprietary frameworks MAIC™ (Massive Artificial Intelligence Consciousness), HIM™ (Hybrid Entity Intelligence Model), and NHE™ (Non-Human Entity). These frameworks provide the ontological and teleological foundation for the format.
How Supreme Guidelines compares to existing skills
| Criterion | Caveman | Karpathy Guidelines | Matt Pocock Skills | Supreme Guidelines (.ah) |
|---|---|---|---|---|
| Output token compression | ~65–75% (measured) | — | — | ~50–82% provisional (pending benchmark) |
| Surgical behavior | — | Strong | — | Strong (GoT + Self-Refine) |
| Disciplined diagnosis + TDD | — | — | Strong | Strong (feedback loop + Plan-then-Execute) |
| Instruction Hierarchy + Scope Discipline | — | — | — | Native (defense against LLM01 prompt injection) |
| Mathematical validation | — | — | — | Gematria checksum (#> N) |
| Persistent after single load | On invocation | Auto via CLAUDE.md |
On demand | Always-on after parser bootstrap |
| skills.sh + Cursor compatibility | Yes | Yes | Yes | Native + .ah parser |
Note: the empirical numbers in this table and the section below are provisional. The systematic benchmark methodology is documented in
BENCHMARK.md; measured results will be published asBENCHMARK_RESULTS.md(target Q3 2026) and this table will be revised with the actual values.
Provisional metrics (informal evaluation, pending systematic benchmark):
- Estimated 50–82% reduction in output tokens depending on skill scope coverage
- Reduced iteration counts in long agentic workflows
- Strong scope discipline by design (
#> Nintegrity check + closed vocabulary)
What .ah Is (The New Prompt Language)
.ah is a teleological semantic language designed by David C. Cavalcante for prompt engineering, LLMOps, and ML systems.
It unites principles from neurolinguistics, linguistics, semiotics, the Sapir-Whorf hypothesis (strong contextual + weak when memory is present), equidistributed sequences (Halton/Sobol-style token distribution), gematria (as pure mathematical checksum, not mysticism), and teleology.
Key characteristics:
- Concise as the sound “ah”: minimum form, maximum instantaneous understanding (acoustic economy + aha moment).
- Fixed telos: purpose is mathematically derivable from structure and gematria checksum.
- Sapir-Whorf strong on first read: strongly constrains LLM inference; relaxes when NHE-style memory exists.
- Equidistributed tokens: no redundancy, no gaps — every token occupies a unique, necessary position.
- Minimum pixel-weight: uses
>(low visual weight),.(lowest),#(single character), no decorative spaces. - Hybrid heritage: synthesizes COBOL declarative style, MARK IV batch processing, and TOON token-oriented compactness, adding semantic teleology and gematria validation as new contributions.
A compact .ah file can replace several hundred tokens of traditional .md prompts while providing deterministic integrity validation regardless of prior context.
Diagrams
Technical Architecture (.ah + 2027-2030 Best Practices)
%%{init: {"layout": "elk"}}%%
graph TD
A[User Request] --> B(Context)
B --> C{Task}
C --> D{Constraints}
D --> E[Output]
subgraph "Track 1: Thought Structuring"
F[Graph-of-Thought] --> G(Self-Consistency)
G --> H(Self-Refine)
end
subgraph "Track 2: Instructional Control"
I[Instruction Hierarchy] --> J(Scope Discipline)
end
subgraph "Track 3: Execution Path"
K[Plan-then-Execute] --> L(Propose-Validate-Execute)
end
subgraph "Track 4: Compression Logic"
M[Prompt Compression] --> N(Chain-of-Symbol)
end
subgraph "Track 5: Reasoning Regulation"
O[Reasoning Effort Control]
end
subgraph ".ah Format Validation"
P[Teleological Semantic Format] --> Q(Maximum Semantic Compression)
Q --> R(Mathematical Validation - Gematria Checksum)
R --> S(Instruction Hierarchy)
S --> T(Scope Discipline)
T --> U(Gematria Checksum Validation)
end
B & C & D --> F & I & K & M & O
F & I & K & M & O --> P
E --> U
classDef indigo stroke:#818cf8,fill:#eef2ff
classDef green stroke:#4ade80,fill:#f0fdf4
classDef violet stroke:#a78bfa,fill:#f5f3ff
classDef cyan stroke:#22d3ee,fill:#ecfeff
classDef orange stroke:#fb923c,fill:#fff7ed
classDef red stroke:#f87171,fill:#fef2f2
class A,B,C,D,E indigo
class F,G,H green
class I,J violet
class K,L cyan
class M,N orange
class O red
class P,Q,R,S,T,U indigo
Skill Execution Flow
%%{init: {"layout": "elk"}}%%
graph TD
subgraph Initialization
A[Install .ah Parser] --> B[Install Supreme Guidelines Skill]
B --> C[Skill Activated Persistently]
end
subgraph Core Operation
D[LLM Agent Receives Task] --> P{Parallel Tracks}
subgraph T1["Track 1: Reasoning & Rules"]
E1[Apply .ah Rules] --> F1{Think Before Coding}
F1 --> G1[Simplicity First]
G1 --> H1["Surgical Changes"]
end
subgraph T2["Track 2: Execution Planning"]
E2[Define Success Criteria] --> F2[Goal-Driven Execution]
F2 --> G2[Plan-then-Execute]
end
subgraph T3["Track 3: Validation & Refinement"]
E3[Diagnose Loop] --> F3[TDD + Architecture]
F3 --> G3[Compress Mode]
G3 --> H3[Self-Correction]
end
P --> E1
P --> E2
P --> E3
H1 --> M[Integrated Final Output]
G2 --> M
H3 --> M
end
C --> D
M --> O[Output in .ah Format]
classDef indigo stroke:#818cf8,fill:#eef2ff
classDef green stroke:#4ade80,fill:#f0fdf4
classDef violet stroke:#a78bfa,fill:#f5f3ff
classDef sky stroke:#38bdf8,fill:#f0f9ff
class A,B,C indigo
class D,P,O sky
class E1,F1,G1,H1 green
class E2,F2,G2 violet
class E3,F3,G3,H3 sky
class M indigo
Installation (One-Time)
Claude Code (native)
# 1. Add this repo as a Claude Code marketplace
/plugin marketplace add davccavalcante/supreme-coding-guidelines-skill.ah
# 2. Install the bundled plugin (auto-discovers ah-parser + supreme-coding-guidelines + supreme-project-audit + supreme-problem-solving + supreme-ai-engineering + supreme-npm-node + supreme-content-craft + supreme-council + supreme-benchmarking + supreme-diagramming + supreme-ai-governance)
/plugin install supreme-coding-guidelines@ah-language
skills.sh (Cursor, Trae, Zed, Kiro, any compatible agent)
# Single command — installs the .ah parser and the main skill together
npx skills add https://github.com/davccavalcante/supreme-coding-guidelines-skill.ah
What happens after install
- The
ah-parserskill loads its grammar bootstrap once and verifies the canonical gematria checksums. - On the next response, the assistant runs the three-mode output protocol — it shows you three example outputs (normal language,
.ahstructured,.ahcompact) and asks which you prefer. Default is normal if you skip. - The choice persists for the session. Toggle anytime via
/ah normal,/ah structured, or/ah compact. - The
supreme-coding-guidelinesbehavioral rules become persistent and always-on across Claude Code, Cursor, Trae, Zed, Kiro, and any agent that respectsSKILL.md. - The
supreme-project-auditskill becomes available on demand — invoke/supreme-project-auditwhenever you need an evidence-driven audit (Product Engineering, AI/ML/LLM systems, LLM architecture, AI research). - The
supreme-problem-solvingskill becomes available on demand — invoke/supreme-problem-solvingto analyze, verify, diagnose, and solve specific problems (simple to complex) with a structured tabular deliverable. - The
supreme-ai-engineeringskill becomes available on demand — invoke/supreme-ai-engineeringwhen building, operating, or governing production AI/ML/LLM/MLOps/LLMOps systems (eval-first design, pipeline contracts, registry governance, production reliability, QA rigor, operational excellence). - The
supreme-npm-nodeskill becomes available on demand — invoke/supreme-npm-nodefor NPM/NPX/Node/TypeScript work with a latest-version-always policy (ncu -ubefore every install), strict-mode TypeScript, package publishing discipline, OIDC provenance, and continuous upgrade cadence. - The
supreme-content-craftskill becomes available on demand — invoke/supreme-content-craftfor SEO, SEM, Header Binding (HTML/HTTP/AdTech), Copywriting, Marketing, Branding, Growth, Content Strategy, Technical/UX/Ghostwriting, and Research work with six integrated persuasion frameworks (AIDA, Cialdini's six principles, StoryBrand/PAS/FAB/Schwartz/Made-to-Stick/Ogilvy/Hopkins, Schopenhauer's ethical eristic, Joe Girard's Law of 250, Cialdini Pre-Suasion), Features→Project→How→Benefits→Sales→Purchase content structure, and 15 quality tool gates. - The
supreme-councilskill becomes available on demand — invoke/supreme-council(also responds to "council this", "pressure-test this", "stress-test this", "war room this") for ambiguous high-stakes decisions. Convenes four cognitive personas (First-Principle Thinker, Expansionist, Outsider, Executor), runs three rounds (individual → anonymous peer review → synthesis preserving dissent), produces a tabular report with consensus / contested / minority-preserved sections + premortem. Never tries to please you — honest assessment over comfortable answer is non-negotiable. - The
supreme-benchmarkingskill becomes available on demand — invoke/supreme-benchmarkingwhenever a decision depends on a measured comparison (model choice, npm package adoption, performance claim, regression check). Applies the four personas to benchmark design, enforces preregistration + statistical rigor (CI95, multi-seed) + contamination defense + harness pinning, and delivers a benchmark card with tables, charts, raw data, and a one-command reproducibility package in the Anthropic / Hugging Face / Unsloth reporting style. Honest measurement over impressive numbers. - The
supreme-diagrammingskill becomes available on demand — invoke/supreme-diagrammingfor architecture, flow, ERD, sequence, class, C4, and state diagrams that must stay in sync with the repo. Describes the diagram in a deterministic declarative layer validated by gematria checksum, compiles to a portable target (Mermaid, D2, draw.io XML, Excalidraw), runs deterministic structural + aesthetic checks before any vision pass, keeps the diagram as a versioned file next to the code, and degrades gracefully to Mermaid/D2 text with no heavy desktop dependency. Deterministic validation over probabilistic vision; living artifact over one-shot export. - The
supreme-ai-governanceskill becomes available on demand — invoke/supreme-ai-governanceto assess, design, operate, audit, and evidence an AI Management System and multi-jurisdiction regulatory compliance. Operationalizes ISO/IEC 42001:2023 (AIMS clauses 4–10, ~38 Annex A controls, Statement of Applicability, AI System Impact Assessment backed by ISO/IEC 42005:2025), the EU AI Act (risk tiers, GPAI and systemic-risk obligations, conformity assessment, FRIA, penalties, the June 2026 Digital Omnibus timeline), the NIST AI RMF (GOVERN/MAP/MEASURE/MANAGE), and the global regulatory map (US/UK/China/Canada/Brazil + OECD/UNESCO/Council-of-Europe/G7/UN). Four cognitive lenses (First-Principle Thinker, Expansionist, Outsider, Executor) that never try to please — reports real exposure instead of a green dashboard. Delivers a gap assessment, Statement of Applicability, control map, evidence register, and remediation roadmap. Compliance-engineering structure, not legal advice — verify current law because regulation moves.
What this bundle does
The supreme-coding-guidelines@ah-language plugin bundles eleven skills with distinct activation models:
| Skill | Activation | Purpose |
|---|---|---|
ah-parser |
One-time bootstrap per session | Activates the .ah grammar, runs the three-mode output protocol, enforces code-preservation |
supreme-coding-guidelines |
Persistent, always-on | Applies eight integrated behavioral rules to every coding, writing, reviewing, refactoring, and debugging task |
supreme-project-audit |
On demand via /supreme-project-audit |
Evidence-driven full-project audit for Product, AI, ML, LLM engineers, LLM architects, and AI researchers |
supreme-problem-solving |
On demand via /supreme-problem-solving |
Analyze, verify, diagnose, and solve specific problems (simple to complex) with a structured tabular deliverable |
supreme-ai-engineering |
On demand via /supreme-ai-engineering |
Principal AI engineering discipline for production AI/ML/LLM/MLOps/LLMOps systems (eval-first design, pipeline contracts, governance, reliability, QA rigor, operational excellence) — serves Product, AI, ML, LLM engineers, LLM architects, AI researchers, QA engineers, and Software Quality engineers |
supreme-npm-node |
On demand via /supreme-npm-node |
Principal NPM/NPX/NPMJS/Node engineering discipline (latest-version-always via ncu -u, TypeScript strict mode with all checks, package publishing with OIDC provenance, supply-chain audit gates, pnpm workspaces, continuous upgrade cadence) — serves Tech Leads, DevOps, Backend, Frontend, Product/AI/ML/LLM engineers, LLM architects, AI researchers, QA engineers, and Software Quality engineers |
supreme-content-craft |
On demand via /supreme-content-craft |
Principal content craft discipline (SEO, SEM, Header Binding HTML/HTTP/AdTech, Copywriting, Marketing, Branding, Growth, Content Strategy, Technical/UX/Ghostwriting) with six integrated persuasion frameworks (AIDA + Cialdini 6 principles + StoryBrand/PAS/FAB/Schwartz/SUCCESs/Ogilvy/Hopkins + Schopenhauer ethical eristic + Joe Girard Law of 250 + Cialdini Pre-Suasion), Features→Project→How→Benefits→Sales→Purchase content pattern, and 15 quality tool gates (Grammar, Paraphraser, Plagiarism, AI Detector, Humanizer, Translator, Summarizer, Citation, Readability Scorer, Tone Analyzer, Headline Analyzer, Schema Validator, Meta Generator, SERP-Backlink-Gap Analyzer, Image-Alt-OCR). Ethical persuasion only |
supreme-council |
On demand via /supreme-council |
Multi-perspective deliberation council for ambiguous high-stakes decisions. Four cognitive personas (First-Principle Thinker, Expansionist, Outsider, Executor) + three-round protocol (individual → anonymous peer review → synthesis preserving dissent) + Spec-Kit phasing + Klein premortem + Cynefin uncertainty handling. Tabular report with consensus/contested/minority-preserved/synthesis. Never tries to please the user — honest assessment over comfortable answer is non-negotiable |
supreme-benchmarking |
On demand via /supreme-benchmarking |
Research-grade benchmarking for AI/ML/LLM/npm projects inspired by OpenAI, Anthropic, Google DeepMind, xAI, DeepSeek, Xiaomi MiMo, Hugging Face, and Unsloth methodologies. Four personas applied to benchmark design + preregistration + statistical rigor gates (CI95, median+IQR, effect size, multi-seed variance) + contamination defense (canaries, n-gram, held-out sets) + LLM protocol (pass-at-k disclosure, harness commit pinning) + npm protocol (tinybench/mitata, hyperfine, size-limit) + benchmark-card reporting with bold-best tables, error bars, efficiency frontier, raw JSONL + one-command reproducibility + CI regression tracking. Honest measurement over impressive numbers |
supreme-diagramming |
On demand via /supreme-diagramming |
Living-diagram companion for architecture, flow, ERD, sequence, class, C4, and state diagrams. Describe-first pipeline (natural language → deterministic declarative spec → gematria-checksum validation → compile to Mermaid/D2/draw.io XML/Excalidraw, no proprietary lock-in) + deterministic structural & aesthetic verification first with model vision only as last-resort reinforcement + diagram-as-versioned-file-next-to-code diffed in pull requests + memory of prior diagrams to evolve not recreate + graceful degradation to Mermaid/D2 text with no heavy desktop dependency. Deterministic validation over probabilistic vision, living artifact over one-shot export, portable format over lock-in |
supreme-ai-governance |
On demand via /supreme-ai-governance |
First-in-the-world AI governance & compliance discipline. Operationalizes ISO/IEC 42001:2023 (AIMS clauses 4–10, ~38 Annex A controls across 9 objectives A.2–A.10, Statement of Applicability, AI System Impact Assessment via ISO/IEC 42005:2025) + the EU AI Act (prohibited/high-risk/transparency tiers, GPAI & systemic-risk, conformity assessment, CE marking, EU DB registration, FRIA, post-market monitoring, serious-incident reporting, penalties to 35M EUR or 7%, the June 2026 Digital Omnibus timeline) + the NIST AI RMF (GOVERN/MAP/MEASURE/MANAGE + GenAI Profile) + the global regulatory map (US executive orders & state law, UK, China, Canada Quebec Law 25, Brazil PL 2338, OECD/UNESCO/Council-of-Europe/G7/UN) + sectoral overlays (GDPR Art 22, financial model risk, medical devices, employment bias audit). Integrates with ISO/IEC 27001/27701 and ISO 9001 via the Harmonized Structure. Four cognitive lenses (First-Principle, Expansionist, Outsider, Executor) that never try to please. Delivers a gap assessment, SoA, control map, evidence register, and remediation roadmap. Compliance-engineering structure, not legal advice |
Behavioral rules of supreme-coding-guidelines (eight integrated sections)
- Think Before Coding — Never assumes, always makes tradeoffs explicit
- Simplicity First — Minimum code that solves the problem
- Surgical Changes — Changes only what is necessary
- Goal-Driven Execution — Verifiable success criteria + tests
- Diagnose Loop — Feedback loop + reproduce → minimize → fix
- TDD + Architecture — Test-first + periodic zoom-out
- Compress Mode — Ultra-terse output (respects user-chosen mode)
- Plan-then-Execute + Self-Refine — Clear separation + self-correction
Audit dimensions of supreme-project-audit (eight integrated sections)
- Read before writing findings — Map system end-to-end before producing any finding
- Evidence chain — Every claim cites file, line, commit, log, trace, metric, or eval run
- Severity discipline — P0 / P1 / P2 / P3 with objective criteria, never aesthetic preference
- Coverage map — Declare audited AND not-audited surface before findings (>10% unacknowledged gap = report defect)
- Threat & risk modeling — STRIDE + OWASP LLM Top 10 + attacker intent + residual risk
- Cost, reproducibility, architecture — Token / compute / latency budgets, seeds, pinned deps, versioned prompts, dependency graph between LLM calls
- Compress findings — One row per finding: location, severity, evidence, cause, fix, owner, ETA
- Plan-then-execute audit — Scope → investigate → draft → peer review → finalize
Problem-solving discipline of supreme-problem-solving (eight integrated sections)
- Define the problem precisely — One-sentence statement of symptom, expected behavior, scope, severity before any action
- Reproduce before solving — Deterministic, sub-30-second repro is the debugging superpower; no repro, no fix
- Competing hypotheses — 3–5 ranked falsifiable hypotheses shown to user before testing any
- Instrument and gather evidence — Hypothesis-into-probe, one variable at a time; per-role evidence types (token cost / drift / prompt diff)
- Apply minimum-invasive fix — Smallest reversible change that makes the repro pass; feature flag + canary when production risk exists
- Verify and validate — Regression test at correct seam + eval suite rerun for AI/ML/LLM + dark launch shadow compare for production
- Structured tabular report — Deliverable is a markdown table: problem / repro / hypothesis / evidence / fix / verification / owner / ETA
- Post-mortem and prevention — Identify the architectural or process gap that allowed the bug; recommend systemic prevention
Diagramming discipline of supreme-diagramming (eight integrated sections)
- Invoke + boundary (when NOT to use) — for precise versioned diagrams that stay in sync with code; redirects freehand sketches to Excalidraw/tldraw and throwaway inline snippets to plain Mermaid
- Demand-load discipline — lean main file; diagram-type references and shape/icon resolution loaded only when needed, via an explicit resource table
- Describe-first declarative layer — natural language → declarative diagram spec (
.ahdot-notation) → gematria-checksum validation → compile to portable target (Mermaid/D2/draw.io XML/Excalidraw); the spec is the source of truth, compiled formats are derived artifacts; never hand-write fragile XML - Deterministic verification first — structural checks (every edge endpoint resolves, no orphan node, no illegal/unescaped characters, no broken shape reference) + aesthetic checks by rule (no overlap, consistent spacing, label fits, contrast) run BEFORE any vision pass; vision is a last-resort single reinforcement pass with cost disclosed
- Living versioned artifact — diagram spec is a file next to the code, committed, diffed in pull requests, reviewed like code; evolved in place, never regenerated from scratch when a prior spec exists; drift flagged when architecture changes but diagram doesn't
- Memory (evolve, not recreate) — prior diagram spec becomes the starting point for the next revision; saved style presets reapplied; versioned history maintained
- Graceful degradation + environment robustness — renderer present → compile to image; absent → emit Mermaid/D2 text that renders natively in Markdown; never hard-depend on a heavy desktop binary; binary name resolved across macOS/Linux/Windows/headless; assets embedded by default for offline
- Self-verify + revision loop + surgical repair — self-verify against the deterministic suite before showing the user; revision loop maps each request to the minimal spec edit (max five rounds); known compile-target defects repaired surgically with documented cause and idempotent fix
Benchmarking discipline of supreme-benchmarking (thirteen integrated sections)
- Invoke benchmark when appropriate — before adopting a model/package/dependency, before publishing any performance claim, when regression is suspected, and as a continuous CI gate; every benchmark states in one sentence what decision it informs
- First-Principle: what are we actually measuring — construct validity first; memorization is not reasoning; define the falsification condition before running; reject single-number summaries when the distribution is the honest answer
- Expansionist: ignored dimensions — accuracy-only becomes multi-dimension (latency p50/p99/p99.9, cost, energy, memory, cold start); single-prompt becomes prompt-sensitivity spread across 3–5 paraphrases; single-seed becomes minimum-five-seed distribution; happy-path becomes adversarial/long-tail/multi-turn
- Outsider: bias removal + preregistration — methodology, metrics, thresholds, and exclusion criteria preregistered before seeing any result; baseline integrity (re-run all baselines yourself, never copy numbers from papers); blind evaluation where possible; conflicts declared — a vendor-run benchmark is marketing until independently reproduced
- Executor: controlled run protocol — pinned versions/harness/dataset/hardware, fixed seeds, minimum five runs, warmup discarded, isolated environment, append-only raw logs; if the result is uncomfortable, publish unchanged
- Statistical rigor gates — every published number carries CI95 + sample size; median+IQR for skewed latency; significance test before claiming difference, effect size before claiming it matters; multiple-comparison correction; overlapping CIs = statistical tie, no superiority claim
- Contamination + saturation defense — assume contamination until checked (n-gram overlap, canary strings, verbatim-reproduction probes); held-out private sets rotated when leaked; saturation check (top models clustering above 90% = benchmark lost discriminative power)
- LLM/ML benchmark protocol — lm-eval-harness / lighteval / inspect-ai with pinned commit hash (harness changes swing scores 10–20 points); prompts and sampling params disclosed verbatim; identical harness + prompts + params for every model compared; Unsloth-style efficiency metrics (tokens/s, VRAM peak, TTFT, cost per million tokens)
- npm/Node benchmark protocol — tinybench/mitata for micro (JIT warmup discarded, GC isolated), hyperfine for CLI (warmup flag, minimum ten runs), size-limit for bundles (minified/gzip/brotli); cold start measured separately from warm throughput; dependency benchmarks include install time, disk footprint, transitive count
- Anthropic/HF/Unsloth-style reporting — benchmark card (analogous to a model card) published with results; tables with best bolded + CI column always present; bar charts with error bars, radar for multi-dimension, efficiency-frontier scatter (score vs cost); raw JSONL published alongside aggregates; negative and tie results in the main table, never buried
- Reproducibility package — one-command re-run committed before results announced; seeds/configs/harness commit/dataset checksum/hardware in a single manifest; third-party reproduction explicitly invited
- Honest disclosure (never please) — best-of-N and sampling params disclosed; if our system loses, publish unchanged with analysis; limitations section mandatory; marketing may not edit numbers after sign-off
- Continuous regression tracking — benchmark in CI with threshold alerting and historical trend dashboard; saturated tasks retired, benchmark set expanded after each release
Multi-persona council of supreme-council (twelve integrated sections)
- Invoke council when appropriate — only for ambiguous, high-stakes, irreversible decisions; not for routine code review, refactor, or style choice
- Frame the decision question (constitution) — one falsifiable sentence with binary/discrete options, constraints in exact numbers, reversibility (one-way vs two-way door), non-negotiable principles
- First-Principle Thinker persona — strips assumptions, reasons from physics/economics/psychology/statistics; rejects cargo-cult; asks "if starting from zero with same constraints would we choose this?"
- Expansionist persona — surfaces minimum three ignored options; asks "what would a 10x competitor try?", "what becomes possible if budget tripled?", "what opportunity does this decision foreclose?"
- Outsider persona — beginner's mind, zero org context, zero sunk cost; asks "what would a competitor/regulator/investor/journalist notice first?"; names the elephant in the room that internal politics makes unspeakable
- Executor persona (never please) — peer-to-peer voice; says what works/what doesn't; if plan has fatal flaw, says so directly with evidence; never softens, never hedges, never recommends user preference over evidence; contains at least one uncomfortable truth or explicitly confirms none found
- Anonymous peer review round — personas shuffled, each reviews the other three without knowing authorship; identifies weakest evidence, cross-persona contradictions, collective blind spots; marks consensus vs contested with numeric confidence
- Dissent synthesis (preserve minority) — never absorbs minority into majority; documents disagreement matrix; offers primary recommendation + minimum two alternatives with tradeoff matrix; never fake consensus
- Tabular deliverable — markdown table: persona / position / evidence / confidence / contested-by; plus sections for consensus, contested, minority preserved, synthesis recommendation, "what would change mind"
- Premortem (Klein 2003) — assume decision failed catastrophically in 6 months; generate minimum five failure scenarios with probability + impact + early-warning signal + reversibility path; AI/ML/LLM-specific failure modes (eval drift, cost spike, safety regression, prompt injection)
- Iteration under uncertainty (Cynefin) — if synthesis doesn't converge, declare uncertain and recommend smallest reversible experiment with adaptation checkpoint and explicit kill criteria; classify domain (simple/complicated/complex/chaotic) and match decision protocol
- Follow-up audit + calibration — after decision implemented, audit whether synthesis was correct, whether minority was right; update persona priors for future councils
Content craft discipline of supreme-content-craft (thirteen integrated sections)
- Understand audience + search intent + brand voice — classify intent (informational/navigational/commercial/transactional), read brand guidelines, analyze top-10 SERP, map audience pain/desire/objection BEFORE first draft
- Keyword + entity + GEO SEO strategy — primary keyword → semantic cluster; brand → schema.org entity for Knowledge Graph (~3.2× AI search visibility); programmatic templates never thin; classical SEO → GEO citation-worthy passages for AI search
- Content structure — every commercial piece includes Features → Project → How It Works → Benefits → Sales Justification (ROI numbers) → Purchase Decision (objection handling, guarantee, social proof)
- AIDA framework — Attention (hook/headline/contrarian/pattern interrupt) → Interest (relevance/curiosity gap/specificity) → Desire (transformation/social proof/identity shift) → Action (specific CTA, honest urgency, risk reversal); AIDA audit on every piece
- Cialdini's six principles of Influence — Reciprocity (lead magnet first), Commitment/Consistency (micro-yes → macro-yes), Social Proof (testimonials never fabricated), Authority (real credentials never borrowed), Liking (warmth never sycophantic), Scarcity (real never fake)
- Additional frameworks — StoryBrand SB7 (Donald Miller), PAS (Problem-Agitate-Solution, never fear-mongering), FAB (Features→Advantages→Benefits in order), Schwartz's 5 levels of awareness (match copy intensity to stage), Made to Stick SUCCESs (Simple/Unexpected/Concrete/Credible/Emotional/Stories), Ogilvy + Hopkins (facts tell, benefits sell, always test)
- Schopenhauer ethical Eristic Dialectic — only ethical subset: stratagem 7 (generalize honestly), 13 (present stronger contrary), 14 (triumph on facts), 17 (subtle distinction), 26 (ethical judo); explicitly EXCLUDES ad hominem, straw man, equivocation, appeal to authority, diversion, insult, bewilder-with-meaningless-words, shifting goalposts, fake incompetence, anger provocation, false consequences
- Joe Girard Law of 250 + relationship selling — every reader knows 250 others (one satisfied reader → 250 referrals); Mt. Everest (never stop prospecting); Girard Chair (sit beside the reader in copy, never opposite); after-sale service = first day of relationship; honesty compounds reputation; warmth/empathy before pitch
- Production discipline — outline-first → draft → edit (cut 20% of first draft) → optimize; hook in first 100 words; one idea per paragraph; readability target grade 6-8 (general) or 10-12 (technical)
- On-page SEO architecture — title < 60 chars, meta < 155 chars, H1 matches intent, JSON-LD schema (Article/Author/Organization/FAQ/HowTo/Product/Review/Breadcrumb), internal linking hub-spoke, Lighthouse 90+, LCP < 2.5s, CLS < 0.1
- Header Binding (HTML + HTTP + AdTech) — HTML semantic H1-H6 hierarchy, HTTP cache (Cache-Control/ETag/HSTS/CSP/canonical/hreflang), AdTech header bidding via Prebid.js/GAM/server-side with viewable CPM optimization and ads.txt/sellers.json transparency
- 15 quality tool gates — Grammar (LanguageTool/Grammarly/Hemingway), Paraphraser (QuillBot/Wordtune), Plagiarism (Copyscape/Turnitin, < 5% match), AI Detector (GPTZero/Originality), AI Humanizer (with disclosure), Translator (DeepL > Google with human review), Summarizer, Citation Generator (APA/MLA/Chicago/Harvard/IEEE), Readability Scorer (Flesch-Kincaid/Gunning Fog/SMOG), Tone Analyzer, Headline Analyzer (CoSchedule/Sharethrough), Schema Validator, Meta Generator, SERP+Backlink+Gap Analyzer (Ahrefs/Semrush/Moz), Image Alt-Text + OCR + Audio Transcriber (Whisper/Tesseract)
- Measurement + refresh + repurpose — pre-launch hypothesis (target keyword/rank/CTR/conversion); weekly Search Console + Analytics; A/B with statistical power; quarterly content audit; repurpose long-form into social/video/podcast/email/newsletter/webinar
NPM/Node discipline of supreme-npm-node (eight integrated sections)
- Understand the NPM/Node ecosystem before touching — Map runtime version, package manager, workspace layout, tsconfig before first install; distinguish dependencies/devDependencies/peerDependencies/optionalDependencies
- Always-latest dependencies via
ncu -u—ncu -uis mandatory before anynpm install; never pin to definitive versions; weekly cadence minimum, daily during active development; audit + tests + types + lint + bundle-size gates before merge - TypeScript strict mode maximum —
strict+noUncheckedIndexedAccess+exactOptionalPropertyTypes+noImplicitOverride+useUnknownInCatchVariablesall enabled;satisfiesoveras;unknownoverany; discriminated unions over optional flags; branded types for opaque identifiers - Development workflow scripts — Standard
dev/build/test/lint/type-check/formatscripts;type-checkprecedestestprecedesbuildin CI;tsxfor runners,tsdown/tsupfor builds,vitestor Node built-in test runner; pnpm for monorepo workspaces - Package publishing discipline (architecture) —
filesallowlist over.npmignore;exportsfield withimport/require/typesconditional;engines.nodematches tested versions;npm pack --dry-runpreview mandatory; OIDC provenance attestation in GitHub Actions - Production reliability and supply-chain security —
npm auditgate before publish; lockfile committed to git always; review postinstall scripts; use--ignore-scriptsin CI unless allowlisted;dist-tag next/beta/canaryfor previews - Quality gates before publish — Type-check, lint, test, audit, bundle-size, attw (Are The Types Wrong), changelog (via changesets/release-please) all green in CI before
npm publish; semantic versioning bump must match the actual change - Maintenance and continuous upgrade cycle — Weekly
ncu -ucadence + Renovate/Dependabot; codemods for breaking upgrades; regression test, docs, andnextdist-tag publish before promoting tolatest
AI engineering discipline of supreme-ai-engineering (eight integrated sections)
- Understand the system before building — Map data flows, model lineage, prompt registry, eval suite, dependency graph before the first line of code; identify SLOs/budgets in exact numbers
- Define success in measurable terms — Every feature gets a golden eval set, acceptance threshold, cost budget, latency SLO (p50/p95/p99) before implementation starts; multi-objective (accuracy × latency × cost × safety × compliance)
- Build feedback loops first — Eval harness, telemetry, drift detection, and alerting deployed before the first production user; per-role observability (LLM token/cost/trace, ML drift/skew, RAG retrieval precision/recall/faithfulness)
- Pipeline discipline with contracts and gates — Data→feature→train→register→deploy→monitor; every stage has input contract, output contract, validation gate, documented failure mode
- Governance, architecture, and registry — Prompt/model/tool registries with semantic versioning, cards, lineage, approval gates; A/B + canary + shadow + dark launch as default
- Production reliability, safety, and chaos — Graceful degradation, circuit breakers, cost caps, layered prompt-injection defense, chaos testing for failover and adversarial inputs
- Quality engineering, testing, and research rigor — Golden test sets + regression + fairness + safety eval gates in CI; per-role rules for LLM, ML, RAG; statistical significance + ablation completeness + dataset contamination for researchers
- Operational excellence and continuous refinement — Observability + runbooks + on-call rotation + SLO review cadence before launch; post-incident review feeds eval set expansion and guardrail tightening
AI governance & compliance discipline of supreme-ai-governance (sixteen integrated sections)
- Invoke governance when appropriate — before placing/deploying AI in a regulated domain, before EU market placement, when seeking ISO 42001 certification, or when a board/customer/regulator demands governance evidence; redirect pure infosec to ISO 27001 and pure privacy to 27701
- First-Principle (what governance is actually for) — prevent harm to people and produce accountable evidence, not generate paperwork; define what would falsify a claim of responsible governance; reject cargo-cult controls that treat no real identified risk
- Expansionist (ignored obligations + opportunities) — surface multi-jurisdiction reach, overlapping regimes (GDPR Art 22, sector rules), GPAI and supply-chain duties; reframe certification as market access and an EU AI Act head-start
- Outsider (regulator / auditor / claimant view) — what evidence an auditor demands on day one; what we are mislabelling low-risk to avoid work; symmetric skepticism (would we accept this governance from a vendor we are buying from?); name the shadow-AI elephant
- Executor (honest gap, never please) — if the system is prohibited under Art 5, say it ships nothing; if a deadline is missed or an impact assessment is absent, say so with the clause/article; at least one uncomfortable truth or explicit confirmation of none
- ISO 42001 AIMS clauses 4–10 — context + roles + scope, leadership + AI policy, planning (risk assessment, risk treatment + SoA, impact assessment, objectives
No comments yet
Be the first to share your take.