Description
Currently, to onboard a new Intent + Schema requires multiple steps:
- Create a proposal to create a new Intent
- Approve/enact the proposal
- Wait for the Intent to be created, get the IntentId
- Create a second proposal to create a new Schema associated with the Intent
- Approve/enact the proposal
This is a high-friction workflow that requires multiple touch points for people not actively involved in the development process. It would be more efficient if this process could be streamlined so that only one governance proposal is required; perhaps an extrinsic that creates an Intent + Schema in a single pass.