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.

Everyone-Needs-A-Copilot 175c0e8 2 files · 1.8 KB Updated

File contents

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.

Everyone-Needs-A-Copilot/claude-copilot/tree/main/plugins/codex-copilot/skills/launcher commit 175c0e811d

Frequently asked questions

npx skillmds@latest add everyone-needs-a-copilot/launcher