I've been working with jl2012 on some SEGWIT BIPs based on earlier discussions Pieter Wuille's implementation. We're considering submitting three separate BIPs:
CONSENSUS BIP: witness structures and how they're committed to blocks, cost metrics and limits, the scripting system (witness programs), and the soft fork mechanism.
PEER SERVICES BIP: relay message structures, witnesstx serialization, and other issues pertaining to the p2p protocol such as IBD, synchronization, tx and block propagation, etc...
APPLICATIONS BIP: scriptPubKey encoding formats and other wallet interoperability concerns.
The other two BIPS will be drafted soon.
---
Eric