# Launcher

> 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.

- Skill: `everyone-needs-a-copilot/launcher` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add everyone-needs-a-copilot/launcher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/everyone-needs-a-copilot/launcher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Everyone-Needs-A-Copilot (https://skillmd.com/u/everyone-needs-a-copilot)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/everyone-needs-a-copilot/launcher

---


# 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

1. choose the workflow
2. ensure `tc` task context exists for substantial work
3. keep the immediate blocking step local when that is faster
4. if spawning, give the subagent one specialist identity and one bounded task
5. route implementation work through `qa` before closing

Read `references/workflows.md` for the standard sequences.

