Should I create a 2D prototype of my 3D game?

I would suggest not - prototyping a 3d action game in 2d may not work out too well, since the game mechanics probably want to operate in 3d. Build a 3d prototype with simple assets instead - it’s not really going to make things less complex by working in 2d anyway.