Welcome to the Vibecode Blueprint documentation.
- README.md - Main project overview and quick start
- PROJECT_OVERVIEW.md - Complete project overview, objectives, and goals
- PROJECT_STRUCTURE.md - Complete directory structure guide
- TECHNOLOGY_STACK.md - Technology stack, dependencies, and setup
- architecture/ - System design and architecture
documentation
- SYSTEM_ARCHITECTURE.md** - Complete system architecture (Blueprint + Generated Projects)
- MCP_MEMORY_IMPLEMENTATION.md - Universal MCP Memory Server implementation plan
- guides/ - Operational guides and procedures
- CONTRIBUTING.md - How to contribute to the project
- ONBOARDING.md - New team member onboarding guide
- WINDSURF_TEAM_COLLABORATION.md - Windsurf collaboration guide
- PRE_COMMIT.md - Pre-commit hooks setup and usage
- DOCUMENTATION_STANDARDS.md - Documentation best practices and standards
- Start with README.md
- Read guides/ONBOARDING.md
- Review architecture/SYSTEM_ARCHITECTURE.md
- Follow guides/CONTRIBUTING.md
- guides/CONTRIBUTING.md - Development workflow
- guides/PRE_COMMIT.md - Local validation setup
- PROJECT_STRUCTURE.md - Repository organization
- ../AGENTS.md - AI agent guidelines
- ../AGENTS.md - AI agent guidelines (comprehensive)
- ../CLAUDE.md - Claude-specific guidance
- guides/WINDSURF_TEAM_COLLABORATION.md - Windsurf collaboration
- README.md - Project overview
- PROJECT_STRUCTURE.md - Repository organization
- guides/CONTRIBUTING.md - Development workflow
- guides/DOCUMENTATION_STANDARDS.md - Documentation best practices
- PROJECT_STRUCTURE.md - Repository organization
- guides/CONTRIBUTING.md - Contribution workflow
IMPORTANT: To prevent duplicate information and maintain consistency, always follow the Single Source of Truth principle.
- Link, Don't Duplicate - Reference information, don't copy it
- Use SCREAMING_SNAKE_CASE.md for file naming
- One Topic, One Document - Each document is authoritative for its topic
- Cross-Reference Liberally - Link to related documentation
For complete documentation standards and best practices, see guides/DOCUMENTATION_STANDARDS.md.
- Vibecode Concept: AI-assisted collaborative development
- Windsurf: https://codeium.com/windsurf
- Roo Code: https://roosoft.io/
- KiloCode: https://kilocode.ai/
- Cline: https://docs.cline.bot/
# View all available commands
make help
# Install dependencies
make install
# Run setup
make setup
# Validate everything
make validate
# Install pre-commit hooks
make pre-commit-installLast Updated: 2025-10-01 Maintained By: Development Team