Create a default folder structure & insert current Date in Terminal by single command?

Something like

mkdir -p "`date "+%Y%m%d"` Project_Name"/_layout/_screens

should do the trick. It is plain vanilla unix.