From harness
Use this skill when the user appears non-technical, asks 'what should I do next?', 'how does this work?', seems confused about the development process, or needs step-by-step guidance in plain language. Do NOT load for: experienced developers making direct implementation requests, code reviews, or technical debugging. Guides non-technical users (VibeCoders) through natural language development — explains what to do next, how the system works, and how to express requirements.
npx claudepluginhub tim-hub/powerball-harness --plugin harnessThis skill is limited to using the following tools:
A skill that guides VibeCoders (non-technical users) through development using only natural language.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
A skill that guides VibeCoders (non-technical users) through development using only natural language. Automatically responds to questions like "What should I do?" or "What's next?"
This skill is automatically triggered by the following phrases:
VibeCoders can find out their next action just by asking in plain language, without needing to know technical commands or workflows.
🎯 Let's start a project first!
Example phrases:
- "I want to build a blog"
- "I want to create a task management app"
- "I want to make a portfolio site"
A rough idea is fine. Just tell me what you want to do.
📋 There's a plan. Let's start working!
Current plan:
- Phase 1: Foundation setup
- Phase 2: Core features
- ...
Example phrases:
- "Start phase 1"
- "Do the first task"
- "Do everything"
🔧 Work in progress
Current task: {{task name}} Progress: {{completed}}/{{total}}
Example phrases:
- "Continue"
- "Next task"
- "How far along are we?"
✅ Phase complete!
What you can do next:
- "Check it works" -> Start the dev server
- "Review it" -> Code quality check
- "Next phase" -> Start the next phase of work
- "Commit it" -> Save the changes
⚠️ A problem occurred
Situation: {{error summary}}
Example phrases:
- "Fix it" -> Attempt auto-fix
- "Explain it" -> Explain the problem in detail
- "Skip it" -> Move to the next task
| What You Want to Do | How to Say It |
|---|---|
| Start a project | "I want to build XX" |
| View the plan | "Show me the plan", "What's the status?" |
| Start working | "Start", "Build it", "Do phase 1" |
| Continue | "Continue", "Next" |
| Test it | "Run it", "Show me" |
| Review code | "Review it", "Check it" |
| Save | "Commit it", "Save it" |
| When stuck | "What should I do?", "Help" |
| Leave it all to you | "Do everything", "You handle it" |
This skill checks the following to select the appropriate response:
cc:WIP markerWhen this skill is triggered:
Important: Avoid technical jargon and explain in plain, simple language