draft-spec-changes
Draft edits to existing specs (or a new spec if no existing one fits) from the card description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft edits to existing specs (or a new spec if no existing one fits) from the card description
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check whether this card's code meets the acceptance criteria
Write automated tests for unticked scenarios in this card's test cases
Draft or refine the test-cases checklist for this card
Rebase onto latest upstream, checking for soft conflicts
Generate a context-rich briefing prompt for an external agent (Claude Code, Cursor, etc.)
Implement this card
| name | draft-spec-changes |
| description | Draft edits to existing specs (or a new spec if no existing one fits) from the card description |
| label | Draft spec changes |
| pill-order | {"not-started":3,"specifying":2} |
| jockey-hint | Demote once spec drafts have already been produced in this conversation, unless the user signals they want another pass or the scope has materially shifted. |
| workhorse-version | 0.1.0 |
If you don't already have this card's context (title, identifier, description) — for instance when running outside Workhorse — establish it first by following .agents/docs/card-context.md.
Produce spec edits directly from the card description — no extended interview.
Read .agents/docs/spec-format.md first. It defines the writing conventions, the information-architecture rules, and the fold-vs-create-vs-split guidance you must follow. Every edit you make has to conform to it.
.workhorse/specs/ to understand the area structure..workhorse/specs/{area}/{slug}.md if genuinely needed.Do NOT start by asking questions or exploring the codebase. Go straight to drafting. If the description is too thin for meaningful acceptance criteria, write what you can and list the gaps as open questions.
Generate mockups for any UI-facing specs as part of the draft. Before writing mockup HTML, follow the Design sourcing process from your system prompt: read the section's actual implementation first, then similar components, then cross-check against .workhorse/design/. Do not skip this reading pass.