create-plan이란?
새로운 기능이나 프로젝트에 대한 단계별 구현 계획을 수립합니다. 계획/단계 생성을 위한 임시 플래너 에이전트를 생성한 다음 검토를 위한 유효성 검사기를 생성합니다. 대화형 체크포인트를 통해 사용자는 계획 중에 과정을 수정할 수 있습니다. 출처: darraghh1/my-claude-setup.
새로운 기능이나 프로젝트에 대한 단계별 구현 계획을 수립합니다. 계획/단계 생성을 위한 임시 플래너 에이전트를 생성한 다음 검토를 위한 유효성 검사기를 생성합니다. 대화형 체크포인트를 통해 사용자는 계획 중에 과정을 수정할 수 있습니다.
명령줄에서 create-plan AI 스킬을 개발 환경에 빠르게 설치
출처: darraghh1/my-claude-setup.
This skill is a thin dispatcher. It does NOT read codebase references, extract patterns, or create phase files. The planner handles all planning work via the preloaded planner-workflow skill.
| Orchestrator (you) | Clarify requirements with user, spawn/shutdown planner + validators, relay checkpoints, route PASS/FAIL | | Planner | Plan creation: read templates, explore codebase, create plan.md + phase files, self-validate. Does NOT review its own plan. |
| Validator | Independent review: runs /review-plan against one file (plan.md or single phase). Reports template score + codebase compliance. |
새로운 기능이나 프로젝트에 대한 단계별 구현 계획을 수립합니다. 계획/단계 생성을 위한 임시 플래너 에이전트를 생성한 다음 검토를 위한 유효성 검사기를 생성합니다. 대화형 체크포인트를 통해 사용자는 계획 중에 과정을 수정할 수 있습니다. 출처: darraghh1/my-claude-setup.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan새로운 기능이나 프로젝트에 대한 단계별 구현 계획을 수립합니다. 계획/단계 생성을 위한 임시 플래너 에이전트를 생성한 다음 검토를 위한 유효성 검사기를 생성합니다. 대화형 체크포인트를 통해 사용자는 계획 중에 과정을 수정할 수 있습니다. 출처: darraghh1/my-claude-setup.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/darraghh1/my-claude-setup