Client: Half Dozen

Kickstand

Venue intelligence system with health monitoring, automated cleanup scripts, and real-time status dashboards

• Cloudflare Workers • D1 Database • TypeScript • Subtractive Triad

The Challenge

Kickstand had grown organically over time, accumulating technical debt: 155 active scripts, 30 TypeScript errors, and documentation scattered across multiple formats. The system worked but was becoming difficult to maintain and extend.

Initial assessment:

  • 155 active scripts (many redundant or orphaned)
  • 30 TypeScript errors blocking type safety
  • Documentation inconsistency across README, CLAUDE.md, ARCHITECTURE.md
  • Health score: 6.2/10

Applying the Subtractive Triad

This project was the first formal application of the Subtractive Triad framework: DRY → Rams → Heidegger.

The Three Levels:

Level 1: DRY (Implementation)
  → "Have I built this before?"
  → Action: Unify
  → Result: Consolidated 155 → 13 scripts

Level 2: Rams (Artifact)
  → "Does this earn its existence?"
  → Action: Remove
  → Result: Fixed 30 → 0 TypeScript errors

Level 3: Heidegger (System)
  → "Does this serve the whole?"
  → Action: Reconnect
  → Result: Unified documentation canon
					

Key insight:

"Creation is the discipline of removing what obscures. Each level of the triad subtracts differently—duplication, excess, disconnection—but all reveal the same truth."

Results

92%

Script reduction

155 → 13

100%

Type errors fixed

30 → 0

9.2

Health score

Up from 6.2

Validated outcomes:

  • Removed 142 orphaned/redundant scripts
  • TypeScript strict mode enabled with zero errors
  • Documentation unified into canonical UNDERSTANDING.md format
  • 48% health score improvement (6.2 → 9.2)

Why This Validates the Triad

Kickstand was the first production application of the Subtractive Triad. The framework proved that systematic subtraction at three levels—implementation, artifact, system—yields compounding benefits.

The triad has since been formalized into the Kickstand Triad Audit experiment and documented in the CREATE SOMETHING canon.

Full experiment documentation available at createsomething.io.

Need a Codebase Audit?

The Subtractive Triad can be applied to any system: legacy codebases, overgrown projects, or architectural reviews.

Start a Conversation