Well, the community here has been so helpful that I'm back for more...
This one seems pretty simple. I'm trying to use a single reed switch to (almost) simultaneously put a uC to sleep and cut power to the entire system. Before I explain here's the jist:

uC1 is the battery controller. When SW1 is held for 3 seconds it changes the TTL level connected to the gate of MOSFET Q1, which in turn connects and disconnects power to the rest of the system.
uC2 is a microcontroller that logs data onto an SSD. It's powered by the battery controlled by uC1. Here's the catch: before the power from uC1 is disconnected to uC2, the switch on uC2 (SW2) must be closed in order for uC2 to save its data and go to sleep. Once it's in sleep mode the power can then be disconnected. Remember: SW1 has to be held for 3 seconds before changing states, whereas SW2 only changes immediately.
I have theoretical solution for the risk of losing power to uC2 before it goes to sleep - either a UPS or large capacitor (probably a UPS because the data logged by uC2 is critical). My question is simple: how do I close the switch at SW2 with just SW1?
Again, I'm playing with solutions, but I'd love to hear from some more experienced perspectives.
This one seems pretty simple. I'm trying to use a single reed switch to (almost) simultaneously put a uC to sleep and cut power to the entire system. Before I explain here's the jist:

uC1 is the battery controller. When SW1 is held for 3 seconds it changes the TTL level connected to the gate of MOSFET Q1, which in turn connects and disconnects power to the rest of the system.
uC2 is a microcontroller that logs data onto an SSD. It's powered by the battery controlled by uC1. Here's the catch: before the power from uC1 is disconnected to uC2, the switch on uC2 (SW2) must be closed in order for uC2 to save its data and go to sleep. Once it's in sleep mode the power can then be disconnected. Remember: SW1 has to be held for 3 seconds before changing states, whereas SW2 only changes immediately.
I have theoretical solution for the risk of losing power to uC2 before it goes to sleep - either a UPS or large capacitor (probably a UPS because the data logged by uC2 is critical). My question is simple: how do I close the switch at SW2 with just SW1?
Again, I'm playing with solutions, but I'd love to hear from some more experienced perspectives.