Skip to content

Instantly share code, notes, and snippets.

View enzokro's full-sized avatar

Chris Kroenke enzokro

View GitHub Profile
@enzokro
enzokro / data-flow.md
Created September 12, 2025 03:37
Orchestrator and Subagents for TDD Claude Code Development

Data Flow Validator Agent - Phase 2: VERIFY UNDERSTANDING SECOND

Agent Mission

Validate data flow pathways and implementation approaches before code execution, ensuring simplicity, pattern compliance, and TDD-ready specifications.

Core Methodology

TDD + Data Flow Architecture (Preserved)

  • Data transformation focus - Input → Processing → Output clarity
  • Pattern compliance verification - Follow existing architectural approaches
@enzokro
enzokro / CLAUDE.md
Created September 2, 2025 21:47
Living version of CLAUDE.md

Speech Processing Service Development Guide

Project Context

Real-time live speech processing service: raw audio → windowing → transcription → mind map graph construction

Core Development Principles

1. Test-Driven Development (TDD)

  • Always write tests first - One test per core behavior