一键导入
iterate-plan
Make targeted edits to implementation plans - add tasks, modify steps, update context. Use when plan needs refinement after review or during execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Make targeted edits to implementation plans - add tasks, modify steps, update context. Use when plan needs refinement after review or during execution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
The skill for "is this AI-written?" or "make this sound more human." Use whenever a specific text sample is in question and the core concern is AI authenticity — student submissions suspected of AI authorship, blog/wiki drafts that feel off, PR commit messages that smell like boilerplate, cover letters that sound robotic, paragraphs an editor flagged. Detects copula avoidance, ChatGPT vocabulary, significance inflation, and 30+ other documented AI tells. Also rewrites flagged sections. Not for grammar checks, summarization, or style edits where AI detection is not the concern.
Chain extract-research-questions into objective-codebase-research. Convenience wrapper for the Q+R phases of QRSPI.
Draft a structured design discussion from research findings. Interactive — presents understanding for corrections before finalizing.
Create a structure outline with vertical slices from a design discussion document. Enforces vertical decomposition over horizontal layers.
Extract 5-10 codebase research questions from a ticket or description. Questions only — no answers or opinions.
Conduct problem-aware, solution-blind codebase research. Outputs factual findings only — no opinions or suggestions.
基于 SOC 职业分类
| name | iterate-plan |
| description | Make targeted edits to implementation plans - add tasks, modify steps, update context. Use when plan needs refinement after review or during execution. |
| allowed-tools | ["Read","Edit","Glob","Task(Explore)"] |
/iterate-plan [plan-path] [edit-instructions]
If no path provided, search in order:
$HOME/.claude/plans/docs/plans/thoughts/shared/plans/Multiple matches: Present numbered list, ask user to select. No matches: Ask user for explicit path.
This command supports plans with:
### Task N: headings (e.g., ### Task 1: Create module)1. First task, 2. Second task)## Tasks or ## Implementation TasksUnrecognized format: Propose minimal diff and ask user to confirm before editing.
Use Edit tool for precise changes:
After edit, verify:
Summarize what was changed. Do NOT commit - user will commit when ready.
Add task after Task 3: "Add input validation"
→ Insert Task 4, renumber 4→5, 5→6, etc.
In Task 2, Step 3: change pytest command to include -v flag
→ Edit only that step, preserve everything else
Remove Task 4
→ Delete task, renumber 5→4, 6→5, etc.
Update Architecture section to mention new dependency
→ Edit Architecture section only