https://github.com/texasbedouin/vibe-check
Takes a complete beginner from a vague app idea to a buildable plan, then guides them through building it: GitHub basics, clean-code habits for your AI, a verify-and-iterate loop, and a checkup mode for when it gets messy. Works with Claude Code, Codex, and Antigravity. grill-me is for engineers, vibe-check is for everyone else.
https://github.com/texasbedouin/vibe-check
ai-coding antigravity beginners claude-code claude-skill codex no-code prompt-engineering vibe-coding
Last synced: 4 days ago
JSON representation
Takes a complete beginner from a vague app idea to a buildable plan, then guides them through building it: GitHub basics, clean-code habits for your AI, a verify-and-iterate loop, and a checkup mode for when it gets messy. Works with Claude Code, Codex, and Antigravity. grill-me is for engineers, vibe-check is for everyone else.
- Host: GitHub
- URL: https://github.com/texasbedouin/vibe-check
- Owner: TexasBedouin
- License: mit
- Created: 2026-06-05T16:38:57.000Z (12 days ago)
- Default Branch: master
- Last Pushed: 2026-06-08T15:41:09.000Z (9 days ago)
- Last Synced: 2026-06-08T16:23:01.075Z (9 days ago)
- Topics: ai-coding, antigravity, beginners, claude-code, claude-skill, codex, no-code, prompt-engineering, vibe-coding
- Size: 92.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vibe-check
A skill for AI coding tools that guides complete beginners from a vague app idea to a buildable blueprint.
**grill-me is for engineers. vibe-check is for everyone else.**
## What it does
When someone who's never coded before says "I want to build an app that does X," this skill turns their AI tool into a patient mentor that:
1. **Discovers what they actually need**: not features, but the real problem they're solving (Reddit pain-mining, a competitor gap analysis, and ODI opportunity scoring)
2. **Maps the entire user experience**: happy flows, failure flows, and edge cases
3. **Surfaces decisions they don't know they need to make**: auth, databases, payments, hosting, legal
4. **Recommends a modern tech stack**: with plain-language explanations of what each piece does and why
5. **Produces a complete plan document**: structured as the AI coding tool's onboarding manual, plus a **visual HTML blueprint** the human opens in their browser
6. **Includes build checkpoints**: so the beginner is never lost during construction. The AI stops after each phase to explain what was just built, why, and what's next.
7. **Teaches the build-time basics** in language for someone who has never touched code: local vs. GitHub vs. live, how to save and back up code (commit/push/deploy), and keeping secret keys safe.
8. **Finds a growth loop**: how the app recruits its next user on its own, preferably viral and organic, built into the core flow rather than bolted on, so growth compounds instead of needing a constant push.
9. **Keeps the app healthy as it grows**: a **Checkup Mode** that gently looks over a messy, grown codebase and tidies it safely, so the AI keeps building cleanly instead of breaking things.
## Who it's for
- People who have an app idea but have never built software
- "Vibe coders" who can get something working on their screen but need help thinking through the full picture
- Anyone who wants to go from idea → structured plan before touching code
## How to use it
### With Claude Code
Run this in your project root:
```bash
git clone https://github.com/TexasBedouin/vibe-check .claude/skills/vibe-check
```
Then tell Claude:
```
Use the vibe-check skill to help me plan my app.
```
To update to the latest version later, run `git pull` inside `.claude/skills/vibe-check`.
### With other AI tools
Copy the contents of `SKILL.md` into your AI tool's system prompt or project instructions.
## What the skill produces
By the end of a vibe-check session, you'll have a plan document that includes:
- **Problem statement**: in your own words
- **User flows**: mermaid diagrams for happy path, failure path, and edge cases
- **Feature breakdown**: V1 (build now) vs V2+ (build later)
- **System architecture**: visual diagram with beginner-friendly labels
- **Tech stack**: every tool, what it does, why it was chosen, what it costs
- **Data model**: what gets stored, in plain language
- **Cost breakdown**: monthly estimates with free tier details
- **Pre-launch checklists**: security, legal, accessibility
- **Growth loop**: the one way the app brings in its next user on its own, plus the number that proves it's working
- **Build phases with checkpoints**: numbered phases with guided explanations at every step
This plan is designed to be handed directly to your AI coding tool to start building.
## Version
Current version: **1.7.0** (see [VERSION](VERSION) and [CHANGELOG.md](CHANGELOG.md)).
When you use vibe-check, it does a quick best-effort check for a newer version and tells you if you're behind. To update, run `git pull` inside `.claude/skills/vibe-check`. Versioning is semantic (MAJOR.MINOR.PATCH).
## Who made this
Built by Amer Arab. I spent 12-plus years as a product manager, most of it taking products from zero to one. Discovery is the part I care about most: working out whether a problem is real before anyone writes a line of code, then shaping something people actually want instead of something that merely works. Those years were also spent shoulder to shoulder with engineers, which is where the "you're the PM, the AI is the engineer" idea at the heart of this skill comes from. vibe-check is me handing a first-timer the instincts I had to learn the hard way.
## Inspiration
- [grill-me](https://github.com/mattpocock/skills) by Matt Pocock: the relentless questioning energy
- [improve-codebase-architecture](https://github.com/mattpocock/skills/tree/main/skills/engineering/improve-codebase-architecture) by Matt Pocock: the deep-vs-shallow module wisdom and the visual HTML report, translated here into beginner metaphors (Checkup Mode + the navigability guidance)
- [andrej-karpathy-skills](https://github.com/multica-ai/andrej-karpathy-skills) by multica-ai: the four "how your AI should behave" ground rules (think before coding, keep it simple, surgical changes, goal-driven), translated here for beginners
- [autoresearch](https://github.com/uditgoenka/autoresearch) by Udit Goenka: the verify-and-iterate loop (one change, check it, keep or revert, repeat), translated here as the beginner's supervised improvement loop
- [/office-hours](https://github.com/garrytan/gstack) by Garry Tan: the problem reframing and premise challenging
- [The Design Sprint](https://designsprintkit.withgoogle.com/) by Jake Knapp / Google Ventures: the future press release (vision extraction) and Crazy 8s, adapted here to Crazy 3s with sharing and voting
- [User Story Mapping](https://www.jpattonassociates.com/user-story-mapping/) by Jeff Patton: walking the chosen journey step by step to surface the features each step requires
- [Bob Moesta / The Rewired Group](https://therewiredgroup.com/) (Jobs to be Done): demand is born in the struggling moment, the demand-side lens behind the worst-moment question
- [Tony Ulwick / Strategyn](https://strategyn.com/) (Outcome-Driven Innovation): the opportunity-scoring engine, and the competitor gap matrix used here as the beginner stand-in for ODI's satisfaction survey
- [FrontierCode](https://cognition.ai/) by Cognition: quality over mere correctness, the fail-first test idea and the "working is the floor, not the bar" definition of done
- [design-shotgun](https://github.com/garrytan/gstack) by Garry Tan / gstack: the side-by-side comparison board, adapted here as plain static HTML
- [Continuous Discovery Habits](https://www.producttalk.org/) by Teresa Torres (opportunity solution trees): evidence-tagging opportunities, the framing-issues honesty pass, and the riskiest-assumption test
- [Growth Loops](https://www.reforge.com/blog/growth-loops) by Brian Balfour / Reforge (with Casey Winters and Kevin Kwok): the funnel-to-loop reframe and the loop taxonomy, translated here into three buildable shapes a beginner can act on (Phase 6.6)
- [The Last Mile Playbook](https://github.com/TexasBedouin) by Amer Arab: the PM vs Engineer mindset, payment processor gotchas, and the hard-won lessons of shipping a real product as a non-developer
## License
MIT licensed. Use it however you want.