TDD/ATDD 기반 개발 워크플로우. "TDD로", "테스트 주도", "Red-Green-Refactor" 요청 시 활성화.
From tdd-workflownpx claudepluginhub 0pg/cc-marketplace --plugin tdd-workflowThis skill uses the workspace's default tool permissions.
references/verification-chain.mdExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Red-Green-Refactor 기반 테스트 주도 개발 워크플로우
Skill("tdd-dev:test-design").claude/tdd-spec.mdSkill("tdd-dev:tdd-impl")검증 체인: references/verification-chain.md 참조
다음 키워드로 이 워크플로우가 선택됩니다:
사용자 요청 ("TDD로 구현해줘")
|
v
+---------------------------+
| Phase 1: 테스트 설계 |
| Skill("tdd-dev:test-design")|
+-------------+-------------+
|
v
.claude/tdd-spec.md
|
v
+---------------------------+
| Phase 2: TDD 구현 |
| Skill("tdd-dev:tdd-impl") |
+-------------+-------------+
|
v
테스트 코드 + 구현 코드
|
v
+---------------------------+
| Verification |
| references/verification- |
| chain.md 참조 |
+---------------------------+
코드 작성 시 프로젝트에 설치된 Convention 플러그인을 참조합니다:
| 언어 | Convention 플러그인 |
|---|---|
| Rust | rust-convention |
| (기타) | 해당 언어의 convention 플러그인 |
Convention 플러그인이 없으면 언어의 표준 스타일 가이드를 따릅니다.