| name | launcher |
| description | Use when you want to invoke codex-copilot specialist agents natively in Codex, either by selecting the right specialist skill for the main session or by mapping specialists onto real Codex spawned-agent roles for delegated work. |
Launcher
Use this skill to launch codex-copilot specialists in a Codex-native way.
Native Modes
Main Session
If the user did not explicitly ask for subagents, load the requested specialist skill directly:
$ta
$me
$qa
$sec
$doc
$do
$sd
$uxd
$uids
$uid
$ind
Delegated Subagent
If the user explicitly asked for delegation or parallel work, map the specialist to a real Codex subagent type:
explorer: ta, qa, sec
worker: me, uid, do
default: sd, uxd, uids, ind, doc
Required Behavior
- choose the workflow
- ensure
tc task context exists for substantial work
- keep the immediate blocking step local when that is faster
- if spawning, give the subagent one specialist identity and one bounded task
- route implementation work through
qa before closing
Read references/workflows.md for the standard sequences.