一键导入
run-prompt
Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | run-prompt |
| description | Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution |
| argument-hint | <prompt-number(s)-or-name> [--parallel|--sequential] |
| allowed-tools | Read Task Bash(ls:*) Bash(mv:*) Bash(git:*) |
Single prompt:
Multiple prompts:
<step2_resolve_files> For each prompt number/name:
!ls -t ./.prompts/*.md | head -1<matching_rules>
<step3_execute> <single_prompt>
./.prompts/completed/ with metadatagit add [file] (never git add .)[type]: [description] (lowercase, specific, concise)<parallel_execution>
git add [file] (never git add .)[type]: [description] (lowercase, specific, concise)<sequential_execution>
git add [file] (never git add .)[type]: [description] (lowercase, specific, concise)<context_strategy> By delegating to a sub-task, the actual implementation work happens in fresh context while the main conversation stays lean for orchestration and iteration. </context_strategy>
✓ Executed: ./.prompts/005-implement-feature.md ✓ Archived to: ./.prompts/completed/005-implement-feature.md [Summary of what the sub-task accomplished]<parallel_output> ✓ Executed in PARALLEL:
✓ All archived to ./.prompts/completed/
[Consolidated summary of all sub-task results]<sequential_output> ✓ Executed SEQUENTIALLY:
✓ All archived to ./.prompts/completed/
[Consolidated summary showing progression through each step]<critical_notes>
Review all pending changes against repo conventions before committing
Mark files as human-reviewed with specific validation types
Harvest and locally merge changes from a paude container session. Use when pulling agent work from paude, running paude harvest, merging session commits, importing submodule changes from a container, or fixing failed harvest/submodule fetch.
Start a paude container session for fire-and-forget agent work. Use when creating a paude session, delegating a task to paude, running work in an isolated container, setting up a paude worktree, or launching pi/claude/gemini in podman.
Write a task spec file for a paude container agent. Use when delegating work to paude, preparing a paude prompt-file, writing fire-and-forget agent tasks, or scoping submodule work for harvest.
Diagnose a running or stalled paude container session. Use when paude seems stuck, harvest returned empty, checking paude status, debugging 403 proxy blocks, or deciding wait vs harvest vs reset.