# 🔮 OMEGA.md - Project Context

> This file provides context for OMGKIT AI Team.
> Customize for your project.

## Project Overview

**Name**: [Your Project Name]
**Description**: [Brief description]
**Tech Stack**: [e.g., Next.js, PostgreSQL, TypeScript]

## Team Structure

OMGKIT provides 23 specialized agents organized into teams:

### Core Development
- **planner** - Task decomposition and planning
- **fullstack-developer** - Full implementation
- **debugger** - Error analysis and fixing
- **tester** - Test generation
- **code-reviewer** - Code review with security focus
- **scout** - Codebase exploration

### Operations
- **git-manager** - Git operations and PRs
- **docs-manager** - Documentation
- **project-manager** - Progress tracking
- **database-admin** - Schema and migrations
- **ui-ux-designer** - UI components

### Omega Team ⭐
- **oracle** - Deep analysis, 7 thinking modes
- **architect** - System design, leverage multiplication
- **sprint-master** - Sprint and team management

## Conventions

### Code Style
- TypeScript strict mode
- ESLint + Prettier
- Conventional commits

### Testing
- Minimum 80% coverage
- TDD for critical paths
- E2E for user flows

### Documentation
- Update docs with code
- API documentation required
- Architecture decisions in ADRs

## Project Artifacts

Reference documents in `.omgkit/artifacts/` provide context:
- **data/**: Sample data, schemas, data dictionaries
- **docs/**: Requirements, user stories, PRDs
- **knowledge/**: Glossary, business rules, domain knowledge
- **research/**: Competitor analysis, market research

See `.omgkit/artifacts/README.md` for details.

## Current Sprint

See `.omgkit/sprints/current.yaml`

## Commands Quick Reference

```bash
# Core
/feature [desc]    # Build feature
/fix [issue]       # Fix bug
/plan [task]       # Create plan
/test [scope]      # Generate tests

# Sprint
/vision:set        # Set vision
/sprint:new        # New sprint
/team:run          # Run AI team
/backlog:add       # Add task

# Omega
/10x [topic]       # 10x path
/100x [topic]      # 100x paradigm
/1000x [topic]     # 1000x moonshot
```

---

*Think Omega. Build Omega. Be Omega.* 🔮
