간결한 plan을 사용자와 합의한 뒤, feature(use case) 하나를 RGB(Red→Green→Blue) 사이클로 끝까지 자율 구현하는 오케스트레이터. 문제 정의·기능 분해·완료조건(programmer test) 합의까지는 사용자와 피드백을 주고받고(인터랙티브), 합의 후 구현은 그 feature의 모든 test에 대해 R/G/B를 각각 별도 커밋(reviewable-commits Why-body 포함)으로 분리하여 피드백 없이 끝까지 진행한다(자율). superpowers의 장황한 spec/plan 대신 개발에 맞는 간결 포맷을 쓴다. "기능을 TDD로 끝까지 구현", "plan 합의하고 자율 구현", "feature 단위 RGB", "use case TDD로 짜줘", "/tdd-feature" 요청 시 반드시 사용. 후속 "이어서", "다음 feature", "재개", "다시 진행"도 처리. 단, 단일 test의 step-wise(매 단계 피드백) RGB는 /tdd-rgb, plan 문서만 작성하고 끝낼 때는 /tdd-plan이 적합.
$npx -y skills add msbaek/msbaek-claude-plugins --skill tdd-featureInstalls into the current project.
Run `npx skills use "https://github.com/msbaek/msbaek-claude-plugins" --skill "msbaek/msbaek-claude-plugins/tdd-feature"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/msbaek/msbaek-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/msbaek/msbaek-claude-plugins"` and select the relevant skills, then follow their instructions.