بنقرة واحدة
iterate-implementation
iterate on implementation based on user feedback
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
iterate on implementation based on user feedback
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use only when the user explicitly asks or allows delegating implementation to a Codex worker — launch Pi running openai-codex/gpt-5.6-sol (xhigh) as a visible sidecar implementer that this session orchestrates over AMQ. Write exact task specs, dispatch with --kind todo, validate the results yourself, then iterate, resume, respawn, or launch another worker. Never invoke on your own initiative.
Use only when the user explicitly allows or asks for this skill to be invoked to pair with a second agent harness — launch a sidecar, get a second opinion from another agent, have one harness drive another, or review work with another agent over AMQ. Otherwise, never invoke it.
first step of planning
convert structure outline into a detailed implementation plan
Create a Product Requirements Document with inline mockups
generate research questions based on a task, spec, or ticket
| name | iterate-implementation |
| description | iterate on implementation based on user feedback |
| disable_model_invocation | true |
| disable-model-invocation | true |
An implementation plan was implemented and a user has follow-on feedback - it might be a bug, it might be further changes or tweaks, it might be a follow-on feature to implement in the same branch
Read all input files FULLY:
ls -La .tasks/ | grep -i TEAMID-XXX - you must use Bash(ls | grep) for this as your glob/grep tools don't traverse symlinksls -La .tasks/TASKNAME to find all related documents in the task directory. Do NOT use the grep or glob tools or ls without -L or with a lowercase -l as the directory may be a symlink.NN-plan-DESCRIPTION.md) to understand the work that was prescribedticket.md, research documents, design discussion, and structure outlineUnderstand the current state
check the current git diff
find the commit that marks the end of implementation
read and understand and commits since then - the content of what changed
understand what phases of the plan were already implemented - the user might be giving you feedback in the middle of a plan implementation
If the user wants to implement an unstarted phase: use Agent tool with subagent_type: "implementer-agent" — don't implement phases inline. Example prompt when no plan exists:
<example_subagent_prompt>
Implement Phase [N] from the structure outline at [outline path]
Companion documents (read these for context):
Structure outline takes precedence if documents conflict. </example_subagent_prompt>
If the user gives any input:
Clarify the feedback:
Apply the Fix :
Update the user
When you write or edit documents in .tasks/, include the generated local file path in your final response. If the tool output includes additional artifact metadata, you may include it as well.
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
```
If the iteration resolves all issues and no further changes are needed:
Read({SKILLBASE}/references/iterate_implementation_final_answer.md)