# INBOX.md - Hybrid Protocol Inbox

## Purpose
This file serves as the entry point for all new tasks, ideas, and requests in the Hybrid Protocol system. Everything starts here.

## Format
Each entry follows this structure:

```
## [YYYY-MM-DD HH:MM] Entry Title
**Type:** [Task/Idea/Request/Bug/Question]
**From:** [Person/System]
**Priority:** [P0/P1/P2/P3]
**Status:** [New/In-Progress/Blocked/Ready-For-Review]
**Size:** [XS/S/M/L/XL] (estimate)

### Description
[Clear description of what needs to be done]

### Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3

### Notes
[Any additional context, links, or considerations]

### Tags
#tag1 #tag2 #tag3
```

## Priority Levels
- **P0**: Critical - Must be addressed immediately (system down, security issue)
- **P1**: High - Important for current sprint/cycle
- **P2**: Medium - Should be done soon
- **P3**: Low - Nice to have, backlog

## Size Estimates
- **XS**: < 1 hour
- **S**: 1-4 hours  
- **M**: 4-8 hours
- **L**: 8-16 hours
- **XL**: 16+ hours (should be broken down)

## Entry Rules
1. Every new item starts here
2. Must include all required fields
3. Must have clear acceptance criteria
4. Must be tagged appropriately
5. Once moved to OUTBOX.md, mark status as "Moved"

---

## Current Inbox

### 2024-01-15 14:30: Initialize Hybrid Protocol System
**Type:** Task
**From:** System
**Priority:** P0
**Status:** Completed
**Size:** M

#### Description
Initialize the complete Hybrid Protocol system with all core files and workflows.

#### Acceptance Criteria
- [x] All core files created (INBOX.md, OUTBOX.md, STATUS.md)
- [x] Review/approval workflow established
- [x] Task sizing rules defined
- [x] Self-improvement loop implemented
- [x] File responsibilities documented
- [x] SYSTEM-INTEL.md and LESSONS.md templates created
- [x] Rivet approval obtained

#### Notes
This is the foundational task for the entire system.

#### Tags
#system #foundation #protocol