The most comprehensive AI-driven development framework - featuring 15 specialized agents, intelligent orchestration, and complete automation from planning to deployment.
Unlike generic prompts, our framework includes expert agents for every phase of development:
- Planning: Senior Engineer, Designer, Tech Spec Writer, Research Specialist
- Documentation: Product Manager, UX/UI Designer, System Architect
- Implementation: Backend Engineer, Frontend Engineer, QA, DevOps, Security
- Validation: Requirements Validator, Quality Polisher
Just type what you want - AI automatically:
- Detects your intent
- Selects the right agent(s)
- Chains multiple agents when needed
- Follows proper workflows
- Prerequisites checking before implementation
- Research validation for rapidly-changing tech
- Constitution enforcement for consistency
- Task management with dependency tracking
- FANG-level standards built-in
Works with any AI assistant:
- Cursor
- Claude (Desktop/Projects)
- GitHub Copilot
- ChatGPT
- Any other AI coding assistant
# 1. Clone the framework
git clone https://github.com/Twizbee/ai-dev-framework.git .ai-framework
# 2. Run initialization script
./.ai-framework/scripts/init-new-project.sh
# 3. Copy Cursor integration
cp .ai-framework/templates/common-files/.cursorrules .cursorrules
# 4. Check prerequisites
./.ai-framework/scripts/check-prerequisites.sh
# 5. Start building!
# Open Cursor and type: "I want to build a recipe app with Next.js 15"# 1. Clone the framework
git clone https://github.com/Twizbee/ai-dev-framework.git .ai-framework
# 2. Run refactor script
./.ai-framework/scripts/refactor-existing-project.sh
# 3. Copy Cursor integration
cp .ai-framework/templates/common-files/.cursorrules .cursorrules
# 4. Continue developing with structure!graph LR
A[Idea] --> B[Planning]
B --> C[Documentation]
C --> D[Implementation]
D --> E[Validation]
E --> F[Deployment]
- β 15 Specialized Agents - Expert agents for every task
- β Intelligent Orchestrator - Auto-routing and agent chaining
- β Prerequisites Checking - Environment validation
- β Research Specialist - Technology research & validation
- β Constitution System - Persistent project decisions
- β Task Breakdown - Dependency-aware task management
- β Coding Guidelines - React Native, NestJS, TypeScript
- β Design System - 3-step methodology
- β Security Standards - Built-in best practices
- β Complete Templates - Production-ready templates
You: "I want to build a task management app with Next.js 15"
AI Automatically:
1. β Checking prerequisites...
β Node.js 20.0.0 installed
β npm 10.2.0 installed
2. β Researching Next.js 15...
β Breaking changes documented
β Decision: Use App Router with RSC
3. β Creating CONSTITUTION.md...
β Tech stack: Next.js 15, PostgreSQL, Prisma
β Standards applied
4. β Planning architecture...
β MVP features defined
β Database schema designed
5. β Generating task breakdown...
β 24 tasks, 4 phases
β Dependencies mapped
6. β Ready to implement!
No manual steps! AI handles everything systematically.
| Document | Description |
|---|---|
| Quick Start | Get started in 5 minutes |
| Cursor Setup | 2-command Cursor integration |
| Complete Guide | Full integration guide |
| Workflow | Complete development workflow |
| Agents | All 15 agent definitions |
| Templates | Template usage guide |
| Index | Complete documentation index |
Start with understanding the problem before jumping to solutions. Our Product Manager agent guides you through a 5-stage discovery process.
FANG-level quality standards are built-in, not optional. From TypeScript strict mode to comprehensive testing, quality is enforced automatically.
Break down complex features into dependency-aware tasks. Execute systematically with checkpoint validation at each phase.
Don't guess - validate. Our Research Specialist automatically triggers for rapidly-changing technologies and documents findings.
| Feature | Our Framework | Spec-Kit | V0.dev | Bolt.new |
|---|---|---|---|---|
| Specialized Agents | β 15 agents | β Generic | β Generic | β Generic |
| AI-Agnostic | β Any AI | β Claude only | β Proprietary | β Proprietary |
| Prerequisites Check | β Built-in | β Built-in | β | β |
| Research Agent | β Built-in | β Built-in | β | β |
| Coding Guidelines | β 420+ lines | β | β | β |
| Design System | β Complete | β | ||
| Security Focus | β Dedicated agent | β | β | β |
| Multi-Phase Workflow | β 4 phases | β Linear | β Single-phase | β Single-phase |
Result: Most comprehensive framework with best-of-breed features!
- β React Native / Expo
- β Next.js / React
- β TypeScript (strict mode)
- β TailwindCSS / NativeWind
- β NestJS
- β Express
- β Node.js
- β TypeScript
- β PostgreSQL
- β Prisma / TypeORM
- β Supabase
- β Jest
- β React Testing Library
- β Detox (E2E)
- β Docker
- β GitHub Actions
- β Vercel / Railway
.ai-framework/
βββ agents/ # 15 specialized agents
β βββ 00-planning/ # Planning agents
β βββ 01-documentation/ # Documentation agents
β βββ 02-implementation/ # Implementation agents
β βββ 03-validation/ # Validation agents
βββ scripts/ # Automation scripts
β βββ init-new-project.sh
β βββ refactor-existing-project.sh
β βββ validate-structure.sh
β βββ check-prerequisites.sh
βββ templates/ # Production-ready templates
β βββ new-project/ # Project templates
β βββ best-practices/ # Coding guidelines
β βββ common-files/ # .cursorrules, etc.
βββ docs/ # Complete documentation
- Solo developers building MVPs
- Small teams (2-5 people)
- Startups needing rapid development
- Developers learning best practices
- Anyone wanting FANG-level quality
- Enterprise teams (100+ developers)
- Legacy codebase migration (no greenfield work)
- Non-coding projects
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Additional tech stack support (Vue, Angular, etc.)
- More language support (Python, Go, Rust)
- Additional agents (Mobile-specific, ML/AI-specific)
- Community-submitted templates
- Documentation improvements
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by GitHub spec-kit for constitution and research concepts
- Built with insights from FANG-level engineering practices
- Community feedback and contributions
- Documentation: Complete Index
- Issues: GitHub Issues
- Discussions: GitHub Discussions
If this framework helps you, please consider giving it a star! β
# Quick start in 3 commands
git clone https://github.com/Twizbee/ai-dev-framework.git .ai-framework
./.ai-framework/scripts/init-new-project.sh
cp .ai-framework/templates/common-files/.cursorrules .cursorrules
# Start building!
# Open Cursor and type: "I want to build [your idea]"Build better software, faster. π
Made with β€οΈ by developers, for developers