create-vibe-app provides a systematic approach to developing AI-friendly project structures. By leveraging Vibe Coding principles, it simplifies the integration of AI agents into your coding workflow, ensuring clear methodologies for task handling and complexity management while enhancing overall project knowledge.
create-vibe-app is a tool designed to scaffold AI-friendly project structures tailored for Vibe Coding—a methodology aimed at enhancing the effectiveness of AI agents within software development.
What is Vibe Coding?
Vibe Coding facilitates a structured approach to development whereby:
- AI agents are assigned to handle various implementation tasks using clear structural guidelines.
- Knowledge is captured and compounded, creating a comprehensive project wiki and fostering experience recording.
- Complexity-based routing strategically directs tasks to ensure the most efficient workflow.
Usage
To get started with create-vibe-app, utilize the command line interface to initialize your project as follows:
create-vibe-app my-project
cd my-project
code .
After setting up your project, interact with your AI assistant with commands such as:
"Read MAIN.md, then help me build [your idea]"
Generated Project Structure
create-vibe-app generates a well-organized directory structure, including:
my-project/
├── MAIN.md # Project entry point
├── agent/ # AI agent definitions
│ ├── phase-router.md
│ ├── requirement-manager.md
│ ├── design-manager.md
│ ├── implementation-executor.md
│ └── experience-depositor.md
├── skill/ # Reusable workflow skills (10)
├── wiki/ # Project knowledge base
├── requirement/ # Task tracking
├── mcp/ # External tool configs
├── code/ # Your source code
└── reference/ # Reference implementations
Workflow Overview
The workflow is designed to follow a systematic process:
User Task → Analyze Intent → Detect Complexity → Route → Update Knowledge
↓
Simple: Direct execution
Medium: Requirement → Design → Implement
Complex: Full flow + User confirmation
For practical examples and further insights into the capabilities of create-vibe-app, visit the examples repository.
This project empowers developers to harness AI effectively, streamlining collaboration and enhancing productivity.
No comments yet.
Sign in to be the first to comment.