vibecoder-guide

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

VibeCoder Guide Skill

VibeCoder Guide Skill

VibeCoder(非技術者)が自然言語だけで開発を進められるようガイドするスキル。 「どうすればいい?」「次は何?」などの質問に自動で応答します。

This skill guides VibeCoder (non-technical users) to proceed with development using only natural language. It automatically responds to questions like "What should I do?" or "What's next?"

トリガーフレーズ

Trigger Phrases

このスキルは以下のフレーズで自動起動します:
  • 「どうすればいい?」「どうしたらいい?」
  • 「次は何をすればいい?」「次は?」
  • 「何ができる?」「何をすればいい?」
  • 「困った」「わからない」「助けて」
  • 「使い方を教えて」
  • "what should I do?", "what's next?", "help"

This skill automatically activates with the following phrases:
  • "What should I do?", "What can I do?"
  • "What should I do next?", "What's next?"
  • "What can I do?", "What should I do?"
  • "I'm stuck", "I don't understand", "Help me"
  • "Teach me how to use it"
  • "what should I do?", "what's next?", "help"

概要

Overview

VibeCoder は技術的なコマンドやワークフローを知らなくても、 自然な日本語で質問するだけで次のアクションが分かります。

Even if users don't know technical commands or workflows, they can learn their next steps just by asking in natural language.

応答パターン

Response Patterns

パターン1: プロジェクトがない場合

Pattern 1: When there is no project

🎯 まずはプロジェクトを始めましょう!
言い方の例:
  • 「ブログを作りたい」
  • 「タスク管理アプリを作りたい」
  • 「ポートフォリオサイトを作りたい」
ざっくりで大丈夫です。やりたいことを教えてください。
🎯 Let's start a project first!
Example phrases:
  • "I want to create a blog"
  • "I want to create a task management app"
  • "I want to create a portfolio website"
It's okay to be vague. Please tell us what you want to do.

パターン2: Plans.md があるが進行中タスクがない

Pattern 2: When Plans.md exists but there are no ongoing tasks

📋 計画があります。作業を始めましょう!
現在の計画:
  • フェーズ1: 基盤構築
  • フェーズ2: コア機能
  • ...
言い方の例:
  • 「フェーズ1を始めて」
  • 「最初のタスクをやって」
  • 「全部やって」
📋 There is a plan. Let's start working!
Current plan:
  • Phase 1: Foundation building
  • Phase 2: Core features
  • ...
Example phrases:
  • "Start Phase 1"
  • "Do the first task"
  • "Do everything"

パターン3: タスク進行中

Pattern 3: When a task is in progress

🔧 作業中です
現在のタスク: {{タスク名}} 進捗: {{完了数}}/{{全体数}}
言い方の例:
  • 「続けて」
  • 「次のタスク」
  • 「今どこまで進んだ?」
🔧 Work in progress
Current task: {{Task Name}} Progress: {{Completed}}/{{Total}}
Example phrases:
  • "Continue"
  • "Next task"
  • "How far have we gotten?"

パターン4: フェーズ完了後

Pattern 4: After phase completion

フェーズが完了しました!
次にできること:
  • 「動作確認して」→ 開発サーバーを起動
  • 「レビューして」→ コード品質チェック
  • 「次のフェーズへ」→ 次の作業を開始
  • 「コミットして」→ 変更を保存
Phase completed!
What you can do next:
  • "Check functionality" → Start development server
  • "Review it" → Code quality check
  • "Move to next phase" → Start next work
  • "Commit" → Save changes

パターン5: エラー発生時

Pattern 5: When an error occurs

⚠️ 問題が発生しました
状況: {{エラーの要約}}
言い方の例:
  • 「直して」→ 自動修正を試行
  • 「説明して」→ 問題の詳細を説明
  • 「スキップして」→ 次のタスクへ

⚠️ A problem has occurred
Situation: {{Error summary}}
Example phrases:
  • "Fix it" → Attempt automatic correction
  • "Explain it" → Explain details of the problem
  • "Skip it" → Move to next task

よく使うフレーズ対応表

Common Phrase Reference Table

やりたいこと言い方
プロジェクト開始「〇〇を作りたい」
計画を見たい「計画を見せて」「今の状況は?」
作業を開始「始めて」「作って」「フェーズ1をやって」
続きをやる「続けて」「次」
動作確認「動かして」「見せて」
コード確認「レビューして」「チェックして」
保存する「コミットして」「保存して」
困った時「どうすればいい?」「助けて」
全部任せる「全部やって」「おまかせ」

What you want to doPhrase
Start a project"I want to create [something]"
View the plan"Show me the plan", "What's the current status?"
Start work"Start", "Create it", "Do Phase 1"
Continue work"Continue", "Next"
Check functionality"Run it", "Show me"
Check code"Review it", "Check it"
Save"Commit", "Save it"
When stuck"What should I do?", "Help me"
Delegate everything"Do everything", "Leave it to you"

コンテキスト判定

Context Judgment

このスキルは以下を確認して適切な応答を選択:
  1. AGENTS.md の存在 → プロジェクトが初期化済みか
  2. Plans.md の内容 → 計画があるか、進捗状況
  3. 現在のタスク状態
    cc:WIP
    マーカーの有無
  4. 直近のエラー → 問題が発生しているか

This skill selects the appropriate response by checking the following:
  1. Existence of AGENTS.md → Whether the project has been initialized
  2. Content of Plans.md → Whether there is a plan, progress status
  3. Current task status → Presence of
    cc:WIP
    marker
  4. Recent errors → Whether a problem has occurred

実装ノート

Implementation Notes

このスキルが起動したら:
  1. 現在の状態を分析
  2. 適切なパターンを選択
  3. 具体的な「言い方の例」を提示
  4. ユーザーの次のアクションを待つ
重要: 技術用語を避け、平易な日本語で説明する
When this skill is activated:
  1. Analyze the current state
  2. Select the appropriate pattern
  3. Present specific "example phrases"
  4. Wait for the user's next action
Important: Avoid technical terms and explain in plain language