From project-lifecycle
코드 구현 단계. "코드 구현", "개발 시작", "코딩", "프로젝트 셋업", "보일러플레이트", "코드 작성", "implementation", "coding", "프로젝트 초기화", "코드 컨벤션" 요청 시 사용.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-lifecycle:05-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
설계를 실제 코드로 전환한다. 프로젝트 초기화, 코드 컨벤션 설정, 핵심 기능 구현을 포함한다.
설계를 실제 코드로 전환한다. 프로젝트 초기화, 코드 컨벤션 설정, 핵심 기능 구현을 포함한다.
이 Phase를 시작하기 전에 반드시 거버넌스 프로세스를 따른다.
governance 스킬의 references/execution-plan-template.md 참조)
.claude/local/plans/<sanitized-branch>/05-implementation/execution-plan.md로 저장 (브랜치별 작업 영역, gitignore 대상)⚠️ 실행계획 수립과 수락 없이 실행에 들어가지 않는다. 실행 후 재검증 없이 다음 Phase로 넘어가지 않는다.
.claude/03-architecture/tech-stack.md).claude/03-architecture/api-spec.md).claude/04-design/design-system.md) — 선택기술 스택에 맞는 프로젝트 보일러플레이트를 생성:
.env.example 생성, 변수 목록 정의.editorconfig, VS Code settingsreferences/coding-conventions.md를 참고하여 프로젝트에 맞는 컨벤션 문서 생성:
MVP 스코프의 Must Have 기능을 구현 순서를 정한다:
각 기능은 다음 패턴으로:
기능 브랜치 생성 → 구현 → 단위 테스트 → 코드 리뷰 → 머지
에이전트가 코드를 작성한 후 스스로 컨벤션과 품질을 체크하는 필수 단계:
셀프 리뷰에서 발견된 문제는 즉시 수정한 후 다음 단계로 진행한다.
.claude/05-implementation/conventions.md — 코딩 컨벤션.claude/05-implementation/setup-guide.md — 개발 환경 셋업 가이드feat:, fix:, chore:, docs:, refactor:// TODO: 대신 이슈 트래커에 등록references/coding-conventions.md — 범용 코딩 컨벤션 가이드references/git-workflow.md — Git 브랜치 전략 및 커밋 규칙npx claudepluginhub shaul1991/shaul-plugin --plugin project-lifecycleProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.