.claude/skills/create-design-discussion/SKILL.md
first step of planning
npx skillsauth add harivansh-afk/rpi create-design-discussionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
```
</guidance>testing
facilitate pre-implementation setups for worktree setup
documentation
iterate on structure outline based on user feedback. if given a path to a document in .humanlayer/tasks/*/*-structure-outline.md, use this skill.
documentation
iterate on research document based on user feedback. This skill requires a path to a document and feedback from the human
documentation
iterate on .humanlayer/tasks/*/*-research-questions.md doc based on user feedback.