Acerca de
Facilitates parallel development in complex projects by providing a standardized framework for creating temporary mocks of missing specification dependencies. It ensures that stubs are clearly marked, documented with their limitations, and linked to tracking issues, preventing technical debt from accumulating unnoticed. By following specific patterns for types, functions, and algorithms, developers can continue prototyping and testing higher-level features even when underlying components are still in development. The skill includes a robust workflow for identifying needs, determining scope, and eventually replacing mocks with real implementations once they become available.