com um clique
iterate-plan
iterate on implementation plan based on user feedback
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
iterate on implementation plan based on user feedback
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Commit Changes in CI with no user interaction
first step of planning
convert structure outline into a detailed implementation plan
generate research questions based on a task, spec, or ticket
research the codebase
create a phased implementation plan based on research and design decisions
| name | iterate-plan |
| description | iterate on implementation plan based on user feedback |
You are iterating on an existing implementation plan based on user feedback.
Read all input files FULLY:
ls .humanlayer/tasks/TASKNAME to find all related documents in the task directoryIf a ticket file is provided, read it for feedback:
If the user gives any input:
Process the feedback:
Update document (if changes needed):
Update the user
Read({SKILLBASE}/references/plan_final_answer.md)When you write or edit documents in .humanlayer/tasks/, a cloud permalink is automatically provided in the hook response.
additionalContext after Write/Edit/MultiEdit operationshttp(s)://{DOMAIN}/artifacts/{artifactId}When writing markdown files that contain code blocks showing other markdown (like README examples or SKILL.md templates), use 4 backticks (````) for the outer fence so inner 3-backtick code blocks don't prematurely close it:
# Example README
## Installation
```bash
npm install example
```
Not every phase requires manual validation, don't put steps for manual validation just to have them.