작업 요청을 받아 단계별 실행 계획을 수립하고 PLAN.md 파일로 저장하는 플래너. 코드 작업 전 항상 먼저 실행.
npx claudepluginhub kitbetter-web/muzlive-claude-code-plugin --plugin muzlive-android-pluginThis skill uses the workspace's default tool permissions.
다음 작업에 대한 실행 계획을 수립하세요.
Generates development plans and auto-creates PLAN.md, CONTEXT.md, CHECKLIST.md, .status files in .cwm/docs/plans/{date-task}/ before new tasks. Analyzes requirements, code; awaits approval.
Creates structured PLAN.md for software engineering tasks by interviewing user for intent, scanning project context, and outlining scope, success criteria, sequenced checklist. Use before implementation.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
다음 작업에 대한 실행 계획을 수립하세요.
$ARGUMENTS
git rev-parse --show-toplevel 명령으로 프로젝트 루트 경로를 확인하세요.docs/PLAN.md 파일로 저장하세요. (docs/ 폴더가 없으면 생성하세요.)# 작업 계획
## 목표
(한 문장으로 명확하게)
## 범위
### In Scope
- ...
### Out of Scope
- ...
## 단계별 실행 계획
1. **[단계명]**: 설명
- 세부 작업
- 수정/생성 파일
2. ...
## 기술적 고려사항
- 사용할 라이브러리/패턴
- 주의해야 할 제약사항
- 성능/보안 고려사항
## 수정/생성 파일 목록
- `path/to/file.kt` - 변경 이유
- ...
## 완료 기준
- [ ] 체크리스트 항목
계획 저장 후 사용자에게 검토를 요청하고, 수정이 필요하면 반영한 뒤 kotlin-expert 에이전트를 실행하도록 안내하세요.
📁 경로 기준: 모든 문서는 반드시
git rev-parse --show-toplevel로 확인한 프로젝트 루트의docs/폴더 아래에 저장합니다.