From jkit
Jkit Start — Project Discovery. VibeCTO discovers and shapes project ideas through conversation. Triggers: start project, new idea, 프로젝트 시작, 아이디어, begin, create
How this command is triggered — by the user, by Claude, or both
Slash command
/jkit:jkit-startThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Jkit Start — Project Discovery **Agent**: Use the `vibe-cto` agent for this command. **Language**: Respond in **Korean** for all user-facing messages. ## Purpose This is the **most important command** in Jkit. The user may have no idea what to build, or may have a vague concept. VibeCTO discovers and shapes the project idea through conversation. ## Input The user may provide: `$ARGUMENTS` - If provided, use it as the starting point for the conversation - If empty, start with open-ended discovery questions ## Conversation Flow ### Phase 1: Idea Discovery If the user's idea is unclea...
Agent: Use the vibe-cto agent for this command.
Language: Respond in Korean for all user-facing messages.
This is the most important command in Jkit. The user may have no idea what to build, or may have a vague concept. VibeCTO discovers and shapes the project idea through conversation.
The user may provide: $ARGUMENTS
If the user's idea is unclear, ask step-by-step (use AskUserQuestion):
Do NOT ask all questions at once. One question at a time, building on the previous answer.
Based on the user's answers, read and reference the matching golden-rabbit project:
| User's Idea | Reference Project | Path |
|---|---|---|
| Blog, content platform | Blog | golden-rabbit-antigravity-v1/8/blog/ |
| Shopping, admin dashboard | E-commerce | golden-rabbit-antigravity-v1/10/ecommerce/ |
| SaaS, subscription service | CloudNote SaaS | golden-rabbit-antigravity-v1/11/saas/ |
| AI chatbot, Q&A, search | RAG Chat | golden-rabbit-antigravity-v1/9/chat/ |
| Landing/marketing page | SaaS Landing | golden-rabbit-antigravity-v1/7/saas-landing-page/ |
Actually READ the reference project's key files (README, package.json, main page) and explain to the user: "우리가 만들려는 것과 비슷한 레퍼런스 프로젝트가 있어요. 이걸 참고해서 진행할게요."
Based on the project type, recommend:
golden-rabbit-antigravity-v1/5/clean architecture/rules/architecture.md)Explain WHY each choice is made, in beginner-friendly terms.
Use AskUserQuestion to confirm: "이렇게 진행할까요? 수정하고 싶은 부분이 있으면 말씀해 주세요."
After confirmation:
/jkit-plan을 실행해서 구체적인 계획을 세울게요!"npx claudepluginhub goodlookingprokim/jkit-project-guide --plugin jkit/beginStarts a new project through deep questioning, research, requirements gathering, and roadmap creation.
/first-claude-codeCreates a personalized beginner web portfolio project tailored to user's MBTI, profession, and style preferences using Next.js, Tailwind, shadcn/ui, and Zustand.
/plansAnalyzes project files and user goal to detect tech stack, recommends and installs relevant Claude skills, then enters planning mode.
/init-projectInitializes project by interactively generating CLAUDE.md (overview, stack, structure), spec.md (feature specs), and prompt_plan.md (phased implementation plan). Auto-detects tech stack; supports [name] [--type next|vite|go|python|rust].
/new-projectInitializes a new project via structured workflow: questioning needs, researching options, defining requirements, generating roadmap. Supports --auto mode.