소개
The Writing Plans skill streamlines the software development lifecycle by enforcing a rigorous planning phase before any code is written. It creates comprehensive, step-by-step roadmaps that incorporate Test-Driven Development (TDD) principles, explicit file paths, and minimal implementation strategies like YAGNI and DRY. Designed for developers who want to maintain high standards of code quality and documentation, this skill ensures that every change is intentional and tested by breaking down large features into bite-sized, executable tasks that include exact commands and expected outputs.