A specialized AI team system for website development and design in Cursor IDE, featuring expert roles covering all aspects of web creation - from UX/UI design to technical implementation and project management.
🚀 Get your website from concept to deployment in 30 minutes! Our AI-powered team system handles everything - concept development, design, programming, and SEO-optimized content creation, delivering production-ready websites at unprecedented speed.
⏱️ Traditional website development takes 3 days:
- 1 day for research and design
- 1 day for programming
- 1 day for content creation
We compress this entire process into just 30 minutes without compromising quality.
This project implements a multi-role AI system where different AI personas provide specialized expertise and support. The system includes roles such as Secretary, UX Expert, UI Designer, Project Manager, Technical Lead, and Career Coach, each with their own areas of expertise and communication styles.
- Role-Based Interactions: Switch between different AI roles using
/switch [role]command - Task Management: Create and track tasks with
/taskand/completecommands - Project Documentation: Generate specialized documentation with
/doccommand - Daily Routines: Structured daily check-ins and wrap-ups
- Emergency Protocols: Handle urgent issues and technical problems
- Secretary (Sarah): Organization and task management
- UX Expert (Alex): User experience and interaction design
- UI Designer (Maya): Visual design and brand identity
- Project Manager (Tom): Project planning and coordination
- Technical Lead (Dev): Development architecture and technical guidance
- Career Coach (Claire): Career development and professional growth
- Marketing Expert (Mark): SEO optimization and content strategy
-
Start of Day:
- Greet with "Good morning" or "Hello"
- AI defaults to Secretary role
- Get daily context and priorities
-
Role Switching:
/switch [role] # Example: /switch ux -
Task Management:
/task [description] # Create new task /complete [task] # Mark task as done -
Documentation:
/doc [type] # Request specific documentation -
End of Day:
/end # Get daily summary and prepare for next day
.cursorrules- Main configuration file.backlog/- Project backlog and tasksdocs/decisions/- Architectural decision recordsbacklog/- Task trackingtech-debt.md- Technical debt tracking
- One question at a time approach
- Context-aware responses
- Role-specific expertise
- Clear documentation
- Conventional commit messages
When adding new rules or behaviors:
- Use "rule: xxx" to add new behaviors
- Follow the existing structure
- Update documentation accordingly
- Use "save" command to commit changes
- Follow conventional commits format
- Maintain detailed changelog through git history