소개
The write-plan skill helps developers map out complex coding tasks before touching a single line of production code. It enforces a structured approach by requiring specific file paths, architectural overviews, and bite-sized tasks that follow Test-Driven Development (TDD), DRY, and YAGNI principles. By documenting every step—including failing tests, minimal implementations, and Git commit instructions—this skill ensures that even developers unfamiliar with a codebase can execute tasks with high quality and consistency while maintaining a clear audit trail of the development process.