원클릭으로
spok-create-design-discussion
first step of planning
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
first step of planning
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Ship the next unchecked chunk from spok/changes/<name>/tasks.md end-to-end via the vendored spok-flow skill. Use when the user wants to implement the next chunk of a Spok change.
Archive a completed Spok change. Applies any delta specs to the main specs unconditionally, then moves the change directory under changes/archive/.
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
| name | spok-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:
<task-dir>/ticket.md)<task-dir>/research.md)Check for related task content:
ls <task-dir> to enumerate its files.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:
Content guidance: The template has two Current State sections — ### Current State for product/user-facing context (what the user sees, behaviors, UX gaps) and ### Current State (Code) for technical codebase details (file paths, function and type names). Populate each section with the appropriate type of content.
Present patterns to follow based on the research
Discuss design decisions
__tests__/foo.test.ts")If the user gives any input along the way:
Read({SKILLBASE}/references/design_discussion_template.md)
Write the design discussion to <task-dir>/design-discussion.md
<task-dir>/[0-9]{4}-[0-9]{2}-[0-9]{2}-design-discussion.md (legacy date-prefixed orphans from pre-fork runs).design-discussion.md (no date prefix).Read the final output template
Read({SKILLBASE}/references/design_discussion_final_answer.md)
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
```
When documents conflict, the most recent document wins: design discussion > research > ticket
Decisions made during the design discussion supersede the original ticket description. The ticket provides the initial request; the design discussion refines and finalizes the approach.