An AI-powered project built with CoralCollective framework.
# Run CoralCollective workflow
./coral workflow
# List available agents
./coral list
# Run specific agent
./coral agent backend_developer "Create API endpoints"
# Fast execution (optimized)
./coral_fast run backend_developer "Build authentication system"Optimus/
├── .coral/ # CoralCollective framework (hidden)
├── src/ # Source code
├── tests/ # Test files
├── docs/ # Documentation
└── README.md # This file
- project_architect - System design and architecture
- backend_developer - Server-side development
- frontend_developer - UI/UX implementation
- database_specialist - Database design
- qa_testing - Quality assurance
- security_specialist - Security review
- And 15+ more specialized agents
Built with CoralCollective's optimized async architecture for maximum performance.