cyberneticlibrary

Map data flows and debug end-to-end

tracecommandsetup L11
Coin333/claude-context
What it does

Trace data flow through codebase end-to-end

Best for

Finding where a feature or bug lives by tracing the complete data flow with file:line accuracy

Inputs
  • · symptom, feature name, or data path
Outputs
  • · entry point file and function
  • · transformation chain with line numbers
  • · failure points identified
  • · finding recommendations
Requires
  • · grep
  • · git log
Preconditions
  • · codebase is searchable
  • · entry point can be identified
Failure modes
  • · entry point not found
  • · flow crosses language boundaries unclear
  • · data transform hard to trace
Trust signals
  • · maps function-by-function
  • · identifies data transformations
  • · names ownership boundaries