vibecoder-guide

Original🇨🇳 Chinese
Translated

Guide VibeCoder (non-technical users) in natural language development. Use this when users ask what to do next, how to use the system, need help, or are stuck. Do NOT load this for: technical user work, direct implementation requests, or reviews.

2installs
Added on

NPX Install

npx skill4agent add chachamaru127/claude-code-harness vibecoder-guide

SKILL.md Content (Chinese)

View Translation Comparison →

VibeCoder Guide Skill

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

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

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

Response Patterns

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.

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

📋 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"

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?"

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

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

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

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

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