소개
This skill facilitates a disciplined 'inner loop' development process by enforcing the Red-Green-Refactor cycle within Claude Code. It helps developers break down complex features into small, reviewable steps, ensuring that every piece of code is backed by a failing test before implementation. By mapping acceptance criteria directly to implementation tasks and maintaining a 'Story Log,' this skill ensures high code quality, comprehensive test coverage, and a clear audit trail of design decisions and progress.