원클릭으로
spec
Generate a project spec or ticket spec. Use when asked to spec, define, design, or write a ticket for a project or task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a project spec or ticket spec. Use when asked to spec, define, design, or write a ticket for a project or task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | spec |
| description | Generate a project spec or ticket spec. Use when asked to spec, define, design, or write a ticket for a project or task. |
| model | sonnet |
| disable-model-invocation | true |
| effort | high |
Generate a spec for: $ARGUMENTS
IMPORTANT: Write the spec output to a markdown file, NOT to the terminal.
Extract an identifier from the arguments:
DX-237 -> use dx-237cli-login-flow)Create the output directory if it doesn't exist:
mkdir -p claude-output
Determine the spec type based on scope:
claude-output/spec-<identifier>.mdclaude-output/ticket-<identifier>.mdAfter writing, confirm the output path to the user.
Specs define the user-facing contract, not internal architecture.
INCLUDE:
DO NOT INCLUDE:
Use templates/project.md as the base. Adapt structure to the project:
Use templates/ticket.md as the base. Adapt to complexity:
See guide.md for principles and examples/ for real project specs of different shapes and sizes.
claude-output/ as markdown for LinearDeep investigation of GitHub issues with root cause analysis and proposed solutions. Use when asked to investigate, analyze, or dig into an issue.
Triage GitHub issues or Linear tickets — classify type, assess priority, check reproducibility, detect duplicates. Use when asked to triage, assess, or categorize issues.
Plan and perform manual tests for Storyblok monoblok packages against a real, seeded Storyblok space
Drive multiple GitHub issues through the full pipeline (triage, investigate, plan, implement) in parallel. Use when asked to blitz, batch-process, or work multiple issues.
Use when writing documentation. Provides a writing style guide and content structure patterns.
Execute an approved implementation plan. Use when asked to implement, build, or code a planned change.