/SKILL.md
Use when applying Toss Tech Design principles from a 129-article toss.tech design summary to complex product flows, research ops, internal tools, UX writing, accessibility, or brand work with high cognitive load, repeated manual work, trust issues, or inclusion gaps.
npx skillsauth add ilbie/toss-design-skill toss-tech-designInstall 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.
토스 디자인을 "예쁘게 만드는 일"이 아니라 문제 정의, 리서치 운영, 내부 툴, UX Writing, 접근성, 브랜드, 신뢰까지 포함한 운영 기술로 다룬다.
이 스킬은 sources/toss-tech-design-summary.md 요약 보존본의 핵심 원칙을 빠르게 적용하기 위한 실행 가이드다. 세부 근거가 필요하면 이 요약 보존본을 직접 인용하고, 확신이 낮으면 일반화보다 요약 보존본 근거를 우선한다.
Do not use this skill when:
문제를 다시 정의한다
사용자가 겪는 표면 문제 뒤에 있는 구조적 문제를 찾는다. 기능 요청을 그대로 받지 말고 "무엇이 막히는가"를 먼저 재정의한다.
흐름을 액션 단위로 분해한다
큰 단계가 아니라 실제 행동 단위로 쪼갠다. 예: 날짜 선택, 참석자 추가, 링크 첨부, 공개 범위 변경.
각 액션에 이유를 묻는다
각 액션을 유지, 삭제, 자동화, 보조 중 하나로 분류한다. 이때 자신의 입장이 아니라 전체 이해관계자 기준으로 본다.
가장 작은 실험을 설계한다
거대한 리뉴얼 대신 리스크가 가장 낮고 효과가 큰 작은 변경부터 테스트한다.
실패 지점을 실제 사용자 기준으로 본다
접근성, 외국인, 시니어, 초심자, 내부 도구 사용자 등 실제로 막히는 사람의 문맥에서 본다.
측정 가능한 운영 단위로 바꾼다
검색 시간, 완료율, 오류율, 만족도, 신뢰 손실, 탐색 성공 같은 지표로 운영 가능한 상태를 만든다.
한 번의 개선을 시스템으로 승격한다
좋은 해법은 문서에서 끝내지 말고 컴포넌트, 템플릿, 라이브러리, 가이드, 운영 구조로 만든다.
Core Principles와 Quick Reference만 사용해 빠른 방향을 제시한다.Domain Lenses와 원문 근거를 함께 사용해 구체적인 실행 방안을 만든다.sources/toss-tech-design-summary.md까지 확인해 근거, 한계, 적용 범위를 명시한다.이 스킬을 적용할 때는 가능하면 아래 순서로 답한다.
| Signal | Ask First | Default Bias | |---|---|---| | 사용자가 복잡하다고 느낀다 | 무엇이 어렵나가 아니라 어디에서 멈추나? | 선택지와 입력을 줄인다 | | 반복 수작업이 많다 | 흐름을 행동 단위로 쪼개면 무엇이 남나? | 큰 자동화보다 작은 자동화 | | 리서치가 병목이다 | 누가 질문을 설계하고 결과를 읽을 수 있나? | 리서치를 공용 인프라로 만든다 | | 내부 툴 불만이 크다 | 정말 더 빨라졌는가, 더 찾기 쉬워졌는가? | 만족도와 탐색 시간을 측정한다 | | 문구 품질이 들쭉날쭉하다 | 누가 써도 일정 수준이 나오나? | 템플릿과 시스템으로 배포한다 | | 접근성 이슈가 있다 | 실제 사용자는 어디에서 혼자 끝내지 못하나? | 체크리스트보다 과업 성공률 | | 브랜드/그래픽 판단이 어렵다 | 더 예쁜가보다 더 빨리 인지되는가? | 신뢰와 인지 속도를 우선한다 |
Scenario: 리서치 일정 공유 프로세스가 느리고 휴먼에러가 많다
sources/toss-tech-design-summary.md 요약 보존본을 본다.tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.