What problem does your feature solve?
It's not intuitive that on the local network that the native asset has not been setup with a contract.
On pubnet, testnet, and futurenet the native asset contract is created. It's very easy to get used to that and to just start using it.
On the local network the developer has to create it themselves with:
soroban lab token wrap --asset native --source ... --network ...
I've forgotten several times to create it and it just chews times debugging then realizing and running the command.
What would you like to see?
The native asset contract deployed automatically on quickstart when running the local network, so it's just good to go.
What alternatives are there?
Do nothing. Remind people to create it.