원클릭으로
start
Guided first-session onboarding — helps you go from zero to your first plan and issue
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guided first-session onboarding — helps you go from zero to your first plan and issue
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking
Generate or update a PROJECT_INDEX.md for fast session orientation
SOC 직업 분류 기준
| name | start |
| description | Guided first-session onboarding — helps you go from zero to your first plan and issue |
| argument-hint | |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Bash(gh *), Bash(git status*), Bash(git branch*) |
Guide the user through their first Claude Code session. This is a one-time onboarding command.
CLAUDE.md (just the project name and description from the header).tasks/todo.md to check if a plan already exists.GETTING_STARTED.md if it exists, to understand what the user was told.Welcome to <project name>! Let's get you set up.
.venv/ or active virtual environmentnode_modules/go.sumtarget/Ask the user:
"What do you want to build? Describe it in a sentence or two — I'll help turn it into a plan."
Wait for their response.
/plan workflow:
tasks/todo.mdAfter the plan is approved, ask:
"Want me to create a GitHub issue to track this? (Requires
ghCLI)"
If yes:
gh issue create with the plan's objective as the title and plan steps as the body./backlog pick workflow (create branch, set labels).If no or gh unavailable: skip gracefully.
Present what was set up:
You're ready to go! Here's what we set up:
- Plan: tasks/todo.md (N steps)
- Branch: feat/N-short-description (if issue was created)
- First task: <first unchecked item from plan>
Just tell me when you're ready to start on step 1.
tasks/todo.md (not the blank template), skip to Step 3 and ask if they want to refine it or start fresh./status, or just tell me when you have an idea."/plan and /backlog handle the workflow.