docs: create specification for 003-large-export-batching
Addresses T049 from 002-archive-export for batched processing of large
archives (10,000+ posts) to prevent memory issues.
Key requirements:
- Batch size: 1,000 posts per batch
- Memory limit: < 500MB for any archive size
- Support 100,000+ post archives
- Backward compatible with small archives
- Streaming writes for JSON/CSV
Ready for /speckit.plan