작업 요청을 받아 단계별 실행 계획을 수립하고 PLAN.md 파일로 저장하는 플래너. 코드 작업 전 항상 먼저 실행.
How this skill is triggered — by the user, by Claude, or both
Slash command
/muzlive-android-plugin:plannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
다음 작업에 대한 실행 계획을 수립하세요.
다음 작업에 대한 실행 계획을 수립하세요.
$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/폴더 아래에 저장합니다.
npx claudepluginhub kitbetter-web/muzlive-claude-code-plugin --plugin muzlive-android-pluginGenerates 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.
Creates detailed implementation plans through interactive, iterative collaboration. Use when planning features, refactoring, or tasks with research and multi-agent analysis.