In D6 I setup a site using content_profile and Organic groups in which the user profile node was also assigned to be an organic group. I used this to great effect to keep a dynamically created group tightly coupled with it's creator who then administers his group.
How can this be achieved in Drupal 7? The profile2 module does not create a node so I have no way of dynamically associating a user with a simultaneously created Organic group.
My guess is the solution has to be programmatic but I need so direction, please.