From project-lifecycle
프로젝트 기획 단계. "기획서 작성", "PRD 작성", "요구사항 정의", "스코프 정의", "기능 목록", "유저 스토리 작성", "프로젝트 기획", "planning", "product requirements" 요청 시 사용.
npx claudepluginhub shaul1991/shaul-plugin --plugin project-lifecycleThis skill uses the workspace's default tool permissions.
아이디어를 구체적인 제품 요구사항으로 전환한다. PRD, 유저 스토리, 스코프 정의를 포함한다.
Batch-converts UI design screenshots from directories into Vue 3 Composition API components, mapping elements to Vant, Element Plus, or Ant Design Vue libraries.
Share bugs, ideas, or general feedback.
아이디어를 구체적인 제품 요구사항으로 전환한다. PRD, 유저 스토리, 스코프 정의를 포함한다.
이 Phase를 시작하기 전에 반드시 거버넌스 프로세스를 따른다.
governance 스킬의 references/execution-plan-template.md 참조)
.claude/local/plans/<sanitized-branch>/02-planning/execution-plan.md로 저장 (브랜치별 작업 영역, gitignore 대상)⚠️ 실행계획 수립과 수락 없이 실행에 들어가지 않는다. 실행 후 재검증 없이 다음 Phase로 넘어가지 않는다.
.claude/01-ideation/idea-brief.md가 존재해야 한다아이디어 브리프를 기반으로 상세 요구사항을 도출한다:
각 기능 요구사항을 유저 스토리로 변환:
As a [사용자 유형],
I want to [행위],
So that [기대 가치].
Acceptance Criteria:
- Given [전제조건], When [행위], Then [결과]
우선순위를 MoSCoW 방법으로 분류:
MVP (Minimum Viable Product) 범위를 확정한다:
아래 파일들을 생성한다:
.claude/02-planning/prd.md — references/prd-template.md 기반.claude/02-planning/user-stories.md — 유저 스토리 목록.claude/02-planning/scope.md — 스코프 및 마일스톤references/prd-template.md — PRD 템플릿references/nfr-checklist.md — 비기능 요구사항 체크리스트references/kpi-template.md — 성공 지표(KPI) 정의 템플릿