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
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.