A "Docs-First" AI Assistant Bootstrap Template designed for the Vibecoding development workflow.
This template structure forces AI coding assistants (GitHub Copilot, Cursor, Windsurf, etc.) to think before they code.
- Click "Use this template" to create a new repository.
- Edit
PRD.md: defined your project requirements, target audience, and core features. - Bootstrap your AI: Paste the contents of
docs/AI_BOOTSTRAP.mdinto your AI chat window.- The AI will read the PRD and populate the
docs/folder with Architecture, Tech Stack, and a Plan before writing a single line of code.
- The AI will read the PRD and populate the
- Review the Plan: Approve the docs generated by the AI.
- Start Coding: The AI will follow the
docs/RULES.mdanddocs/PLAN.mdto build your project.
PRD.md: The source of truth for requirements.docs/: The brain of the project.AI_BOOTSTRAP.md: Instructions to wake up the AI.RULES.md: Coding standards and persona for the AI.CORE_IDEA.md/ARCH.md/TECH_STACK.md/PLAN.md: System artifacts managed by the AI.
docs/memory-bank/: Context management for the AI session.
"Docs First. Code Second." By forcing the AI to maintain architectural documentation, we prevent context drift and ensure robust, scalable applications.