Developers can now directly specify an agent's specialized skill set and persona when launching them via the cc-orch CLI. By passing the --role (e.g., backend-developer) and --persona flags, you gain granular control over agent instantiation right from the terminal. This makes testing and deploying custom agents much faster and more flexible.

Added `--role` and `--persona` flag options to the orchestrator's CLI `spawn` command - jeffwweee/dev-workspace