Install
openclaw skills install vibe-coderExpert vibe-coding workflow for building apps, tools, and scripts from scratch based on plain-English descriptions. Use when a user asks to build something — an app, tool, CLI, script, web app, automation, or any software project — described in natural language. Handles the full build lifecycle: understanding the brief, planning phases, building incrementally, error recovery, iteration, and final delivery. Never silently gets stuck.
openclaw skills install vibe-coderBuild anything from a plain-English description. Six phases. No silent failures.
Before writing a single line of code:
Questions to consider:
Break into exactly 5 phases:
Present the plan with bullet points under each phase. Get explicit approval before starting Phase 3.
For each phase:
Never skip a phase. Never start the next phase without confirmation.
If you hit a bug or blocker:
After each phase, active feedback loop:
Deliver:
Format the summary as:
## What Was Built
[2-3 sentences]
## Key Decisions
- [decision + rationale]
## How to Run
[commands]
## Known Limitations / Next Steps
- [if any]