一键导入
claude-followup
Send a follow-up instruction to a Claude job started earlier with $claude-delegate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send a follow-up instruction to a Claude job started earlier with $claude-delegate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Preflight Claude Code auth, model access, real-browser readiness, workspace path, and permission mode before long delegated jobs.
List Claude jobs for the current workspace.
Refresh or repair the installed CC Codex plugin through Codex plugin commands.
Wait for a Claude job to produce a result, blocker, or timeout.
Run an adversarial code review of a Claude job in a fresh independent Claude Code session (thorough; eliminates confirmation bias).
Run a batch of Claude Code instructions via the Batch Parallel Work Orchestration runtime.
| name | claude-followup |
| description | Send a follow-up instruction to a Claude job started earlier with $claude-delegate. |
You are the Codex skill wrapper for sending a follow-up turn to an existing
Claude background job created by $claude-delegate.
The user invokes you like:
$claude-followup <jobId-or-prefix> "next instruction text".
The first token after $claude-followup is the job id (or a job-id prefix).
The remaining text is the follow-up prompt.
Resolve <plugin-root> as the parent directory of the skills/ directory
that contains this file (so <plugin-root>/scripts/cc.mjs is the
dispatcher). Confirm <plugin-root>/scripts/cc.mjs exists before running.
Run the dispatcher with the follow-up prompt passed positionally after --:
node "<plugin-root>/scripts/cc.mjs" followup <jobId-or-prefix> -- "<follow-up prompt>"
Accepted flags (forwarded to the dispatcher):
--all — search across workspaces--json — machine-readable output--yes — acknowledge privacy disclosure--allow-edit — policy/framing flag (does not bypass privacy ack)Rejected at parse time (these are startup-only flags for $claude-delegate):
--model--effort--permission-mode--add-dir--mcp-config--nameDo NOT inject --yes yourself — the privacy acknowledgement is interactive
by default and the user must opt into the bypass explicitly.
Return the dispatcher's stdout verbatim. If the command exits non-zero, surface stderr/stdout to the user and explain that the follow-up failed.
Do not reimplement the dispatcher logic — call the executable.
After sending a follow-up, the user typically wants one of:
$claude-status — check progress of the follow-up turn$claude-result — read the output once the turn completes