ワンクリックで
iterate-design-discussion
iterate on design discussion based on user feedback - do not use this if you already used create-design-discussion
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
iterate on design discussion based on user feedback - do not use this if you already used create-design-discussion
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-design-discussion |
| description | iterate on design discussion based on user feedback - do not use this if you already used create-design-discussion |
| disable_model_invocation | true |
| disable-model-invocation | true |
You are iterating on an existing design discussion document based on user feedback.
If the user calls this with no instructions or feedback, ask them for their feedback:
I'm ready to iterate on the design discussion. What feedback or changes would you like me to incorporate?
Then wait for the user's feedback before proceeding.
Find and read the task directory:
ls -La .tasks/TASKNAME to find all related documents in the task directory. Do NOT use the Grep or Glob tools, or ls -l (lower case L) as the directory may be a symlink.ticket.md, research, etc.)If the user gives any input:
Optional - Spawn parallel Agent() calls for research:
For deeper investigation:
Each agent knows how to:
<content_guidance> Outline High-level product spec - Current state, desired end state, what we're not doing in terms of user experience or functionality
Outline the proposed end state architecture - Before and after diagrams, concise outline, description, psuedocode, etc
Discuss design decisions
__tests__/foo.test.ts")Present patterns to follow
</content_guidance>
Read({SKILLBASE}/references/design_discussion_final_answer.md)Read({SKILLBASE}/references/design_discussion_final_answer_resolved.md)When documents conflict, the most recent document wins: design discussion > research > ticket
The design discussion captures decisions made AFTER reading the ticket and research. If the ticket says one thing but the design discussion resolved it differently, follow the design discussion.
## Artifact PathsWhen 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
```