This folder is the operating manual for long-term R&D in TailWarp: checklists, phase gates, and "how we work" guides.
New to the repo? Read these in order:
00-START-HERE.md— First week playbook, core workflow, quick answers../EXPERIMENTS.md— How experiments are structured and tracked../VALIDATION.md— How correctness is verified at multiple levels01-RD-PHASES.md— Long-term roadmap with phase gates
| Guide | When to use it |
|---|---|
02-CHECKLISTS.md |
Every time you add a module, kernel, or risk metric |
03-ADD-A-MODULE.md |
Step-by-step: how to integrate a new component |
04-RESEARCH-WORKFLOW.md |
When running experiments to answer a research question |
05-EXPERIMENT-REVIEW.md |
To decide if results are trustworthy/publishable |
06-PERFORMANCE-PROTOCOL.md |
To benchmark and prevent performance regressions |
- Read
03-ADD-A-MODULE.md(Step-by-step guide) - Use checklist from
02-CHECKLISTS.md→ "Adding a New Distribution Kernel" - Follow validation levels from
../VALIDATION.md - Benchmark using
06-PERFORMANCE-PROTOCOL.md
- Read
04-RESEARCH-WORKFLOW.md(How to design experiments) - Create experiment configs (see
../EXPERIMENTS.md) - Run experiments and collect artifacts
- Review using
05-EXPERIMENT-REVIEW.md
- Read
01-RD-PHASES.md(Phase gates and priorities) - Check current phase "done when" criteria
- Pick next task from priority matrix
- Read
../VALIDATION.md(Validation levels 0–4) - Use checklist from
02-CHECKLISTS.md - Produce validation artifacts (see
../EXPERIMENTS.md)
- Read
06-PERFORMANCE-PROTOCOL.md - Run benchmark suite
- Compare to baseline (within ±5% is acceptable)
../EXPERIMENTS.md— Experiment structure, provenance, reproducibility../VALIDATION.md— Validation strategy, levels, reference implementations
┌─────────────────────────────────────────────────────────┐
│ 1. Formulate → 2. Implement → 3. Validate │
│ ↑ ↓ │
│ 5. Record ← 4. Benchmark ←─────────┘ │
└─────────────────────────────────────────────────────────┘
Never skip steps 3–5. They're what make this research-grade.
- Research-first: Correctness and reproducibility over speed
- Incremental: Each module adds to a stable foundation
- Measurable: All changes are validated and benchmarked
- Traceable: All work produces experiment artifacts
- Long-term: Build infrastructure that lasts
These docs are living documents. Improve them as you learn:
- Found a common pitfall? Add it to the relevant guide
- Discovered a better workflow? Update the guide
- Need a new checklist? Add it to
02-CHECKLISTS.md - Keep docs simple and scannable — avoid walls of text
Principle: If you had to figure something out the hard way, document it so the next person (or future you) doesn't have to.