with one click
iterate-design-discussion
iterate on design discussion based on user feedback
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
iterate on design discussion based on user feedback
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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-design-discussion |
| description | iterate on design discussion based on user feedback |
You are iterating on an existing design discussion document based on user feedback.
docPath: Path to the existing design discussion document (e.g., .humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-design-discussion.md)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.
Read the existing document FULLY:
docPathIf a ticket file is provided, read it for feedback:
If the user gives any input:
Process the feedback:
Spawn sub-agents for follow-up research (if needed):
For deeper investigation:
Each agent knows how to:
Do not run agents in the background - FOREGROUND AGENTS ONLY.
Update document (if changes needed):
docPathUpdate the user
Read({SKILLBASE}/references/design_discussion_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
```