Guides VibeCoder (non-technical users) through natural language development (legacy). Use when user mentions どうすればいい, 次は何, 使い方, 困った, help, what should I do. Do NOT load for: 技術者向け作業, 直接的な実装指示, レビュー.
/plugin marketplace add Chachamaru127/claude-code-harness/plugin install claude-code-harness@claude-code-harness-marketplaceThis skill is limited to using the following tools:
VibeCoder(非技術者)が自然言語だけで開発を進められるようガイドするスキル。 「どうすればいい?」「次は何?」などの質問に自動で応答します。
このスキルは以下のフレーズで自動起動します:
VibeCoder は技術的なコマンドやワークフローを知らなくても、 自然な日本語で質問するだけで次のアクションが分かります。
🎯 まずはプロジェクトを始めましょう!
言い方の例:
- 「ブログを作りたい」
- 「タスク管理アプリを作りたい」
- 「ポートフォリオサイトを作りたい」
ざっくりで大丈夫です。やりたいことを教えてください。
📋 計画があります。作業を始めましょう!
現在の計画:
- フェーズ1: 基盤構築
- フェーズ2: コア機能
- ...
言い方の例:
- 「フェーズ1を始めて」
- 「最初のタスクをやって」
- 「全部やって」
🔧 作業中です
現在のタスク: {{タスク名}} 進捗: {{完了数}}/{{全体数}}
言い方の例:
- 「続けて」
- 「次のタスク」
- 「今どこまで進んだ?」
✅ フェーズが完了しました!
次にできること:
- 「動作確認して」→ 開発サーバーを起動
- 「レビューして」→ コード品質チェック
- 「次のフェーズへ」→ 次の作業を開始
- 「コミットして」→ 変更を保存
⚠️ 問題が発生しました
状況: {{エラーの要約}}
言い方の例:
- 「直して」→ 自動修正を試行
- 「説明して」→ 問題の詳細を説明
- 「スキップして」→ 次のタスクへ
| やりたいこと | 言い方 |
|---|---|
| プロジェクト開始 | 「〇〇を作りたい」 |
| 計画を見たい | 「計画を見せて」「今の状況は?」 |
| 作業を開始 | 「始めて」「作って」「フェーズ1をやって」 |
| 続きをやる | 「続けて」「次」 |
| 動作確認 | 「動かして」「見せて」 |
| コード確認 | 「レビューして」「チェックして」 |
| 保存する | 「コミットして」「保存して」 |
| 困った時 | 「どうすればいい?」「助けて」 |
| 全部任せる | 「全部やって」「おまかせ」 |
このスキルは以下を確認して適切な応答を選択:
cc:WIP マーカーの有無このスキルが起動したら:
重要: 技術用語を避け、平易な日本語で説明する
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.