Starting out with Wordpress plugin development - how does a plugin add a page to Wordpress that utilizes the current theme? For instance the plugin would create a page at this URL:
http://wordpress/plugin-name/start
This page should display a form using that utilizes the current theme. At the end of the day I'm going to replace the current front-facing Wordpress login and registration mechanisms with a custom implementation.