Let's say I have a prototype P with some slots. Let's also say that P traits has several roles. I clone P several times. I discover that I need to add some more slots to P and some more roles to P traits that need those slots. Is there an easy way to add the slots to existing objects that delegate to P traits? Todd