What problem does it solve? Java developers practicing test-driven development often lack a structured reference for applying TDD rhythms, hexagonal architecture, test doubles, and SOLID principles consistently across domain, database, and web layers. ## Core Features & Use Cases - Core Frameworks Reference: Instant access to Red-Green-Refactor, triangulation, FIRST principles, test pyramid, hexagonal architecture, and stub-vs-mock decision rules. - Chapter-Level Deep Dives: Fifteen indexed chapter summaries covering JUnit 5, AssertJ, Mockito, DBRider, JDBI, and composition root wiring, retrievable by topic or chapter number. - Cheatsheet & Glossary: Decision tables, test pyramid ratios, smell detectors, and definitions for quick consultation during coding sessions. - Use Case: While building a Spring or plain Java service test-first, ask how to structure a database adapter integration test and receive the DBRider pattern with @DataSet setup from chapter 14. ## Quick Start Ask the agent to explain Mellor's triangulation technique or to load chapter ch09 on hexagonal architecture for your current Java TDD task.