skills/not-a-vibe-coder/SKILL.md
Turns vague prompts into 8 structured planning files for brand new projects. DO NOT use on existing codebases.
npx skillsauth add ranbot-ai/awesome-skills not-a-vibe-coderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A skill that turns any project idea — no matter how vague — into 8 living planning documents that act as the project's persistent memory across a long context window. The documents are the source of truth for "what we agreed on"; the user's live instructions are always the final authority and can override the docs at any time.
| File | Purpose | |---|---| | PRD.md | What the app does, features, goals, user requirements | | TechSpec.md | Architecture, tech stack, APIs, database choices | | AppFlow.md | User flows and navigation | | Design.md | UI/UX guidelines, layout, style, color palette | | Schema.md | Database tables, relationships, data models | | ImplementationPlan.md | Step-by-step development roadmap | | Tracker.md | Completed work, pending tasks, progress | | Rules.md | Coding standards, constraints, project rules |
This is the foundation. Everything else depends on it.
ask_user_input_v0 for quick multiple-choice clarifications
where natural.In this order: TechSpec.md → AppFlow.md → Schema.md → ImplementationPlan.md → Rules.md → Tracker.md → Design.md (last, see Phase 2.5).
For each file:
If the user says "just fill out the rest yourself, no assumptions, brainstorm properly" — this means: make reasonable, justifiable choices consistent with the PRD and any constraints already stated (not random/lazy defaults), but still present everything to the user afterward for review before building starts. "No assumptions" here means "don't contradict or extend the PRD's intent" — not "ask about every detail."
Never write Design.md without asking the user:
ask_user_input_v0 choices
iftools
Use when a user asks to mine or update a private, evidence-backed work profile from local Claude Code, Codex, Copilot CLI, or OpenCode sessions.
data-ai
Use when diagnosing Android overheating, idle heat, thermal throttling, charging or radio heat, or abnormal battery drain with read-only ADB evidence and approval gates.
research
Research public competitor ads, analyze creative patterns and landing pages, and produce an evidence-labeled strategic teardown.
tools
Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed.