writing-plans
구현 계획 생성
또한 다음에서 사용할 수 있습니다: Cycleaddict,obra,davila7,DYAI2025,Cygnusfear,DMJGilbert,CodingCossack
코드를 작성하기 전에 작은 작업으로 상세한 구현 계획을 생성하는 스킬입니다. 정확한 파일 경로, 테스트 명령어, 커밋 메시지와 함께 2~5분 단계로 작업을 구조화합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"writing-plans" 사용 중입니다. Use writing-plans skill. Create a plan for adding user authentication to our React app.
예상 결과:
- Plan saved to docs/plans/2024-01-15-user-authentication.md
- Task 1: Set up authentication context and provider
- Task 2: Create login form component with validation
- Task 3: Implement JWT token storage and refresh logic
- Task 4: Add protected route component
- Task 5: Write integration tests for auth flow
- Choose execution approach: Subagent-Driven or Parallel Session
"writing-plans" 사용 중입니다. Use writing-plans skill. We need to refactor the data layer to use Repository pattern.
예상 결과:
- Plan saved to docs/plans/2024-01-15-repository-pattern.md
- Task 1: Define Repository interface
- Task 2: Create concrete UserRepository implementation
- Task 3: Update service layer to use Repository
- Task 4: Write unit tests for new repositories
- Task 5: Run full test suite to verify no regressions
보안 감사
낮은 위험Security review complete. The skill is a planning/guidance template for writing implementation plans. Static findings flagged 16 instances of external_commands showing example terminal commands in documentation - these are FALSE POSITIVES as they are markdown code examples, not actual code execution. Three weak cryptographic algorithm flags are also FALSE POSITIVES - no cryptographic code exists. This skill only generates documentation and does not execute any code.
낮은 위험 문제 (1)
위험 요인
품질 점수
만들 수 있는 것
새 기능 계획
새로운 기능을 시작할 때 코드를 작성하기 전에 모든 작업, 파일 변경, 테스트 단계가 포함된 상세한 구현 계획을 만드세요.
리팩토링 프로젝트
명확한 테스트 전략과 커밋 체크포인트를 가진 관리 가능한 작업으로 대규모 리팩토링 노력을 분해하세요.
새 팀원 온보딩
코드베이스에 대한 맥락이 없다고 가정하는 포괄적인 계획을 새 엔지니어에게 제공하세요.
이 프롬프트를 사용해 보세요
Use the writing-plans skill. I have requirements for [describe feature]. Create an implementation plan.
Use writing-plans skill with this spec: [paste spec]. Generate a full implementation plan with test-first approach.
Use writing-plans skill. We need to implement [feature]. Give me a plan with 2-5 minute tasks.
Use writing-plans skill. Here are the requirements: [details]. Create a complete implementation plan with architecture overview, file paths, tests, and commit strategy.
모범 사례
- 계획 단계에서 설명만 제공하지 않고 항상 완전한 코드 스니펫을 포함하세요
- 수정을 위해 줄 번호가 포함된 정확한 파일 경로를 사용하세요
- 테스트 단계에서 긍정적 및 부정적 테스트 케이스를 모두 포함하세요
- 복잡한 작업을 2~5분 원자 단계로 분해하세요
피하기
- 특정 코드 없이 '유효성 검사 추가'와 같은 모호한 단계 작성
- 테스트 단계 건너뛰기 또는 테스트가 작동할 것으로 가정
- 작은 단계 대신 대규모 수 시간 작업 생성
- 각 작업의 커밋 메시지 포함 잊기