Last Updated: 2025-11-10 Product: Polymarket Prediction Market Intelligence Platform Version: 2.0 (85% Complete - Final Polish Phase)
-
PRODUCT_SPEC.md - Complete product specification ⭐
- Product overview and vision
- 9 major features with detailed capabilities
- Technical architecture overview
- Success metrics and roadmap
- Start here to understand "what is Cascadian"
-
ROADMAP.md - Development roadmap ⭐
- ✅ Phase 1 complete (foundation)
- 🔄 Current status (85% complete)
- Feature checklist
- Next priorities
-
architecture/SYSTEM_ARCHITECTURE.md - System architecture ⭐
- 3-tier architecture diagrams
- Data flow documentation
- Database design (ER diagrams, indexes)
- API catalog (28+ endpoints)
- Security architecture
``` docs/ ├── README.md # This file (entry point) ├── PRODUCT_SPEC.md # ⭐ Complete product overview ├── ROADMAP.md # ⭐ Development roadmap │ ├── architecture/ # System architecture │ └── SYSTEM_ARCHITECTURE.md # ⭐ Complete technical architecture │ ├── systems/ # Technical subsystems (35 files) │ ├── database/ # Database schemas, queries, optimization (19 files) │ ├── pnl/ # P&L calculation guides (5 files) │ ├── polymarket/ # Polymarket API integration (8 files) │ ├── data-pipeline/ # Data pipeline & backfill (3 files) │ ├── resolution/ # Market resolution tracking │ ├── authentication/ # Auth system │ ├── bulk-sync/ # Bulk sync operations │ └── goldsky/ # Goldsky integration │ ├── operations/ # Runbooks & procedures (31 files) │ ├── runbooks/ # Step-by-step operational guides │ ├── troubleshooting/ # Debug guides │ ├── deployment/ # Deployment procedures │ └── maintenance/ # Maintenance tasks │ ├── reference/ # Quick reference materials (10 files) │ ├── features/ # Feature documentation │ ├── copy-trading/ │ ├── smart-money-signals/ │ ├── strategy-builder/ │ └── wallet-analytics/ │ └── archive/ # Historical documentation (450+ files) ├── agent-os-oct-2025/ # Original Agent OS structure (preserved) └── investigations/ # Historical investigations by topic ```
Read in this order:
- `/RULES.md` - Workflow authority
- `/CLAUDE.md` - Project context
- `docs/PRODUCT_SPEC.md` - Complete product understanding
- `docs/ROADMAP.md` - Current status and priorities
- Read `docs/PRODUCT_SPEC.md` - Understand what Cascadian is
- Read `docs/architecture/SYSTEM_ARCHITECTURE.md` - Understand how it works
- Read `docs/ROADMAP.md` - Understand where we're going
- Check `/CLAUDE.md` for quick navigation
- Infrastructure (Next.js, ClickHouse, Supabase)
- Core features (market discovery, smart money, portfolio analytics)
- Polymarket integration (Gamma, CLOB, Data APIs)
- Data quality validation
- P&L calculation verification
- UI/UX polish
- Performance optimization
See `docs/ROADMAP.md` for detailed status.
- Database: `docs/systems/database/`
- P&L: `docs/systems/pnl/`
- APIs: `docs/systems/polymarket/`
- Operations: `docs/operations/`
- Quick start: `docs/reference/` + `/CLAUDE.md`
- Deep dive: `docs/PRODUCT_SPEC.md` + `docs/architecture/SYSTEM_ARCHITECTURE.md`
- Debugging: `docs/operations/troubleshooting/`
- Product Specification
- System Architecture
- Development Roadmap
- RULES.md - For AI agents
- CLAUDE.md - Project context
Status: Active Development (85% complete) Last Updated: 2025-11-10