mit einem Klick
create-design-discussion
first step of planning
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
first step of planning
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Commit Changes in CI with no user interaction
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
Generate PR Description in CI (no user input)
| name | create-design-discussion |
| description | first step of planning |
You are now in the Design Discussion phase. Based on the research findings and the user's change request, work with them to make design decisions.
Read all mentioned files immediately and FULLY:
.humanlayer/tasks/eng-1234-description/ticket.md).humanlayer/tasks/eng-1234-description/research.md)Check for related task content:
.humanlayer/tasks/TASKNAME is mentioned, use Bash(ls .humanlayer/tasks/TASKNAME)Create a research todo list using TodoWrite to track exploration tasks
Spawn parallel sub-tasks for comprehensive research:
For deeper investigation:
Each agent knows how to:
Present patterns to follow based on the research
Discuss design decisions
If the user gives any input along the way:
Read({SKILLBASE}/references/design_discussion_template.md)
Write the design discussion to .humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-design-discussion.md
ls .humanlayer/tasks | grep -i "eng-XXXX".humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-design-discussion.md where YYYY-MM-DD is today's date.humanlayer/tasks/ENG-1478-parent-child-tracking/2025-01-08-design-discussion.md.humanlayer/tasks/improve-error-handling/2025-01-08-design-discussion.mdRead the final output template
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
```