Continue

Use when you need the Codex Copilot equivalent of Claude Copilot /continue: resume paused or previous work from tc tasks, work products, memory, and stream context.

Everyone-Needs-A-Copilot a51df13 807 B Updated

File contents

Continue

Resume previous Codex Copilot work.

Workflow

  1. Run tc progress --json and tc task list --status paused --json when available.
  2. Search memory with cc memory search "paused continue current focus" when cc is configured.
  3. Identify the most relevant paused or in-progress task.
  4. Retrieve recent activity with tc log --task <id> --json when available.
  5. Summarize current state, next action, and any missing context.
  6. Continue through $protocol if the resumed work needs routing.

Output

  • active task or stream
  • last known state
  • next action
  • blocker list if any

Everyone-Needs-A-Copilot/claude-copilot/tree/main/plugins/codex-copilot/skills/continue commit a51df13a3d

Frequently asked questions

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