conductor-implement
TDD 워크플로우로 트랙 작업 구현하기
프로젝트 트랙 전체에서 일관된 개발 워크플로우를 유지하는 데 어려움을 겪고 계신가요? 이 스킬은 단계별 검증과 진행 상황 추적을 통해 구조화된 TDD 구현을 강제합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"conductor-implement" 사용 중입니다. Implement the auth_20250115 track
예상 결과:
- Track loaded: User Authentication (Phase 2, Task 3 in progress)
- Starting Task 2.3: Add password validation
- TDD Workflow - Red Phase: Writing failing test for password validation
- Test created: test_password_validation.py - Test fails as expected
- TDD Workflow - Green Phase: Implementing minimal code to pass test
- Implementation complete. Running tests - All tests passing
- TDD Workflow - Refactor Phase: Cleaning up code structure
- Commit created: feat: add password validation (auth_20250115)
- Task 2.3 marked complete. Phase 2 verification pending approval
"conductor-implement" 사용 중입니다. Show available tracks
예상 결과:
- Select a track to implement:
- In Progress:
- 1. [~] auth_20250115 - User Authentication (Phase 2, Task 3)
- Pending:
- 2. [ ] nav-fix_20250114 - Navigation Bug Fix
- 3. [ ] dashboard_20250113 - Dashboard Feature
- Enter number or track ID:
보안 감사
안전Security audit evaluated 82 static findings for external commands, 6 high-severity cryptographic warnings, and 3 network reconnaissance alerts. All findings were determined to be false positives. The SKILL.md file is a markdown documentation file containing workflow instructions, not executable code. Backtick patterns are markdown code block syntax, not Ruby shell execution. No actual security risks exist in this skill.
품질 점수
만들 수 있는 것
TDD 를 통한 기능 개발
자동 테스트 생성, 구현, 리팩토링 단계를 완료까지 추적하는 구조화된 TDD 워크플로우를 따라 새로운 기능 구현.
버그 수정 트랙 실행
문서화된 단계, 검증 체크포인트, 롤백 기능을 위한 커밋 추적을 통해 네비게이션 버그 수정 또는 유사한 문제 해결.
다단계 프로젝트 구현
각 마일스톤에서 품질을 보장하는 단계별 승인 게이트를 통해 사용자 인증 시스템과 같은 복잡한 다단계 프로젝트 실행.
이 프롬프트를 사용해 보세요
Implement the auth_20250115 track using the TDD workflow
Show me which tracks are available to work on
Resume the dashboard_20250113 track from where I left off
Implement task 2.3 from the auth_20250115 track with strict TDD mode
모범 사례
- 트랙 시작 전 Conductor 초기화 항상 확인 - 구성 파일 누락 시 워크플로우 실패 발생
- 품질 게이트 유지를 위해 각 단계 검증 체크포인트 검토 및 승인 후 진행
- plan.md 상태 마커를 실제 진행 상황과 동기화 유지 - 작업 완료 직후 [~] 를 [x] 로 즉시 업데이트
피하기
- 단계 간 검증 체크포인트 건너뛰기 - 품질 보증을 우회하고 감지되지 않은 문제 누적 위험
- 명시적 해결 없이 오류를 넘어 구현 계속 - 항상 중지하고 복구 옵션 선택
- Conductor 추적 외부에서 수동 파일 수정 - git 충돌 발생 및 metadata.json 상태 정확성 파괴