Workflow Types
We follow structured workflows for both new projects and feature development to ensure consistent quality and delivery.New Project Workflow
Complete process from discovery to deployment for greenfield projects
Feature Implementation
Adding capabilities to existing products with minimal disruption
Core Principles
AI-Assisted
Claude Code for planning, Codex for review
Phased Delivery
Small, testable increments
Human-in-the-Loop
You supervise and validate
Quick Reference
Engineering Standards
- Frontend
- Backend
- AI/ML
- DevOps
- Languages: TypeScript (strict mode)
- Frameworks: Next.js 14+, React 18+
- Styling: Tailwind CSS, shadcn/ui
- 3D: three.js, react-three-fiber, drei
- State: React Query, Zustand (minimal)
Quality Gates
1
Code Quality
ESLint + Prettier with pre-commit hooks
2
Type Safety
TypeScript strict mode, Zod validations
3
Testing
Vitest/Jest units, Playwright E2E
4
Security
Auth checks, RLS policies, rate limiting
5
Accessibility
ARIA roles, keyboard nav, contrast checks
Daily Workflow
Morning Routine
Morning Routine
Development Loop
Development Loop
End of Day
End of Day
Definition of Done
Common Commands
Getting Help
Driver Docs
Check claude.md, plan.md, agents.md
Team Slack
Quick questions in #dev channel
GitHub Issues
Bug reports and feature requests

