بنقرة واحدة
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.