en un clic
spok-create-design-discussion
first step of planning
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
first step of planning
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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 ### Current State for product/user-facing context (what the user sees, behaviors, UX gaps) and ### Current Architecture 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).ls -la <task-dir>/design-discussion.md. If missing or empty, re-write before continuing. Include the absolute path in your response.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.
end-to-end problem validation → research → design → plan → implement → review → commit workflow for a single chunk, with an optional post-commit self-learn gate. Driven by spok-apply.
Produce an advisory post-commit review of workflow friction, issues, weak evidence, and improvement opportunities for a completed Spok flow chunk.
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